discourse/app
Jarek Radosz f9bdda84ca
DEV: Admin webhooks interface issues (#19360)
1. The events table had broken styling, making each row overflow
2. It had confusing routes: `/:id` for "edit" and `/:id/events` for "show" (now it's `/:id/edit` and `/:id` respectively)
3. There previously was an unused backend action (`#edit`) - now it is used (and `web_hooks/:id/events` route has been removed)
4. There was outdated/misplaced/duplicated CSS
5. And more
2022-12-13 01:53:08 +01:00
..
assets DEV: Admin webhooks interface issues (#19360) 2022-12-13 01:53:08 +01:00
controllers DEV: Admin webhooks interface issues (#19360) 2022-12-13 01:53:08 +01:00
helpers FEATURE: Optionally allow a separate s3_asset_cdn_url to be specified (#19284) 2022-12-08 10:36:20 +00:00
jobs DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
mailers SECURITY: Filter tags in user notifications for visibility (#19239) 2022-11-29 10:35:41 -06:00
models DEV: Pass in site guardian for Plugin::Instance.register_site_categories_callback (#19430) 2022-12-13 07:49:13 +08:00
serializers FEATURE: Show similar users when penalizing a user (#19334) 2022-12-08 14:42:33 +02:00
services FIX: new pm notification should take precedence over mention (#19391) 2022-12-09 12:23:11 +11:00
views FIX: Broken images on subfolder installs (#19404) 2022-12-09 11:24:12 -07:00