| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(files_sharing): also submit new share on password submit | skjnldsv | 2024-12-12 | 1 | -1/+1 |
* | fix(files_sharing): Correct property enforced property names | nfebe | 2024-12-11 | 1 | -8/+7 |
* | fix(SharingEntryQuickShareSelect): Disable quick share select if user can not... | provokateurin | 2024-12-10 | 1 | -0/+1 |
* | fix(SharingEntry): Hide edit button if user can not edit share | provokateurin | 2024-12-10 | 1 | -1/+2 |
* | fix(files_sharing): Stop infinite loop blocking link share requests | nfebe | 2024-12-09 | 1 | -13/+22 |
* | fix(files_sharing): List of share type during recipient lookup | Louis Chemineau | 2024-12-04 | 1 | -1/+11 |
* | fix: Only show share permission if re-sharable | nfebe | 2024-12-03 | 1 | -2/+5 |
* | refactor: Use new `ShareType` across file_sharing | nfebe | 2024-12-03 | 16 | -132/+107 |
* | fix(SharingEntry): Display owner name if the owner is someone else | provokateurin | 2024-11-25 | 1 | -0/+5 |
* | chore: lint fixchore/force-style-lint | skjnldsv | 2024-11-19 | 1 | -6/+6 |
* | refactor(styles): Adjust code style in SCSS sources to match our stylelint co... | Ferdinand Thiessen | 2024-11-19 | 2 | -29/+24 |
* | fix(dav): file request guest nickname encoding | skjnldsv | 2024-11-12 | 1 | -4/+5 |
* | fix(Federation): Show some icon for federated users on shares | fenn-cs | 2024-11-09 | 2 | -1/+2 |
* | fix(files_sharing): share assignment issue in SharingEntryLink | skjnldsv | 2024-11-08 | 1 | -2/+4 |
* | fix(SharingEntryLink): Show default password before create if any | fenn-cs | 2024-11-08 | 1 | -9/+41 |
* | fix(ShareEntryLinkList): Append new links to the end of list | fenn-cs | 2024-10-30 | 1 | -1/+1 |
* | fix(files_sharing): Password field must not be required if already set | Ferdinand Thiessen | 2024-10-30 | 1 | -3/+15 |
* | fix(files_sharing): federated shares avatar | skjnldsv | 2024-10-25 | 2 | -4/+54 |
* | fix(files_sharing): Add correct context to translation | Ferdinand Thiessen | 2024-10-21 | 1 | -1/+1 |
* | chore(i18n): Improved grammar | rakekniven | 2024-10-19 | 1 | -1/+1 |
* | fix(code-style): Adjust JS code to our code style | Ferdinand Thiessen | 2024-10-16 | 6 | -10/+16 |
* | fix(files_sharing): Add proper user facing messages on success | Ferdinand Thiessen | 2024-10-16 | 1 | -22/+43 |
* | Merge pull request #48653 from nextcloud/rakekniven-patch-2 | Louis | 2024-10-14 | 1 | -2/+2 |
|\ |
|
| * | chore(l10n): Use default plural handlingrakekniven-patch-2 | rakekniven | 2024-10-10 | 1 | -2/+2 |
* | | fix(i18n): Improved grammar | rakekniven | 2024-10-11 | 1 | -1/+1 |
* | | fix(i18n): Improved grammar | rakekniven | 2024-10-11 | 1 | -1/+1 |
|/ |
|
* | fix: Minor @nc/vue usage errors | Louis Chemineau | 2024-10-09 | 1 | -0/+1 |
* | fix(files): Link share URL was not generated due to typo | Ferdinand Thiessen | 2024-09-24 | 1 | -3/+4 |
* | chore: fix usage of deprecated functions and adjust code style | Ferdinand Thiessen | 2024-09-20 | 1 | -9/+10 |
* | Merge pull request #47841 from nextcloud/fix/files-sharing-openfile | Jonas | 2024-09-09 | 1 | -0/+11 |
|\ |
|
| * | fix(files_sharing): Open single-file-share by default | Ferdinand Thiessen | 2024-09-09 | 1 | -0/+11 |
* | | fix(files_sharing): add accessible labels in link share creation | Grigorii K. Shartsev | 2024-09-09 | 1 | -17/+13 |
* | | fix(files_sharing): checkbox for password in link share is not shown | Grigorii K. Shartsev | 2024-09-09 | 1 | -0/+2 |
|/ |
|
* | chore(files_sharing): Do not use files source files but directly the library | Ferdinand Thiessen | 2024-09-06 | 1 | -3/+2 |
* | fix(files_sharing): Ensure sidebar share entry lists are labelled | Ferdinand Thiessen | 2024-09-06 | 2 | -4/+14 |
* | fix(files_sharing): Set file-request header for nextcloud/upload | Ferdinand Thiessen | 2024-09-06 | 2 | -78/+95 |
* | fix(files_sharing): Disable sharing status action for public shares | Ferdinand Thiessen | 2024-09-06 | 1 | -1/+7 |
* | refactor(files_sharing): Make file structure more clear | Ferdinand Thiessen | 2024-09-06 | 20 | -27/+31 |
* | feat(files_sharing): Migrate public share to use Vue files list | Ferdinand Thiessen | 2024-09-06 | 8 | -10/+310 |
* | fix(files): Correctly parse external shares for files UI | Ferdinand Thiessen | 2024-09-02 | 2 | -10/+65 |
* | fix: Properly handle share attributes if set to null | Julius Härtl | 2024-08-30 | 1 | -2/+11 |
* | fix: Adjust more places for logical position | Ferdinand Thiessen | 2024-08-29 | 7 | -11/+11 |
* | feat: Add bidi support in core directory | Mostafa Ahangarha | 2024-08-29 | 5 | -8/+8 |
* | test: Migrated all Jest tests to vitest | Ferdinand Thiessen | 2024-08-26 | 7 | -102/+115 |
* | fix(files_sharing): Sort by correct share attribute ("share with displayname") | Ferdinand Thiessen | 2024-08-21 | 1 | -13/+16 |
* | fix: Access node owner by top level `owner` property | Ferdinand Thiessen | 2024-08-17 | 3 | -17/+27 |
* | chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where p... | Ferdinand Thiessen | 2024-08-13 | 2 | -5/+5 |
* | fix: Update translation string | Archisman Das | 2024-08-13 | 1 | -1/+1 |
* | fix(files_sharing): getShares optional chaining | skjnldsv | 2024-08-07 | 1 | -1/+1 |
* | fix(files_sharing): tab shares title and creation sort | 2lar | 2024-08-07 | 1 | -3/+8 |