aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1314-64/+210
* fix(files_sharing): Improve recursion in `onNewLinShare`fenn-cs2024-06-122-37/+80
* refactor(ShareDetails): Prevent undefined errors for `share.permissions`fenn-cs2024-06-121-1/+2
* fix(files): fetch nodes if we have multiple of the same fileid in the storeskjnldsv2024-06-121-3/+44
* fix(files): do not rely on unique fileidskjnldsv2024-06-1212-80/+88
* fix(files): also trigger new tab on file name middle clickJohn Molakvoæ (skjnldsv)2024-06-124-5/+9
* fix(files_sharing): dark avatar supportskjnldsv2024-06-121-1/+5
* fix(dav): also return shared-with-me shares dataskjnldsv2024-06-123-35/+68
* fix(files_sharing): fix parsing of remote sharesskjnldsv2024-06-125-23/+61
* Merge pull request #45789 from nextcloud/fix/cy-selectorJohn Molakvoæ2024-06-121-1/+1
|\
| * fix(files): Use `data-cy` (data attribute) instead of `cy-data`Ferdinand Thiessen2024-06-111-1/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1212-2/+88
|/
* Merge pull request #45788 from nextcloud/refactor/files-libraryFerdinand Thiessen2024-06-117-196/+114
|\
| * refactor(files): Migrate `personal` view to `@nextcloud/files` functionsFerdinand Thiessen2024-06-111-23/+22
| * refactor(files): Migrate `favorites` view to `@nextcloud/files` functions and...Ferdinand Thiessen2024-06-112-40/+35
| * refactor(files): Migrate `recent` view to `@nextcloud/files` functions and ma...Ferdinand Thiessen2024-06-111-28/+34
| * refactor(files): Migrate files service to functions from `@nextcloud/files`Ferdinand Thiessen2024-06-112-101/+17
| * refactor(systemtags): Do not link to files app but directly use functions fro...Ferdinand Thiessen2024-06-111-4/+6
* | fix(caldav): event links in shared calendar notificationsRichard Steinmetz2024-06-113-18/+61
* | Merge pull request #45475 from nextcloud/feat/add-support-for-webhooksCôme Chilliet2024-06-1132-1/+3469
|\ \ | |/ |/|
| * fix(webhooks): Fix a few more psalm noticesCôme Chilliet2024-06-113-21/+55
| * fix(webhooks): Fix last psalm and openapi problems with the APICôme Chilliet2024-06-113-11/+74
| * fix(webhooks): Fix openapi reponse definitionCôme Chilliet2024-06-113-39/+39
| * fix(webhooks): Fix a few of psalm errorsCôme Chilliet2024-06-113-2/+8
| * chore(webhooks): Rename webhooks application to webhook_listenersCôme Chilliet2024-06-1134-122/+122
| * fix(webhooks): Fix testsCôme Chilliet2024-06-111-2/+22
| * feat(webhooks): Add \SensitiveValue attribute to authData parameter in all cl...Côme Chilliet2024-06-113-1/+8
| * fix(webhooks): Fix migration uri lengthCôme Chilliet2024-06-111-1/+1
| * fix(webhooks): Add Nextcloud certificate bundle to client optionsCôme Chilliet2024-06-111-3/+7
| * fix(webhooks): Refuse webhooks registration if auth header is used without au...Côme Chilliet2024-06-111-0/+3
| * fix(webhooks): fix crash when headers is null with header auth methodCôme Chilliet2024-06-112-1/+2
| * fix: Remove superfluous antislash from event name to avoid problemsCôme Chilliet2024-06-111-0/+4
| * fix: Move caching to the mapper insteadCôme Chilliet2024-06-112-30/+37
| * fix: Cache webhooks listened events for 5minCôme Chilliet2024-06-112-7/+29
| * fix: Make webhook event serialization opt-in with a new interfaceCôme Chilliet2024-06-112-24/+13
| * chore: rename Index.php to ListWebhooks.phpCôme Chilliet2024-06-114-4/+4
| * fix: Fix errors spotted by reviewers, fix `@throws` annotationsCôme Chilliet2024-06-115-14/+19
| * fix: Fix eventFilter definition in ResponseDefinitionsCôme Chilliet2024-06-112-3/+3
| * fix: Fix TODOs about authentication data, list possible auth methodsCôme Chilliet2024-06-113-14/+18
| * feat: Add support for headers and authentication headers in webhooksCôme Chilliet2024-06-1110-17/+92
| * feat: Add app_api app id to saved information about webhookCôme Chilliet2024-06-116-3/+50
| * chore: Add tests for the PHPMongoQuery classCôme Chilliet2024-06-111-0/+47
| * fix: Add event filter to openapiCôme Chilliet2024-06-114-1/+31
| * feat: Add event filtering to webhooksCôme Chilliet2024-06-1111-8/+390
| * feat: Add admin delegation for webhooksCôme Chilliet2024-06-115-0/+72
| * feat: Add command to list registered webhooksCôme Chilliet2024-06-114-63/+26
| * feat: Add webhooks applicationCôme Chilliet2024-06-1127-0/+2683
* | fix(search): tags redirect routeskjnldsv2024-06-111-3/+3
|/
* Merge pull request #45669 from nextcloud/fix/fix-encryption-legacy-reshareLouis2024-06-113-43/+23
|\
| * test: Fix encryption testLouis Chemineau2024-06-061-21/+14