aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntryLink.vue
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace moment.js date with Date Object.julia.kirschenheuter2022-10-061-29/+18
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-76/+76
* Multiple fixesCarl Schwan2022-07-311-2/+7
* Enforcing permission during resharingCarl Schwan2022-07-281-0/+1
* Accessible names for share panel buttonsVincent Petry2022-07-261-0/+1
* Fix sharing panel lighthouse warningsVincent Petry2022-07-221-7/+7
* Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-081-0/+20
* Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-111-2/+2
* Support CRUD share permissionsLouis Chemineau2022-02-151-107/+12
* Use @nextcloud/sharing in files and files_sharingLouis Chemineau2022-01-261-4/+5
* Auto fix warningsLouis Chemineau2022-01-211-4/+2
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-19/+40
* Fix ShareLink Upload UI for FoldersJonas Rittershofer2021-12-141-1/+1
* Fix first day localeJohn Molakvoæ2021-12-091-2/+1
* Add new ExternalShareActions APIJohn Molakvoæ2021-09-161-8/+31
* Only allow removing existing shares that would not be allowed due to reshare ...Julius Härtl2021-06-091-1/+1
* Extract GeneratePassword function to its own fileJohn Molakvoæ (skjnldsv)2021-03-221-35/+4