summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fix metadata extractionCarl Schwan2022-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The metadata extraction only happens when the size is not equal to 0, but due to a regression in FileInfo the size is always zero. This fix the regression. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Rename setting name to reduce its lengthLouis Chemineau2022-06-282-2/+2
|/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-282-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Improve local domain detectionCôme Chilliet2022-06-231-2/+4
| |/ / |/| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-192-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32904 from nextcloud/backport/32898/stable24blizzz2022-06-171-4/+8
|\ \ \ | | | | | | | | [stable24] Fix logger overwriting vars in some circumstances
| * | | make placeholder a const for reuseArthur Schiwon2022-06-161-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix overwriting original vars when loggingArthur Schiwon2022-06-161-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-172-0/+2
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-142-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32842 from nextcloud/backport/32685/stable24blizzz2022-06-131-1/+1
|\ \ \ | | | | | | | | [stable24] Fix replacing external storage password during debug log
| * | | Fix replacing external storage password during debug logChristoph Wurst2022-06-131-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #32833 from nextcloud/backport/32799/stable24blizzz2022-06-131-1/+1
|\ \ \ \ | |/ / / |/| | | [stable24] Fix exception handling when profile data is too long
| * | | Fix exception handling when profile data is too longJoas Schilling2022-06-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #32444 from nextcloud/backport/32357/stable24blizzz2022-06-121-0/+8
|\ \ \ \ | |/ / / |/| | | [stable24] remove storage wrappers when deleting the user storage
| * | | remove storage wrappers when deleting the user storageRobin Appelman2022-06-101-0/+8
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-122-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32708 from nextcloud/unencrypted-size-24blizzz2022-06-117-52/+156
|\ \ \ | |/ / |/| | [24] store unencrypted size in the unencrypted_size column
| * | store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-037-52/+156
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #32513 from nextcloud/backport/32496/stable24Vincent Petry2022-06-101-3/+11
|\ \ \ | | | | | | | | [stable24] Fix crop condition
| * | | Fix crop conditionCarl Schwan2022-05-201-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that when fetching the image from the cache we don't accidentally fetch the cropped image just because it also start with 256-256 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #32657 from nextcloud/backport/32655/stable24Vincent Petry2022-06-101-2/+7
|\ \ \ \ | | | | | | | | | | [stable24] Handle non existing settings again
| * | | | Handle non existing settings againCarl Schwan2022-05-301-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/nextcloud/server/pull/28189#issuecomment-1140874991 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #32801 from nextcloud/backport/32797/stable24Vincent Petry2022-06-101-7/+3
|\ \ \ \ \ | | | | | | | | | | | | [stable24] fix mounts mounted at the users home
| * | | | | fix mounts mounted at the users homeRobin Appelman2022-06-091-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this fixes external storages with '/' as mountpoint Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | perform onetime setup earlier to ensure wrappers are registered on timeRobin Appelman2022-06-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this fixes an issue with wrappers like encryption not always being applied to mountpoint that create the storage object directly (such as external storage) Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #32710 from nextcloud/backport/32662/stable24Vincent Petry2022-06-101-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable24] Cleanup temporary files after finishing the write to object storage
| * | | | | | Cleanup temporary files after finishing the write to object storageJulius Härtl2022-06-021-0/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Properly import maintenance scriptJulius Härtl2022-06-091-2/+2
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #32770 from nextcloud/backport/32697/stable24Vincent Petry2022-06-091-11/+14
|\ \ \ \ \ | | | | | | | | | | | | [stable24] Fix get avatar authorization
| * | | | | Fix get avatar authorizationChristopher Ng2022-06-081-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #32776 from nextcloud/backport/32767/stable24Vincent Petry2022-06-091-0/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable24] handle stream wrappers in SeekableHttpStream
| * | | | | | handle stream wrappers in SeekableHttpStreamRobin Appelman2022-06-091-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #32705 from nextcloud/backport/32690/stable24Vincent Petry2022-06-091-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable24] Trim mount point before matching in encryption code
| * | | | | | | Trim mount point before matching in encryption codeVincent Petry2022-06-021-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Often times the mount point has a leading slash. This fix sanitizes it to make sure matching works. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | Merge pull request #32752 from nextcloud/backport/32746/stable24Vincent Petry2022-06-092-0/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | [stable24] Add new share attributes column
| * | | | | | Add new share attributes columnVincent Petry2022-06-082-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To store more extended permissions in the future. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-094-0/+12
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Always log errors from sending federation api requests to ease debuggingJoas Schilling2022-06-081-1/+2
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #32664 from nextcloud/backport/32206/stable24Pytal2022-06-023-0/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add the ISizeEstimationMigrator interface for method getExportEstimatedSizeCôme Chilliet2022-05-314-8/+45
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Add a method to get estimated export size in IMigratorCôme Chilliet2022-05-311-0/+8
| |/ / / | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #32677 from nextcloud/backport/32592/stable24blizzz2022-06-011-0/+1
|\ \ \ \ | | | | | | | | | | [stable24] allow use of rememberme cookies for IApacheAuth backends
| * | | | allow use of rememberme cookies for IApacheAuth backendsArthur Schiwon2022-05-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - e.g. enables it for SAML backend Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #32510 from nextcloud/fix/theming-colours-primary-24John Molakvoæ2022-06-011-2/+2
|\ \ \ \ \
| * | | | | Properly calculate primary element based on background luminanceJohn Molakvoæ2022-05-311-2/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* / / / / [tx-robot] updated from transifexNextcloud bot2022-06-012-0/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / / [tx-robot] updated from transifexNextcloud bot2022-05-312-0/+2
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-292-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>