aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+login
Commit message (Collapse)AuthorAgeFilesLines
* Move to sass moduleChocobozzz2021-06-281-5/+5
|
* Move to sass @useChocobozzz2021-06-281-5/+5
|
* Bidi supportChocobozzz2021-06-071-7/+10
|
* Remove ngx-metaChocobozzz2021-05-271-3/+1
| | | | Unmaintained
* Move to stylelintChocobozzz2021-04-281-8/+11
|
* Refactor menu cssChocobozzz2021-04-151-11/+2
|
* Refactor modal buttons styleChocobozzz2021-04-142-12/+5
|
* Auto focus plugin search inputChocobozzz2021-03-242-7/+2
|
* add missing i18n tag in login form (#3628)Marcin Mikołajczak2021-01-221-1/+1
|
* Fix login error displayChocobozzz2020-12-291-5/+6
|
* Fix some accessibility issuesChocobozzz2020-12-221-2/+2
|
* fix tabindex on login pageRigel Kent2020-12-091-1/+1
|
* improvements to login and sign-up pages (#3357)Kimsible2020-12-074-76/+212
| | | | | | | | | | | | | | | | | | * 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>
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-4/+4
|
* fix forgotten/reset password UI (#3351)Kimsible2020-11-242-1/+34
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* We don't need services anymore for validatorsChocobozzz2020-08-171-4/+4
|
* Use localize for page titlesChocobozzz2020-08-171-1/+1
|
* 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-235-0/+382