| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix AvatarControllerTest with phpunit 5.2+ | Joas Schilling | 2016-07-01 | 1 | -1/+1 |
* | fixed code | Morris Jobke | 2016-06-20 | 1 | -1/+1 |
* | Merge pull request #18444 from owncloud/occ-config-types | Thomas Müller | 2016-01-25 | 3 | -52/+222 |
|\ |
|
| * | Allow array recursion in get | Joas Schilling | 2016-01-14 | 1 | -3/+15 |
| * | Allow deleting a nested system config value | Joas Schilling | 2016-01-14 | 1 | -6/+104 |
| * | Retain backwards compatibility | Joas Schilling | 2016-01-14 | 1 | -25/+15 |
| * | occ config:system:set can now set other value types | Robin McCorkell | 2016-01-14 | 1 | -43/+113 |
* | | move lost controller to core/controller | Morris Jobke | 2016-01-20 | 1 | -4/+4 |
* | | move avatar controller to core/controller | Morris Jobke | 2016-01-20 | 1 | -2/+2 |
|/ |
|
* | Fix unit tests | Roeland Jago Douma | 2016-01-11 | 1 | -10/+0 |
* | Verify the path is a file on avatar update | Roeland Jago Douma | 2016-01-08 | 1 | -0/+17 |
* | [Avatar] Make the avatar controller use the avatar node | Roeland Jago Douma | 2015-12-16 | 1 | -16/+26 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -3/+0 |
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -66/+113 |
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 1 | -0/+2 |
* | [Avatar] No need to setup FS for avatar tests | Roeland Jago Douma | 2015-11-14 | 1 | -59/+40 |
* | Do not print exception message | Lukas Reschke | 2015-10-13 | 1 | -2/+44 |
* | Move the filtering of sensitive data to the config class | Joas Schilling | 2015-09-25 | 1 | -9/+16 |
* | Do not set single user in constructor | Joas Schilling | 2015-09-18 | 2 | -3/+8 |
* | Fix the singleuser config casing in new encryption code | Joas Schilling | 2015-09-17 | 2 | -6/+6 |
* | Merge pull request #18938 from owncloud/occ_decrypt_all2 | Thomas Müller | 2015-09-16 | 1 | -0/+215 |
|\ |
|
| * | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 1 | -0/+215 |
* | | Revert "Allow Remote avatars" | Thomas Müller | 2015-09-15 | 1 | -17/+12 |
|/ |
|
* | Unit tests for mimetype loader | Robin McCorkell | 2015-09-04 | 1 | -0/+184 |
* | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 1 | -0/+381 |
* | Allow remote avatars | Roeland Jago Douma | 2015-08-29 | 1 | -12/+17 |
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 1 | -0/+131 |
|\ |
|
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 1 | -0/+131 |
* | | Expire token after 12h and if user logged-in again | Lukas Reschke | 2015-08-22 | 1 | -7/+116 |
* | | Merge pull request #18369 from owncloud/occ-log | Morris Jobke | 2015-08-20 | 2 | -0/+302 |
|\ \ |
|
| * | | Unit tests for occ log:* commands | Robin McCorkell | 2015-08-19 | 2 | -0/+302 |
* | | | Filter the objectstore password from the config list as well | Joas Schilling | 2015-08-19 | 1 | -0/+17 |
| |/
|/| |
|
* | | Move avatarcontroller towards Node Api | Roeland Jago Douma | 2015-08-18 | 1 | -11/+11 |
|/ |
|
* | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 1 | -4/+17 |
* | [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 |