aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Format code to a single space around binary operatorsChristoph Wurst2020-10-0574-242/+242
* Merge pull request #22913 from nextcloud/group-folder-quota-warning-mountpointRoeland Jago Douma2020-10-041-1/+3
|\
| * add mount point to quota warning messageRobin Appelman2020-10-041-1/+3
* | Merge pull request #21821 from nextcloud/enh/bootstrap/initial_stateRoeland Jago Douma2020-10-042-1/+74
|\ \ | |/ |/|
| * Move initial state provider to boostrapRoeland Jago Douma2020-10-042-1/+74
* | Merge pull request #22937 from nextcloud/enh/allow_configuring_token_auth_act...Roeland Jago Douma2020-10-041-1/+5
|\ \
| * | Allow configuring the activity update interval of tokenRoeland Jago Douma2020-10-041-1/+5
| |/
* | Merge pull request #23047 from nextcloud/techdebt/noid/warn-on-database-abuseRoeland Jago Douma2020-10-043-3/+74
|\ \ | |/ |/|
| * Fix testsJoas Schilling2020-10-021-2/+0
| * Log the number of queries built and executedJoas Schilling2020-09-253-2/+75
* | 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
|\ \ \ \