aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/login
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix login when there is an errorChocobozzz2017-09-151-5/+3
|
* Fix page titlesChocobozzz2017-07-061-0/+3
|
* Use typescript standard and lint all filesChocobozzz2017-06-164-36/+36
|
* Client: beautiful watch pageChocobozzz2017-04-261-25/+30
|
* Client: fix routes titleChocobozzz2017-03-121-1/+1
|
* Client: split in angular modulesChocobozzz2016-11-215-15/+50
|
* Client: add titles to all pagesChocobozzz2016-11-041-1/+9
|
* Client: use templateUrl/styleUrls instead of requireChocobozzz2016-09-191-1/+1
|
* Client: reactive formsChocobozzz2016-09-092-26/+47
|
* Dirty update to Angular RC6Chocobozzz2016-09-061-4/+2
|
* Client: centralize http res extraction in a serviceChocobozzz2016-08-231-3/+3
|
* Client: update to new form apiChocobozzz2016-08-232-14/+26
|
* Client: Add authHttp service that authentificates the http request andChocobozzz2016-07-201-6/+3
| | | | optionally refresh the access token if needed
* Client: Update to Angular RC4Chocobozzz2016-07-182-0/+6
|
* Add tags support to the video listChocobozzz2016-06-101-2/+2
|
* Improve the login formChocobozzz2016-06-042-6/+26
|
* First draft to use webpack instead of systemjsChocobozzz2016-06-033-0/+51