summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update autloaderRoeland Jago Douma2020-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
|/
* [tx-robot] updated from transifexNextcloud bot2020-09-202-0/+2
* [tx-robot] updated from transifexNextcloud bot2020-09-1818-2/+20
* Allow to also use PHP 8.0Morris Jobke2020-09-181-3/+3
* Nextcloud 21 runs on PHP 7.3+ onlyMorris Jobke2020-09-181-3/+3
* Provide correct PHPDoc tags for public namespaceMorris Jobke2020-09-171-2/+10
* Autoloader updateMorris Jobke2020-09-172-0/+2
* add event to allow apps to overwrite user quotaRobin Appelman2020-09-172-1/+74
* 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-174-11/+73
|\ \ \ | |/ / |/| |
| * | optimize View::getPath if we already know the storage idRobin Appelman2020-09-162-14/+18
| * | disable update checking for shared storagesRobin Appelman2020-09-153-0/+58
* | | 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
* | | | [tx-robot] updated from transifexNextcloud bot2020-09-172-2/+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-1615-30/+0
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-09-152-2/+4
* | It is very highly recommended to set an object for better filteringJoas Schilling2020-09-151-0/+2
|/
* Merge pull request #22809 from nextcloud/bugfix/noid/remove-unneeded-isset-checkJoas Schilling2020-09-141-2/+2
|\
| * Remove unneeded isset checkJoas Schilling2020-09-111-2/+2
* | Fix serializing indexed unified search array as objectChristoph Wurst2020-09-111-1/+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 #22739 from nextcloud/bugfix/16989Morris Jobke2020-09-101-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Annotate that writeStream can throw a GenericFileExceptionJulius Härtl2020-09-101-0/+3
* | | | 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
|\ \ \ \