| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not allow two different version requirements | Joas Schilling | 2015-11-09 | 1 | -0/+4 |
* | Replace some OC_Config calls with ILogger methods | Morris Jobke | 2015-10-30 | 1 | -1/+1 |
* | Add a repair step that checks for group membership on shares | Joas Schilling | 2015-10-29 | 1 | -1/+16 |
* | Revert "setting to skip migration tests by default" | Morris Jobke | 2015-10-27 | 1 | -6/+0 |
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
* | Update: state which step we are going to start and warn if it might be slow | Joas Schilling | 2015-10-21 | 1 | -0/+12 |
* | Always pass in ILogger | Thomas Müller | 2015-10-09 | 1 | -5/+9 |
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 4 | -4/+4 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 10 | -3/+9 |
* | setting to skip migration tests by default | Morris Jobke | 2015-10-01 | 1 | -1/+7 |
* | [upgrade] switch to debug logging on upgrade | Morris Jobke | 2015-09-29 | 1 | -0/+6 |
* | Move the filtering of sensitive data to the config class | Joas Schilling | 2015-09-25 | 1 | -39/+4 |
* | encode arrays as string | Morris Jobke | 2015-09-24 | 1 | -3/+0 |
* | [App Code Check] add check for version and mandatory fields | Morris Jobke | 2015-09-24 | 1 | -1/+68 |
* | improve description and help output for the encrypt-all and decrypt-all command | Bjoern Schiessle | 2015-09-21 | 2 | -2/+4 |
* | Also catch exceptions on encryptAll and reset trashbin and singleUser mode | Joas Schilling | 2015-09-18 | 1 | -2/+7 |
* | Do not set single user in constructor | Joas Schilling | 2015-09-18 | 2 | -5/+28 |
* | Fix the singleuser config casing in new encryption code | Joas Schilling | 2015-09-17 | 2 | -6/+6 |
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 1 | -0/+148 |
* | use the same pattern for the command name like every other command | Bjoern Schiessle | 2015-09-14 | 1 | -1/+1 |
* | Introduce mimetype DB update occ command | Robin McCorkell | 2015-09-04 | 1 | -0/+96 |
* | Move maintenance:mimetypesjs to sublocation, cleanup code | Robin McCorkell | 2015-09-01 | 1 | -18/+25 |
* | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 2 | -0/+328 |
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 1 | -0/+114 |
|\ |
|
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 1 | -0/+114 |
* | | Merge pull request #18369 from owncloud/occ-log | Morris Jobke | 2015-08-20 | 2 | -0/+295 |
|\ \ |
|
| * | | Introduce occ command to manage owncloud log backend | Robin McCorkell | 2015-08-19 | 1 | -0/+124 |
| * | | Introduce occ command for logging management | Robin McCorkell | 2015-08-19 | 1 | -0/+171 |
* | | | Merge pull request #18424 from owncloud/filter-objectstore-password-from-conf... | Morris Jobke | 2015-08-19 | 1 | -10/+35 |
|\ \ \
| |_|/
|/| | |
|
| * | | Filter the objectstore password from the config list as well | Joas Schilling | 2015-08-19 | 1 | -10/+35 |
* | | | No error code when app already enabled/disabled | Vincent Petry | 2015-08-19 | 2 | -2/+0 |
|/ / |
|
* / | Return error code on failure with occ app:enable/disable | Vincent Petry | 2015-08-18 | 2 | -0/+4 |
|/ |
|
* | Mark ldap agent password as sensitive | Joas Schilling | 2015-08-14 | 1 | -0/+1 |
* | - more injection | Thomas Müller | 2015-07-30 | 1 | -1/+4 |
* | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 1 | -5/+0 |
* | Merge pull request #16935 from owncloud/allow-app-check-code-for-deprecated-c... | Joas Schilling | 2015-07-20 | 1 | -2/+31 |
|\ |
|
| * | PR #17046 deprecated OCP\Util::mb_(sub)str_replace() | Joas Schilling | 2015-07-17 | 1 | -1/+1 |
| * | Allow specifying the checkers used in app:check-code | Robin McCorkell | 2015-07-17 | 1 | -15/+21 |
| * | Use the decorator pattern | Joas Schilling | 2015-07-17 | 1 | -5/+9 |
| * | Restructor the code into different classes instead of extending | Joas Schilling | 2015-07-17 | 1 | -4/+7 |
| * | Use non-zero exit code | Joas Schilling | 2015-07-17 | 1 | -1/+2 |
| * | Allow app:check-code to check for deprecated methods | Joas Schilling | 2015-07-17 | 1 | -1/+16 |
* | | Use constants for the output formats | Joas Schilling | 2015-07-17 | 4 | -8/+12 |
* | | Add app and config name to error messages | Joas Schilling | 2015-07-16 | 4 | -5/+5 |
* | | Use json_pretty as default for the config lists (for easier export/import) | Joas Schilling | 2015-07-16 | 2 | -6/+5 |
|/ |
|
* | Move mimetypealiases.json to mimetypealiases.dist.json | Roeland Jago Douma | 2015-07-10 | 1 | -1/+6 |
* | [command] single user mode - use config object & add tests | Morris Jobke | 2015-07-09 | 1 | -3/+16 |
* | Invert the "public" to a "private" method | Joas Schilling | 2015-07-07 | 1 | -3/+3 |
* | Make it possible to import exportet app/system configs | Joas Schilling | 2015-07-07 | 1 | -2/+8 |
* | Fix typo in command description | Joas Schilling | 2015-07-07 | 2 | -2/+2 |