Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move lost controller to core/controller | Morris Jobke | 2016-01-20 | 2 | -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üller | 2016-01-12 | 2 | -2/+2 |
| | |||||
* | remove unneeded icons from input fields to not distract from submit button, ↵ | Jan-Christoph Borchardt | 2015-10-30 | 1 | -1/+0 |
| | | | | fix #18940 | ||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 2 | -2/+43 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 2 | -43/+2 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 2 | -2/+43 |
| | |||||
* | center spinner | Morris Jobke | 2014-11-18 | 1 | -1/+3 |
| | |||||
* | Show spinner | Lukas Reschke | 2014-11-17 | 1 | -0/+1 |
| | |||||
* | Warn for password reset when files_encryption is enabled | Lukas Reschke | 2014-11-17 | 2 | -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 layout | Morris Jobke | 2014-06-13 | 1 | -1/+3 |
| | |||||
* | use more stuff from core :) | Bernhard Posselt | 2014-06-13 | 1 | -6/+6 |
| | |||||
* | Change routes. Update templates | Victor Dubiniuk | 2014-06-13 | 1 | -1/+2 |
| | |||||
* | Use appframework | Victor Dubiniuk | 2014-06-13 | 2 | -43/+21 |
| | |||||
* | Basics | Victor Dubiniuk | 2014-06-13 | 1 | -1/+1 |
| | |||||
* | infield label removal: remove last occurences of infield labels | Jan-Christoph Borchardt | 2014-06-03 | 2 | -4/+8 |
| | |||||
* | fix warning text and margin | Volkan Gezer | 2014-05-27 | 1 | -3/+3 |
| | |||||
* | Replace echo with `p` or `print_unescaped` | Lukas Reschke | 2014-04-04 | 1 | -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 rules | Morris Jobke | 2013-10-29 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -5/+8 |
| | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -3/+1 |
| | |||||
* | print a warning if a user wants to reset his password and encryption is enabled | Björn Schießle | 2013-06-05 | 1 | -0/+8 |
| | |||||
* | 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 |
| | |||||
* | Change the lostpassword flow to a controller | Bart Visscher | 2012-10-17 | 2 | -5/+5 |
| | |||||
* | Removed sectoken | Lukas Reschke | 2012-09-29 | 1 | -1/+0 |
| | | | | | This token is completly useless since an attacker can easily extract it from the page. | ||||
* | 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 | ||||
* | csrf protection | Frank Karlitschek | 2012-04-26 | 1 | -0/+1 |
| | |||||
* | Move lostpassword to core dir | Bart Visscher | 2011-10-03 | 3 | -0/+32 |