summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23083 from nextcloud/bugfix/extend-php-error-loggingRoeland Jago Douma2020-09-291-2/+4
|\
| * Generate exception to log on php errorsJulius Härtl2020-09-291-2/+4
* | Merge pull request #23074 from nextcloud/fix/sharee-search-empty-email-matchJulius Härtl2020-09-291-2/+2
|\ \
| * | Do not match sharees on an empty email addressChristoph Wurst2020-09-281-2/+2
* | | Merge pull request #23013 from nextcloud/bugfix/noid/show-federation-results-...Roeland Jago Douma2020-09-291-2/+3
|\ \ \
| * | | Show federation and email results also with exact user match unless containing @Joas Schilling2020-09-231-2/+3
| | |/ | |/|
* | | Add acutal response to BeforeTemplateRenderedEventJulius Härtl2020-09-241-1/+1
| |/ |/|
* | Merge pull request #23015 from nextcloud/bugfix/noid/warn-on-slow-dashboard-w...Roeland Jago Douma2020-09-242-0/+19
|\ \
| * | Log a warning if a "lazy" initial state loads longer than 1 secondJoas Schilling2020-09-231-0/+10
| * | Log an error if a dashboard widget loads longer than 1 secondJoas Schilling2020-09-231-0/+9
| |/
* | Add occ command to set theming valuesJulius Härtl2020-09-241-1/+1
* | Don't log "duplicate section" for the shared "connected-accounts" sectionJoas Schilling2020-09-231-1/+1
|/
* add event to allow apps to overwrite user quotaRobin Appelman2020-09-171-1/+10
* Merge pull request #22844 from nextcloud/enh/richdocumentscode-armMorris Jobke2020-09-174-4/+38
|\
| * Allow to specify supported architectures in appinfo.xmlJulius Härtl2020-09-172-0/+28
| * Add htaccess exception for richdocumentscode_arm64Julius Härtl2020-09-171-1/+1
| * Install richdocumentscode depending on the architectureJulius Härtl2020-09-171-3/+9
* | Merge pull request #22903 from nextcloud/techdebt/16696/no-need-to-get-full-p...Morris Jobke2020-09-171-1/+1
|\ \
| * | Do not fetch the normalized full path again if it is already availableMorris Jobke2020-09-171-1/+1
* | | Merge pull request #22867 from nextcloud/shared-storage-init-lessRoeland Jago Douma2020-09-172-11/+71
|\ \ \ | |/ / |/| |
| * | optimize View::getPath if we already know the storage idRobin Appelman2020-09-162-14/+18
| * | disable update checking for shared storagesRobin Appelman2020-09-151-0/+56
| |/
* | Merge pull request #22890 from nextcloud/techdebt/18680/help-static-code-anal...Roeland Jago Douma2020-09-171-1/+2
|\ \
| * | Help static code analysis to understand code.Daniel Kesselberg2020-09-161-1/+2
* | | Merge pull request #22888 from nextcloud/techdebt/18680/remove-unused-codeMorris Jobke2020-09-161-1/+0
|\ \ \
| * | | Remove not needed semicolon and PHPDoc hintMorris Jobke2020-09-161-1/+0
| |/ /
* | | Merge pull request #22884 from nextcloud/phpdoc/21873/define-deprecated-versionMorris Jobke2020-09-161-91/+92
|\ \ \ | |/ / |/| |
| * | Specific version for @deprecated PHPDocMorris Jobke2020-09-161-91/+92
| |/
* / Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-1614-27/+0
|/
* Remove unneeded isset checkJoas Schilling2020-09-111-2/+2
* Merge pull request #22234 from nextcloud/bugfix/noid/reshare-mountMorris Jobke2020-09-101-4/+12
|\
| * Use user mount with matching shared storage onlyJulius Härtl2020-08-131-4/+12
* | Merge pull request #22774 from nextcloud/bugfix/noid/no-delay-without-ipMorris Jobke2020-09-101-0/+4
|\ \
| * | Don't break when the IP is emptyJoas Schilling2020-09-101-0/+4
* | | Merge pull request #22768 from nextcloud/fix/22288/change-0-to-null-for-bmp-e...Morris Jobke2020-09-101-1/+1
|\ \ \ | |/ / |/| |
| * | Change 0 to null to properly encode image to BMP if the first pixel is blackMorris Jobke2020-09-101-1/+1
* | | Merge pull request #22552 from nextcloud/bugfix/noid/opendocument-templatesMorris Jobke2020-09-101-0/+15
|\ \ \
| * | | Update repair step apply new opendocument template mimesJulius Härtl2020-09-041-0/+15
* | | | Don't create a deprecation log in base.phpJoas Schilling2020-09-101-1/+1
* | | | Merge pull request #22520 from nextcloud/normalize-path-invalid-utf8Roeland Jago Douma2020-09-091-1/+1
|\ \ \ \
| * | | | dont use `false` as cache key for non utf8 path in normalizePathRobin Appelman2020-08-311-1/+1
* | | | | Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-0/+5
| |_|/ / |/| | |
* | | | Merge pull request #22657 from nextcloud/bugfix/noid/quota-trash-creationMorris Jobke2020-09-091-2/+9
|\ \ \ \
| * | | | Check if quota should be applied to path when creating directoriesJulius Härtl2020-09-081-2/+9
* | | | | Merge pull request #22636 from nextcloud/bugfix/noid/initial-stte-cspv3Joas Schilling2020-09-091-14/+15
|\ \ \ \ \
| * | | | | Make sure that getConfig is still called for browsers that do not support CSPv3Julius Härtl2020-09-071-14/+15
* | | | | | Merge pull request #22729 from nextcloud/fix/object_storage_permissions_shortcutMorris Jobke2020-09-091-0/+10
|\ \ \ \ \ \
| * | | | | | Run stat less often for objectstoragesRoeland Jago Douma2020-09-081-0/+10
* | | | | | | Merge pull request #22646 from nextcloud/bugfix/mimetype-mappingRoeland Jago Douma2020-09-081-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Properly add both mimetypes to secure mimetype mappingJulius Härtl2020-09-071-1/+7
| | |/ / / / / | |/| | | | |