discourse/app
Andrei Prigorshnev 3cf7a3766a
DEV: extract join_group method from groups#add_members method (#13807)
* Copy the add_members method to the new join method

* Remove unneeded code from the join method

* Rearrange the join method

* Remove unneeded stuff from the add_members method

* Extract add_user_to_group method

* Implement of the client side

* Tests

* Doesn't inline users.uniq

* Return promise from join.then()

* Remove unnecessary begin and end

* Revert "Return promise from join.then()"

This reverts commit bda84d8d

* Remove variable already_in_group
2021-07-22 11:11:23 +04:00
..
assets DEV: extract join_group method from groups#add_members method (#13807) 2021-07-22 11:11:23 +04:00
controllers DEV: extract join_group method from groups#add_members method (#13807) 2021-07-22 11:11:23 +04:00
helpers FIX: Assets for the theme tests page are not compressed (#13736) 2021-07-14 22:52:35 +03:00
jobs DEV: Improve logging of errors in Jobs::ProcessUserNotificationSchedules 2021-07-21 12:20:44 +08:00
mailers UX: suspend forever time period messages (#13776) 2021-07-20 14:42:08 +04:00
models FIX: manually adds frowning_face_with_open_mouth for apple (#13528) 2021-07-21 23:27:20 +02:00
serializers FEATURE: Per-category default slow mode duration for topics. 2021-07-21 12:32:07 +08:00
services FIX: Allow only groups with flairs to be selected (#13744) 2021-07-21 14:41:04 +03:00
views FEATURE: add title tag for group detail page (#13702) 2021-07-12 20:05:57 +05:30