aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-list
Commit message (Collapse)AuthorAgeFilesLines
...
* Refractor notification serviceChocobozzz2018-12-191-24/+18
| | | | Shorter name and use primeng component
* enable email verification by admin (#1348)Josh Morel2018-11-212-2/+36
| | | | | | | | | | | | | * 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
* Fix new Angular 7 issuesChocobozzz2018-11-152-2/+2
|
* Better typingsChocobozzz2018-10-181-3/+3
|
* NoImplicitAny flag true (#1157)BO412018-10-181-2/+2
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Add user/instance block by users in the clientChocobozzz2018-10-161-2/+4
|
* update tslint config and fix member ordering (#1279)BO412018-10-161-14/+14
|
* Add ability to search on followers/followingChocobozzz2018-10-101-3/+0
|
* 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-055-201/+4
|
* remove unused importsBO412018-09-221-2/+0
|
* Improve message when removing a userChocobozzz2018-09-201-1/+2
|
* Fix client buildChocobozzz2018-08-142-2/+4
|
* Add quota used in users listChocobozzz2018-08-141-1/+1
|
* Add ability to delete and update abuse on clientChocobozzz2018-08-141-6/+0
|
* Add ability to ban/unban usersChocobozzz2018-08-096-10/+207
|
* Add reason when banning a userChocobozzz2018-08-082-2/+16
|
* Fix add icon pathChocobozzz2018-06-111-1/+1
|
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-052-15/+18
|
* User routes: :id/update -> update/:idChocobozzz2018-05-111-1/+1
|
* User add -> User createChocobozzz2018-05-111-2/+2
|
* Add video channel managementChocobozzz2018-04-262-10/+2
|
* Improve admin tablesChocobozzz2018-02-232-19/+35
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-221-14/+11
|
* Better admin tablesChocobozzz2017-12-211-1/+1
|
* Move to angular cliChocobozzz2017-12-121-8/+11
|
* Design follow admin pageChocobozzz2017-12-081-1/+1
|
* Design admin data tablesChocobozzz2017-12-082-21/+5
|
* Begin admin designChocobozzz2017-12-082-35/+50
|
* Add ability to unfollow a serverChocobozzz2017-11-271-6/+2
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-1/+1
|
* Optimize importsChocobozzz2017-09-141-1/+1
|
* Remove ng2 file upload moduleChocobozzz2017-09-141-2/+2
| | | | Unmaintained and we don't need it anymore with httpclient
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-142-64/+54
|
* Add user update for adminsChocobozzz2017-09-052-5/+14
|
* Begin user quotaChocobozzz2017-09-041-1/+4
|
* Fix client adminChocobozzz2017-06-251-2/+2
|
* Use typescript standard and lint all filesChocobozzz2017-06-162-19/+19
|
* Client: little refractoringChocobozzz2017-05-051-4/+0
|
* Client: beautiful watch pageChocobozzz2017-04-261-9/+14
|
* Add email to usersChocobozzz2017-02-181-0/+3
|
* Client: fix lintChocobozzz2017-02-101-1/+1
|
* Client: replace simple tables by ng2 smart table componentChocobozzz2017-01-302-42/+54
|
* Client: better confirm box for a beautiful worldChocobozzz2017-01-271-10/+16
|
* Client: better notifications for a beautiful worldChocobozzz2017-01-271-4/+12
|
* Client: lazy load admin areaChocobozzz2017-01-234-0/+78