| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "setting to skip migration tests by default" | Morris Jobke | 2016-02-03 | 1 | -6/+0 |
* | setting to skip migration tests by default | Morris Jobke | 2016-02-03 | 1 | -0/+6 |
* | Move signal handling to the base class to allow other commands to reuse this ... | Thomas Müller | 2016-02-01 | 1 | -0/+38 |
* | Merge pull request #18444 from owncloud/occ-config-types | Thomas Müller | 2016-01-25 | 3 | -21/+191 |
|\ |
|
| * | Allow array recursion in get | Joas Schilling | 2016-01-14 | 1 | -3/+16 |
| * | Allow deleting a nested system config value | Joas Schilling | 2016-01-14 | 2 | -10/+52 |
| * | Retain backwards compatibility | Joas Schilling | 2016-01-14 | 1 | -51/+56 |
| * | occ config:system:set can now set other value types | Robin McCorkell | 2016-01-14 | 1 | -9/+119 |
* | | Merge pull request #21850 from owncloud/more-output-for-integrity-check | Thomas Müller | 2016-01-22 | 1 | -0/+6 |
|\ \ |
|
| * | | Print output for integrity check during ./occ upgrade | Morris Jobke | 2016-01-22 | 1 | -0/+6 |
* | | | Use path instead of app id | Lukas Reschke | 2016-01-20 | 1 | -8/+17 |
|/ / |
|
* | | Make it possible to enable apps for groups only via occ | Joas Schilling | 2016-01-19 | 1 | -5/+36 |
* | | Make it possible to disable apps via the console, which are not enabled for t... | Joas Schilling | 2016-01-19 | 1 | -2/+15 |
* | | Make sure to list "group enabled" apps as enabled | Joas Schilling | 2016-01-19 | 1 | -4/+16 |
* | | Sort the list before saving | Joas Schilling | 2016-01-18 | 1 | -0/+2 |
* | | Add occ commands to manager trusted certificates | Robin Appelman | 2016-01-13 | 3 | -0/+222 |
|/ |
|
* | Happy new year! | Thomas Müller | 2016-01-12 | 44 | -50/+54 |
* | Merge pull request #21498 from owncloud/cleanup-OC_DB | Thomas Müller | 2016-01-07 | 2 | -2/+2 |
|\ |
|
| * | Remove OC_DB::getConnection | Morris Jobke | 2016-01-07 | 2 | -2/+2 |
* | | Add a warning to the app:check-code if the version is missing | Joas Schilling | 2016-01-07 | 1 | -0/+4 |
|/ |
|
* | don't show previous log level in upgrade message | Björn Schießle | 2016-01-04 | 1 | -2/+2 |
* | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
* | Add occ command to get app path | Victor Dubiniuk | 2015-12-09 | 1 | -0/+62 |
* | Allow occ install on OS X - same behaviour as web setup | Morris Jobke | 2015-12-09 | 1 | -1/+6 |
* | Add code integrity check | Lukas Reschke | 2015-12-01 | 3 | -3/+203 |
* | Add cmdline key to show shipped/non-shipped apps only | Victor Dubiniuk | 2015-11-23 | 1 | -0/+17 |
* | 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 |
|\ |
|