aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
Commit message (Expand)AuthorAgeFilesLines
* chore(files_sharing): lint & refactor fixesskjnldsv2024-07-124-14/+15
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-128-99/+99
* chore(files_sharing): cleanup NewFileRequestDialog vueskjnldsv2024-07-124-22/+28
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-122-6/+6
* chore(files_sharing): refactor sharing configskjnldsv2024-07-1214-378/+463
* fix(files_sharing): adjust NewFileRequestDialog for emails invitesskjnldsv2024-07-121-4/+14
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-125-9/+9
* feat(files_sharing): add `new file request` optionskjnldsv2024-07-1210-13/+997
* chore(files_sharing): rename `File drop` to `File requests`skjnldsv2024-07-123-4/+4
* fix(files_sharing): Only enable mixed sharing types if there is at least one ...Ferdinand Thiessen2024-07-091-1/+2
* chore(files): Fix ESLint issues with files and files_sharing appFerdinand Thiessen2024-07-093-3/+4
* test: Adjust Typescript definitions for OCP and OCFerdinand Thiessen2024-07-097-22/+24
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-093-7/+9
* fix(SharingDetailsView): Prevent illegal unselection of read permissionsfenn-cs2024-07-081-1/+8
* refactor(SharingInput): Remove unused addSharefenn-cs2024-07-032-81/+0
* fix(ExternalSharing): Handle template share from external sourcesfenn-cs2024-07-032-5/+12
* fix(SharingEntryLink): Show enforced password input labelfenn-cs2024-06-271-1/+3
* refactor(SharingDetailsView): Use NC loggerfenn-cs2024-06-251-4/+4
* fix(FilesView): Update files view upon share creation/deletefenn-cs2024-06-254-7/+57
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-201-1/+1
* style: update copy icon to Material Design iconAndy Scherzinger2024-06-192-3/+3
* fix(files_sharing): Improve recursion in `onNewLinShare`fenn-cs2024-06-122-37/+80
* refactor(ShareDetails): Prevent undefined errors for `share.permissions`fenn-cs2024-06-121-1/+2
* fix(files_sharing): dark avatar supportskjnldsv2024-06-121-1/+5
* fix(files_sharing): fix parsing of remote sharesskjnldsv2024-06-123-16/+53
* fix(files): `open-in-files` action should also set `openfile` queryFerdinand Thiessen2024-06-082-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-06-0655-1018/+135
* fix(files_sharing): usage of NcTextField in SelectShareFolderDialogueLouis Chemineau2024-06-061-1/+1
* fix(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-05-313-3/+3
* fix(sharingDetails): Show correct share targetfenn-cs2024-04-181-4/+14
* fix(files_sharing): Disable autocomplete for share label and passwordFerdinand Thiessen2024-04-021-3/+4
* fix(files_sharing): Create passwords when enforced for mail sharesFerdinand Thiessen2024-03-292-10/+7
* fix(share): Send correct share attributes upon share creationfenn-cs2024-03-261-8/+8
* fix(share): Send empty expireDate when not expireDate setfenn-cs2024-03-261-4/+2
* fix(tests): Add mock for `window._oc_webroot`Ferdinand Thiessen2024-03-234-0/+24
* fix: List specific share permissions as sublinefenn-cs2024-03-161-3/+9
* fix: No password set for new mail sharesfenn-cs2024-03-141-1/+1
* feat: Allow registration of advanced external share actionsChristopher Ng2024-03-063-3/+43
* feat: reconfigured NcActions to use MDI'sEduardo Morales2024-03-062-24/+66
* chore: manual lintingEduardo Morales2024-03-061-5/+11
* feat: added new action for qrcode popup linkshareEduardo Morales2024-03-061-1/+44
* feat: Rename circles to teamsJulius Härtl2024-03-061-2/+2
* test: Add test selector on sharing and versions componentsLouis Chemineau2024-02-272-8/+28
* chore(files_sharing): Remove legacy share permissions editorLouis Chemineau2024-02-271-290/+0
* chore(files_sharing): use `OCSResponse` from `@nextcloud/typings`skjnldsv2024-02-233-14/+5
* Fix undefined share object during expirationDate updatefenn-cs2024-02-201-1/+1
* feat: rename users to account or personVincent Petry2024-02-133-4/+4
* fix(files_sharing): lost styles for SharingEntryLinkGrigorii K. Shartsev2024-02-131-3/+3
* fix(sharing): Move video verification option to password and hide without TalkJoas Schilling2024-02-121-7/+7
* Merge pull request #43213 from nextcloud/fix/43139/sharing--migrate-quick-sha...Grigorii K. Shartsev2024-02-083-200/+95