summaryrefslogtreecommitdiffstats
path: root/core/ajax
Commit message (Expand)AuthorAgeFilesLines
* allow to specify upgrade.cli-upgrade-link in order to link to the correct doc...Simon L2023-06-121-1/+1
* update wording for disabled web updaterSimon L2023-03-041-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-4/+4
* Flag repair errors as error level in eventSource->sendCôme Chilliet2022-08-251-1/+1
* Parameter of RepairAdvanceEvent is actually an increment, not a step idCôme Chilliet2022-08-251-1/+1
* Add void return types to callablesCôme Chilliet2022-08-251-3/+6
* Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-47/+41
* Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-4/+6
* Remove listeners of \OC\DB\Migrator::checkTable which is never emittedCôme Chilliet2022-08-251-5/+0
* Moving to string key for arguments of GenericEvent in RepairCôme Chilliet2022-08-251-21/+18
* Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet2022-08-251-2/+2
* Do not print verbose info about app updates if there are noneChristoph Wurst2021-11-181-6/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+0
* l10n: Spelling unificationValdnet2021-06-021-3/+3
* Fix psalm errorsJoas Schilling2021-04-271-1/+1
* Remove event listener to udpate events that are not present anymoreMorris Jobke2021-03-251-12/+0
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-32/+31
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Adding "The" to the descriptionValdnet2020-05-131-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-8/+8
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Remove trailing spaces from localized stringsMorris Jobke2019-02-151-4/+4
* Show the repair steps and repair info output in the web for better feedbackMorris Jobke2019-01-091-0/+2
* Revert "Wait for cron to finish before running upgrade command"Morris Jobke2018-11-011-5/+1
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-1/+1
* Use ellipsis instead of triple dotJoas Schilling2018-06-221-1/+1
* Wait for cron to finish before running upgrade commandMorris Jobke2018-06-191-1/+5
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+3
* Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma2018-01-231-0/+4
|\
| * Properly log the full exception instead of only the messageMorris Jobke2018-01-231-0/+4
* | Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-221-1/+1
|\ \ | |/ |/|
| * Refactor method to check if update is neededMorris Jobke2017-11-301-1/+1
* | Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke2018-01-191-7/+0
|/
* Get the Installer via DIMorris Jobke2017-11-251-1/+2
* Update license headersMorris Jobke2017-11-061-0/+1
* Stricter phan config fixesLukas Reschke2017-08-011-1/+5
* Proper logging for appstore updatesMorris Jobke2017-05-111-0/+9
* Check that set_time_limit is not disabled before calling itKo-2017-03-111-1/+4
* Move preview endpoint to controllerRoeland Jago Douma2016-11-032-115/+0
* Move to AppDataRoeland Jago Douma2016-11-031-2/+6
* New preview generatorRoeland Jago Douma2016-11-032-10/+54
* Make AppConfig part of the public APIJoas Schilling2016-10-211-70/+0
* Check if the file isReadable() before sending a (cached) previewJoas Schilling2016-08-291-0/+2
* Kill ajax/share.phpRoeland Jago Douma2016-08-181-375/+0