aboutsummaryrefslogtreecommitdiffstats
path: root/core/ajax
Commit message (Expand)AuthorAgeFilesLines
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-0/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-101-29/+4
* fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-131-5/+8
* feat(updater): hide overwrites from disabled apps list on upgradeMichaIng2024-02-271-2/+5
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-5/+7
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-7/+5
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-5/+7
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-231-5/+4
* allow to specify upgrade.cli-upgrade-link in order to link to the correct doc...Simon L2023-06-101-1/+1
* Merge pull request #38602 from fsamapoor/replace_strpos_calls_in_coreF. E Noel Nfebe2023-06-041-1/+1
|\
| * Refactors "strpos" calls in /core to improve code readability.Faraz Samapoor2023-06-021-1/+1
* | refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-031-2/+5
|/
* 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