summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22893 from nextcloud/backport/22880/stable19Morris Jobke2020-09-161-17/+18
|\ | | | | [stable19] Revoke secsignid
| * Revoke secsignidMorris Jobke2020-09-161-17/+18
| | | | | | | | | | | | See nextcloud/app-certificate-requests#343 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #22892 from nextcloud/backport/22744/stable19Morris Jobke2020-09-161-6/+5
|\ \ | |/ |/| [stable19] only get the permissions from the share source if it's not already cached
| * only get the permissions from the share source if it's not already cachedRobin Appelman2020-09-161-6/+5
|/ | | | | | this prevents having to setup the share source when doing metadata stuff on the share root Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-09-168-2/+46
|
* [tx-robot] updated from transifexNextcloud bot2020-09-15230-374/+716
|
* Merge pull request #22840 from nextcloud/backport/22770/stable19Morris Jobke2020-09-141-1/+5
|\ | | | | [stable19] Mitigate encoding issue with user principal uri
| * Mitigate encoding issue with user principal uriGeorg Ehrke2020-09-141-1/+5
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #22775 from ↵Roeland Jago Douma2020-09-113-7/+14
|\ | | | | | | | | nextcloud/fix/noid/stable19-ldap-group-update-events [stable19] makes LDAP's group updater dispatch type events
| * makes LDAP's group updater dispatch type eventsArthur Schiwon2020-09-103-7/+14
| | | | | | | | | | | | * fixes group share updates on added users Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #22778 from nextcloud/backport/22739/stable19Roeland Jago Douma2020-09-112-2/+12
|\ \ | | | | | | [stable19] Don't fail if copying a file of 0 byte size
| * | Annotate that writeStream can throw a GenericFileExceptionJulius Härtl2020-09-101-0/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Properly catch exception from writing to stream when copying a fileJulius Härtl2020-09-101-2/+9
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #22776 from nextcloud/backport/22747/stable19Roeland Jago Douma2020-09-111-2/+3
|\ \ | | | | | | [stable19] fix s3 doesDirectoryExist check for empty directories
| * | Set delimiter so that the CommonPrefixes response can properly be determinedJulius Härtl2020-09-101-1/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | fix s3 doesDirectoryExist check for empty directoriesRobin Appelman2020-09-101-1/+1
| |/ | | | | | | | | | | | | | | | | | | if a directory is empty, only the 'marker' object `/` exists. since not all s3 implementations return just the prefix when listing objects by prefix, when listing objects by the folder prefix, nothing will be returned if the directory is empty. by not including the trailing slash in the prefix, the folder marked will always be returned if it exists Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #22591 from nextcloud/backport/22577/stable19Roeland Jago Douma2020-09-111-0/+2
|\ \ | |/ |/| [stable19] Better error message when blocked by access control
| * Better error message when blocked by access controlJoas Schilling2020-09-041-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #22769 from nextcloud/backport/22766/stable19Roeland Jago Douma2020-09-101-1/+1
|\ \ | | | | | | [stable19] Clarify PHP warning in admin settings
| * | Clarify PHP warning in admin settingsMorris Jobke2020-09-101-1/+1
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #22752 from nextcloud/backport/22587/stable19Morris Jobke2020-09-101-1/+1
|\ \ | | | | | | [stable19] Check if var debugMode exists
| * | Check if var debugMode existstimm2k2020-09-091-1/+1
| | | | | | | | | | | | Closes #21150 a second time. 2nd appearance of debugMode may not seen in first fix.
* | | Merge pull request #22753 from nextcloud/backport/22651/stable19Roeland Jago Douma2020-09-102-2/+13
|\ \ \ | | | | | | | | [stable19] Fix reading empty files from objectstorage
| * | | Fix reading empty files from objectstorageRoeland Jago Douma2020-09-092-2/+13
| |/ / | | | | | | | | | | | | | | | | | | | | | Since we try to do range requests this will fail hard. However since empty files are not that interesting to read anyways we just read from an emptry memory stream. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #22630 from nextcloud/backport/22583/stable19Julius Härtl2020-09-106-133/+69
|\ \ \ | |/ / |/| |
| * | add repair step to clean up DB off lastFeatureRefresh entries in user prefsArthur Schiwon2020-09-074-1/+69
| | | | | | | | | | | | | | | | | | - also removes related app setting "updateAttributesInterval" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | these code bits were part of old logic that was already refactored outArthur Schiwon2020-09-062-132/+0
| | | | | | | | | | | | | | | | | | - only references were in unit tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #22742 from nextcloud/backport/22589/stable19Morris Jobke2020-09-091-1/+2
|\ \ \ | | | | | | | | [stable19] Allow additional personal settings via normal registration
| * | | Allow additional personal settings via normal registrationJoas Schilling2020-09-091-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #22745 from nextcloud/backport/22646/stable19Morris Jobke2020-09-092-2/+8
|\ \ \ \ | | | | | | | | | | [stable19] Fix detecting text/x-php mimetype and secure mimetype mapping
| * | | | Add text/x-php as an alternative for application/x-phpJulius Härtl2020-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Properly add both mimetypes to secure mimetype mappingJulius Härtl2020-09-091-1/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #22652 from nextcloud/backport/22643/stable19Morris Jobke2020-09-092-1/+8
|\ \ \ \ \ | | | | | | | | | | | | [stable19] Fix installing on Oracle
| * | | | | Warn about adding NotNull columns with nullable defaultJoas Schilling2020-09-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix installing on OracleJoas Schilling2020-09-071-1/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Empty strings are stored as null in Oracle, so a column with NotNull can not have an empty string as default Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #22713 from nextcloud/backport/stable19/22557Morris Jobke2020-09-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable19] Do not fail if share for mountpoint is no longer available
| * | | | | Do not fail if share for mountpoint is no longer availableJulius Härtl2020-09-081-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #22720 from nextcloud/backport/22469/stable19Morris Jobke2020-09-091-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | | [stable19] Don't use SELECT DISTINCT when to_char() is used in a WHERE statement
| * | | | Don't use SELECT DISTINCT when to_char() is used in a WHERE statementJoas Schilling2020-09-081-3/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | Nice bug in Oracle Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #22725 from nextcloud/version/19.0.3/finalv19.0.3Morris Jobke2020-09-091-2/+2
|\ \ \ \ | |/ / / |/| | | 19.0.3 final
| * | | 19.0.3 finalRoeland Jago Douma2020-09-081-2/+2
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / [tx-robot] updated from transifexNextcloud bot2020-09-0714-54/+162
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-09-0642-12/+184
| |
* | [tx-robot] updated from transifexNextcloud bot2020-09-05148-426/+596
| |
* | Merge pull request #22574 from nextcloud/version/19.0.3/rc1v19.0.3RC1Roeland Jago Douma2020-09-041-2/+2
|\ \ | |/ |/| 19.0.3 RC1
| * 19.0.3 RC1Roeland Jago Douma2020-09-041-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #22515 from nextcloud/backport/22472/stable19Roeland Jago Douma2020-09-043-2/+9
|\ \ | | | | | | [stable19] Fix writing BLOBs to postgres with recent contacts interaction
| * | Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-313-2/+9
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #22579 from nextcloud/backport/22550/stable19Roeland Jago Douma2020-09-041-2/+2
|\ \ \ | | | | | | | | [stable19] Use the correct root to determinate the webroot for the resource
| * | | Use the correct root to determinate the webroot for the resourceJoas Schilling2020-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since all the compiled routes are based on the server webroot, we have to use this, independent from which app this belongs to. Signed-off-by: Joas Schilling <coding@schilljs.com>