Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translate string when an error occured while sending a forgot password mail | Joas Schilling | 2014-02-26 | 1 | -1/+1 |
| | | | | Fix #7423 | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+8 |
| | |||||
* | fix lost password screen - reuse available CSS rules | Morris Jobke | 2013-10-29 | 2 | -10/+20 |
| | |||||
* | Fixing the lost Password Screen | Julian Müller | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Fixing the Lost Password Screen | Julian Müller | 2013-10-29 | 2 | -5/+34 |
| | |||||
* | Merge branch 'master' into rename-lostpassword-controller | Thomas Müller | 2013-09-04 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: core/lostpassword/controller.php | ||||
| * | Merge branch 'master' into clean_up_util | kondou | 2013-08-20 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: lib/util.php | ||||
| * | | Clean up \OC\Util | kondou | 2013-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use camelCase - Add some phpdoc - Fix some indents - Use some more spacing | ||||
* | | | Use the namespaced variation of the classname. | Bart Visscher | 2013-09-02 | 1 | -21/+22 |
| |/ |/| | |||||
* | | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
|/ | |||||
* | use getName instead of getTitle | Myles McNamara | 2013-08-08 | 1 | -1/+1 |
| | |||||
* | fix syntax error | Myles McNamara | 2013-08-03 | 1 | -1/+1 |
| | | | accidentally had ; included, and changed concatenating | ||||
* | use theme name and title for password reset | Myles McNamara | 2013-08-03 | 1 | -1/+2 |
| | | | password reset email uses owncloud, updated to use theme settings | ||||
* | fixed enghlish sentence, thanks to @MTGap | Björn Schießle | 2013-06-19 | 1 | -1/+1 |
| | |||||
* | fix lost password page, don't show checkbox is encryption is not enabled | Björn Schießle | 2013-06-19 | 2 | -6/+6 |
| | |||||
* | print a warning if a user wants to reset his password and encryption is enabled | Björn Schießle | 2013-06-05 | 2 | -2/+20 |
| | |||||
* | Fis syntax error and add user icon. | kondou | 2013-04-24 | 1 | -2/+3 |
| | |||||
* | Oneliners, <br>, proper errors & print_unescaped() | kondou | 2013-04-23 | 1 | -8/+6 |
| | |||||
* | Don't split translation lines | kondou | 2013-04-23 | 1 | -10/+4 |
| | |||||
* | Fix syntax error. | kondou | 2013-04-23 | 1 | -1/+1 |
| | |||||
* | Improve the password reset screen. | kondou | 2013-04-23 | 1 | -10/+24 |
| | | | | Fixing #2752 | ||||
* | explicitly add empty placeholder to inputs which use infield labels, fix #2049 | Jan-Christoph Borchardt | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | Add message when trouble sending email ref #1799 | Brice Maron | 2013-02-20 | 1 | -1/+5 |
| | |||||
* | Remove echo from lost password page | Michael Gapczynski | 2013-01-04 | 1 | -2/+0 |
| | |||||
* | fixes default email sender address | Randolph Carter | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | Fix introduced style errors | Bart Visscher | 2012-10-27 | 1 | -4/+8 |
| | |||||
* | Resetting the password should also invalidate the token login cookies | Bart Visscher | 2012-10-17 | 1 | -0/+1 |
| | |||||
* | Change the lostpassword flow to a controller | Bart Visscher | 2012-10-17 | 5 | -67/+87 |
| | |||||
* | Doublehash the token to prevent timing attacks | Lukas Reschke | 2012-10-14 | 2 | -3/+3 |
| | |||||
* | Fallback for systems without openssl | Lukas Reschke | 2012-09-29 | 1 | -1/+1 |
| | |||||
* | rand() + uniqid() are not from cryptographic quality | Lukas Reschke | 2012-09-29 | 1 | -1/+1 |
| | |||||
* | Removed sectoken | Lukas Reschke | 2012-09-29 | 2 | -12/+4 |
| | | | | | This token is completly useless since an attacker can easily extract it from the page. | ||||
* | Do urlencoding in linkTo functions | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | fixing syntax error - sorry for that | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | Update core/lostpassword/templates/email.php | Thomas Müller | 2012-09-04 | 1 | -1/+2 |
| | | | respect coding style | ||||
* | Update core/lostpassword/resetpassword.php | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | Update core/lostpassword/index.php | Thomas Müller | 2012-09-04 | 1 | -5/+5 |
| | | | respect coding style | ||||
* | Add url-params to url with new parameter in linkTo function | Bart Visscher | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | fix for bug #1295, don't escape password reset link | Bjoern Schiessle | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | urlencode link fort password reset (bug #970) | Bjoern Schiessle | 2012-06-13 | 1 | -1/+1 |
| | |||||
* | Remove old internal mail call for password reset, fixes bug oc-934 | Michael Gapczynski | 2012-06-07 | 1 | -1/+0 |
| | |||||
* | use our own serverHost call so that ownCloud works with reverse proxy servers | Frank Karlitschek | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 2 | -2/+2 |
| | |||||
* | csrf protection | Frank Karlitschek | 2012-04-26 | 2 | -6/+14 |
| | |||||
* | new OC_Mail class to handle all mail sending. The benefit is that is way mor ↵ | Frank Karlitschek | 2012-04-20 | 1 | -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 objects | Robin Appelman | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | Make the token really random | Tom Needham | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | Dont typecast variables as integers | Tom Needham | 2012-04-03 | 1 | -1/+1 |
| | |||||
* | add a proper email address for lostpassword service - bugfix for oc-178 | Georg Ehrke | 2012-03-19 | 1 | -1/+2 |
| | |||||
* | Use separate function to make absolute urls | Bart Visscher | 2012-02-17 | 1 | -1/+1 |
| |