aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will ...Joas Schilling2024-07-191-0/+12
* Merge pull request #46583 from nextcloud/filecache-sharding-compatRobin Appelman2024-07-194-12/+16
|\
| * fix: make batch propagator work with sharding restrictionsRobin Appelman2024-07-171-4/+4
| * fix: make usermountcache compatible with shardingRobin Appelman2024-07-171-5/+5
| * fix: make joining on tags in search queries work with shardingRobin Appelman2024-07-171-1/+0
| * fix: always set storage id in Cache::getRobin Appelman2024-07-171-2/+2
| * fix: add set storage id for more cache queriesRobin Appelman2024-07-171-0/+5
* | chore: use "app_api" session key, "app_api_system" is deprecatedAndrey Borysenko2024-07-181-2/+3
* | feat: allow for ExApps to call Admin endpoints marked with specific attrAlexander Piskun2024-07-181-6/+15
* | feat(Security): Warn about using annotations instead of attributesprovokateurin2024-07-184-2/+12
* | Merge pull request #46510 from nextcloud/feat/info-xml-backendsRichard Steinmetz2024-07-172-1/+21
|\ \
| * | feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-162-1/+21
* | | feat(settings/admin/ai): fix provider list not being declaredJulien Veyssier2024-07-171-1/+1
* | | feat(settings/admin/ai): Add Task Processing API settingsMarcel Klehr2024-07-171-4/+18
| |/ |/|
* | feat(Reference): Add public API endpoints to get referencesJonas2024-07-171-11/+25
* | Merge pull request #46555 from nextcloud/emptyArrayAppStoreFailGit'Fellow2024-07-171-0/+4
|\ \
| * | chore: add warning in case of failureGit'Fellow2024-07-161-0/+1
| * | fix(appstore): Return an empty array in case of failGit'Fellow2024-07-161-0/+3
* | | Merge pull request #46419 from nextcloud/bugfix/noid/limit-logo-size-for-outlookJoas Schilling2024-07-174-2/+116
|\ \ \
| * | | fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-174-2/+116
* | | | Merge pull request #46342 from nextcloud/fix-getimagesizeJohn Molakvoæ2024-07-161-3/+3
|\ \ \ \
| * | | | fix(previews): Stop returning true when getimagesize() failsJosh Richards2024-07-151-3/+3
| | |_|/ | |/| |
* | | | Merge pull request #46538 from nextcloud/fix/use-filename-validatorFerdinand Thiessen2024-07-164-97/+35
|\ \ \ \
| * | | | refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-29/+0
| * | | | refactor: Migrate filename validation logic from `Storage` to `FilenameValida...Ferdinand Thiessen2024-07-163-68/+35
| | |/ / | |/| |
* | | | Merge pull request #46547 from nextcloud/query-builder-connectionRobin Appelman2024-07-162-41/+50
|\ \ \ \ | |/ / / |/| | |
| * | | feat: allow running QueryBuilder queries on different connectionsRobin Appelman2024-07-152-41/+50
| |/ /
* | | Merge pull request #46543 from nextcloud/fix/htaccessFerdinand Thiessen2024-07-161-1/+1
|\ \ \ | |_|/ |/| |
| * | fix(htaccess): Serve images as static assetsFerdinand Thiessen2024-07-151-1/+1
| |/
* / feat: Add `forbidden_filename_basenames` config optionFerdinand Thiessen2024-07-151-23/+48
|/
* Merge pull request #46397 from nextcloud/extended-query-builder-baseRobin Appelman2024-07-155-18/+297
|\
| * feat: add base class for extending the query builderRobin Appelman2024-07-125-18/+297
* | Merge pull request #46396 from nextcloud/inspectable-composite-expressionRobin Appelman2024-07-152-18/+31
|\ \
| * | feat: allow inspecting the parts of the composite expression builderRobin Appelman2024-07-122-18/+31
| |/
* | Merge pull request #46475 from nextcloud/redisReqVer4Git'Fellow2024-07-151-1/+1
|\ \
| * | fix(redis): Require version >=4 for unlinkGit'Fellow2024-07-121-1/+1
| |/
* | fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-4/+4
* | fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-5/+9
* | fix: psalm, cs, autoloader and lintskjnldsv2024-07-121-1/+2
* | feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-122-8/+8
* | chore(files_sharing): refactor mail handlingskjnldsv2024-07-121-24/+22
* | feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-124-160/+151
|/
* docs: correct return type for findAppInDirectoriesDaniel Kesselberg2024-07-111-2/+4
* Merge pull request #46448 from nextcloud/bugfix/noid/fix-missing-dashboard-wi...Andy Scherzinger2024-07-111-3/+8
|\
| * fix(dashboard): Document expected icon behaviourJoas Schilling2024-07-111-3/+8
* | feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-113-3/+12
|/
* Merge pull request #46398 from nextcloud/fix/46165/token-raceArthur Schiwon2024-07-113-46/+19
|\
| * fix(Session): avoid race conditions on clustered setupsArthur Schiwon2024-07-103-46/+19
* | Merge pull request #46371 from nextcloud/feat/filename-validatorFerdinand Thiessen2024-07-102-0/+251
|\ \ | |/ |/|
| * feat: Add `IFilenameValidator` to have one consistent place for filename vali...Ferdinand Thiessen2024-07-092-0/+251