discourse/config
Blake Erickson 367b3be035
DEV: Cleanup unused group and post routes (#22067)
Cleaning up these routes because they aren't being used
and they don't have a corresponding controller method.

- `POST  /groups(.:format) groups#create`
- `DELETE /groups/:id(.:format) groups#destroy`
- `POST  /g(.:format) groups#create`
- `DELETE /g/:id(.:format) groups#destroy`
- `GET /posts(.:format) posts#index`
- `GET /posts/new(.:format) posts#new`
- `GET /posts/:id/edit(.:format) posts#edit`
2023-06-13 08:57:57 -06:00
..
cloud/cloud66
environments PERF: Strict loading for SidebarSection queries (#21717) 2023-05-25 09:10:32 +08:00
initializers PERF: Improve workbox loading strategy (#22019) 2023-06-09 11:14:11 +01:00
locales UX: Better alignment for experimental grids (#22066) 2023-06-13 09:25:46 -04:00
application.rb DEV: Make multisite freedom patch compatible with Rails 7.1+ 2023-05-31 14:29:14 +02:00
boot.rb
cdn.yml.sample
database.yml
deploy.rb.sample
dev_defaults.yml
discourse.config.sample
discourse.pill.sample
discourse_defaults.conf PERF: Set default global regex timeout to 2 seconds (#20933) 2023-04-03 10:43:28 +01:00
environment.rb
logrotate.conf
multisite.yml.production-sample
nginx.global.conf
nginx.sample.conf FEATURE: Add support for AVIF images (#21680) 2023-05-24 16:13:36 -03:00
projections.json
puma.rb
routes.rb DEV: Cleanup unused group and post routes (#22067) 2023-06-13 08:57:57 -06:00
sidekiq.yml
site_settings.yml UX: Better alignment for experimental grids (#22066) 2023-06-13 09:25:46 -04:00
spring.rb
thin.yml.sample
unicorn.conf.rb
unicorn_launcher
unicorn_upstart.conf