Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix(files_sharing): Add proper user facing messages on success | Ferdinand Thiessen | 2024-10-16 | 1 | -22/+43 | |
| | | | | | | | | | | 1. Use proper translated strings 2. Fix invalid use of translation message on API result 3. Log all errors Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #48653 from nextcloud/rakekniven-patch-2 | Louis | 2024-10-14 | 1 | -2/+2 | |
|\ | | | | | chore(l10n): Use default plural handling | |||||
| * | chore(l10n): Use default plural handlingrakekniven-patch-2 | rakekniven | 2024-10-10 | 1 | -2/+2 | |
| | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
* | | fix(i18n): Improved grammar | rakekniven | 2024-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
* | | fix(i18n): Improved grammar | rakekniven | 2024-10-11 | 1 | -1/+1 | |
|/ | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
* | fix: Minor @nc/vue usage errors | Louis Chemineau | 2024-10-09 | 1 | -0/+1 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix(files): Link share URL was not generated due to typo | Ferdinand Thiessen | 2024-09-24 | 1 | -3/+4 | |
| | | | | | | `toen` vs `token` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: fix usage of deprecated functions and adjust code style | Ferdinand Thiessen | 2024-09-20 | 1 | -9/+10 | |
| | | | | | | | | This solves 57 ESLint warnings by replacing deprecated code with `@nextcloud/` libraries, as well as adding missing type information, importing jQuery instead of relying on global one, and the same with Moment.js. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | 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 | |||||
| * | fix(files_sharing): Open single-file-share by default | Ferdinand Thiessen | 2024-09-09 | 1 | -0/+11 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | fix(files_sharing): add accessible labels in link share creation | Grigorii K. Shartsev | 2024-09-09 | 1 | -17/+13 | |
| | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | | fix(files_sharing): checkbox for password in link share is not shown | Grigorii K. Shartsev | 2024-09-09 | 1 | -0/+2 | |
|/ | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | chore(files_sharing): Do not use files source files but directly the library | Ferdinand Thiessen | 2024-09-06 | 1 | -3/+2 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files_sharing): Ensure sidebar share entry lists are labelled | Ferdinand Thiessen | 2024-09-06 | 2 | -4/+14 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files_sharing): Set file-request header for nextcloud/upload | Ferdinand Thiessen | 2024-09-06 | 2 | -78/+95 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files_sharing): Disable sharing status action for public shares | Ferdinand Thiessen | 2024-09-06 | 1 | -1/+7 | |
| | | | | | | This is disabled to not leak personal information into the public Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | refactor(files_sharing): Make file structure more clear | Ferdinand Thiessen | 2024-09-06 | 20 | -27/+31 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat(files_sharing): Migrate public share to use Vue files list | Ferdinand Thiessen | 2024-09-06 | 8 | -10/+310 | |
| | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Correctly parse external shares for files UI | Ferdinand Thiessen | 2024-09-02 | 2 | -10/+65 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: Properly handle share attributes if set to null | Julius Härtl | 2024-08-30 | 1 | -2/+11 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | fix: Adjust more places for logical position | Ferdinand Thiessen | 2024-08-29 | 7 | -11/+11 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat: Add bidi support in core directory | Mostafa Ahangarha | 2024-08-29 | 5 | -8/+8 | |
| | | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net> | |||||
* | test: Migrated all Jest tests to vitest | Ferdinand Thiessen | 2024-08-26 | 7 | -102/+115 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.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: Access node owner by top level `owner` property | Ferdinand Thiessen | 2024-08-17 | 3 | -17/+27 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | 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(files_sharing): getShares optional chaining | skjnldsv | 2024-08-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | 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> | |||||
* | 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> | |||||
* | fix(files): fix template folder and file request menu order | skjnldsv | 2024-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | chore(files_sharing): use spawnDialog for new file request handler | skjnldsv | 2024-07-31 | 1 | -26/+7 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): Ensure "note to recipient" textarea is shown if there is ↵ | Ferdinand Thiessen | 2024-07-31 | 1 | -13/+19 | |
| | | | | | | a note Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files_sharing): Add missing "note to recipient" | Ferdinand Thiessen | 2024-07-31 | 3 | -2/+119 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files_sharing): Make account file filter consistent have design | Ferdinand Thiessen | 2024-07-30 | 2 | -18/+101 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files_sharing): always show file request creation option | skjnldsv | 2024-07-30 | 1 | -7/+3 | |
| | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | |||||
* | chore(files_sharing): refactor Share model to ts | skjnldsv | 2024-07-30 | 11 | -256/+87 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | feat(files_sharing): show file requests in navigation | skjnldsv | 2024-07-30 | 6 | -10/+56 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | feat(files_sharing): Add file list filter to filter by owner / sharee | Ferdinand Thiessen | 2024-07-25 | 5 | -20/+224 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files_sharing): `open-in-files` should open a folder and not the parent | Ferdinand Thiessen | 2024-07-25 | 1 | -3/+13 | |
| | | | | | | For files this behavior is fine, but for folders the folder itself should be opened. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: add file request cypress testing | skjnldsv | 2024-07-19 | 1 | -3/+6 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): default empty file request expiration | skjnldsv | 2024-07-19 | 4 | -15/+15 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): file request expiration date timezone | skjnldsv | 2024-07-18 | 1 | -1/+12 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): file request form validation and date component event | skjnldsv | 2024-07-18 | 2 | -1/+2 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): improve file request info messages | skjnldsv | 2024-07-18 | 6 | -19/+54 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): also allow removing READ permissions on email shares | skjnldsv | 2024-07-18 | 1 | -1/+4 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | feat(files_sharing): add public name prompt for files requests | skjnldsv | 2024-07-18 | 3 | -7/+166 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): file request creation permissions and link copy display | skjnldsv | 2024-07-18 | 1 | -2/+2 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): use ClipboardText icon and fix trailing-button-click | skjnldsv | 2024-07-18 | 1 | -2/+2 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): improve file request email handling | skjnldsv | 2024-07-18 | 3 | -9/+19 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> |