aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/mixins
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): Add proper user facing messages on successFerdinand Thiessen2024-10-171-22/+43
* chore(files_sharing): refactor Share model to tsskjnldsv2024-07-303-3/+3
* chore(files_sharing): refactor sharing configskjnldsv2024-07-122-2/+2
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-121-1/+1
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-1/+0
* fix(ExternalSharing): Handle template share from external sourcesfenn-cs2024-07-031-5/+6
* fix(FilesView): Update files view upon share creation/deletefenn-cs2024-06-251-1/+23
* refactor(ShareDetails): Prevent undefined errors for `share.permissions`fenn-cs2024-06-121-1/+2
* chore: Add SPDX headerAndy Scherzinger2024-06-064-66/+12
* Fix undefined share object during expirationDate updatefenn-cs2024-02-201-1/+1
* Allow user to finish typing date before formattingfenn-cs2023-12-111-3/+2
* Improve share logic for enforced password & expiry datefenn-cs2023-11-301-0/+16
* Do not treat `isDefaultExpireDateEnforced` as fallbackfenn-cs2023-10-221-2/+2
* Consider share type for enforced share expiry datesfenn-cs2023-09-201-0/+9
* Fix invite guest for new sharing flowfenn-cs2023-09-141-4/+21
* Improve sharing flowfenn-cs2023-08-303-18/+76
* reload filelist when adding or removing sharesRobin Appelman2023-05-221-1/+6
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
* chore(eslint): replace node/no-missing-import by n/no-missing-importJohn Molakvoæ2023-03-231-1/+1
* Replace custom tooltips with native one in vue components and viewsjulia.kirschenheuter2023-01-051-3/+3
* Show success on share actionsChristopher Ng2022-12-031-0/+6
* Fix date handling and savingJohn Molakvoæ2022-11-161-8/+33
* Replace moment.js date with Date Object.julia.kirschenheuter2022-10-061-21/+5
* Enforcing permission during resharingCarl Schwan2022-07-281-2/+3
* Add share attrs + download permission support in frontendVincent Petry2022-07-281-1/+7
* Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-082-2/+6
* Support CRUD share permissionsLouis Chemineau2022-02-151-4/+1
* Use @nextcloud/sharing in files and files_sharingLouis Chemineau2022-01-262-24/+3
* Replace license information to SPDX expressionLouis Chemineau2022-01-113-3/+3
* Typing correctionsLouis Chemineau2022-01-111-3/+1
* Bump p-queueLouis Chemineau2022-01-081-1/+3
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-3/+3
* Migrate to webpack v5Louis Chemineau2022-01-081-5/+9
* Fix first day localeJohn Molakvoæ2021-12-091-17/+4
* Properly format sharing datepicker localeJohn Molakvoæ2021-12-091-8/+15
* Bump p-queueJohn Molakvoæ (skjnldsv)2021-07-261-1/+1
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-231-1/+1
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-313-0/+9
* Only clear share password model when actually savedVincent Petry2021-03-111-2/+5
* Show the actual error on share requestsJulius Härtl2021-01-181-3/+15
* Show unique displayname context in the user share list entriesJulius Härtl2020-12-141-0/+4
* Let sharees endpoint properly handle deck sharesJulius Härtl2020-12-091-0/+1
* Fix js search in undefined ocs responseJohn Molakvoæ (skjnldsv)2020-11-091-3/+3
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-311-2/+2
* Add user input for link share labelsGary Kim2020-07-141-0/+1
* Improve error reporting on sharing errorsJoas Schilling2020-07-081-2/+4
* Restore previous state when failing to change video verification stateDaniel Calviño Sánchez2020-06-011-0/+8
* Fix the Talk verificationChristoph Wurst2020-06-012-19/+16
* Fix expiry datepicker allowing all datesGary Kim2020-05-021-0/+11
* Process shares only once, better debug and expiration date codeJohn Molakvoæ (skjnldsv)2020-05-011-1/+1