| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 1 | -30/+4 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -4/+4 |
* | feat(updater): hide overwrites from disabled apps list on upgrade | MichaIng | 2024-02-27 | 1 | -2/+5 |
* | lazy AppConfig | Maxence Lange | 2024-01-15 | 1 | -11/+2 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -4/+4 |
* | Uses PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-24 | 1 | -8/+5 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -4/+4 |
* | Parameter of RepairAdvanceEvent is actually an increment, not a step id | Côme Chilliet | 2022-08-25 | 1 | -1/+1 |
* | Add void return types to callables | Côme Chilliet | 2022-08-25 | 1 | -2/+2 |
* | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -52/+46 |
* | Migrate Migrator::executeSql to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -23/+25 |
* | Remove listeners of \OC\DB\Migrator::checkTable which is never emitted | Côme Chilliet | 2022-08-25 | 1 | -1/+0 |
* | Moving to string key for arguments of GenericEvent in Repair | Côme Chilliet | 2022-08-25 | 1 | -8/+8 |
* | Switch to string keys for argument of GenericEvent for OC\DB\Migrator | Côme Chilliet | 2022-08-25 | 1 | -4/+4 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -8/+3 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -2/+1 |
* | Do not print verbose info about app updates if there are none | Christoph Wurst | 2021-11-18 | 1 | -6/+0 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+1 |
* | l10n: Spelling unification | Valdnet | 2021-06-02 | 1 | -2/+2 |
* | Fix psalm errors | Joas Schilling | 2021-04-27 | 1 | -8/+6 |
* | Remove event listener to udpate events that are not present anymore | Morris Jobke | 2021-03-25 | 1 | -12/+0 |
* | Fix markup | Joas Schilling | 2021-01-18 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -2/+2 |
* | Fix tense of updater logs | Nils Wittenbrink | 2020-09-10 | 1 | -2/+2 |
* | Add return value to all commands | Joas Schilling | 2020-06-26 | 1 | -1/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -1/+0 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -6/+6 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -7/+5 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -19/+19 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+1 |
* | Make sure maintenance mode is always casted to bool | Joas Schilling | 2019-02-22 | 1 | -2/+2 |
* | Revert "Wait for cron to finish before running upgrade command" | Morris Jobke | 2018-11-01 | 1 | -5/+1 |
* | Use ellipsis instead of triple dot | Joas Schilling | 2018-06-22 | 1 | -1/+1 |
* | Wait for cron to finish before running upgrade command | Morris Jobke | 2018-06-19 | 1 | -1/+5 |
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -1/+0 |
* | Merge pull request #7354 from nextcloud/refacor-update-page-print | blizzz | 2018-01-22 | 1 | -1/+2 |
|\ |
|
| * | Refactor method to check if update is needed | Morris Jobke | 2017-11-30 | 1 | -1/+2 |
* | | Remove not needed 3rdparty app disabling during upgrade for PHP 5.x | Morris Jobke | 2018-01-19 | 1 | -13/+1 |
|/ |
|
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -2/+6 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+3 |
* | Proper logging for appstore updates | Morris Jobke | 2017-05-11 | 1 | -1/+7 |
* | Do not disable 3rdparty apps on occ upgrade | Morris Jobke | 2017-04-27 | 1 | -7/+3 |
* | Remove removed --dry-run command from occ help (#26352) | Vincent Petry | 2016-10-21 | 1 | -6/+0 |
* | Remove unused and undefined use statement | Lukas Reschke | 2016-09-27 | 1 | -1/+1 |
* | Kill update simulation | Vincent Petry | 2016-09-27 | 1 | -27/+2 |
* | make disabled apps more clear during upgrade | Robin Appelman | 2016-08-09 | 1 | -2/+2 |
* | Exit from upgrade without reporting error | Jürgen Haas | 2016-08-03 | 1 | -1/+1 |