aboutsummaryrefslogtreecommitdiffstats
path: root/core/lostpassword/templates
Commit message (Collapse)AuthorAgeFilesLines
* move lost controller to core/controllerMorris Jobke2016-01-202-61/+0
| | | | | | | * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword
* Happy new year!Thomas Müller2016-01-122-2/+2
|
* remove unneeded icons from input fields to not distract from submit button, ↵Jan-Christoph Borchardt2015-10-301-1/+0
| | | | fix #18940
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* Update license headersJenkins for ownCloud2015-03-262-2/+43
|
* Revert "Updating license headers"Morris Jobke2015-02-262-43/+2
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-232-2/+43
|
* center spinnerMorris Jobke2014-11-181-1/+3
|
* Show spinnerLukas Reschke2014-11-171-0/+1
|
* Warn for password reset when files_encryption is enabledLukas Reschke2014-11-172-22/+7
| | | | | | | | This patch wil warn the user of the consequences when resetting the password and requires checking a checkbox (as we had in the past) to reset a password. Furthermore I updated the code to use our new classes and added some unit tests for it :dancers: Fixes https://github.com/owncloud/core/issues/11438
* Remove infield label, add password icon, fix layoutMorris Jobke2014-06-131-1/+3
|
* use more stuff from core :)Bernhard Posselt2014-06-131-6/+6
|
* Change routes. Update templatesVictor Dubiniuk2014-06-131-1/+2
|
* Use appframeworkVictor Dubiniuk2014-06-132-43/+21
|
* BasicsVictor Dubiniuk2014-06-131-1/+1
|
* infield label removal: remove last occurences of infield labelsJan-Christoph Borchardt2014-06-032-4/+8
|
* fix warning text and marginVolkan Gezer2014-05-271-3/+3
|
* Replace echo with `p` or `print_unescaped`Lukas Reschke2014-04-041-5/+5
| | | Using echo instead of `p` or `print_unescaped` is a bad style, to prevent people from copying it I've adjusted it.
* fix lost password screen - reuse available CSS rulesMorris Jobke2013-10-291-3/+3
|
* Fixing the lost Password ScreenJulian Müller2013-10-291-1/+1
|
* Fixing the Lost Password ScreenJulian Müller2013-10-291-5/+8
|
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* fixed enghlish sentence, thanks to @MTGapBjörn Schießle2013-06-191-1/+1
|
* fix lost password page, don't show checkbox is encryption is not enabledBjörn Schießle2013-06-191-3/+1
|
* print a warning if a user wants to reset his password and encryption is enabledBjörn Schießle2013-06-051-0/+8
|
* Fis syntax error and add user icon.kondou2013-04-241-2/+3
|
* Oneliners, <br>, proper errors & print_unescaped()kondou2013-04-231-8/+6
|
* Don't split translation lineskondou2013-04-231-10/+4
|
* Fix syntax error.kondou2013-04-231-1/+1
|
* Improve the password reset screen.kondou2013-04-231-10/+24
| | | | Fixing #2752
* explicitly add empty placeholder to inputs which use infield labels, fix #2049Jan-Christoph Borchardt2013-03-041-1/+1
|
* Change the lostpassword flow to a controllerBart Visscher2012-10-172-5/+5
|
* Removed sectokenLukas Reschke2012-09-291-1/+0
| | | | | This token is completly useless since an attacker can easily extract it from the page.
* fixing syntax error - sorry for thatThomas Müller2012-09-041-1/+1
|
* Update core/lostpassword/templates/email.phpThomas Müller2012-09-041-1/+2
| | | respect coding style
* csrf protectionFrank Karlitschek2012-04-261-0/+1
|
* Move lostpassword to core dirBart Visscher2011-10-033-0/+32