| Commit message (Expand) | Author | Age | Files | Lines |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -4/+4 |
* | Flag repair errors as error level in eventSource->send | Côme Chilliet | 2022-08-25 | 1 | -1/+1 |
* | 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 | -3/+6 |
* | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -47/+41 |
* | Migrate Migrator::executeSql to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -4/+6 |
* | Remove listeners of \OC\DB\Migrator::checkTable which is never emitted | Côme Chilliet | 2022-08-25 | 1 | -5/+0 |
* | Moving to string key for arguments of GenericEvent in Repair | Côme Chilliet | 2022-08-25 | 1 | -21/+18 |
* | Switch to string keys for argument of GenericEvent for OC\DB\Migrator | Côme Chilliet | 2022-08-25 | 1 | -2/+2 |
* | 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 | -2/+0 |
* | l10n: Spelling unification | Valdnet | 2021-06-02 | 1 | -3/+3 |
* | Fix psalm errors | Joas Schilling | 2021-04-27 | 1 | -1/+1 |
* | Remove event listener to udpate events that are not present anymore | Morris Jobke | 2021-03-25 | 1 | -12/+0 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -32/+31 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Adding "The" to the description | Valdnet | 2020-05-13 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -8/+8 |
* | 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 | -1/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+0 |
* | Remove trailing spaces from localized strings | Morris Jobke | 2019-02-15 | 1 | -4/+4 |
* | Show the repair steps and repair info output in the web for better feedback | Morris Jobke | 2019-01-09 | 1 | -0/+2 |
* | Revert "Wait for cron to finish before running upgrade command" | Morris Jobke | 2018-11-01 | 1 | -5/+1 |
* | Use numeric placeholders if there are multiple, so that RTL languages can ope... | Joas Schilling | 2018-10-09 | 1 | -1/+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 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+3 |
* | Merge pull request #7918 from nextcloud/properly-log-exceptions | Roeland Jago Douma | 2018-01-23 | 1 | -0/+4 |
|\ |
|
| * | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -0/+4 |
* | | Merge pull request #7354 from nextcloud/refacor-update-page-print | blizzz | 2018-01-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Refactor method to check if update is needed | Morris Jobke | 2017-11-30 | 1 | -1/+1 |
* | | Remove not needed 3rdparty app disabling during upgrade for PHP 5.x | Morris Jobke | 2018-01-19 | 1 | -7/+0 |
|/ |
|
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -1/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | Stricter phan config fixes | Lukas Reschke | 2017-08-01 | 1 | -1/+5 |
* | Proper logging for appstore updates | Morris Jobke | 2017-05-11 | 1 | -0/+9 |
* | Check that set_time_limit is not disabled before calling it | Ko- | 2017-03-11 | 1 | -1/+4 |
* | Move preview endpoint to controller | Roeland Jago Douma | 2016-11-03 | 2 | -115/+0 |
* | Move to AppData | Roeland Jago Douma | 2016-11-03 | 1 | -2/+6 |
* | New preview generator | Roeland Jago Douma | 2016-11-03 | 2 | -10/+54 |
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -70/+0 |
* | Check if the file isReadable() before sending a (cached) preview | Joas Schilling | 2016-08-29 | 1 | -0/+2 |
* | Kill ajax/share.php | Roeland Jago Douma | 2016-08-18 | 1 | -375/+0 |
* | Update with robin | Joas Schilling | 2016-07-21 | 4 | -4/+4 |
* | Fix others | Joas Schilling | 2016-07-21 | 4 | -8/+12 |