aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Updater.php
Commit message (Expand)AuthorAgeFilesLines
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-2/+4
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-11/+11
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-081-2/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-241-34/+3
* fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-131-22/+10
* Refactor `OC\Server::getAppFetcher`Andrew Summers2024-02-231-1/+2
* chore: use DI for \OC\RepairCôme Chilliet2024-01-301-2/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-10/+10
* chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-011-2/+3
* Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-201-1/+1
|\
| * app type extended_authenticationMaxence Lange2023-04-121-1/+1
* | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-4/+4
|/
* Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-2/+1
* Revert "disable upgrades to 26 for 32-bit"Côme Chilliet2023-02-071-3/+0
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* fix update for 32-bitSimon L2022-11-251-2/+1
* disable upgrades to 26 for 32-bitszaimen2022-11-011-0/+4
* 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-2/+2
* Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-78/+46
* Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-5/+7
* Remove listeners of \OC\DB\Migrator::checkTable which is never emittedCôme Chilliet2022-08-251-6/+0
* Moving to string key for arguments of GenericEvent in RepairCôme Chilliet2022-08-251-8/+8
* Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet2022-08-251-2/+2
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
* Do not print verbose info about app updates if there are noneChristoph Wurst2021-11-181-2/+2
* Fix updating with appsJoas Schilling2021-11-111-1/+1
* Fix app upgradeJoas Schilling2021-10-151-8/+10
* Keep group restrictions when reenabling apps after an updateJoas Schilling2021-10-131-4/+13
* Remove dead codeJoas Schilling2021-09-301-17/+2
* Migrate HintException to OCPGary Kim2021-06-301-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Merge pull request #26758 from J0WI/more-strictChristoph Wurst2021-04-281-12/+15
|\
| * Some more strict_typesJ0WI2021-04-261-12/+15
* | Less ILoggerJoas Schilling2021-04-271-12/+15
|/
* Remove event listener to udpate events that are not present anymoreMorris Jobke2021-03-251-12/+0
* log full expection during repair stepRobin Appelman2021-03-181-2/+3
* Merge pull request #25034 from nextcloud/bugfix/noid/load-authentication-for-...Morris Jobke2021-01-111-2/+2
|\
| * Make sure to do priority app upgrades firstJulius Härtl2021-01-081-2/+2
* | Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+2
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Make sure the migrations table schema is always checkedJulius Härtl2020-12-091-0/+1
* Allow major/minor match for owncloud versionJulius Härtl2020-12-091-1/+4
* Do not update incompatible appsChristoph Wurst2020-12-041-1/+1
* Remove dead method \OC\Updater::checkAppUpgradeChristoph Wurst2020-11-261-41/+0
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-9/+7
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-20/+20
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-9/+9