aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/moderation
Commit message (Collapse)AuthorAgeFilesLines
* Update client depChocobozzz2019-04-022-2/+1
|
* Refactor how we use iconsChocobozzz2019-01-172-5/+6
| | | | Inject them in an angular component so we can easily change their color
* Refractor notification serviceChocobozzz2018-12-192-64/+30
| | | | Shorter name and use primeng component
* Remove inferred typeChocobozzz2018-12-051-22/+22
|
* Reload user table when setting an email to verifiedChocobozzz2018-11-211-0/+2
|
* Add separators in user moderation dropdownChocobozzz2018-11-211-5/+11
|
* enable email verification by admin (#1348)Josh Morel2018-11-211-1/+24
| | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required
* Add ability to mute a user/instance by server in clientChocobozzz2018-10-161-18/+119
|
* Add user/instance block by users in the clientChocobozzz2018-10-162-12/+116
|
* Add users search filterChocobozzz2018-10-082-1/+2
|
* Add bulk actions in users tableChocobozzz2018-10-084-21/+15
|
* Add user moderation in the account pageChocobozzz2018-10-054-35/+45
|
* Move user moderation tool in a separate componentChocobozzz2018-10-057-0/+239