summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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>
* | | Move Gd failed operations to debug levelGit'Fellow2022-05-271-20/+18
| | | | | | | | | Instead of error
* | | [tx-robot] updated from transifexNextcloud bot2022-05-252-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-2446-484/+484
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-232-0/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-05-192-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #32424 from nextcloud/backport/32382/stable24blizzz2022-05-161-1/+1
|\ \ | | | | | | [stable24] only log diagnostic events if a treshhold is set
| * | only log diagnostic events if a treshhold is setRobin Appelman2022-05-161-1/+1
| | | | | | | | | | | | | | | | | | this prevents log spam and it's rare that you actually want to very short events logged anyway Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #32123 from nextcloud/backport/32074/stable24blizzz2022-05-163-2/+13
|\ \ \ | | | | | | | | [stable24] tell mysql to ignore the sort index for search queries
| * | | tell mysql to ignore the sort index for search queriesRobin Appelman2022-05-163-2/+13
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #32414 from nextcloud/backport/32305/stable24Joas Schilling2022-05-161-1/+1
|\ \ \ \ | |_|/ / |/| | | [stable24] Fix user agent trimming on installation
| * | | Fix user agent trimming on installationJoas Schilling2022-05-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #32320 from nextcloud/backport/32315/stable24blizzz2022-05-161-2/+10
|\ \ \ \ | |_|/ / |/| | | [stable24] Fix preview generator trying to recreate an existing folder
| * | | Fix preview generator trying to recreate an existing folderRichard Steinmetz2022-05-101-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #32256 from nextcloud/backport/32220/stable24blizzz2022-05-161-7/+20
|\ \ \ \ | | | | | | | | | | [stable24] Include more emoji chars to test and fixes after include it
| * | | | Include more emoji chars to test and fixes after include itVitor Mattos2022-05-031-7/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | | Merge pull request #32159 from nextcloud/backport/32155/stable24blizzz2022-05-161-1/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | [stable24] Fx translations with trailing colon
| * | | | Fix translations with trailing colonsJoas Schilling2022-04-261-1/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #32360 from nextcloud/backport/stable24/share_search_tweaksJohn Molakvoæ2022-05-134-1/+35
|\ \ \ \ \
| * | | | | Add setting to ignore email during searchLouis Chemineau2022-05-122-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | Use email settings in DAV searchLouis Chemineau2022-05-122-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | Use share setting in DAV searchLouis Chemineau2022-05-122-0/+12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it. Signed-off-by: Louis Chemineau <louis@chmn.me>