summaryrefslogtreecommitdiffstats
path: root/core/lostpassword
Commit message (Collapse)AuthorAgeFilesLines
* Updating license headersJenkins for ownCloud2015-02-233-7/+65
|
* Add unit tests for empty tokenLukas Reschke2015-02-011-1/+1
|
* Default to `null` for lostpasswordLukas Reschke2015-02-011-1/+1
| | | | We oC 8 we use the `StringUtils::equals` method which will also verify the type, since we don't anylonger hash the token twice this is required in case somebody is able to invoke this route with an empty `$token`.
* center spinnerMorris Jobke2014-11-182-1/+7
|
* Show spinnerLukas Reschke2014-11-171-0/+1
|
* add password as parameter to the signal so that the encryption can create a ↵Bjoern Schiessle2014-11-171-1/+1
| | | | new key-pair
* Add "postPasswordReset" hookLukas Reschke2014-11-171-4/+8
|
* Use correct route insteadLukas Reschke2014-11-171-1/+1
| | | | | THX @schiesbn (I should setup a mail server on my local system...)
* Remove uneeded importLukas Reschke2014-11-171-1/+0
|
* Warn for password reset when files_encryption is enabledLukas Reschke2014-11-174-121/+86
| | | | | | | | 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
* Use AppFramework instead of custom controllerLukas Reschke2014-08-251-44/+0
|
* - adding default value for $recoveryPasswordThomas Müller2014-07-241-1/+24
| | | | - set password correctly in lost password
* add proper Exception message for invalid tokenMorris Jobke2014-06-131-2/+5
|
* use array_merge for merging arrays in PHPMorris Jobke2014-06-131-1/+1
|
* complete renaming uid to userIdMorris Jobke2014-06-131-4/+4
|
* Migrate ´ to 'Morris Jobke2014-06-131-3/+3
|
* Remove infield label, add password icon, fix layoutMorris Jobke2014-06-132-1/+10
|
* reformat method call and fix paranthesis mismatchMorris Jobke2014-06-131-8/+8
|
* more style fixesBernhard Posselt2014-06-131-15/+24
|
* use more stuff from core :)Bernhard Posselt2014-06-133-76/+113
|
* Add missing useVictor Dubiniuk2014-06-131-0/+1
|
* Fix check for user existenceVictor Dubiniuk2014-06-131-1/+2
|
* Remove debug outputVictor Dubiniuk2014-06-131-1/+0
|
* Change routes. Update templatesVictor Dubiniuk2014-06-133-20/+23
|
* Changes according to reviewVictor Dubiniuk2014-06-133-114/+138
|
* Use appframeworkVictor Dubiniuk2014-06-136-189/+188
|
* BasicsVictor Dubiniuk2014-06-134-37/+86
|
* infield label removal: remove last occurences of infield labelsJan-Christoph Borchardt2014-06-032-4/+8
|
* fix warning text and marginVolkan Gezer2014-05-272-9/+4
|
* 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.
* Translate string when an error occured while sending a forgot password mailJoas Schilling2014-02-261-1/+1
| | | | Fix #7423
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+8
|
* fix lost password screen - reuse available CSS rulesMorris Jobke2013-10-292-10/+20
|
* Fixing the lost Password ScreenJulian Müller2013-10-291-1/+1
|
* Fixing the Lost Password ScreenJulian Müller2013-10-292-5/+34
|
* Merge branch 'master' into rename-lostpassword-controllerThomas Müller2013-09-041-1/+1
|\ | | | | | | | | Conflicts: core/lostpassword/controller.php
| * Merge branch 'master' into clean_up_utilkondou2013-08-201-1/+1
| |\ | | | | | | | | | | | | Conflicts: lib/util.php
| * | Clean up \OC\Utilkondou2013-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use camelCase - Add some phpdoc - Fix some indents - Use some more spacing
* | | Use the namespaced variation of the classname.Bart Visscher2013-09-021-21/+22
| |/ |/|
* | Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|/
* use getName instead of getTitleMyles McNamara2013-08-081-1/+1
|
* fix syntax errorMyles McNamara2013-08-031-1/+1
| | | accidentally had ; included, and changed concatenating
* use theme name and title for password resetMyles McNamara2013-08-031-1/+2
| | | password reset email uses owncloud, updated to use theme settings
* 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-192-6/+6
|
* print a warning if a user wants to reset his password and encryption is enabledBjörn Schießle2013-06-052-2/+20
|
* 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
|