aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46668 from nextcloud/backport/46640/stable28Andy Scherzinger2024-07-253-6/+19
|\
| * fix(Token): take over scope in token refresh with login by cookieArthur Schiwon2024-07-223-6/+19
* | Merge pull request #46678 from nextcloud/backport/44295/stable28Andy Scherzinger2024-07-253-3/+11
|\ \
| * | fix(logging): Restore the option to log with debug levelJoas Schilling2024-07-221-2/+2
| * | fix: Implement option to temporarily set the user sessionJulius Härtl2024-07-222-1/+11
| * | fix: Do not use incognito mode for direct editingJulius Härtl2024-07-221-2/+0
* | | Merge pull request #46683 from nextcloud/backport/46674/stable28Andy Scherzinger2024-07-251-12/+21
|\ \ \
| * | | feat: add config flag to toggle persistent redis connectionsRobin Appelman2024-07-221-12/+21
| |/ /
* | | feat: add additional logging for database errorsRobin Appelman2024-07-252-4/+71
* | | fix: FileInfo from `View` should have the correct name of a mountpointFerdinand Thiessen2024-07-241-0/+4
|/ /
* | Merge pull request #46628 from nextcloud/backport/46419/stable28Joas Schilling2024-07-224-2/+116
|\ \ | |/ |/|
| * fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-194-2/+116
* | Merge pull request #46577 from nextcloud/backport/46555/stable28Git'Fellow2024-07-191-0/+4
|\ \
| * | chore: add warning in case of failureGit'Fellow2024-07-171-0/+1
| * | fix(appstore): Return an empty array in case of failGit'Fellow2024-07-171-0/+3
| |/
* | Merge pull request #46520 from nextcloud/backport/46475/stable28Git'Fellow2024-07-191-1/+1
|\ \
| * | fix(redis): Require version >=4 for unlinkGit'Fellow2024-07-151-1/+1
| |/
* / fix(TextProcessing): use error instead of info for exception loggingAnupam Kumar2024-07-191-1/+1
|/
* fix(Session): avoid race conditions on clustered setupsArthur Schiwon2024-07-113-46/+19
* Merge pull request #46394 from nextcloud/backport/46320/stable28Joas Schilling2024-07-111-0/+1
|\
| * perf: Set session.cache_limiter at runtime to avoid clients caching static as...Julius Härtl2024-07-101-0/+1
* | Merge pull request #46067 from nextcloud/backport/45877/stable28Andy Scherzinger2024-07-101-9/+9
|\ \
| * | fix: don't use custom certificate bundle if no customer certificates are conf...Robin Appelman2024-06-241-9/+9
* | | Merge pull request #45920 from nextcloud/backport/45582/stable28Andy Scherzinger2024-07-101-1/+1
|\ \ \ | |_|/ |/| |
| * | fix: delete background jobs by id when cleaning upRobin Appelman2024-06-171-1/+1
* | | Merge pull request #46297 from nextcloud/backport/46174/stable28Git'Fellow2024-07-091-7/+9
|\ \ \
| * | | fix(IntegrityCheck): Ensure the check is run if no results are availableFerdinand Thiessen2024-07-051-7/+9
* | | | fix(s3): Don't wait indefinitely for S3 to returnGit'Fellow2024-07-091-29/+37
* | | | feat: log file id and path when extracting the mp3 cover failsDaniel Kesselberg2024-07-081-4/+4
|/ / /
* | | Merge pull request #46141 from nextcloud/backport/46097/stable28Louis2024-07-012-21/+30
|\ \ \
| * | | fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-06-272-21/+30
* | | | fix: removed unused variable and check if tag ids are empty before starting t...yemkareems2024-06-271-1/+6
* | | | fix: filtering tags based on existing tags and doing a transaction around the...yemkareems2024-06-271-11/+14
* | | | fix: do a select in systemtag_object_mapping to see if tag exists already in ...yemkareems2024-06-271-6/+20
|/ / /
* | / fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATIONArthur Schiwon2024-06-251-1/+4
| |/ |/|
* | fix: set mimetype_version during upgrade to the old versionRobin Appelman2024-06-212-6/+8
* | feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-212-23/+83
* | fix: move repair mimetype repair step to the expensive stepsRobin Appelman2024-06-211-1/+1
|/
* refactor(shareManager): Use constructor property promotionfenn-cs2024-06-131-75/+23
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-06-132-79/+106
* refactor: make share manager buildableRobin Appelman2024-06-132-29/+6
* Merge pull request #45839 from nextcloud/backport/45649/stable28Andy Scherzinger2024-06-131-1/+1
|\
| * fix(ObjectStore): handle empty S3 hostnameJosh2024-06-131-1/+1
* | Merge pull request #45857 from nextcloud/backport/45172/stable28Andy Scherzinger2024-06-131-1/+5
|\ \
| * | feat: add option to disable scanner transactionsRobin Appelman2024-06-131-1/+5
| |/
* / fix: get child ids for folder in a separate query during moveRobin Appelman2024-06-131-4/+21
|/
* Merge pull request #45807 from nextcloud/backport/45768/stable28Arthur Schiwon2024-06-131-2/+6
|\
| * fix(files): Use isRetryable to catch retryable exceptionsLouis Chemineau2024-06-121-2/+6
* | Merge pull request #45704 from nextcloud/backport/43942/stable28Arthur Schiwon2024-06-126-41/+76
|\ \ | |/ |/|
| * fix(Token): make new scope future compatibleArthur Schiwon2024-06-123-3/+3