summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/util.php
Commit message (Expand)AuthorAgeFilesLines
* instead of upsert, fallback to default query on PgSQL <= 9.4Arthur Schiwon2019-08-141-2/+2
* fixes the check for postgresqlArthur Schiwon2019-07-181-2/+2
* Prevent faulty logs from nested setupFS callsJoas Schilling2019-05-151-2/+3
* 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
|/
* PHP module is named mbstringMorris Jobke2018-12-041-1/+1
* Fix string doc type casingChristoph Wurst2018-11-151-1/+1
* 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-031-61/+24
|/
* Drop support for xcacheDaniel Kesselberg2018-08-121-8/+0
* Check if HTTP_USER_AGENT is set before using itRoeland Jago Douma2018-08-081-0/+4
* Design structure fixesJohn Molakvoæ (skjnldsv)2018-07-211-0/+10
* Merge pull request #8188 from arnowelzel/masterMorris Jobke2018-07-201-2/+2
|\
| * Avoid error messages for restricted opcache APIArno Welzel2018-02-051-2/+2
* | Fix accessibility invertJohn Molakvoæ (skjnldsv)2018-07-191-2/+9
* | Change status code when config is write protectedEric Masseran2018-06-261-1/+3
* | Make it possible to make external storages read onlyRoeland Jago Douma2018-05-011-0/+17
* | move log constants to ILoggerArthur Schiwon2018-04-261-4/+5
* | Use proper method to format absolute timestampMorris Jobke2018-03-121-23/+0
|/
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Simplify ternary operator statementsMorris Jobke2018-01-261-2/+2
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-3/+2
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-1/+1
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-2/+2
* Merge pull request #7334 from nextcloud/feature/noid/language-depending-skele...blizzz2017-12-081-1/+17
|\
| * Fallback to "default" and check if directory existsMorris Jobke2017-12-081-1/+4
| * Allow `{lang}` as a placeholder in the skeleton directoryJoas Schilling2017-11-291-1/+14
* | Allow to skip data dir permission checks by configArthur Schiwon2017-11-301-1/+4
|/
* Get the Installer via DIMorris Jobke2017-11-251-2/+9
* Use basename() instead of self implementationMorris Jobke2017-11-231-10/+0
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-2/+6
* Some more invalid PHPDocs in legacy classesLukas Reschke2017-08-011-3/+2
* Replace wrong PHPDocsLukas Reschke2017-08-011-3/+16
* Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-271-2/+3
* Update setupchecks.jsrakekniven2017-05-311-2/+2
* Setup root FS for multibucket object storageMorris Jobke2017-05-101-1/+46
* Fix missing placeholder for doc linkJoas Schilling2017-05-101-1/+1
* Fix escaped HTML on error pagesMorris Jobke2017-05-081-12/+8
* Use regex to detect part filesVincent Petry2017-04-261-2/+2
* #7496 Don`t allow upload of files with extension .partIlja Neumann2017-04-261-0/+6
* Fix translationsJoas Schilling2017-04-181-1/+1
* Merge pull request #4256 from nextcloud/themingLukas Reschke2017-04-111-1/+1
|\
| * Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+1
* | Lowercase "data" correctlyJoas Schilling2017-04-101-6/+6
* | removed path to datadirKawohl2017-04-041-13/+13
|/
* Redirect to 2FA selection screenChristoph Wurst2017-04-031-2/+2