aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-list/user-list.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-4/+0
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Add new default different avatar for channel and accountkimsible2020-11-251-2/+2
|
* Refactor rest table search filterChocobozzz2020-11-161-32/+5
|
* Migrate to $localizeChocobozzz2020-08-141-23/+17
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Use ng select for multiselectChocobozzz2020-08-111-14/+20
|
* harmonize search for librariesRigel Kent2020-07-291-5/+12
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-1/+47
| | | | statuses
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-8/+42
| | | | fixes #2914
* remove extraneous user-list table attributeRigel Kent2020-07-021-6/+0
|
* distinct style for rows of banned users in listing, saving spaceRigel Kent2020-07-011-0/+6
|
* Reorganize client shared modulesChocobozzz2020-06-231-8/+5
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-1/+0
|
* Rich reporter field and video embed in moderation abuse listRigel Kent2020-04-131-0/+5
|
* Fix sort in admin tablesChocobozzz2020-04-081-0/+4
|
* Fix angular 9 buildChocobozzz2020-02-101-1/+1
|
* Update a little bit user dropdown messageChocobozzz2020-01-211-1/+1
|
* Add action dropdown descriptionsRigel Kent2020-01-211-23/+29
|
* Lazy load static objectsChocobozzz2019-12-181-2/+8
|
* Moderators can only manage usersChocobozzz2019-07-301-5/+14
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Refractor notification serviceChocobozzz2018-12-191-24/+18
| | | | Shorter name and use primeng component
* enable email verification by admin (#1348)Josh Morel2018-11-211-1/+25
| | | | | | | | | | | | | * 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-151-1/+1
|
* 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
* update tslint config and fix member ordering (#1279)BO412018-10-161-14/+14
|
* Add users search filterChocobozzz2018-10-081-2/+2
|
* Add bulk actions in users tableChocobozzz2018-10-081-4/+89
|
* Move user moderation tool in a separate componentChocobozzz2018-10-051-92/+3
|
* remove unused importsBO412018-09-221-2/+0
|
* Improve message when removing a userChocobozzz2018-09-201-1/+2
|
* Fix client buildChocobozzz2018-08-141-1/+2
|
* Add ability to ban/unban usersChocobozzz2018-08-091-3/+57
|
* Add reason when banning a userChocobozzz2018-08-081-0/+13
|
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-8/+11
|
* User routes: :id/update -> update/:idChocobozzz2018-05-111-1/+1
|
* Improve admin tablesChocobozzz2018-02-231-3/+7
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-221-14/+11
|
* Add ability to unfollow a serverChocobozzz2017-11-271-6/+2
|
* 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-141-60/+31
|
* Add user update for adminsChocobozzz2017-09-051-4/+13
|
* Begin user quotaChocobozzz2017-09-041-1/+4
|
* Fix client adminChocobozzz2017-06-251-2/+2
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-18/+18
|
* 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-301-21/+50
|