summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge pull request #8380 from nextcloud/bugfix/noid/reenable-disabled-appsMorris Jobke2018-07-251-0/+2
|\
| * Re-enable apps that got automatically disabled while updatingJoas Schilling2018-06-261-0/+2
* | 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
* | | Try to not run into the white page of death and still log something in the we...Morris Jobke2018-06-291-3/+15
* | | Do not use HTTP code OC_Response constants anymoreMorris Jobke2018-06-261-9/+0
* | | Replace hardcoded status headers with calls to http_response_code()Morris Jobke2018-06-263-40/+6
* | | Server exception error pages by default with a 500 status codeMorris Jobke2018-06-261-29/+5
* | | Server error/hint pages with a 500 error code to avoid it being seen instead ...Morris Jobke2018-06-262-5/+5
* | | Change status code when config is write protectedEric Masseran2018-06-261-1/+3
| |/ |/|
* | Merge pull request #9518 from nextcloud/feature/5986/public_share_controller_...Roeland Jago Douma2018-06-211-1/+1
|\ \
| * | Move public preview endpoint overRoeland Jago Douma2018-06-201-1/+1
* | | Split css variables and fix url variablesJohn Molakvoæ (skjnldsv)2018-06-201-0/+1
|/ /
* | Added new search standardJohn Molakvoæ (skjnldsv)2018-06-191-0/+1
* | Better design for core search, fixes and style to scssJohn Molakvoæ (skjnldsv)2018-06-191-0/+1
* | Properly clear cacheJulius Härtl2018-06-061-0/+1
* | Implement update functionalityJulius Härtl2018-06-061-0/+1
* | Get correct version of an appRoeland Jago Douma2018-05-031-1/+1
* | Make it possible to make external storages read onlyRoeland Jago Douma2018-05-011-0/+17
* | move log constants to ILoggerArthur Schiwon2018-04-265-16/+23
* | fix appinfo parsing when a single localized option is providedRobin Appelman2018-04-171-0/+5
* | Use zip32 only if there are less than 65536 filesDaniel Calviño Sánchez2018-04-061-4/+33
* | Use zip32 if possibleRoeland Jago Douma2018-04-061-3/+14
* | Merge pull request #8976 from nextcloud/dep_user_codeRoeland Jago Douma2018-03-281-19/+2
|\ \
| * | Remove deprecated OCP\User::getDisplaynameRoeland Jago Douma2018-03-251-0/+2
| * | Remove deprecated \OCP\User::getUsersRoeland Jago Douma2018-03-251-19/+0
* | | Merge pull request #8994 from nextcloud/deprecate-theme-sync-clientsRoeland Jago Douma2018-03-281-4/+5
|\ \ \
| * | | Use customclient_* values by default and do not use them in custom themes any...Julius Härtl2018-03-261-4/+5
| |/ /
* / / Remove deprecated OC_Group_BackendRoeland Jago Douma2018-03-261-56/+0
|/ /
* | Merge pull request #8506 from nextcloud/use-appmanagerMorris Jobke2018-03-221-0/+1
|\ \
| * | Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-0/+1
* | | Remove unused methods of OC_JsonMorris Jobke2018-03-212-28/+6
* | | Remove unused private functionRoeland Jago Douma2018-03-191-15/+0
|/ /
* | Merge pull request #8792 from nextcloud/cleanup-oc_responseMorris Jobke2018-03-131-119/+5
|\ \
| * | Fix the HTTP 1.0 status code and properly detect 1.0 vs 1.1&2.0Morris Jobke2018-03-131-5/+5
| * | Remove unused methods of OC_ResponseMorris Jobke2018-03-121-114/+0
* | | Remove unused methods and constants from legacy OC_APIMorris Jobke2018-03-121-277/+0
|/ /
* | Use proper method to format absolute timestampMorris Jobke2018-03-121-23/+0
* | Remove unused $enableAppsCache in OC_AppTobia De Koninck2018-03-061-13/+0
* | Remove OC_App::disable methodTobia De Koninck2018-03-061-15/+1
* | Run repair steps on uninstall in all casesTobia De Koninck2018-03-061-10/+0
* | Pass template parameters to parent templateJulius Härtl2018-02-271-1/+7
* | Merge pull request #8424 from nextcloud/fix/update-appRoeland Jago Douma2018-02-191-1/+1
|\ \
| * | Fix updating an upChristoph Wurst2018-02-191-1/+1
* | | Use normal header() calls instead of private method callsMorris Jobke2018-02-192-10/+4
|/ /
* | Add remaining type hints, that were already okayMorris Jobke2018-02-171-33/+34