summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #22641 from nextcloud/fix/credentials-store-upgrade-proper...Roeland Jago Douma2020-09-081-2/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix undefined class property access after upgrade from 19 to 20Christoph Wurst2020-09-071-2/+7
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #22643 from nextcloud/bugfix/noid/fix-installing-on-oracleMorris Jobke2020-09-071-0/+5
|\ \ \ \ \ \
| * | | | | | Warn about adding NotNull columns with nullable defaultJoas Schilling2020-09-071-0/+5
| | |/ / / / | |/| | | |
* | | | | | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-077-1/+8
| |/ / / / |/| | | |
* | | | | Merge pull request #22589 from nextcloud/bugfix/noid/allow-additional-persona...blizzz2020-09-071-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow additional personal settings via normal registrationJoas Schilling2020-09-041-1/+2
* | | | | Merge pull request #22597 from nextcloud/techdebt/noid/allow-to-di-the-settin...Roeland Jago Douma2020-09-041-10/+3
|\ \ \ \ \
| * | | | | Add missing alias for OCP\Settings\IManager and deprecate the old oneJoas Schilling2020-09-041-10/+3
| |/ / / /
* | | | | Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ2020-09-041-10/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-5/+7
| * | | | iMIP email improvements (take 2)brad20142020-08-201-6/+24
* | | | | Merge pull request #22550 from nextcloud/bugfix/13556/use-correct-root-when-c...Joas Schilling2020-09-041-2/+2
|\ \ \ \ \