summaryrefslogtreecommitdiffstats
path: root/lib/private/Setup.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * | Add missing newlines to .htaccessMichaIng2019-10-311-2/+2
| * | Add "Order" to assure that no parental "Allow" can grant accessMichaIng2019-09-261-0/+2
| * | Minor syntaxMichaIng2019-08-191-21/+21
| * | Update lib/private/Setup.php MichaIng2019-08-191-1/+1
| * | Harden data protection .htaccessMichaIng2019-08-191-8/+16
* | | Update license headersChristoph Wurst2019-12-051-4/+7
| |/ |/|
* | Set last-password-confirmation for setupRoeland Jago Douma2019-12-031-0/+4
* | reformat Setup.phpArthur Schiwon2019-11-251-55/+59
* | fix documentation, get and createGroup may return nullArthur Schiwon2019-11-251-1/+4
|/
* Allow to access source maps on apacheJulius Härtl2019-06-191-1/+1
* make sure that the ocm end-point discovery /ocm-provider is not redirected to...Bjoern Schiessle2019-02-201-0/+1
* Fix loading of .woff2 files in .htaccessJulius Härtl2018-11-181-1/+1
* Merge pull request #11446 from nextcloud/bugfix/10678/pretty-urls-dont-workMorris Jobke2018-10-021-3/+2
|\
| * Allow url without / for overwrite.cli.urlDaniel Kesselberg2018-09-281-3/+2
* | Validate email in occ commandDaniel Kesselberg2018-10-021-6/+1
* | Use setUserValue instead setEMailAddress because latter omits an changeUser e...Daniel Kesselberg2018-10-021-8/+10
* | Add --admin-email to cli installerDaniel Kesselberg2018-10-021-0/+9
|/
* Change visibility to privateDaniel Kesselberg2018-09-131-1/+1
* Change return false to throw newDaniel Kesselberg2018-09-101-5/+12
* Extract logic for webroot into method and add testDaniel Kesselberg2018-09-101-9/+22
* Add the jobRoeland Jago Douma2018-05-141-0/+2
* Correct mistaken regex wildcard in .htaccessDan Callahan2018-02-281-1/+1
* Fix proper overwrite URL on CLI installMorris Jobke2018-02-071-3/+8
* Handle SSL certificate verifications for others than Let's EncryptRobert Scheck2018-02-051-1/+1
* Fix case when overwrite URL is empty during setupMorris Jobke2018-01-151-0/+3
* Get the Installer via DIMorris Jobke2017-11-251-12/+16
* Revert "Only allow colons in db host for IPv6 addresses"Morris Jobke2017-11-081-16/+0
* Run updated license header updaterMorris Jobke2017-11-071-1/+1
* Update license headersMorris Jobke2017-11-061-1/+3
* Add logrote as a default background jobRoeland Jago Douma2017-10-241-1/+4
* Code clean upJoas Schilling2017-09-261-48/+47
* Only allow colons in db host for IPv6 addressesJoas Schilling2017-09-261-0/+16
* Fix L10N::tRoeland Jago Douma2017-08-011-2/+2
* Fix 403 and 404 redirectMorris Jobke2017-07-261-2/+2