Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactor(files_sharing): move deprecated projects component | Thomas Lehmann | 2025-01-23 | 1 | -6/+9 | |
| | | | | | | | | | Primarily to move it out of the way for changes in the source location. The feature was deprecated in version 25 (#28320), five versions ago. Refs: #48925 Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-23 | 92 | -2086/+70 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore: Bump app versions and requirements | Joas Schilling | 2025-01-23 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-23 | 2 | -0/+16 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-22 | 4 | -8/+40 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files): Properly reset all file list filters on view change | Ferdinand Thiessen | 2025-01-21 | 1 | -0/+4 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-21 | 6 | -4/+28 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-20 | 2 | -2/+12 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-19 | 2 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-18 | 12 | -10/+98 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-17 | 2 | -0/+28 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #49898 from nextcloud/fix/noid/no-emails-for-user-shares | Anna | 2025-01-16 | 1 | -4/+7 | |
|\ | | | | | fix(sharing): send share emails for internal users too | |||||
| * | fix(sharing): send share emails for internal users toofix/noid/no-emails-for-user-shares | Anna Larch | 2025-01-13 | 1 | -4/+7 | |
| | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | | test: Update tests | Christopher Ng | 2025-01-15 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | chore(openapi): Update capabilities spec | Christopher Ng | 2025-01-15 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | feat(sharing): Toggle custom tokens setting as admin | Christopher Ng | 2025-01-15 | 2 | -2/+10 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | feat(sharing): Respect admin custom tokens setting | Christopher Ng | 2025-01-15 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | feat(sharing): Add `custom_tokens` capability | Christopher Ng | 2025-01-15 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | feat(sharing): Make it possible to customize share link tokens | Christopher Ng | 2025-01-15 | 3 | -1/+73 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | chore(openapi): Update spec | Christopher Ng | 2025-01-15 | 1 | -0/+74 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | feat(sharing): Fetch a unique generated token | Christopher Ng | 2025-01-15 | 1 | -0/+24 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | feat(sharing): Allow updating share token | Christopher Ng | 2025-01-15 | 1 | -1/+21 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | fix(files_sharing): Remove debounce from expiration date formatting | Ferdinand Thiessen | 2025-01-15 | 2 | -4/+6 | |
| | | | | | | | | | | | | | | | | This should be done as soon as changed, as the value is not passed to API but needs to be tracked internally (e.g. if you quickly press "save"). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | fix(files_sharing): Stop overwriting the share expiration date with the ↵ | provokateurin | 2025-01-15 | 1 | -4/+1 | |
| | | | | | | | | | | | | default expiration date Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | fix(files_sharing): Fix sharee search result types | provokateurin | 2025-01-13 | 2 | -19/+56 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | fix(files_sharing): Gracefully handle fetching non-existent share | provokateurin | 2025-01-13 | 1 | -14/+5 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | fix(files_sharing): Handle null userId | provokateurin | 2025-01-13 | 2 | -11/+2 | |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-11 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | feat(federatedfilesharing): auto-accept shares from trusted servers | skjnldsv | 2025-01-09 | 2 | -35/+66 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): external share parsing | skjnldsv | 2025-01-09 | 2 | -0/+47 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | refactor(OpenAPI): Adjust scopes to match previous behavior | provokateurin | 2025-01-06 | 2 | -0/+5 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-04 | 2 | -0/+166 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #49974 from nextcloud/backport/49973/master | John Molakvoæ | 2025-01-02 | 1 | -4/+58 | |
|\ | | | | | fix(federatedfilesharing): get share by token fallback | |||||
| * | fix(federatedfilesharing): get share by token fallbackbackport/49973/master | skjnldsv | 2024-12-28 | 1 | -4/+58 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-02 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-30 | 4 | -2/+4 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-25 | 6 | -0/+238 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-22 | 2 | -0/+32 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): Hide file request if public uploads disabled | nfebe | 2024-12-20 | 1 | -0/+3 | |
| | | | | | | | The file request creation would error out on creation if public uploads is disabled so we should not show the option at all. Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-18 | 2 | -8/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-17 | 2 | -0/+10 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-16 | 6 | -148/+150 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): also submit new share on password submit | skjnldsv | 2024-12-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): Correct property enforced property names | nfebe | 2024-12-11 | 1 | -8/+7 | |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | fix(SharingEntryQuickShareSelect): Disable quick share select if user can ↵ | provokateurin | 2024-12-10 | 1 | -0/+1 | |
| | | | | | | not edit share Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix(SharingEntry): Hide edit button if user can not edit share | provokateurin | 2024-12-10 | 1 | -1/+2 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-10 | 94 | -94/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): Stop infinite loop blocking link share requests | nfebe | 2024-12-09 | 1 | -13/+22 | |
| | | | | | | | Fixes infinite loop preventing share link creation requests from being sent to the backend. Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-08 | 4 | -0/+292 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-07 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |