aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-1412-25/+0
|\
| * Remove unused import statementsMorris Jobke2018-02-1412-25/+0
* | Merge pull request #8328 from nextcloud/bugfix/noid/filter-out-the-current-us...Joas Schilling2018-02-141-2/+9
|\ \
| * | Filter out the current user when searching for emails tooJoas Schilling2018-02-131-2/+9
| |/
* | Merge pull request #8337 from nextcloud/use-non-alias-methodJoas Schilling2018-02-144-6/+6
|\ \
| * | Use non aliased method insteadMorris Jobke2018-02-134-6/+6
| |/
* / Simplify return statementMorris Jobke2018-02-131-3/+1
|/
* Try to silence phanRoeland Jago Douma2018-02-081-0/+3
* don't swallow exception from touchRobin Appelman2018-02-082-2/+10
* better error message on catalog errorRobin Appelman2018-02-082-1/+6
* Merge pull request #8033 from nextcloud/s3-uploaderMorris Jobke2018-02-081-43/+2
|\
| * Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-241-43/+2
* | Merge pull request #8218 from nextcloud/display_proper_lang_stringMorris Jobke2018-02-081-1/+1
|\ \
| * | Display the proper language strings in setttingsRoeland Jago Douma2018-02-071-1/+1
* | | Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixingMorris Jobke2018-02-081-2/+9
|\ \ \
| * | | CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-071-2/+9
* | | | actually return stream from swiftRobin Appelman2018-02-071-1/+1
|/ / /
* | | Merge pull request #8217 from nextcloud/fix_8180Morris Jobke2018-02-071-1/+3
|\ \ \
| * | | Use proper lanugage in langauge codeRoeland Jago Douma2018-02-071-1/+3
| |/ /
* | | Merge pull request #8182 from robert-scheck/pki-validationMorris Jobke2018-02-061-1/+1
|\ \ \ | |/ / |/| |
| * | Handle SSL certificate verifications for others than Let's EncryptRobert Scheck2018-02-051-1/+1
* | | Merge pull request #8173 from michaelletzgus/fix_for_eachMorris Jobke2018-02-061-3/+5
|\ \ \ | |/ / |/| |
| * | using isset()michaelletzgus2018-02-051-1/+1
| * | Fix undefined index problemmichaelletzgus2018-02-041-3/+5
* | | Merge pull request #8144 from nextcloud/cache-update-occMorris Jobke2018-02-055-9/+109
|\ \ \
| * | | Move depsCache clearing to SCSSCacher/JSCombinerJulius Härtl2018-02-033-15/+3
| * | | Add repair step to clear frontend related cachesJulius Härtl2018-02-035-6/+118
| |/ /
* | | Merge pull request #8155 from nextcloud/use-guest-cssMorris Jobke2018-02-051-1/+3
|\ \ \
| * | | Load guest css on any guest and error pageJulius Härtl2018-02-021-1/+3
| |/ /
* / / Do not try to get the jailed path if we can't find the idRoeland Jago Douma2018-02-031-0/+4
|/ /
* | 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
|/ /
* | Merge pull request #8097 from nextcloud/deprecate-static-appRoeland Jago Douma2018-01-314-121/+60
|\ \
| * | Add deprecation checksMorris Jobke2018-01-311-0/+8
| * | Remove OC_App::removeAppJulius Härtl2018-01-312-13/+3
| * | 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-312-51/+49
* | | Merge pull request #8121 from nextcloud/bugfix/8085/migrations-table-has-old-...Morris Jobke2018-01-311-12/+10
|\ \ \ | |/ / |/| |
| * | Create the migrations table also with the UTF8mb4 collationJoas Schilling2018-01-311-12/+10
* | | Merge pull request #8096 from nextcloud/feature/6382/do-not-cache-settings-in...Roeland Jago Douma2018-01-316-625/+173
|\ \ \ | |/ / |/| |
| * | Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-296-625/+173
* | | Merge pull request #8078 from nextcloud/theming-validate-scssMorris Jobke2018-01-291-16/+41
|\ \ \ | |/ / |/| |
| * | Add typehinting an fix some minor cleanupJulius Härtl2018-01-261-16/+24
| * | Do not rewrite absolute URLsJulius Härtl2018-01-261-1/+1
| * | Clear injectect variables when resetting the cacheJulius Härtl2018-01-261-0/+1
| * | Make sure that injected variables do not break the CSS generationJulius Härtl2018-01-261-0/+15
| * | SCSS files are only cached if their size is > 0Julius Härtl2018-01-261-1/+2
* | | Merge pull request #8062 from nextcloud/use-classMorris Jobke2018-01-2917-84/+95
|\ \ \
| * | | Use ::class statement instead of stringMorris Jobke2018-01-2917-84/+95