aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-edit/user-create.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Put admin users in overview tabChocobozzz2021-10-291-98/+0
|
* Migrate client to eslintChocobozzz2021-08-181-2/+4
|
* Fix client lintChocobozzz2021-08-171-7/+8
|
* Fix user creation formChocobozzz2021-07-161-4/+2
|
* Add ability to set a custom quotaChocobozzz2021-02-101-2/+2
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-9/+18
|
* Migrate to $localizeChocobozzz2020-08-141-6/+4
| | | | | | | | | | | | * 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
* Add validator channel namekimsible2020-08-111-1/+1
|
* Add channel_name field to create-user viewkimsible2020-08-111-0/+1
|
* Reorganize client shared modulesChocobozzz2020-06-231-9/+6
|
* preserve original variable names server-sideRigel Kent2020-06-101-1/+1
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-0/+2
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-2/+8
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Lazy load static objectsChocobozzz2019-12-181-0/+2
|
* Moderators can only manage usersChocobozzz2019-07-301-2/+2
|
* Add user adminFlagsChocobozzz2019-04-151-1/+6
|
* Refractor notification serviceChocobozzz2018-12-191-7/+3
| | | | Shorter name and use primeng component
* Move user moderation tool in a separate componentChocobozzz2018-10-051-1/+1
|
* Fix quota translationsChocobozzz2018-09-261-0/+4
|
* Fix user create daily quota componentChocobozzz2018-08-311-2/+4
|
* Add form validator translationsChocobozzz2018-06-051-6/+7
|
* Form validators refractoringChocobozzz2018-06-051-31/+14
|
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-12/+9
|
* User add -> User createChocobozzz2018-05-111-0/+94