Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 6 | -648/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Sort the list before saving | Joas Schilling | 2016-01-18 | 1 | -0/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 6 | -9/+10 |
| | |||||
* | Allow occ install on OS X - same behaviour as web setup | Morris Jobke | 2015-12-09 | 1 | -1/+6 |
| | |||||
* | Add a repair step that checks for group membership on shares | Joas Schilling | 2015-10-29 | 1 | -1/+16 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 2 | -2/+2 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -1/+3 |
| | |||||
* | 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 |
| | |||||
* | - 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 | ||||
* | 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 |
| | |||||
* | 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) | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | 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 | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 4 | -14/+76 |
| | |||||
* | Merge pull request #14613 from kampka/no-table-prefix | Morris Jobke | 2015-03-12 | 1 | -2/+6 |
|\ | | | | | Install command should not require table prefix | ||||
| * | Install command should not require table prefix | Christian Kampka | 2015-03-11 | 1 | -2/+6 |
| | | |||||
* | | Don't play with config values ... | Thomas Müller | 2015-03-11 | 1 | -2/+1 |
| | | |||||
* | | Setting oci as supported database | Thomas Müller | 2015-03-11 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #13513 from owncloud/repair-legacystoragenofatalfail | Morris Jobke | 2015-03-11 | 1 | -0/+3 |
|\ \ | | | | | | | Do not abort when meeting unfixable legacy storages | ||||
| * | | Properly forward repair errors and warnings | Vincent Petry | 2015-02-27 | 1 | -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üller | 2015-03-11 | 1 | -23/+36 |
|/ | | | | command line as well | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -55/+16 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Fix error handling | Thomas Müller | 2015-02-23 | 1 | -1/+6 |
| | |||||
* | implement command maintenance:install | Thomas Müller | 2015-02-23 | 1 | -0/+124 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -16/+55 |
| | |||||
* | drop dependency of some commands on old config object | Morris Jobke | 2014-11-20 | 2 | -10/+13 |
| | |||||
* | Remove implicit prepared statement cache and get the connection from the ↵ | Robin Appelman | 2014-10-22 | 1 | -4/+0 |
| | | | | server container in \OC_DB | ||||
* | Added RepairStep interface and default repair step lists | Vincent Petry | 2014-06-12 | 1 | -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 classes | Vincent Petry | 2014-06-12 | 1 | -0/+13 |
| | | | | | This also makes it possible to unit test each repair step class individually | ||||
* | Use OC\Config instead of OC_Config | scolebrook | 2014-05-28 | 1 | -5/+14 |
| | |||||
* | Changed class name to mode | scolebrook | 2014-05-28 | 1 | -2/+2 |
| | |||||
* | Add ability to enable/disable maintenance mode from cli. | scolebrook | 2014-05-27 | 1 | -0/+52 |
| | |||||
* | fix description of console command maintenance:repair - fixes #8574 | Thomas Müller | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | Add a (currently) empty system for running common repair steps | Robin Appelman | 2013-11-26 | 1 | -0/+41 |
| | |||||
* | Add occ command to enable and disable single user mode | Robin Appelman | 2013-11-25 | 1 | -0/+51 |