summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
...
* | Migrate to short array syntaxMorris Jobke2018-02-171-18/+18
* | Merge pull request #8095 from nextcloud/webapps-capabilitiesMorris Jobke2018-02-151-29/+4
|\ \
| * | Deprecate static methods and use Navigation managerJulius Härtl2018-02-121-0/+2
| * | Move navigation processing to the NavigationManagerJulius Härtl2018-02-121-29/+2
| |/
* | Add throws annotationJulius Härtl2018-02-151-0/+1
* | Properly encapsulate require_once for app.phpJulius Härtl2018-02-151-11/+12
|/
* Merge pull request #8134 from coliff/patch-2Joas Schilling2018-02-021-1/+1
|\
| * Update defaults.phpChristian Oliff2018-02-021-1/+1
* | Update doc link version to 14Morris Jobke2018-02-011-1/+1
|/
* Remove OC_App::removeAppJulius Härtl2018-01-311-13/+0
* Remove OC_App::installApp since it is not used anymoreJulius Härtl2018-01-311-57/+0
* Move getAppInfo and getAppVersion to IAppManagerJulius Härtl2018-01-311-43/+7
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-4/+22
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-265-7/+7
* Merge pull request #8054 from nextcloud/substr-use-indexMorris Jobke2018-01-261-3/+3
|\
| * Use index based string access for substr with length of 1Morris Jobke2018-01-261-3/+3
* | Simplify ternary operator statementsMorris Jobke2018-01-261-2/+2
* | Use type casting instead of *val() methodMorris Jobke2018-01-263-5/+5
* | Merge pull request #8053 from nextcloud/simplify-substrJoas Schilling2018-01-261-1/+1
|\ \
| * | Use short for of substr to not need strlen()Morris Jobke2018-01-251-1/+1
| |/
* / Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-262-4/+2
|/
* Merge pull request #7911 from nextcloud/improve-oc_imageJulius Härtl2018-01-181-36/+14
|\
| * Improve OC_Image code to not guess the type of input, but actually request th...Morris Jobke2018-01-181-36/+14
* | Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-3/+3
* | Remove IAppConfig::getValueRoeland Jago Douma2018-01-172-5/+4
|/
* Merge pull request #7836 from nextcloud/image-type-hintingMorris Jobke2018-01-171-4/+14
|\
| * Fix float/integer handling in image APIMorris Jobke2018-01-171-4/+14
* | Cleanup OC_User and OCP\UserMorris Jobke2018-01-163-75/+5
* | Keep all shipped apps enabled because they should be okayJoas Schilling2018-01-161-2/+2
* | Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-2/+2
|/
* Merge pull request #7819 from nextcloud/fix-explode-in-legacy-helper.phpMorris Jobke2018-01-121-2/+2
|\
| * Fix explode() call in legacy/helper.php to have correct typesMorris Jobke2018-01-121-2/+2
* | Fix strpos if needle is not foundMorris Jobke2018-01-121-1/+1
|/
* Only return 1 typeRoeland Jago Douma2018-01-071-2/+3
* Don't lie about the preview mimetypeRoeland Jago Douma2018-01-071-0/+18
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* Fix default parameter of OC_DB::executeAudited()Morris Jobke2017-12-181-2/+2
* Merge pull request #7427 from nextcloud/fix-white-color-in-emailsMorris Jobke2017-12-111-0/+9
|\
| * Fix email buttons for white themeMorris Jobke2017-12-111-0/+9
* | 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
|/
* Merge pull request #7295 from nextcloud/remove-unused-methodLukas Reschke2017-11-271-16/+0
|\
| * Remove unused mimetype detection method in OC_ImageMorris Jobke2017-11-271-16/+0
* | Get the Installer via DIMorris Jobke2017-11-252-16/+11
|/
* Use basename() instead of self implementationMorris Jobke2017-11-231-10/+0
* Merge pull request #6788 from staabm/masterLukas Reschke2017-11-081-1/+1
|\
| * Prevent XSS in links which open a new browser windowMarkus Staab2017-10-191-1/+1
* | Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-071-1/+1
|\ \