Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | setting to skip migration tests by default | Morris Jobke | 2015-10-01 | 1 | -1/+7 | |
| | | | | | | | * if you install owncloud via package it is not possible to skip migration tests * this also allows to disable migration tests for an instance by default | |||||
* | [upgrade] switch to debug logging on upgrade | Morris Jobke | 2015-09-29 | 1 | -0/+6 | |
| | | | | | * resets afterwards * adds output about the previous log level | |||||
* | 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 | |
| | | | | | * ref #17598 * including unit tests for mandatory fields/versions | |||||
* | 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 command line tool to encrypt all files | |||||
| * | 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 | |
|\ \ | | | | | | | occ commands to manage logging | |||||
| * | | Introduce occ command to manage owncloud log backend | Robin McCorkell | 2015-08-19 | 1 | -0/+124 | |
| | | | | | | | | | | | | log:owncloud can set/display the log filename and log file rotation size | |||||
| * | | Introduce occ command for logging management | Robin McCorkell | 2015-08-19 | 1 | -0/+171 | |
| | | | | | | | | | | | | log:manage can set/display the log backend, log level and log timezone | |||||
* | | | Merge pull request #18424 from ↵ | Morris Jobke | 2015-08-19 | 1 | -10/+35 | |
|\ \ \ | |_|/ |/| | | | | | | | | owncloud/filter-objectstore-password-from-config-list Filter the objectstore password from the config list as well | |||||
| * | | 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 | |
| | | | | | | - less static calls - use params on sql queries - handle sql exception on database and user creation gracefully | |||||
* | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 1 | -5/+0 | |
| | ||||||
* | Merge pull request #16935 from ↵ | Joas Schilling | 2015-07-20 | 1 | -2/+31 | |
|\ | | | | | | | | | owncloud/allow-app-check-code-for-deprecated-classes Allow app check code for deprecated classes | |||||
| * | 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 | |
| | | | | | | | | | | By default, all are enabled, but specific ones can be selected through command line options. | |||||
| * | 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 | |
| | ||||||
* | Add commands to get, set and delete app config values | Joas Schilling | 2015-07-07 | 6 | -3/+266 | |
| | ||||||
* | Allow reading from stdin | Joas Schilling | 2015-07-07 | 1 | -5/+36 | |
| | ||||||
* | Add a command to import an json array into the config | Joas Schilling | 2015-07-07 | 1 | -0/+164 | |
| | ||||||
* | Add a command to delete a system config | Joas Schilling | 2015-07-07 | 3 | -2/+75 | |
| | ||||||
* | Add a command to get a config value | Joas Schilling | 2015-07-07 | 2 | -2/+114 | |
| | ||||||
* | Add a command to set a system config value | Joas Schilling | 2015-07-07 | 1 | -0/+83 | |
| | ||||||
* | Split the system from the app config | Joas Schilling | 2015-07-07 | 1 | -3/+5 | |
| | ||||||
* | Fix no value | Joas Schilling | 2015-07-07 | 1 | -2/+2 | |
| | ||||||
* | Missing doc | Joas Schilling | 2015-07-07 | 1 | -0/+1 | |
| |