summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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-166-2/+44
|
* [tx-robot] updated from transifexNextcloud bot2020-09-15164-260/+616
|
* 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-111-2/+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-101-2/+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-111-2/+9
|\ \ | | | | | | [stable19] Don't fail if copying a file of 0 byte size
| * | 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 #22753 from nextcloud/backport/22651/stable19Roeland Jago Douma2020-09-101-2/+8
|\ \ | | | | | | [stable19] Fix reading empty files from objectstorage
| * | Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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 #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>
* | | | 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>
* / / [tx-robot] updated from transifexNextcloud bot2020-09-0712-20/+110
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-09-0636-12/+172
| |
* | [tx-robot] updated from transifexNextcloud bot2020-09-05130-426/+578
|/
* Merge pull request #22515 from nextcloud/backport/22472/stable19Roeland Jago Douma2020-09-041-1/+1
|\ | | | | [stable19] Fix writing BLOBs to postgres with recent contacts interaction
| * Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-311-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #22442 from nextcloud/backport/22421/stable19Roeland Jago Douma2020-09-043-18/+48
|\ \ | | | | | | [stable19] show better quota warning for group folders and external storage
| * | fix testsRobin Appelman2020-08-261-4/+11
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | show better quota warning for group folders and external storageRobin Appelman2020-08-262-14/+37
| | | | | | | | | | | | | | | | | | instead of showing the generic 'Your storage is full' message, better explain that it's the group folder/external storage that is full Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Upgrade icewind/smb to 3.2.7Roeland Jago Douma2020-09-044-14/+14
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #22553 from nextcloud/backport/22528/stable19Roeland Jago Douma2020-09-042-6/+18
|\ \ \ | | | | | | | | [stable19] Change free space calculation
| * | | Tests only: Forward calls to getUserValue and getAppValueDaniel Kesselberg2020-09-031-2/+12
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Change free space calculationDaniel Kesselberg2020-09-031-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-09-04132-130/+262
| | | |
* | | | Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl2020-09-031-0/+3
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-09-032-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-09-024-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-09-01126-250/+258
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2020-08-3110-0/+48
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-3012-4/+38
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-29150-314/+326
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-2838-48/+120
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-2714-48/+54
|/
* Merge pull request #22410 from nextcloud/backport/22359/stable19Roeland Jago Douma2020-08-262-0/+15
|\ | | | | [stable19] fix possible leaking scope in Flow
| * fix possible leaking scope in FlowArthur Schiwon2020-08-252-0/+15
| | | | | | | | | | | | | | | | | | - a configured flow can be brought into consideration, despite its event was not fired - it could either run through - or run into a RuntimeException and killing processing of valid flows Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #22427 from nextcloud/backport/21988/stable19Roeland Jago Douma2020-08-261-40/+47
|\ \ | | | | | | [stable19] Combine body-login rules in theming and fix twofactor and guest styling on bright colors
| * | Combine body-login rules in theming and fix twofactor and guest styling on ↵Julius Härtl2020-08-251-40/+47
| | | | | | | | | | | | | | | | | | bright colors Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-2628-28/+56
|/ /
* | Merge pull request #22414 from nextcloud/backport/22358/stable19John Molakvoæ2020-08-254-9/+12
|\ \ | |/ |/|
| * compiled assetsArthur Schiwon2020-08-252-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>