summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16859 from PhrozenByte/patch-1Roeland Jago Douma2019-09-091-0/+2
|\
| * Improve usage of IAppManager::getAppWebPath()Daniel Rudolf2019-09-051-0/+2
* | Fix sanity checks #16963Samuel CHEMLA2019-09-011-5/+3
|/
* Always check via http and https whether htaccess is workingJoas Schilling2019-08-231-1/+13
* Make the auto-disabled list more broadJoas Schilling2019-08-151-3/+1
* instead of upsert, fallback to default query on PgSQL <= 9.4Arthur Schiwon2019-08-141-2/+2
* Remove duplicated spacesJ0WI2019-08-111-1/+1
* Sort headersJ0WI2019-08-111-4/+4
* Add X-Frame-Options header to .htaccessJ0WI2019-08-111-1/+1
* Merge pull request #16461 from nextcloud/fix/noid/pgsql-versionRoeland Jago Douma2019-07-261-2/+2
|\
| * fixes the check for postgresqlArthur Schiwon2019-07-181-2/+2
* | Removes unused OC_API::registerMorris Jobke2019-07-181-30/+0
|/
* Merge pull request #15540 from nextcloud/bugfix/noid/prevent-faulty-logs-from...Joas Schilling2019-06-211-2/+3
|\
| * Prevent faulty logs from nested setupFS callsJoas Schilling2019-05-151-2/+3
* | Fix missing login hook wih Apache/SAMLChristoph Wurst2019-06-111-1/+9
|/
* Show supported apps in app managementMorris Jobke2019-05-131-0/+8
* Use non-absolute logout URL to fix wrong URL in reverse proxy scenarioMorris Jobke2019-05-081-1/+1
* Forbid eval on legacy responsesRoeland Jago Douma2019-04-091-1/+1
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-201-4/+4
* Remove the upload and memory settingJoas Schilling2019-03-042-108/+0
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+1
* Move jquery.ocdialog.scss to bundleRoeland Jago Douma2019-02-141-1/+0
* Move jquery-ui-fixes to bundleRoeland Jago Douma2019-02-141-1/+0
* Move the contactsmenu handlebars templates to the bundleRoeland Jago Douma2019-02-041-1/+0
* Do not try to load js moved to bundleRoeland Jago Douma2019-02-011-2/+0
* Merge pull request #13927 from nextcloud/remove-dead-codeMorris Jobke2019-02-011-50/+0
|\
| * Remove deleteFromOpcodeCache & clearOpcodeCacheDaniel Kesselberg2019-01-301-31/+0
| * Don't call apc_delete_file and apc_clear_cache anymoreDaniel Kesselberg2019-01-301-25/+6
* | Improve data directory write checking for NFS mountsRobert Dailey2019-01-241-7/+15
|/
* Urlencode the requesttokenRoeland Jago Douma2019-01-231-1/+1
* Request plain logout urlRoeland Jago Douma2019-01-231-6/+2
* Update select2, include cssChristoph Wurst2019-01-091-1/+0
* Remove core.jsChristoph Wurst2019-01-091-20/+0
* Npmize (vendor) scriptsChristoph Wurst2019-01-091-3/+1
* Use OC_Util::getVersion instead of getSystemValueDaniel Kesselberg2018-12-071-1/+1
* Use version to generate docversionDaniel Kesselberg2018-12-071-4/+3
* PHP module is named mbstringMorris Jobke2018-12-041-1/+1
* Set Referrer-Policy also in addSecurityHeaders()Peter Kraume2018-11-271-0/+1
* Fix string doc type casingChristoph Wurst2018-11-151-1/+1
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-1/+1
* Deprecate unused, private OC_Helper::linkToPublicMorris Jobke2018-10-081-17/+0
* Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-the...Morris Jobke2018-10-081-2/+2
|\
| * Moves the logo files to logoMichael Weimann2018-10-021-2/+2
* | Merge pull request #11613 from nextcloud/add-missing-throw-statementMorris Jobke2018-10-041-1/+2
|\ \
| * | add missing throw statement to doc blockBjoern Schiessle2018-10-041-1/+2
* | | Remove unused code in legacy classesMorris Jobke2018-10-032-80/+24
| |/ |/|
* | Dont use find to lookup binariesDaniel Kesselberg2018-09-291-14/+1
* | Compile contactmenu handlebars templatesRoeland Jago Douma2018-09-271-0/+1
|/
* add back-end as parameter to the pre-login hookBjoern Schiessle2018-09-141-1/+1
* also catch exceptions when loading appsRobin Appelman2018-08-241-1/+1