Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent sass deprecated warning | Chocobozzz | 2022-10-10 | 1 | -2/+2 |
| | |||||
* | Refactor form reactive | Chocobozzz | 2022-10-07 | 1 | -3/+2 |
| | |||||
* | Implement two factor in client | Chocobozzz | 2022-10-07 | 2 | -22/+62 |
| | |||||
* | Fix missing link orange | Chocobozzz | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | Handle input error in custom input text | Chocobozzz | 2022-06-20 | 1 | -6/+4 |
| | |||||
* | Cleanup title-page CSS | Chocobozzz | 2022-06-16 | 2 | -13/+14 |
| | |||||
* | Increase global font size | Chocobozzz | 2022-06-16 | 1 | -1/+0 |
| | |||||
* | Improve login page UI | Chocobozzz | 2022-06-15 | 3 | -117/+117 |
| | |||||
* | Fix login input size | Chocobozzz | 2022-06-15 | 1 | -1/+1 |
| | |||||
* | Rename input toggle hidden to input text | Chocobozzz | 2022-06-10 | 1 | -2/+2 |
| | | | | It's more than just an hidden toggle | ||||
* | Fix redirect users after login with external auth | Chocobozzz | 2022-05-20 | 1 | -4/+14 |
| | |||||
* | Add URL redirection support for external auth | Chocobozzz | 2022-05-09 | 1 | -3/+10 |
| | |||||
* | Plugins can add custom instance infobox | Chocobozzz | 2022-01-20 | 1 | -1/+4 |
| | |||||
* | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 1 | -2/+3 |
| | |||||
* | Fix forgot password button role | Chocobozzz | 2021-12-03 | 1 | -1/+2 |
| | |||||
* | Introduce plugin id selectors | Chocobozzz | 2021-11-26 | 1 | -1/+1 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 2 | -2/+2 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 1 | -16/+16 |
| | |||||
* | Warning when using capitalized letter in login | Chocobozzz | 2021-07-20 | 2 | -0/+8 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 1 | -5/+5 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 1 | -5/+5 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 1 | -7/+10 |
| | |||||
* | Remove ngx-meta | Chocobozzz | 2021-05-27 | 1 | -3/+1 |
| | | | | Unmaintained | ||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 1 | -8/+11 |
| | |||||
* | Refactor menu css | Chocobozzz | 2021-04-15 | 1 | -11/+2 |
| | |||||
* | Refactor modal buttons style | Chocobozzz | 2021-04-14 | 2 | -12/+5 |
| | |||||
* | Auto focus plugin search input | Chocobozzz | 2021-03-24 | 2 | -7/+2 |
| | |||||
* | add missing i18n tag in login form (#3628) | Marcin Mikołajczak | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | Fix login error display | Chocobozzz | 2020-12-29 | 1 | -5/+6 |
| | |||||
* | Fix some accessibility issues | Chocobozzz | 2020-12-22 | 1 | -2/+2 |
| | |||||
* | fix tabindex on login page | Rigel Kent | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | improvements to login and sign-up pages (#3357) | Kimsible | 2020-12-07 | 4 | -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 inputs | Rigel Kent | 2020-12-04 | 1 | -4/+4 |
| | |||||
* | fix forgotten/reset password UI (#3351) | Kimsible | 2020-11-24 | 2 | -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 validators | Chocobozzz | 2020-08-17 | 1 | -4/+4 |
| | |||||
* | Use localize for page titles | Chocobozzz | 2020-08-17 | 1 | -1/+1 |
| | |||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 1 | -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 login | Rigel Kent | 2020-06-28 | 1 | -1/+1 |
| | |||||
* | Lazy load all routes | Chocobozzz | 2020-06-23 | 5 | -0/+382 |