aboutsummaryrefslogtreecommitdiffstats
path: root/core/command/maintenance
Commit message (Collapse)AuthorAgeFilesLines
* Rename files to be PSR-4 compliantLukas Reschke2016-04-066-648/+0
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Sort the list before savingJoas Schilling2016-01-181-0/+2
|
* Happy new year!Thomas Müller2016-01-126-9/+10
|
* Allow occ install on OS X - same behaviour as web setupMorris Jobke2015-12-091-1/+6
|
* Add a repair step that checks for group membership on sharesJoas Schilling2015-10-291-1/+16
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* deduplicate @xenopathicMorris Jobke2015-10-062-2/+2
|
* update licence headers via scriptMorris Jobke2015-10-053-1/+3
|
* Introduce mimetype DB update occ commandRobin McCorkell2015-09-041-0/+96
|
* Move maintenance:mimetypesjs to sublocation, cleanup codeRobin McCorkell2015-09-011-18/+25
|
* - more injectionThomas Müller2015-07-301-1/+4
| | | | | | - less static calls - use params on sql queries - handle sql exception on database and user creation gracefully
* Move mimetypealiases.json to mimetypealiases.dist.jsonRoeland Jago Douma2015-07-101-1/+6
|
* [command] single user mode - use config object & add testsMorris Jobke2015-07-091-3/+16
|
* Javascript mimetype icon resolverRoeland Jago Douma2015-07-061-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)
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* make command optionalBernhard Posselt2015-04-291-1/+1
|
* default to an empty string for database password if ommitedBernhard Posselt2015-04-291-1/+4
| | | | | | fix null passwords remove password trimming
* Update license headersJenkins for ownCloud2015-03-264-14/+76
|
* Merge pull request #14613 from kampka/no-table-prefixMorris Jobke2015-03-121-2/+6
|\ | | | | Install command should not require table prefix
| * Install command should not require table prefixChristian Kampka2015-03-111-2/+6
| |
* | Don't play with config values ...Thomas Müller2015-03-111-2/+1
| |
* | Setting oci as supported databaseThomas Müller2015-03-111-0/+1
| |
* | Merge pull request #13513 from owncloud/repair-legacystoragenofatalfailMorris Jobke2015-03-111-0/+3
|\ \ | | | | | | Do not abort when meeting unfixable legacy storages
| * | Properly forward repair errors and warningsVincent Petry2015-02-271-0/+3
| |/ | | | | | | | | This makes repair errors and warnings visible for the user when upgrading on the command line or in the web UI.
* / Properly handle available databases at runtime and respect setup checks in ↵Thomas Müller2015-03-111-23/+36
|/ | | | command line as well
* Revert "Updating license headers"Morris Jobke2015-02-263-55/+16
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Fix error handlingThomas Müller2015-02-231-1/+6
|
* implement command maintenance:installThomas Müller2015-02-231-0/+124
|
* Updating license headersJenkins for ownCloud2015-02-233-16/+55
|
* drop dependency of some commands on old config objectMorris Jobke2014-11-202-10/+13
|
* Remove implicit prepared statement cache and get the connection from the ↵Robin Appelman2014-10-221-4/+0
| | | | server container in \OC_DB
* Added RepairStep interface and default repair step listsVincent Petry2014-06-121-5/+10
| | | | | | | | | | | The updater is using "before update" repair steps and "regular" repair steps. The "regular" repair steps are also used by the CLI tool. Currently no steps exist but can be added later in the static methods in the \OC\Repair class. Added unit test to test messaging, error and exception cases.
* Add support for repair step classesVincent Petry2014-06-121-0/+13
| | | | | This also makes it possible to unit test each repair step class individually
* Use OC\Config instead of OC_Configscolebrook2014-05-281-5/+14
|
* Changed class name to modescolebrook2014-05-281-2/+2
|
* Add ability to enable/disable maintenance mode from cli.scolebrook2014-05-271-0/+52
|
* fix description of console command maintenance:repair - fixes #8574Thomas Müller2014-05-191-1/+1
|
* Add a (currently) empty system for running common repair stepsRobin Appelman2013-11-261-0/+41
|
* Add occ command to enable and disable single user modeRobin Appelman2013-11-251-0/+51