discourse/app
Osama Sayegh a048aeef6a
DEV: Deprecate the modify_user_params method in UsersController (#21740)
This commit deprecates the `modify_user_params` method in `UsersController` in favor of a new modifier that replaces that method whose entire purpose is to allow plugins to monkey-patch it to permit custom params in the controller. We now have the "modifier" system which can achieve the same results but in a safer and easier way. The modifier that replaces the deprecated method is included in PR https://github.com/discourse/discourse/pull/21737.
2023-05-25 09:56:06 +03:00
..
assets PERF: Strict loading for SidebarSection queries (#21717) 2023-05-25 09:10:32 +08:00
controllers DEV: Deprecate the modify_user_params method in UsersController (#21740) 2023-05-25 09:56:06 +03:00
helpers UX: Improve login required page (#20847) 2023-03-28 07:09:44 -05:00
jobs FIX: consider users.created_at for inactive cleanup (#21688) 2023-05-23 13:41:23 +05:30
mailers FIX: Likes received count in digest email (#21458) 2023-05-09 19:19:26 +02:00
models PERF: Strict loading for SidebarSection queries (#21717) 2023-05-25 09:10:32 +08:00
serializers PERF: Strict loading for SidebarSection queries (#21717) 2023-05-25 09:10:32 +08:00
services FIX: Do not cook icon with hashtags (#21676) 2023-05-23 09:33:55 +02:00
views FEATURE: Create legal topics for set company name (#21620) 2023-05-24 23:05:36 +03:00