| Commit message (Expand) | Author | Age | Files | Lines |
* | CLI commands to check app and core signatures | Victor Dubiniuk | 2016-02-05 | 1 | -0/+7 |
* | Use path instead of app id | Lukas Reschke | 2016-01-20 | 1 | -1/+2 |
* | Make it possible to enable apps for groups only via occ | Joas Schilling | 2016-01-19 | 1 | -1/+1 |
* | Make it possible to disable apps via the console, which are not enabled for t... | Joas Schilling | 2016-01-19 | 1 | -1/+1 |
* | Make sure to list "group enabled" apps as enabled | Joas Schilling | 2016-01-19 | 1 | -1/+1 |
* | Add occ commands to manager trusted certificates | Robin Appelman | 2016-01-13 | 1 | -0/+4 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+4 |
* | Add occ command to get app path | Victor Dubiniuk | 2015-12-09 | 1 | -0/+1 |
* | Add code integrity check | Lukas Reschke | 2015-12-01 | 1 | -0/+8 |
* | Always pass in ILogger | Thomas Müller | 2015-10-09 | 1 | -1/+1 |
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+0 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
* | [App Code Check] add check for version and mandatory fields | Morris Jobke | 2015-09-24 | 1 | -1/+2 |
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 1 | -0/+7 |
* | Introduce mimetype DB update occ command | Robin McCorkell | 2015-09-04 | 1 | -1/+2 |
* | Move maintenance:mimetypesjs to sublocation, cleanup code | Robin McCorkell | 2015-09-01 | 1 | -1/+1 |
* | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 1 | -0/+17 |
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 1 | -0/+1 |
|\ |
|
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 1 | -0/+1 |
* | | Introduce occ command to manage owncloud log backend | Robin McCorkell | 2015-08-19 | 1 | -0/+1 |
* | | Introduce occ command for logging management | Robin McCorkell | 2015-08-19 | 1 | -0/+2 |
|/ |
|
* | [command] single user mode - use config object & add tests | Morris Jobke | 2015-07-09 | 1 | -1/+1 |
* | Add commands to get, set and delete app config values | Joas Schilling | 2015-07-07 | 1 | -0/+3 |
* | Add a command to import an json array into the config | Joas Schilling | 2015-07-07 | 1 | -0/+1 |
* | Add a command to delete a system config | Joas Schilling | 2015-07-07 | 1 | -0/+1 |
* | Add a command to get a config value | Joas Schilling | 2015-07-07 | 1 | -0/+1 |
* | Add a command to set a system config value | Joas Schilling | 2015-07-07 | 1 | -0/+1 |
* | Add a command to list existing configs | Joas Schilling | 2015-07-07 | 1 | -0/+2 |
* | Sort registration of commands alphabetically | Joas Schilling | 2015-07-07 | 1 | -13/+17 |
* | Javascript mimetype icon resolver | Roeland Jago Douma | 2015-07-06 | 1 | -0/+1 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
* | Merge pull request #16035 from owncloud/issue-15975-occ-encryption-enable-war... | Thomas Müller | 2015-05-07 | 1 | -1/+1 |
|\ |
|
| * | Display a message when there is a problem with the default module | Joas Schilling | 2015-05-04 | 1 | -1/+1 |
* | | Add an occ command to get the status of encryption | Joas Schilling | 2015-05-04 | 1 | -0/+1 |
|/ |
|
* | Add occ commands to manage the encryption modules | Joas Schilling | 2015-04-27 | 1 | -0/+4 |
* | Unify the output of the user commands and use DI | Joas Schilling | 2015-04-23 | 1 | -4/+4 |
* | Adding check command to validate server environment - fixes #15429 | Thomas Müller | 2015-04-08 | 1 | -0/+1 |
* | Allow app:check-code and l10n:createjs commands when not installed | Robin McCorkell | 2015-04-01 | 1 | -2/+2 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
* | Add a console command user:add to create users over the console | Joas Schilling | 2015-03-11 | 1 | -0/+1 |
* | Allow configuring background job mode from the console | Christian Kampka | 2015-03-02 | 1 | -0/+3 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -23/+4 |
* | implement command maintenance:install | Thomas Müller | 2015-02-23 | 1 | -16/+21 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+23 |
* | implement php code checker to detect usage of not allowed private APIs - incl... | Thomas Müller | 2015-02-10 | 1 | -0/+1 |
* | inject and use user manager to delete command instead of using old static oc_... | Arthur Schiwon | 2015-01-07 | 1 | -1/+1 |
* | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 1 | -0/+1 |
* | drop dependency of some commands on old config object | Morris Jobke | 2014-11-20 | 1 | -3/+3 |
* | adding console command to generate javascript translation files based on exis... | Thomas Müller | 2014-10-29 | 1 | -0/+1 |
* | no loner use deprecated class \OC_Config | Thomas Müller | 2014-09-22 | 1 | -1/+1 |