aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntryLink.vue
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Link share URL was not generated due to typoFerdinand Thiessen2024-09-241-3/+4
* chore: fix usage of deprecated functions and adjust code styleFerdinand Thiessen2024-09-201-9/+10
* fix(files_sharing): add accessible labels in link share creationGrigorii K. Shartsev2024-09-091-17/+13
* fix(files_sharing): checkbox for password in link share is not shownGrigorii K. Shartsev2024-09-091-0/+2
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-1/+1
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-2/+2
* chore(files_sharing): refactor Share model to tsskjnldsv2024-07-301-1/+1
* fix(files_sharing): file request creation permissions and link copy displayskjnldsv2024-07-181-2/+2
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-1/+1
* chore(files_sharing): refactor sharing configskjnldsv2024-07-121-1/+15
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-121-1/+1
* feat(files_sharing): add `new file request` optionskjnldsv2024-07-121-3/+3
* chore(files_sharing): rename `File drop` to `File requests`skjnldsv2024-07-121-1/+1
* fix(SharingEntryLink): Show enforced password input labelfenn-cs2024-06-271-1/+3
* fix(FilesView): Update files view upon share creation/deletefenn-cs2024-06-251-2/+6
* style: update copy icon to Material Design iconAndy Scherzinger2024-06-191-1/+1
* fix(files_sharing): Improve recursion in `onNewLinShare`fenn-cs2024-06-121-37/+79
* chore: Add SPDX headerAndy Scherzinger2024-06-061-20/+3
* feat: Allow registration of advanced external share actionsChristopher Ng2024-03-061-2/+2
* feat: reconfigured NcActions to use MDI'sEduardo Morales2024-03-061-22/+51
* chore: manual lintingEduardo Morales2024-03-061-5/+11
* feat: added new action for qrcode popup linkshareEduardo Morales2024-03-061-1/+44
* fix(files_sharing): lost styles for SharingEntryLinkGrigorii K. Shartsev2024-02-131-3/+3
* Merge pull request #43213 from nextcloud/fix/43139/sharing--migrate-quick-sha...Grigorii K. Shartsev2024-02-081-10/+4
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-4/+10
* fix(sharing): migrate QuickShareSelect to NcActionsGrigorii K. Shartsev2024-02-081-10/+4
* fix(files_sharing): Return focus to trigger element on sharing details closeChristopher Ng2024-01-261-1/+3
* Tooltip outside click, should abort share creationfenn-cs2023-12-111-1/+1
* Improve share logic for enforced password & expiry datefenn-cs2023-11-301-8/+2
* Replace ActionLink with ActionButton on sharing tabjulia.kirschenheuter2023-11-171-4/+2
* Reduce width of sharing entryjulia.kirschenheuter2023-10-191-2/+2
* Consider share type for enforced share expiry datesfenn-cs2023-09-201-23/+1
* Properly align all sharing-entry typesfenn-cs2023-09-141-42/+52
* Improve sharing flowfenn-cs2023-08-301-142/+36
* fix(files_sharing): String translationsChristopher Ng2023-07-311-2/+2
* Show pending popover menu when password is enabled by defaultDaniel Calviño Sánchez2023-05-221-8/+8
* Rename "pendingPassword" to "pendingEnforcedPassword"Daniel Calviño Sánchez2023-05-221-4/+4
* Use the color-primary-element* variablesSimon L2023-05-131-1/+1
* Do not allow to toggle between password and text in sharingLouis Chemineau2023-05-091-0/+1
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-9/+9
* Drop vue-clipboard2 to fix copy to clipboardChristopher Ng2023-02-011-1/+1
* Add visible share labelChristopher Ng2023-01-121-4/+2
* Differentiate share linksChristopher Ng2023-01-121-1/+19
* Fix inability to re-enter share password after invalid inputChristopher Ng2023-01-101-1/+8
* Replace custom tooltips with native one in vue components and viewsjulia.kirschenheuter2023-01-051-41/+13
* Revert "Copy to clipboard with button instead of link"Christopher Ng2022-12-141-26/+18
* Add success popup message for copying share linksChristopher Ng2022-12-061-3/+5
* Show success on share actionsChristopher Ng2022-12-031-1/+3
* Copy to clipboard with button instead of linkChristopher Ng2022-11-241-18/+26
* Fix date handling and savingJohn Molakvoæ2022-11-161-21/+29