Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Added CLI arguments for upgrade simulation steps | Vincent Petry | 2014-06-06 | 1 | -3/+42 |
| | | | | | | Added "dry run" argument to only run the update simulation. Added argument to disable migration (useful for bigger setups where table duplication would take too much space) | ||||
* | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 1 | -0/+3 |
| | | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade. | ||||
* | Merge pull request #8727 from owncloud/upgrade-overview | Lukas Reschke | 2014-05-29 | 1 | -0/+3 |
|\ | | | | | Added update overview page | ||||
| * | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 1 | -0/+3 |
| | | | | | | | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade | ||||
* | | Merge pull request #8554 from owncloud/add_resetadminpass_command | Andreas Fischer | 2014-05-29 | 1 | -0/+79 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a resetadminpass command to console * owncloud/add_resetadminpass_command: Move resetpassword into user: command space. Document type of user project. Receive \OC\User\Manager as a constructor dependency. Use userManager, color output, return 1 on error Add doc, check return-value, fix spacing, require interactive Back to the future Make ResetAdminPass to ResetPassword Add a resetadminpass command to console - fix #8248 | ||||
| * \ | Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_command | Andreas Fischer | 2014-05-28 | 3 | -1/+343 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * owncloud/master: (238 commits) Change visibility of scanner internals [tx-robot] updated from transifex remove legacy OC_Filesystem being used in a hook callback add title property to share dialog forgotten infobox messages translations reverts 188c543 and translates only mail fix warning text and margin Adjust core apps to use "requiremin" instead of "require" Added requiremin/requiremax fields for apps [tx-robot] updated from transifex unwrapped strings fix allow resharing of files with only share permissions don't lose file size during rename drop superflous statement in phpdoc add preRememberedLogin hook and document this and postRememberedLogin in class descripttion. Also fixes documentation of postLogin hook [tx-robot] updated from transifex fix grammar make user_ldap fully translatable [tx-robot] updated from transifex fix typo ... Conflicts: core/register_command.php | ||||
| * | | | Move resetpassword into user: command space. | Andreas Fischer | 2014-05-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | Document type of user project. | Andreas Fischer | 2014-05-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | Receive \OC\User\Manager as a constructor dependency. | Andreas Fischer | 2014-05-28 | 1 | -2/+10 |
| | | | | |||||
| * | | | Use userManager, color output, return 1 on error | kondou | 2014-05-24 | 1 | -8/+17 |
| | | | | |||||
| * | | | Add doc, check return-value, fix spacing, require interactive | kondou | 2014-05-13 | 1 | -6/+15 |
| | | | | |||||
| * | | | Back to the future | Lukas Reschke | 2014-05-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Make ResetAdminPass to ResetPassword | kondou | 2014-05-12 | 2 | -36/+52 |
| | | | | |||||
| * | | | Add a resetadminpass command to console - fix #8248 | kondou | 2014-05-12 | 1 | -0/+36 |
| | | | | |||||
* | | | | Merge pull request #8748 from owncloud/cli_maintenance_mode | Andreas Fischer | 2014-05-29 | 1 | -0/+61 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to enable/disable maintenance mode from cli. * owncloud/cli_maintenance_mode: Use OC\Config instead of OC_Config Changed class name to mode Add ability to enable/disable maintenance mode from cli. | ||||
| * | | | 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 |
| | |/ | |/| | |||||
* | | | Merge pull request #8681 from owncloud/logintimestamp | Lukas Reschke | 2014-05-28 | 1 | -0/+47 |
|\ \ \ | |/ / |/| | | Record login timestamp per user. Required for new user managament. | ||||
| * | | print time in 24h format | Arthur Schiwon | 2014-05-23 | 1 | -1/+1 |
| | | | |||||
| * | | save a whitespace | Arthur Schiwon | 2014-05-23 | 1 | -2/+2 |
| | | | |||||
| * | | add cli command to check a users last login | Arthur Schiwon | 2014-05-23 | 1 | -0/+47 |
| | | | |||||
* | | | Merge pull request #8634 from owncloud/handle-excpetions-in-console-master | Thomas Müller | 2014-05-22 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Handle excpetions in console master | ||||
| * | | fix description of console command maintenance:repair - fixes #8574 | Thomas Müller | 2014-05-19 | 1 | -1/+1 |
| |/ | |||||
* | | Add message about unsupported Microsoft SQL Server. | Andreas Fischer | 2014-05-09 | 1 | -0/+5 |
| | | |||||
* | | Store normalised DBMS type in $type. | Andreas Fischer | 2014-05-09 | 1 | -2/+2 |
| | | |||||
* | | Pass Connection instead of AbstractSchemaManager to clearSchema(). | Andreas Fischer | 2014-04-15 | 1 | -8/+5 |
| | | |||||
* | | Use exceptions for in input validation. | Andreas Fischer | 2014-04-15 | 1 | -12/+9 |
| | | |||||
* | | Do not block when nothing is passed via stdin. | Andreas Fischer | 2014-04-15 | 1 | -1/+4 |
| | | |||||
* | | Do not ask for password before input parameter validation. | Andreas Fischer | 2014-04-15 | 1 | -15/+30 |
| | | |||||
* | | Remove unnecessary sprintf. | Andreas Fischer | 2014-04-15 | 1 | -8/+2 |
| | | |||||
* | | Move (extended) input validation out into validateInput() method. | Andreas Fischer | 2014-04-15 | 1 | -12/+19 |
| | | |||||
* | | Add message for converting to SQLite being unsupported. | Andreas Fischer | 2014-04-15 | 1 | -0/+7 |
| | | |||||
* | | Use a variable for the DBMS tyoe we are converting to. | Andreas Fischer | 2014-04-15 | 1 | -4/+5 |
| | | |||||
* | | Move PostgreSQL sequence resynchronisation out into PgSqlTools class. | Andreas Fischer | 2014-04-14 | 1 | -13/+4 |
| | | |||||
* | | Add error handling for --clear-schema on Oracle. | Andreas Fischer | 2014-04-14 | 1 | -0/+11 |
| | | |||||
* | | Do not quote table names on Oracle. They appear to be already quoted. | Andreas Fischer | 2014-04-14 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | Without this commit, Oracle complains as follows: [Doctrine\DBAL\DBALException] An exception occurred while executing 'INSERT INTO "oc_appconfig" ("""appid""", """configkey""", """configvalue""") VALUES (?, ?, ?)' with params ["core", "installedat", "1396972927.537"]: ORA-01741: illegal zero-length identifier | ||||
* | | Remove unnecessary +1 from PostgreSQL sequence correction query. | Andreas Fischer | 2014-04-11 | 1 | -1/+1 |
| | | |||||
* | | Better variable names for table arrays. | Andreas Fischer | 2014-04-11 | 1 | -5/+5 |
| | | |||||
* | | Improve message about tables not going to be converted. Mention --all-apps ↵ | Andreas Fischer | 2014-04-11 | 1 | -1/+6 |
| | | | | | | | | option. | ||||
* | | Extract schema creation code into its own method. | Andreas Fischer | 2014-04-09 | 1 | -9/+13 |
| | | |||||
* | | Add option to create all app schemas instead of just installed app. | Andreas Fischer | 2014-04-09 | 1 | -1/+7 |
| | | |||||
* | | Do not attempt to covert to the same DBMS. | Andreas Fischer | 2014-04-09 | 1 | -0/+8 |
| | | |||||
* | | Move schema clearing to extra method. | Andreas Fischer | 2014-04-09 | 1 | -8/+13 |
| | | |||||
* | | private -> protected | Andreas Fischer | 2014-04-09 | 1 | -5/+5 |
| | | |||||
* | | typos fixed | Thomas Müller | 2014-04-01 | 1 | -2/+5 |
| | | | | | | | | PHPDoc comments added | ||||
* | | Type hinting. | Andreas Fischer | 2014-03-31 | 1 | -6/+10 |
| | | |||||
* | | Some more colors. | Andreas Fischer | 2014-03-31 | 1 | -2/+2 |
| | |