aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+login/login.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate deprecated accordion componentChocobozzz2023-05-241-2/+2
|
* Fix lintChocobozzz2023-05-241-2/+2
|
* Prevent invalid end watch section warningsChocobozzz2023-05-101-2/+0
|
* Implement signup approval in clientChocobozzz2023-01-191-4/+24
|
* Redirect to default login url on 401Chocobozzz2023-01-041-2/+3
| | | | Can be an external URL
* Refactor form reactiveChocobozzz2022-10-071-3/+2
|
* Implement two factor in clientChocobozzz2022-10-071-6/+32
|
* Improve login page UIChocobozzz2022-06-151-0/+4
|
* Fix redirect users after login with external authChocobozzz2022-05-201-4/+14
|
* Add URL redirection support for external authChocobozzz2022-05-091-3/+10
|
* Add ability to redirect users on external authChocobozzz2021-12-031-2/+3
|
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Fix client lintChocobozzz2021-08-171-16/+16
|
* Warning when using capitalized letter in loginChocobozzz2021-07-201-0/+4
|
* Auto focus plugin search inputChocobozzz2021-03-241-6/+1
|
* Fix login error displayChocobozzz2020-12-291-5/+6
|
* improvements to login and sign-up pages (#3357)Kimsible2020-12-071-1/+24
| | | | | | | | | | | | | | | | | | * New login form ui * Move InstanceAboutAccordion to shared components * Update closed registration alert text * Add alert for opened registration and move them bellow login form * Adjust flex block on signup and login views * Replace toggle accordion with expand on links in signup and login + scrollTo * Improve display of login alerts * Fix missing Component suffix * Define min-width instance-information block sign-up and login for mobile screens * Add ability to select specific panels in instanceAboutAccorddion * Add instance title and short-description to common instanceAboutAccordion * Clarify title alert in login page * Add step terms for signup Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* We don't need services anymore for validatorsChocobozzz2020-08-171-4/+4
|
* Migrate to $localizeChocobozzz2020-08-141-10/+7
| | | | | | | | | | | | * 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
* fix typo in blocked notice in loginRigel Kent2020-06-281-1/+1
|
* Lazy load all routesChocobozzz2020-06-231-0/+147