aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Setup.php
Commit message (Expand)AuthorAgeFilesLines
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-1/+1
* Add tasks::last_updated column and vacate tasks after a weekMarcel Klehr2023-07-071-0/+2
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-5/+5
* fix(apache): Serve `mjs` (module javascript) as static filesFerdinand Thiessen2023-06-071-1/+1
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-2/+2
* Fix types for reading and writing config valuesjld31032023-04-051-2/+2
* Revert "remove 32-bit workarounds"Côme Chilliet2023-02-071-3/+4
* Rename canInstallExists method and add new method for removalAlex Harpin2023-01-101-2/+9
* Move CAN_INSTALL check to method and remove unlink from SetupControllerAlex Harpin2023-01-101-1/+8
* Remove the CAN_INSTALL file when occ maintenance:install is completeAlex Harpin2023-01-101-0/+3
* remove 32-bit workaroundsszaimen2022-11-021-4/+3
* Merge pull request #34136 from nextcloud/fix/default-channelblizzz2022-10-211-11/+13
|\
| * on installation save channel to config.php if not stableArthur Schiwon2022-10-211-11/+13
* | Use proper error pages instead of always redirectingJulius Härtl2022-10-211-2/+2
|/
* Make phpcs happy and remove unused setup thingVincent Petry2022-09-231-1/+0
* remove getDefaultInstallationBundleArthur Schiwon2022-09-221-8/+0
* Add back TokenCleanupJob to invalidate old temporary tokensThomas Citharel2022-08-251-0/+2
* Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-011-5/+3
* Fix warning about passing null to rtrimCôme Chilliet2021-11-231-1/+1
* Allow to serve static WebAssembly and TensorFlow Lite filesDaniel Calviño Sánchez2021-11-171-1/+1
* Profile backendChristopher Ng2021-10-191-0/+3
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-091-1/+1
* Check that pdo is installedDaniel Kesselberg2021-07-051-1/+4
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Merge pull request #22628 from Sp1l/simplify-htaccess-rewritesLukas Reschke2021-06-161-13/+6
|\
| * Coalesce RewriteCond lines in .htaccessBernard Spil2021-06-021-13/+6
* | Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-161-2/+2
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
|/
* l10n: Unify spellingValdnet2021-05-201-1/+1
* Less ILoggerJoas Schilling2021-04-271-13/+4
* Print an exception trace for setup exceptionsChristoph Wurst2021-01-071-0/+4
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Add htaccess exception for richdocumentscode_arm64Julius Härtl2020-09-171-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-1/+1
* Add audio formats to htaccessKevin Lanni2020-06-241-1/+1
* Update hub bundle and add proxy rule to htaccessJulius Härtl2020-05-251-0/+1
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-5/+5
|/
* Allow to serve static mp4 directlyJulius Härtl2020-02-121-1/+1
* Allow to serve static webm directlyRoeland Jago Douma2020-02-121-1/+1
* Merge pull request #19303 from nextcloud/test/debug-installJoas Schilling2020-02-061-3/+11
|\
| * Split the exception handling so install errors don't log as setup errorsJoas Schilling2020-02-051-3/+11
* | Fix data Apache2 .htaccess typoSimounet2020-02-051-1/+1
|/
* Update license headers for 18Christoph Wurst2019-12-201-0/+2
* Merge pull request #16792 from MichaIng/patch-1Roeland Jago Douma2019-12-191-13/+23
|\
| * Merge branch 'master' into patch-1MichaIng2019-12-041-41/+52
| |\