aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* chore(assets): build autoloaderEduardo Morales2024-03-111-0/+8
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Merge pull request #39990 from nextcloud/recursive-shareArthur Schiwon2024-03-111-0/+11
|\ | | | | add some recrusive detection/prevention
| * fix: add some recrusive detection/preventionRobin Appelman2024-03-081-0/+11
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #43907 from nextcloud/enh/noid/switching-to-lazy-config-2Maxence Lange2024-03-116-54/+85
|\ \ | | | | | | feat(appconfig): storing integrity check result as a lazy config value
| * | feat(appconfig): repair step to migrate lazy config valuesMaxence Lange2024-03-114-0/+66
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> f Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | feat(appconfig): switching integrity check to lazy config valuesMaxence Lange2024-03-112-54/+19
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #42707 from ↵Maxence Lange2024-03-116-13/+89
|\ \ \ | |/ / |/| | | | | | | | nextcloud/enh/noid/store-file-etag-at-metadata-creation enh(metadata): store current file etag
| * | feat(metadata): get deprecated status using file etagMaxence Lange2024-03-076-13/+89
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #44073 from nextcloud/fix/provide-correct-iconJoas Schilling2024-03-082-3/+4
|\ \ \ | | | | | | | | fix(AppManager): Allow to query dark **or** bright icon
| * | | fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-082-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | The navigation needs the bright icon, while the notifications and activity need a dark icon. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #43425 from ↵Maxence Lange2024-03-081-23/+34
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/no-insert-statement-if-we-know-it-exists enh(appconfig): only try to insert new value if in doubt
| * | | | fix(appconfig): no insert statement if data already existMaxence Lange2024-03-081-23/+34
| | |_|/ | |/| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | feat(files): copy live photosMaxence Lange2024-03-089-69/+80
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #43778 from nextcloud/fix/edge-cspJulius Härtl2024-03-083-4/+5
|\ \ \ \ | |/ / / |/| | | Fix CSP for script-src with nonce on edge
| * | | fix: Allow nonce in csp header also if no other reasons are givenJulius Härtl2024-03-081-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | fix: Add edge as supported user agent for CSPv3 noncesJulius Härtl2024-03-081-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | fix: Adjust user agent pattern for EdgeJulius Härtl2024-03-081-1/+1
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #44064 from ↵Robin Appelman2024-03-082-60/+27
|\ \ \ | |/ / |/| | | | | | | | nextcloud/deprecate-getNumberOfUnreadCommentsForFolder refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's …
| * | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's ↵Robin Appelman2024-03-072-60/+27
| | | | | | | | | | | | | | | | | | implementation based on getNumberOfUnreadCommentsForObjects Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix: Avoid clear cache with prefixJulius Härtl2024-03-081-1/+10
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-086-82/+152
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #43982 from nextcloud/fixMemExaustJohn Molakvoæ2024-03-071-2/+7
|\ \ \ | | | | | | | | fix(filecache): Move from array_merge to avoid memory exhaustion on large scans
| * | | fix(filecache): Move from array_merge to avoid memory exhaustionGit'Fellow2024-03-041-2/+7
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-074-6/+34
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #44061 from ↵John Molakvoæ2024-03-074-22/+5
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/revert-32163-file-cache-gc-no-full-setup Revert "don't perform an explicit setup when using the file cache"
| * | | 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
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | feat(IClient): Add `request` function to do arbitrary HTTP requestsFerdinand Thiessen2024-03-072-0/+68
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #32163 from nextcloud/file-cache-gc-no-full-setupJohn Molakvoæ2024-03-074-5/+22
|\ \ | | | | | | don't perform an explicit setup when using the file cache
| * | fix: fix user folder initRobin Appelman2024-03-063-3/+13
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix: ensure user home mounts is registeredRobin Appelman2024-03-061-0/+9
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | perf: don't perform an explicit setup when using the file cacheRobin Appelman2024-03-061-2/+0
| | | | | | | | | | | | | | | | | | the automated partial setup does it's job already Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #43996 from nextcloud/feat/store-last-known-quota-usageCôme Chilliet2024-03-071-0/+5
|\ \ \ | | | | | | | | feat: Store last known quota usage for a user
| * | | fix: Avoid calling setUserValue on null user idCôme Chilliet2024-03-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | feat: Store last known quota usage for a userCôme Chilliet2024-03-061-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #43086 from nextcloud/s3-internal-multipart-copy-disableRobin Appelman2024-03-071-1/+2
|\ \ \ \ | | | | | | | | | | disable the internal s3sdk multi part copy logic
| * | | | fix: disable the internal s3sdk multi part copy logicRobin Appelman2024-03-061-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #43114 from ↵Joas Schilling2024-03-071-5/+43
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/automatically-encrypt-sensitive-values feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the database
| * | | | | fix(appconfig): Make sure sensitive values stay sensitiveJoas Schilling2024-03-061-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ↵Joas Schilling2024-03-061-6/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | database Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #43917 from nextcloud/fix/jsresourcelocator-apppathFerdinand Thiessen2024-03-071-40/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix(JSResourceLocator): Consider configured app roots for files
| * | | | | fix(JSResourceLocator): Consider configured app roots for filesFerdinand Thiessen2024-02-291-40/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #42638 from nextcloud/shares-in-folder-storageRobin Appelman2024-03-061-2/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | also filter by storage when getting shares in folder
| * | | | | | fix: also filter by storage when getting shares in folderRobin Appelman2024-03-061-2/+9
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #43437 from nextcloud/cleanup-mount-by-id-duplicationJohn Molakvoæ2024-03-061-24/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | use lazy user in UserMountCache for getting user for cached mount instead of duplicating logic
| * | | | | | fix: clearify logic around getMountsForFileId filteringRobin Appelman2024-03-061-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | Revert "Filter mounts for file id before trying to get user information"Robin Appelman2024-03-061-16/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1e2cf820c89b774d0a8d6f85bfd8d2fd1b4ab2d6. Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | perf: use lazy user in UserMountCache for getting user for cached mountRobin Appelman2024-03-061-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #44000 from nextcloud/more-sharing-cleaupRobin Appelman2024-03-062-402/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | cleanup: remove long depricated share code
| * | | | | | chore: remove long depricated share codeRobin Appelman2024-03-062-402/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>