aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components
Commit message (Expand)AuthorAgeFilesLines
* fix: add missing subtitle on search for share recipientsLuka Trovic2024-08-061-6/+6
* test: Add test selector on sharing and versions componentsLouis Chemineau2024-08-021-0/+1
* fix(FilesView): Update files view upon share creation/deletefenn-cs2024-07-081-0/+4
* refactor(SharingInput): Remove unused addSharefenn-cs2024-07-031-75/+0
* fix(files_sharing): Improve recursion in `onNewLinShare`fenn-cs2024-06-131-37/+79
* fix(files_sharing): usage of NcTextField in SelectShareFolderDialogueLouis Chemineau2024-06-061-1/+1
* fix(files_sharing): lost styles for SharingEntryLinkGrigorii K. Shartsev2024-02-131-3/+3
* fix(sharing): migrate QuickShareSelect to NcActionsGrigorii K. Shartsev2024-02-083-200/+95
* fix(files_sharing): Return focus to trigger element on sharing details closeChristopher Ng2024-02-012-2/+9
* Tooltip outside click, should abort share creationfenn-cs2024-01-151-1/+1
* Improve share logic for enforced password & expiry datefenn-cs2023-11-301-8/+2
* Replace ActionLink with ActionButton on sharing tabjulia.kirschenheuter2023-11-172-11/+6
* fix: Share select search globally iconChristopher Ng2023-10-231-1/+1
* refactor: remove remaining usage of OC::getCapabilitiesVarun Patil2023-10-201-3/+4
* Reduce width of sharing entryjulia.kirschenheuter2023-10-192-4/+4
* Updates to sharing flowfenn-cs2023-10-021-2/+3
* Consider share type for enforced share expiry datesfenn-cs2023-09-201-23/+1
* Properly align all sharing-entry typesfenn-cs2023-09-144-47/+56
* Ellipsize user status in sharing entryfenn-cs2023-09-131-28/+25
* Display user status by the side in sharing flowfenn-cs2023-09-131-6/+10
* Enfore allowPublicShares admin settingfenn-cs2023-09-121-1/+1
* Add accesibility features to quick share dropdownfenn-cs2023-09-071-16/+98
* Close quickshare dropdown on outside clickfenn-cs2023-09-071-1/+13
* fix(files_sharing): select sharing in sidebar breaks Viewer focus trapGrigorii K. Shartsev2023-09-051-7/+0
* Replace custom input field with NcTextFieldjulia.kirschenheuter2023-08-311-5/+8
* Improve sharing flowfenn-cs2023-08-305-502/+283
* fix(apps): Adjust apps for FilePicker API changeFerdinand Thiessen2023-08-261-1/+0
* fix(files_sharing): String translationsChristopher Ng2023-07-312-3/+3
* fix(files_sharing): hide download permission for circle sharesRichard Steinmetz2023-07-101-0/+6
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-271-1/+0
* Don't disable actions when saving share permissionsLouis Chemineau2023-06-191-8/+4
* 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
* Fix share input idChristopher Ng2023-05-021-1/+1
* fix(l10n): Fixed grammarrakekniven2023-04-181-1/+1
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-239-39/+39
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+6
* Fix share select dropdown not opening when viewer is openChristopher Ng2023-03-011-0/+7
* Adapt native tooltip for new structure of NcAvatarjulia.kirschenheuter2023-02-272-3/+2
* Drop vue-clipboard2 to fix copy to clipboardChristopher Ng2023-02-012-2/+2
* Port files sharing selectorChristopher Ng2023-01-241-56/+61
* 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-055-75/+27
* Revert "Copy to clipboard with button instead of link"Christopher Ng2022-12-142-39/+25
* Add success popup message for copying share linksChristopher Ng2022-12-062-6/+11
* Show success on share actionsChristopher Ng2022-12-031-1/+3