Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix(files_sharing): Make share labels nullable | provokateurin | 2024-08-27 | 2 | -2/+3 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-29 | 2 | -0/+10 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | chore: Apply php:cs recommendations | Louis Chemineau | 2024-08-28 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | fix: implement sharding compatible cleanup for various bits | Robin Appelman | 2024-08-28 | 1 | -0/+41 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | test: mark share test cleanup as running across all shards | Robin Appelman | 2024-08-28 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-28 | 4 | -4/+6 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | test: Migrated all Jest tests to vitest | Ferdinand Thiessen | 2024-08-26 | 7 | -102/+115 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 34 | -150/+151 | |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-25 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-24 | 4 | -18/+18 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | feat: Use new password context in sharing API | Ferdinand Thiessen | 2024-08-22 | 1 | -2/+3 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-22 | 4 | -0/+32 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore(deps): Update openapi-extractor to v1.0.0 | provokateurin | 2024-08-21 | 1 | -194/+206 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix(files_sharing): Sort by correct share attribute ("share with displayname") | Ferdinand Thiessen | 2024-08-21 | 1 | -13/+16 | |
| | | | | | | | | | | There is no `title` attribute, so this causes an exception. Instead sort by the "share with" displayname which will be the user or group the node is shared to. Meaning this will also be the title of the share in the UI. If this is not available or there are multiple for the same, then sort by the custom label. If also this is not set sort by the creation time. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-19 | 2 | -2/+148 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-18 | 98 | -152/+184 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix: Access node owner by top level `owner` property | Ferdinand Thiessen | 2024-08-17 | 3 | -17/+27 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-17 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-16 | 8 | -2/+54 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-15 | 98 | -1158/+24 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2024-08-14 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-14 | 82 | -82/+90 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where ↵ | Ferdinand Thiessen | 2024-08-13 | 2 | -5/+5 | |
| | | | | | | possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: Update translation string | Archisman Das | 2024-08-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Archisman Das <archisman.officials@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-13 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | feat: Make `ISharedStorage` public API and reuse where possible | Ferdinand Thiessen | 2024-08-12 | 2 | -2/+6 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-12 | 2 | -0/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-11 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-10 | 6 | -4/+66 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-09 | 20 | -0/+54 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-08 | 16 | -2/+50 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): getShares optional chaining | skjnldsv | 2024-08-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | Merge pull request #37878 from 2lar/sortingfixbranch | John Molakvoæ | 2024-08-07 | 1 | -3/+8 | |
|\ | ||||||
| * | fix(files_sharing): tab shares title and creation sort | 2lar | 2024-08-07 | 1 | -3/+8 | |
| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | feat(activity): add share link upload notifications | skjnldsv | 2024-08-07 | 4 | -0/+69 | |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-07 | 96 | -192/+382 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #47070 from nextcloud/circToTeam | Andy Scherzinger | 2024-08-06 | 1 | -5/+5 | |
|\ | | | | | fix(share): Rename Circle to Team | |||||
| * | fix(share): Rename Circle to Team | Git'Fellow | 2024-08-06 | 1 | -5/+5 | |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
* | | fix(files_sharing): show proper share not found error message | skjnldsv | 2024-08-06 | 2 | -4/+27 | |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | Merge pull request #47043 from ↵ | Maxence Lange | 2024-08-06 | 1 | -1/+4 | |
|\ | | | | | | | | | nextcloud/fix/noid/ignore-root-on-inherited-shares fix(inherited-shares): ignore top root folder | |||||
| * | fix(inherited-shares): ignore top root folder | Maxence Lange | 2024-08-05 | 1 | -1/+4 | |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | Merge pull request #46924 from nextcloud/fix/empty-email | John Molakvoæ | 2024-08-06 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | fix(files_sharing): filter out invalid shareWith in sharee API | skjnldsv | 2024-08-05 | 1 | -1/+1 | |
| |/ | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-06 | 4 | -0/+146 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-05 | 6 | -0/+182 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-03 | 14 | -4/+68 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-02 | 98 | -198/+416 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): add missing subtitle on search for share recipients | Luka Trovic | 2024-08-01 | 1 | -6/+6 | |
| | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | Merge pull request #46881 from nextcloud/try-non-recursive-source | Stephan Orbaugh | 2024-08-01 | 1 | -6/+18 | |
|\ | | | | | fix: try to find non-recursive share source | |||||
| * | fix: try to find non-recursive share source | Robin Appelman | 2024-07-30 | 1 | -6/+18 | |
| | | | | | | | | | | | | instead of always picking the first one, try to find one that won't blow up Signed-off-by: Robin Appelman <robin@icewind.nl> |