Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(files_sharing): Show share expiration time in human friendly manner | nfebe | 2025-03-27 | 1 | -11/+24 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | feat(files_sharing): Add share expiration indicator | nfebe | 2025-03-27 | 3 | -14/+109 |
| | | | | | | Shares that would expire now shows a clock icon with a popover. Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | feat(files): hide "Personal files" and "Shared with others" views if user ↵ | skjnldsv | 2025-03-25 | 2 | -13/+41 |
| | | | | | | has no quota Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files_sharing): make sure IDs are unique for HTML elements | Ferdinand Thiessen | 2025-03-18 | 1 | -2/+8 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_sharing): ugly hacks to update permissions on share creation | Ferdinand Thiessen | 2025-03-18 | 4 | -9/+27 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: pass hide download attribute while creating the share to fix github ↵ | yemkareems | 2025-03-18 | 2 | -5/+8 |
| | | | | | | issue 50788 Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix(files_sharing): ensure share status action works also in grid view | Ferdinand Thiessen | 2025-03-13 | 1 | -0/+9 |
| | | | | | | | | | | | | Remove some hacks from files app about the *files_sharing* status action, in general not sure why this hack was there instead of being in the correct app - but it broke the grid view. So now the sharing information is also available in grid view. Moreover the icon is fixed in size to not overflow the actions menu. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_sharing): ignore duplicated navigation when replacing current route | Ferdinand Thiessen | 2025-03-04 | 1 | -6/+28 |
| | | | | | | | | Missing piece from https://github.com/nextcloud/server/pull/50669 as we also need to adjust the files sharing router otherwiese we can get those exceptions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(eslint): Strings must use singlequote | John Molakvoæ | 2025-02-28 | 1 | -1/+1 |
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
* | fix(l10n): use `do not` instead of `don't` | Valdnet | 2025-02-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | ||||
* | fix(files_sharing): Map sharee information for `shared-by-you` view | Ferdinand Thiessen | 2025-02-20 | 2 | -1/+20 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor: Migrate nextcloud-vue usage to new import schema | Ferdinand Thiessen | 2025-02-20 | 19 | -63/+63 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_sharing): Fix public share expiration being set when toggle is not ↵ | Christopher Ng | 2025-02-18 | 1 | -2/+7 |
| | | | | | | enabled Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(sharing): Allow to set default view mode for public shares | Ferdinand Thiessen | 2025-02-10 | 3 | -19/+103 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): support submenu in batch actions header too | skjnldsv | 2025-02-06 | 1 | -1/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files_sharing): Hide internal recommendations in external share input | nfebe | 2025-02-06 | 1 | -1/+4 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix(files_sharing): Update `QuickShareSelect` if share is modified | nfebe | 2025-02-06 | 2 | -1/+13 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | test(files_sharing): Check that default expiration date is shown b4 create share | nfebe | 2025-02-06 | 1 | -0/+1 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix: Show default expiration date before create link share | nfebe | 2025-02-06 | 3 | -20/+19 |
| | | | | | | | | | Since `ShareEntryLink` component is used to both create and display/list the share links, we should only set default expiration date on `share.expireDate` when we know is a new share. Otherwise, we overidding data from the backend. Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix(files): properly update store on files conversions success | skjnldsv | 2025-02-04 | 2 | -20/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files_sharing): Adjust wrong labeling identified by test | nfebe | 2025-02-03 | 1 | -1/+1 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix(files_sharing): Only clear permissions of pending federated shares | provokateurin | 2025-01-30 | 2 | -29/+82 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(files_sharing): file request form validity check reset | skjnldsv | 2025-01-30 | 1 | -4/+9 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat: Use redundant label for accessibility only | nfebe | 2025-01-25 | 1 | -1/+4 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | feat: Only show show inherited shares section if present | nfebe | 2025-01-23 | 1 | -1/+1 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | feat: Improve create link texts | nfebe | 2025-01-23 | 1 | -2/+8 |
| | | | | | | Use `Create public link` for first link share creation Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | feat(files_sharing): Modularize `SharingInput` to adapt with share sections | nfebe | 2025-01-23 | 1 | -14/+34 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | refactor(files_sharing): Split internal & external shares | nfebe | 2025-01-23 | 2 | -52/+168 |
| | | | | | | Create two seperate sections for internal and external shares. Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | 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(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> | ||||
* | 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): Make it possible to customize share link tokens | Christopher Ng | 2025-01-15 | 3 | -1/+73 |
| | | | | 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): external share parsing | skjnldsv | 2025-01-09 | 2 | -0/+47 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.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(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(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(files_sharing): List of share type during recipient lookup | Louis Chemineau | 2024-12-04 | 1 | -1/+11 |
| | | | | | | | | ShareType lists both names and ids so Object.entries return too much. This was also making useless the following condition adding ShareType.Email Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix: Only show share permission if re-sharable | nfebe | 2024-12-03 | 1 | -2/+5 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | refactor: Use new `ShareType` across file_sharing | nfebe | 2024-12-03 | 16 | -132/+107 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix(SharingEntry): Display owner name if the owner is someone else | provokateurin | 2024-11-25 | 1 | -0/+5 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: lint fixchore/force-style-lint | skjnldsv | 2024-11-19 | 1 | -6/+6 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵ | Ferdinand Thiessen | 2024-11-19 | 2 | -29/+24 |
| | | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(dav): file request guest nickname encoding | skjnldsv | 2024-11-12 | 1 | -4/+5 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(Federation): Show some icon for federated users on shares | fenn-cs | 2024-11-09 | 2 | -1/+2 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix(files_sharing): share assignment issue in SharingEntryLink | skjnldsv | 2024-11-08 | 1 | -2/+4 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> |