aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1626-10/+156
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1510-166/+184
* test(settings): fix AccountMigratorTest when using PNG avatarsFerdinand Thiessen2024-06-141-0/+0
* Merge pull request #45861 from nextcloud/artonge/fix/right-clickJohn Molakvoæ2024-06-141-0/+5
|\
| * fix(files): Ignore right click for default actionLouis Chemineau2024-06-131-0/+5
* | Merge pull request #45818 from nextcloud/feat/add-new-clickable-area-variablesMarco2024-06-142-2/+6
|\ \
| * | Feat: Update apps/theming/lib/Themes/DefaultTheme.phpMarco2024-06-121-1/+1
| * | Feat: add new clickable area variablesMarco Ambrosini2024-06-122-2/+6
* | | Merge pull request #45819 from nextcloud/feat/reduce-border-radius-elementMarco2024-06-142-2/+2
|\ \ \
| * | | Feat: reduce border radius element to 8 pxMarco Ambrosini2024-06-122-2/+2
* | | | Merge pull request #45867 from nextcloud/fix/comments-iconsAndy Scherzinger2024-06-142-12/+27
|\ \ \ \
| * | | | fix(comments): Use proper icon components instead of icon classes to fix dark...Ferdinand Thiessen2024-06-132-12/+27
| | |_|/ | |/| |
* / | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1430-24/+180
|/ / /
* | | chore: Add SPDX headerAndy Scherzinger2024-06-136-38/+10
* | | style: replace webhook listener app with Material Symbol iconAndy Scherzinger2024-06-132-2/+2
* | | 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