Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 3 | -6/+65 |
| | |||||
* | Use new IMailer and add unit-tests for lostcontroller | Lukas Reschke | 2015-03-16 | 1 | -10/+14 |
| | |||||
* | Migrate to SwiftMail | Lukas Reschke | 2015-03-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Replaces the OC_Mail and phpmailer with SwiftMail allowing us to mock it properly. Fixes the unit test execution on master on local machines and https://github.com/owncloud/core/issues/12014 Conflicts: 3rdparty lib/private/server.php lib/public/iservercontainer.php tests/lib/mail.php tests/settings/controller/mailsettingscontrollertest.php Conflicts: 3rdparty lib/private/mail.php lib/private/server.php lib/public/iservercontainer.php settings/ajax/lostpassword.php settings/application.php | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -65/+7 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -7/+65 |
| | |||||
* | Add unit tests for empty token | Lukas Reschke | 2015-02-01 | 1 | -1/+1 |
| | |||||
* | Default to `null` for lostpassword | Lukas Reschke | 2015-02-01 | 1 | -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 spinner | Morris Jobke | 2014-11-18 | 2 | -1/+7 |
| | |||||
* | Show spinner | Lukas Reschke | 2014-11-17 | 1 | -0/+1 |
| | |||||
* | add password as parameter to the signal so that the encryption can create a ↵ | Bjoern Schiessle | 2014-11-17 | 1 | -1/+1 |
| | | | | new key-pair | ||||
* | Add "postPasswordReset" hook | Lukas Reschke | 2014-11-17 | 1 | -4/+8 |
| | |||||
* | Use correct route instead | Lukas Reschke | 2014-11-17 | 1 | -1/+1 |
| | | | | | THX @schiesbn (I should setup a mail server on my local system...) | ||||
* | Remove uneeded import | Lukas Reschke | 2014-11-17 | 1 | -1/+0 |
| | |||||
* | Warn for password reset when files_encryption is enabled | Lukas Reschke | 2014-11-17 | 4 | -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 controller | Lukas Reschke | 2014-08-25 | 1 | -44/+0 |
| | |||||
* | - adding default value for $recoveryPassword | Thomas Müller | 2014-07-24 | 1 | -1/+24 |
| | | | | - set password correctly in lost password | ||||
* | add proper Exception message for invalid token | Morris Jobke | 2014-06-13 | 1 | -2/+5 |
| | |||||
* | use array_merge for merging arrays in PHP | Morris Jobke | 2014-06-13 | 1 | -1/+1 |
| | |||||
* | complete renaming uid to userId | Morris Jobke | 2014-06-13 | 1 | -4/+4 |
| | |||||
* | Migrate ´ to ' | Morris Jobke | 2014-06-13 | 1 | -3/+3 |
| | |||||
* | Remove infield label, add password icon, fix layout | Morris Jobke | 2014-06-13 | 2 | -1/+10 |
| | |||||
* | reformat method call and fix paranthesis mismatch | Morris Jobke | 2014-06-13 | 1 | -8/+8 |
| | |||||
* | more style fixes | Bernhard Posselt | 2014-06-13 | 1 | -15/+24 |
| | |||||
* | use more stuff from core :) | Bernhard Posselt | 2014-06-13 | 3 | -76/+113 |
| | |||||
* | Add missing use | Victor Dubiniuk | 2014-06-13 | 1 | -0/+1 |
| | |||||
* | Fix check for user existence | Victor Dubiniuk | 2014-06-13 | 1 | -1/+2 |
| | |||||
* | Remove debug output | Victor Dubiniuk | 2014-06-13 | 1 | -1/+0 |
| | |||||
* | Change routes. Update templates | Victor Dubiniuk | 2014-06-13 | 3 | -20/+23 |
| | |||||
* | Changes according to review | Victor Dubiniuk | 2014-06-13 | 3 | -114/+138 |
| | |||||
* | Use appframework | Victor Dubiniuk | 2014-06-13 | 6 | -189/+188 |
| | |||||
* | Basics | Victor Dubiniuk | 2014-06-13 | 4 | -37/+86 |
| | |||||
* | 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 | 2 | -9/+4 |
| | |||||
* | 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. | ||||
* | 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 |
| |