aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users
Commit message (Collapse)AuthorAgeFilesLines
* Add checkbox to check every rowsChocobozzz2018-10-081-1/+2
|
* Add users search filterChocobozzz2018-10-082-2/+3
|
* Add bulk actions in users tableChocobozzz2018-10-083-6/+129
|
* Add user moderation in the account pageChocobozzz2018-10-051-1/+2
|
* Move user moderation tool in a separate componentChocobozzz2018-10-0510-301/+6
|
* Fix some i18n tagsChocobozzz2018-09-281-1/+8
|
* Fix quota translationsChocobozzz2018-09-263-7/+22
|
* remove unused importsBO412018-09-221-2/+0
|
* Improve message when removing a userChocobozzz2018-09-201-1/+2
|
* Fix user create daily quota componentChocobozzz2018-08-313-8/+14
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-283-13/+22
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Fix client buildChocobozzz2018-08-143-4/+5
|
* Add quota used in users listChocobozzz2018-08-142-4/+7
|
* Add ability to delete and update abuse on clientChocobozzz2018-08-141-6/+0
|
* Add ability to ban/unban usersChocobozzz2018-08-097-10/+219
|
* Add reason when banning a userChocobozzz2018-08-082-2/+16
|
* Fix quota precision in users listChocobozzz2018-06-181-1/+1
|
* Fix add icon pathChocobozzz2018-06-111-1/+1
|
* Add missing translationsChocobozzz2018-06-051-1/+1
|
* Add form validator translationsChocobozzz2018-06-052-10/+13
|
* Form validators refractoringChocobozzz2018-06-053-58/+24
|
* Fix i18n in componentsChocobozzz2018-06-053-3/+3
|
* Add i18n attributesChocobozzz2018-06-056-43/+49
|
* Upgrade to rxjs 6Chocobozzz2018-05-162-22/+22
|
* User routes: :id/update -> update/:idChocobozzz2018-05-112-2/+2
|
* User add -> User createChocobozzz2018-05-115-11/+11
|
* Add video channel managementChocobozzz2018-04-264-13/+5
|
* Improve admin tablesChocobozzz2018-02-232-19/+35
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-221-14/+11
|
* Fix aot buildChocobozzz2018-01-091-1/+1
|
* Support video quota on clientChocobozzz2018-01-081-1/+1
|
* Better admin tablesChocobozzz2017-12-211-1/+1
|
* Customize selectChocobozzz2017-12-202-15/+19
|
* Move to angular cliChocobozzz2017-12-123-9/+16
|
* Design follow admin pageChocobozzz2017-12-082-2/+2
|
* Design admin data tablesChocobozzz2017-12-082-21/+5
|
* Begin admin designChocobozzz2017-12-084-99/+127
|
* Add account settings new designChocobozzz2017-12-011-8/+6
|
* Add ability to unfollow a serverChocobozzz2017-11-271-6/+2
|
* Fix error messages on client formsChocobozzz2017-11-042-3/+3
|
* Upgrade client depChocobozzz2017-10-311-1/+1
|
* Support roles with rights and add moderator roleChocobozzz2017-10-276-7/+40
|
* Take in account transcoding for video quotaChocobozzz2017-10-195-4/+41
|
* Add ability to forbid user to upload videoChocobozzz2017-10-191-0/+1
|
* Optimize importsChocobozzz2017-09-142-2/+2
|
* Remove ng2 file upload moduleChocobozzz2017-09-141-2/+2
| | | | Unmaintained and we don't need it anymore with httpclient
* err.text -> errChocobozzz2017-09-142-3/+3
|
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-143-91/+83
|
* Add user update for adminsChocobozzz2017-09-0511-27/+185
|
* Begin user quotaChocobozzz2017-09-044-9/+55
|