aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+register/register.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* register: hide channel step if upload quota is 0kontrollanten2020-12-031-1/+5
| | | | fix #782
* 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
* Reorganize client shared modulesChocobozzz2020-06-231-10/+6
|
* Lazy load static objectsChocobozzz2019-12-181-2/+8
|
* Fix buildChocobozzz2019-12-061-0/+1
|
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-251-2/+9
| | | | ensureUserRegistrationAllowed allowedParams
* Add about information in registration pageChocobozzz2019-09-051-2/+38
|
* Add success icon on registrationChocobozzz2019-05-291-0/+89