aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/models
Commit message (Collapse)AuthorAgeFilesLines
* chore(files_sharing): refactor Share model to tsskjnldsv2024-07-301-247/+68
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-1/+0
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore(files_sharing): refactor sharing configskjnldsv2024-07-121-6/+17
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(files_sharing): allow mixed values in share attributes and allow ↵skjnldsv2024-07-121-3/+3
| | | | | | storing email arrays Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-061-24/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(files_sharing): Create passwords when enforced for mail sharesFerdinand Thiessen2024-03-291-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Improve sharing flowfenn-cs2023-08-301-1/+1
| | | | | | | | | | | | | This commit introduces the following changes: - Does not create new share once user is selected for internal shares - Adds a `SharingDetails` view for share configurations - Adds a quick share select to enable fast changes in share permisions. Resolves: https://github.com/nextcloud/server/issues/26691 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix date handling and savingJohn Molakvoæ2022-11-161-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Replace moment.js date with Date Object.julia.kirschenheuter2022-10-061-5/+4
| | | | | | | Replace vue2-datepicker with native date picker for expiration date. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
| | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix adding to empty attributes and duplicate requestJulius Härtl2022-07-281-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add share attrs + download permission support in frontendVincent Petry2022-07-281-0/+60
| | | | | | | Added download permission checkbox in frontend Added share attributes parsing and setting in frontend. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-081-0/+21
| | | | | | | | | | | | | | | for mail shares: 1- Changes style of "forgot password?" and "Back" button 2- Adds information about share password's expiration time in the emails sent. 3- Shows password expiration time in the Share menu 4- Fixes an issue when the message "Password expires..." would be shown for non email share types (which don't have temporary passswords) 5- At share's creation, password should only be sent when it's a permanent one See also https://github.com/nextcloud/server/issues/31952 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Auto fix warningsLouis Chemineau2022-01-211-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-111-7/+7
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-39/+41
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Replace proposal-class-private-properties by regular propertiesJohn Molakvoæ (skjnldsv)2021-06-021-49/+49
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Consider read permission in sharing tabRoeland Jago Douma2021-04-191-0/+12
| | | | | | | | When updating a share we should make sure to use all the old permissions (and only change what we actually changed). So the READ permission in this case should also be fetched instead of always granted. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-0/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix SharingInput MultiselectJohn Molakvoæ (skjnldsv)2021-03-111-1/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show unique displayname context in the user share list entriesJulius Härtl2020-12-141-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow share results to have a detailed description and share entries to have ↵Julius Härtl2020-12-091-0/+11
| | | | | | a link Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Display user-status in sharing listGeorg Ehrke2020-08-171-0/+4
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add user input for link share labelsGary Kim2020-07-141-3/+23
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Allow to navigate to others with access from the sidebarRoeland Jago Douma2020-04-291-0/+20
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add "Password protected by Talk" option to sharesDaniel Calviño Sánchez2020-01-141-0/+22
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix sharing note placeholderJohn Molakvoæ (skjnldsv)2020-01-101-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)2019-10-291-0/+25
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-0/+444
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>