aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/login
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load all routesChocobozzz2020-06-236-385/+0
|
* Reorganize client shared modulesChocobozzz2020-06-232-14/+14
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-2/+2
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* Add ability to override login signup messageChocobozzz2020-05-062-1/+5
|
* Handle external login errorsChocobozzz2020-05-043-9/+17
|
* Add external login buttonsChocobozzz2020-05-043-33/+101
|
* Begin support for external authsChocobozzz2020-05-042-49/+75
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-3/+6
|
* Mark additional strings as translatable (#2507)Filip Bengtsson2020-02-211-1/+1
|
* Cleanup login formChocobozzz2020-01-212-22/+7
|
* Accessibility fixes for #2149Rigel Kent2020-01-211-1/+1
|
* Add informational message at login for visitors coming from upload buttonRigel Kent2020-01-103-4/+26
| | | | resolves #1880
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-2/+0
|
* Lazy load static objectsChocobozzz2019-12-182-5/+10
|
* Feature/password reset link expiration (#2305)Nassim Bounouas2019-12-181-1/+1
| | | | | | | | | | | | | | | | * #1928 Add a sentence indicating the reset time limit on form and email * #1928 Customizable password reset lifetime * #1928 Add a route to verify reset link and call it on reset form init * Revert "#1928 Customizable password reset lifetime" This reverts commit 0ed97453f8e64e31a723cc6740b251a69a57d658. * #1928 Reset password lifetime hardcoded to one hour * Remove useless modifications for #1928
* Fix link for account creation on another instanceYorwba2019-11-131-1/+1
|
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Add about information in registration pageChocobozzz2019-09-051-4/+5
|
* Update angularChocobozzz2019-07-251-2/+2
|
* Wait config before loading login/signupChocobozzz2019-04-251-2/+4
|
* Refactor how we use iconsChocobozzz2019-01-171-1/+2
| | | | Inject them in an angular component so we can easily change their color
* Refractor notification serviceChocobozzz2018-12-191-5/+4
| | | | Shorter name and use primeng component
* Redirect to the last url on loginChocobozzz2018-12-111-10/+1
|
* Add error when email system is not configured and using the forgotChocobozzz2018-12-052-6/+10
| | | | password system
* Fix some i18n tagsChocobozzz2018-09-281-1/+1
|
* fix link to the list of open instances due to joinpeertube.org updateRigel Kent2018-09-251-1/+1
|
* fix link to the list of open instancesRigel Kent2018-09-241-1/+1
|
* add redirect after login (#1110)BO412018-09-231-1/+12
|
* autofocus first field on loginRigel Kent2018-09-222-1/+4
|
* add theming via css custom propertiesRigel Kent2018-09-041-1/+1
| | | | and a bonus dark color theme toggle
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host
* replacing placeholder and feature table display improvementRigel Kent2018-08-291-0/+4
|
* Add ability to ban/unban usersChocobozzz2018-08-092-2/+1
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-092-32/+29
|
* Implement user blocking on server sideChocobozzz2018-08-081-1/+5
|
* Fix forgot password message regarding emailChocobozzz2018-07-161-1/+1
|
* Enable default link behavior and accessibility for login page (#636)spf2018-06-082-10/+4
| | | | | | * enable default link behavior and accessibility for login page * alt for link: great idea, but the world is not ready
* Add form validator translationsChocobozzz2018-06-051-3/+4
|
* Form validators refractoringChocobozzz2018-06-051-27/+7
|
* Add i18n attributesChocobozzz2018-06-052-23/+30
|
* Fix rxjs throwChocobozzz2018-05-161-2/+1
|
* Add link to register in login formChocobozzz2018-03-283-23/+51
|
* Add ability to reset our passwordChocobozzz2018-01-303-6/+85
|
* Add little effect on hover for the play buttonChocobozzz2018-01-291-1/+1
|
* Add ability to login with emailChocobozzz2018-01-291-2/+2
|
* Use server error message on loginChocobozzz2017-12-291-8/+2
|
* Move to angular cliChocobozzz2017-12-121-0/+3
|
* Fix dropdown menu in video watchChocobozzz2017-12-071-0/+1
|
* Better error messagesChocobozzz2017-12-061-4/+4
|
* Design signup and login pagesChocobozzz2017-12-053-28/+36
|