summaryrefslogtreecommitdiffstats
path: root/core/lostpassword
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Add message when trouble sending email ref #1799Brice Maron2013-02-201-1/+5
|
* Remove echo from lost password pageMichael Gapczynski2013-01-041-2/+0
|
* fixes default email sender addressRandolph Carter2012-12-191-1/+1
|
* Fix introduced style errorsBart Visscher2012-10-271-4/+8
|
* Resetting the password should also invalidate the token login cookiesBart Visscher2012-10-171-0/+1
|
* Change the lostpassword flow to a controllerBart Visscher2012-10-175-67/+87
|
* Doublehash the token to prevent timing attacksLukas Reschke2012-10-142-3/+3
|
* Fallback for systems without opensslLukas Reschke2012-09-291-1/+1
|
* rand() + uniqid() are not from cryptographic qualityLukas Reschke2012-09-291-1/+1
|
* Removed sectokenLukas Reschke2012-09-292-12/+4
| | | | | This token is completly useless since an attacker can easily extract it from the page.
* Do urlencoding in linkTo functionsBart Visscher2012-09-281-1/+1
|
* 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
* Update core/lostpassword/resetpassword.phpThomas Müller2012-09-041-1/+1
|
* Update core/lostpassword/index.phpThomas Müller2012-09-041-5/+5
| | | respect coding style
* Add url-params to url with new parameter in linkTo functionBart Visscher2012-09-031-1/+1
|
* fix for bug #1295, don't escape password reset linkBjoern Schiessle2012-07-271-1/+1
|
* urlencode link fort password reset (bug #970)Bjoern Schiessle2012-06-131-1/+1
|
* Remove old internal mail call for password reset, fixes bug oc-934Michael Gapczynski2012-06-071-1/+0
|
* use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-311-1/+1
|
* update copyrightFrank Karlitschek2012-05-262-2/+2
|
* csrf protectionFrank Karlitschek2012-04-262-6/+14
|
* new OC_Mail class to handle all mail sending. The benefit is that is way mor ↵Frank Karlitschek2012-04-201-1/+4
| | | | flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code
* reuse OC_L10N objectsRobin Appelman2012-04-141-1/+1
|
* Make the token really randomTom Needham2012-04-041-1/+1
|
* Dont typecast variables as integersTom Needham2012-04-031-1/+1
|
* add a proper email address for lostpassword service - bugfix for oc-178Georg Ehrke2012-03-191-1/+2
|
* Use separate function to make absolute urlsBart Visscher2012-02-171-1/+1
|