aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* chore(assets): build autoloaderEduardo Morales2024-03-111-0/+8
* Merge pull request #39990 from nextcloud/recursive-shareArthur Schiwon2024-03-111-0/+11
|\
| * fix: add some recrusive detection/preventionRobin Appelman2024-03-081-0/+11
* | Merge pull request #43907 from nextcloud/enh/noid/switching-to-lazy-config-2Maxence Lange2024-03-116-54/+85
|\ \
| * | feat(appconfig): repair step to migrate lazy config valuesMaxence Lange2024-03-114-0/+66
| * | feat(appconfig): switching integrity check to lazy config valuesMaxence Lange2024-03-112-54/+19
* | | Merge pull request #42707 from nextcloud/enh/noid/store-file-etag-at-metadata...Maxence Lange2024-03-116-13/+89
|\ \ \ | |/ / |/| |
| * | feat(metadata): get deprecated status using file etagMaxence Lange2024-03-076-13/+89
* | | Merge pull request #44073 from nextcloud/fix/provide-correct-iconJoas Schilling2024-03-082-3/+4
|\ \ \
| * | | fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-082-3/+4
* | | | Merge pull request #43425 from nextcloud/enh/noid/no-insert-statement-if-we-k...Maxence Lange2024-03-081-23/+34
|\ \ \ \
| * | | | fix(appconfig): no insert statement if data already existMaxence Lange2024-03-081-23/+34
| | |_|/ | |/| |
* | | | feat(files): copy live photosMaxence Lange2024-03-089-69/+80
* | | | Merge pull request #43778 from nextcloud/fix/edge-cspJulius Härtl2024-03-083-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | fix: Allow nonce in csp header also if no other reasons are givenJulius Härtl2024-03-081-3/+3
| * | | fix: Add edge as supported user agent for CSPv3 noncesJulius Härtl2024-03-081-0/+1
| * | | fix: Adjust user agent pattern for EdgeJulius Härtl2024-03-081-1/+1
| |/ /
* | | Merge pull request #44064 from nextcloud/deprecate-getNumberOfUnreadCommentsF...Robin Appelman2024-03-082-60/+27
|\ \ \ | |/ / |/| |
| * | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implemen...Robin Appelman2024-03-072-60/+27
* | | fix: Avoid clear cache with prefixJulius Härtl2024-03-081-1/+10
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-086-82/+152
* | | Merge pull request #43982 from nextcloud/fixMemExaustJohn Molakvoæ2024-03-071-2/+7
|\ \ \
| * | | fix(filecache): Move from array_merge to avoid memory exhaustionGit'Fellow2024-03-041-2/+7
* | | | feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-074-6/+34
* | | | Merge pull request #44061 from nextcloud/revert-32163-file-cache-gc-no-full-s...John Molakvoæ2024-03-074-22/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "don't perform an explicit setup when using the file cache"Joas Schilling2024-03-074-22/+5
| | |/ | |/|
* | | fix: Swap method and uri parameter in request to match upstream orderCôme Chilliet2024-03-072-4/+4
* | | feat(IClient): Add `request` function to do arbitrary HTTP requestsFerdinand Thiessen2024-03-072-0/+68
|/ /
* | Merge pull request #32163 from nextcloud/file-cache-gc-no-full-setupJohn Molakvoæ2024-03-074-5/+22
|\ \
| * | fix: fix user folder initRobin Appelman2024-03-063-3/+13
| * | fix: ensure user home mounts is registeredRobin Appelman2024-03-061-0/+9
| * | perf: don't perform an explicit setup when using the file cacheRobin Appelman2024-03-061-2/+0
* | | Merge pull request #43996 from nextcloud/feat/store-last-known-quota-usageCôme Chilliet2024-03-071-0/+5
|\ \ \
| * | | fix: Avoid calling setUserValue on null user idCôme Chilliet2024-03-061-1/+1
| * | | feat: Store last known quota usage for a userCôme Chilliet2024-03-061-0/+5
* | | | Merge pull request #43086 from nextcloud/s3-internal-multipart-copy-disableRobin Appelman2024-03-071-1/+2
|\ \ \ \
| * | | | fix: disable the internal s3sdk multi part copy logicRobin Appelman2024-03-061-1/+2
* | | | | Merge pull request #43114 from nextcloud/bugfix/noid/automatically-encrypt-se...Joas Schilling2024-03-071-5/+43
|\ \ \ \ \
| * | | | | fix(appconfig): Make sure sensitive values stay sensitiveJoas Schilling2024-03-061-5/+4
| * | | | | feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ...Joas Schilling2024-03-061-6/+45
* | | | | | Merge pull request #43917 from nextcloud/fix/jsresourcelocator-apppathFerdinand Thiessen2024-03-071-40/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(JSResourceLocator): Consider configured app roots for filesFerdinand Thiessen2024-02-291-40/+22
* | | | | | Merge pull request #42638 from nextcloud/shares-in-folder-storageRobin Appelman2024-03-061-2/+9
|\ \ \ \ \ \
| * | | | | | fix: also filter by storage when getting shares in folderRobin Appelman2024-03-061-2/+9
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #43437 from nextcloud/cleanup-mount-by-id-duplicationJohn Molakvoæ2024-03-061-24/+17
|\ \ \ \ \ \
| * | | | | | fix: clearify logic around getMountsForFileId filteringRobin Appelman2024-03-061-2/+9
| * | | | | | Revert "Filter mounts for file id before trying to get user information"Robin Appelman2024-03-061-16/+4
| * | | | | | perf: use lazy user in UserMountCache for getting user for cached mountRobin Appelman2024-03-061-6/+4
* | | | | | | Merge pull request #44000 from nextcloud/more-sharing-cleaupRobin Appelman2024-03-062-402/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | chore: remove long depricated share codeRobin Appelman2024-03-062-402/+1
| | |/ / / / | |/| | | |