Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [command] single user mode - use config object & add tests | Morris Jobke | 2015-07-09 | 1 | -0/+129 | |
| | ||||||
* | Invert the "public" to a "private" method | Joas Schilling | 2015-07-07 | 1 | -9/+9 | |
| | ||||||
* | Make it possible to import exportet app/system configs | Joas Schilling | 2015-07-07 | 1 | -5/+17 | |
| | ||||||
* | Replace deprecated method calls | Joas Schilling | 2015-07-07 | 8 | -13/+13 | |
| | ||||||
* | Add commands to get, set and delete app config values | Joas Schilling | 2015-07-07 | 3 | -0/+404 | |
| | ||||||
* | Add a command to import an json array into the config | Joas Schilling | 2015-07-07 | 2 | -1/+185 | |
| | ||||||
* | Add a command to delete a system config | Joas Schilling | 2015-07-07 | 3 | -4/+124 | |
| | ||||||
* | Add a command to get a config value | Joas Schilling | 2015-07-07 | 1 | -0/+160 | |
| | ||||||
* | Add a command to set a system config value | Joas Schilling | 2015-07-07 | 1 | -0/+115 | |
| | ||||||
* | Split the system from the app config | Joas Schilling | 2015-07-07 | 1 | -15/+18 | |
| | ||||||
* | Add tests for list config | Joas Schilling | 2015-07-07 | 1 | -0/+286 | |
| | ||||||
* | Fix test | Lukas Reschke | 2015-06-17 | 1 | -1/+1 | |
| | ||||||
* | Fix test message and add 'user' to it | Jens-Christian Fischer | 2015-06-11 | 1 | -1/+1 | |
| | ||||||
* | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 5 | -7/+7 | |
| | ||||||
* | fix tests | Robin Appelman | 2015-05-18 | 1 | -5/+1 | |
| | ||||||
* | Display a message when there is a problem with the default module | Joas Schilling | 2015-05-04 | 2 | -15/+37 | |
| | ||||||
* | Add unit tests for the commands | Joas Schilling | 2015-04-27 | 3 | -0/+274 | |
| | ||||||
* | Fix file names | Joas Schilling | 2015-04-23 | 2 | -0/+0 | |
| | ||||||
* | Add tests for occ user:lastseen | Joas Schilling | 2015-04-23 | 1 | -0/+105 | |
| | ||||||
* | Add unit tests for occ user:delete | Joas Schilling | 2015-04-23 | 1 | -0/+106 | |
| | ||||||
* | Merge pull request #12085 from owncloud/add-swift-mailer | Lukas Reschke | 2015-03-17 | 1 | -9/+92 | |
|\ | | | | | Migrate OC_Mail to SwiftMailer | |||||
| * | Use new IMailer and add unit-tests for lostcontroller | Lukas Reschke | 2015-03-16 | 1 | -9/+92 | |
| | | ||||||
* | | No user no avatar easy as that | Joas Schilling | 2015-03-13 | 1 | -6/+5 | |
| | | ||||||
* | | Fix order of expected and actual on assertEquals() calls | Joas Schilling | 2015-03-13 | 1 | -19/+19 | |
| | | ||||||
* | | Fix getting the avatar of a non-existing user | Joas Schilling | 2015-03-13 | 1 | -5/+22 | |
|/ | ||||||
* | Fix the avatarcontroller cache needing the cache dir | Roeland Jago Douma | 2015-03-11 | 1 | -1/+4 | |
| | | | | | This was removed in 82254ad5efb65e8650567f49343ec37eb55e2f3e and unfortunatly missed by jenkins before mering into master. | |||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -0/+360 | |
| | | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller | |||||
* | Mock l10n in the setup | Lukas Reschke | 2015-02-01 | 1 | -26/+23 | |
| | ||||||
* | Add unit tests for empty token | Lukas Reschke | 2015-02-01 | 1 | -2/+15 | |
| | ||||||
* | Disable when no sendmail is available | Lukas Reschke | 2014-12-04 | 1 | -3/+6 | |
| | ||||||
* | Skip lostcontroller sending email test on windows | Joas Schilling | 2014-11-28 | 1 | -0/+5 | |
| | ||||||
* | Use correct route instead | Lukas Reschke | 2014-11-17 | 1 | -1/+1 | |
| | | | | | THX @schiesbn (I should setup a mail server on my local system...) | |||||
* | Fix scrutinizer issues | Lukas Reschke | 2014-11-17 | 1 | -1/+1 | |
| | ||||||
* | Warn for password reset when files_encryption is enabled | Lukas Reschke | 2014-11-17 | 1 | -0/+195 | |
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 |