Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add an option to exclude sensitive values (e.g. for reports) | Joas Schilling | 2015-07-07 | 1 | -4/+34 | |
| | ||||||
* | Add a command to list existing configs | Joas Schilling | 2015-07-07 | 1 | -0/+103 | |
| | ||||||
* | Fix nested array lists | Joas Schilling | 2015-07-07 | 1 | -4/+9 | |
| | ||||||
* | Javascript mimetype icon resolver | Roeland Jago Douma | 2015-07-06 | 1 | -0/+112 | |
| | | | | | | | | | | | | | | | | | This makes it possible to retrieve the icon for mimetypes in javascript. It makes no additional queries to the server to retrieve the mimetype. * config/mimetypealiases.json added * mimetype.js: this is where the logic resides to convert from mimetype to icon url * mimetypelist.js: generated file with a list of mimetype mapping (aliases) and the list of icon files * ./occ maintenance:mimetypesjs : new command for occ to gernerate mimetypes.js * unit tests updated and still work * javascript tests added * theming support * folder of the theme is now present in javascript (OC.theme.folder) | |||||
* | Merge pull request #17088 from owncloud/add-verbosity-to-upgrade | Morris Jobke | 2015-07-01 | 1 | -0/+9 | |
|\ | | | | | [upgrade] add verbosity check and show repair info & steps | |||||
| * | [upgrade] add verbosity check and show repair info & steps | Morris Jobke | 2015-06-24 | 1 | -0/+9 | |
| | | ||||||
* | | Merge pull request #17093 from owncloud/upgrade-timestamp | Morris Jobke | 2015-07-01 | 1 | -3/+12 | |
|\ \ | | | | | | | [upgrade] show timestamp for output during upgrade | |||||
| * | | Use a OutputFormatter instead of hacking into writeln() | Joas Schilling | 2015-06-24 | 1 | -49/+26 | |
| | | | ||||||
| * | | Use logtimezone and logdateformat | Joas Schilling | 2015-06-24 | 1 | -2/+5 | |
| | | | ||||||
| * | | [upgrade] show timestamp for output during upgrade | Morris Jobke | 2015-06-24 | 1 | -14/+43 | |
| |/ | | | | | | | * added --show-timestamp option | |||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 10 | -1/+35 | |
| | | ||||||
* | | Use non-zero exit code when app is not compliant (so CIs can detect the status) | Joas Schilling | 2015-06-24 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #17095 from owncloud/proper-error-handling | Morris Jobke | 2015-06-23 | 1 | -7/+10 | |
|\ | | | | | Proper error handling | |||||
| * | [updater] keep maintenance active on failure and mark failure in red | Morris Jobke | 2015-06-23 | 1 | -1/+2 | |
| | | ||||||
| * | [updater] propagate error case properly | Morris Jobke | 2015-06-23 | 1 | -6/+8 | |
| | | | | | | | | | | | | * add $success to the updateEnd hook * add new return code for a update failure * add exception class to failure hook message | |||||
* | | [upgrade] print update message before running the update code | Morris Jobke | 2015-06-23 | 1 | -0/+3 | |
|/ | | | | * otherwise you don't know during which app update something failed | |||||
* | Fix error message and add 'user' to it | Jens-Christian Fischer | 2015-06-11 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #16434 from owncloud/persist-maintenance-state | Thomas Müller | 2015-06-03 | 1 | -3/+8 | |
|\ | | | | | Persist the state of the maintenance after an upgrade | |||||
| * | Persist the state of the maintenance after an upgrade | Morris Jobke | 2015-05-19 | 1 | -3/+8 | |
| | | | | | | | | | | | | * if maintenance mode was enabled before an upgrade it will be enabled afterwards too * fixes #16429 | |||||
* | | Merge pull request #15985 from owncloud/hotfix/fix-encryption-references | Björn Schießle | 2015-05-26 | 1 | -1/+1 | |
|\ \ | | | | | | | [enc2] fix references to legacy encryption app name | |||||
| * | | fix references to legacy encryption app name | Clark Tomlinson | 2015-05-18 | 1 | -1/+1 | |
| |/ | ||||||
* | | Skip disable3rdParty Apps | Steffen Lindner | 2015-05-20 | 1 | -2/+12 | |
| | | ||||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -1/+0 | |
|/ | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
* | Add info message for upgrade of an 3rdparty app | Morris Jobke | 2015-05-12 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #16035 from ↵ | Thomas Müller | 2015-05-07 | 2 | -4/+24 | |
|\ | | | | | | | | | owncloud/issue-15975-occ-encryption-enable-warning-no-module Display a message when there is a problem with the default module | |||||
| * | Display a message when there is a problem with the default module | Joas Schilling | 2015-05-04 | 2 | -4/+24 | |
| | | ||||||
* | | Add verbosity option to app:check-code | Morris Jobke | 2015-05-05 | 1 | -6/+17 | |
| | | | | | | | | | | * by default only lists files with errors * option -v lists all files even if there are no errors | |||||
* | | Fix the "app-id" parameter description of app:check-code | Joas Schilling | 2015-05-05 | 1 | -1/+1 | |
| | | ||||||
* | | Add an occ command to get the status of encryption | Joas Schilling | 2015-05-04 | 1 | -0/+56 | |
|/ | ||||||
* | make command optional | Bernhard Posselt | 2015-04-29 | 1 | -1/+1 | |
| | ||||||
* | default to an empty string for database password if ommited | Bernhard Posselt | 2015-04-29 | 1 | -1/+4 | |
| | | | | | | fix null passwords remove password trimming | |||||
* | fix typo | Thomas Müller | 2015-04-27 | 1 | -1/+1 | |
| | ||||||
* | handle case where the given language is unknown - refs #15794 | Thomas Müller | 2015-04-27 | 1 | -0/+4 | |
| | ||||||
* | Undefined index: default | Joas Schilling | 2015-04-27 | 1 | -1/+1 | |
| | ||||||
* | Fix scrutinizer complain | Joas Schilling | 2015-04-27 | 1 | -1/+1 | |
| | ||||||
* | Use interface | Joas Schilling | 2015-04-27 | 1 | -4/+4 | |
| | ||||||
* | Add unit tests for the commands | Joas Schilling | 2015-04-27 | 1 | -6/+6 | |
| | ||||||
* | Make getDefaultModuleId public and get module protected | Joas Schilling | 2015-04-27 | 2 | -31/+14 | |
| | ||||||
* | Add occ commands to manage the encryption modules | Joas Schilling | 2015-04-27 | 4 | -0/+279 | |
| | ||||||
* | Unify the output of the user commands and use DI | Joas Schilling | 2015-04-23 | 5 | -12/+36 | |
| | ||||||
* | Check if the user exists before trying to delete him | Joas Schilling | 2015-04-23 | 1 | -5/+12 | |
| | ||||||
* | Remove the app version from disabled app list | Joas Schilling | 2015-04-20 | 3 | -4/+25 | |
| | ||||||
* | Merge pull request #15404 from Crote/occ-password-from-env | Thomas Müller | 2015-04-10 | 2 | -22/+54 | |
|\ | | | | | Add password input from env variable for occ user:{add, resetpassword} | |||||
| * | Add password input from env variable for occ user:{add, resetpassword} | Laurens Post | 2015-04-04 | 2 | -22/+54 | |
| | | | | | | | | | | | | | | | | This commit adds the --password-from-env switch to the `occ user:add` and `occ user:resetpassword` commands. When this parameter is given, Owncloud will use the password specified in environment variable OC_PASS. This is safer than using command line parameters, as those can be read by any process. | |||||
* | | change handling in app:list | Joas Schilling | 2015-04-09 | 2 | -23/+26 | |
| | | ||||||
* | | Replace print_r() with pretty json | Joas Schilling | 2015-04-09 | 1 | -9/+6 | |
| | | ||||||
* | | Add an option to get the output in plain, json or print_r syntax | Joas Schilling | 2015-04-09 | 4 | -15/+107 | |
| | | ||||||
* | | Adding check command to validate server environment - fixes #15429 | Thomas Müller | 2015-04-08 | 1 | -0/+39 | |
| | | ||||||
* | | Fix occ user:add failure return codes | Laurens Post | 2015-04-04 | 1 | -1/+2 | |
|/ | ||||||
* | More elaborate command description for upgrade - fixes #14864 | Thomas Müller | 2015-03-26 | 1 | -1/+1 | |
| |