summaryrefslogtreecommitdiffstats
path: root/core/lostpassword
Commit message (Collapse)AuthorAgeFilesLines
* More Checkstyle cleanupFelix Moeller2012-10-232-2/+2
| | | | This is for all LowerCaseConstant warnings
* 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
|
* Use correct appid for lostpassword email preferenceBart Visscher2011-12-181-1/+1
|
* Move lostpassword to core dirBart Visscher2011-10-035-0/+91