aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* Allow to pass note when creating a share and send it with directly in the sha...Julius Härtl2021-12-032-2/+12
* Fix warning about passing null to substr_countCôme Chilliet2021-11-231-1/+1
* Move common logic to share managerJoas Schilling2021-11-091-1/+43
* Patch for master-branchJanBartels2021-10-181-1/+1
* Merge pull request #26688 from nextcloud/enh/better-share-exceptiondebugJohn Molakvoæ2021-10-131-1/+1
|\
| * Add proper message to created share not foundJohn Molakvoæ (skjnldsv)2021-08-181-1/+1
* | Let users choose a share_folderHinrich Mahler2021-09-061-1/+10
|/
* Admin Audit - Sharing: createShare - report the full pathszaimen2021-07-221-0/+1
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Fix share activity dispatchLouis Chemineau2021-06-161-0/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0411-17/+10
* Use noreply@ as email address for share emailsMorris Jobke2021-05-281-1/+1
* Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-211-60/+60
|\
| * allow excluding groups from creating link sharesRobin Appelman2021-05-121-60/+60
* | Rename External storages to External storageszaimen2021-05-201-1/+1
* | l10n: Unify spellingValdnet2021-05-201-13/+13
* | l10n: Unify spellingValdnet2021-05-201-5/+5
|/
* Correclty use plural for share exceptionJoas Schilling2021-04-201-2/+2
* Separate settings for remote share expirationVincent Petry2021-04-151-8/+47
* Implement expiration date for federated sharesVincent Petry2021-04-151-1/+10
* gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-301-1/+2
* Merge pull request #25498 from Worteks/feat-federatedfilesharing-loggingMorris Jobke2021-03-221-0/+1
|\
| * Merge remote-tracking branch 'upstream/master' into feat-federatedfilesharing...Samuel2021-02-111-1/+2
| |\
| * | fix(sahre20): missing ILogger param instantiating NotificationsSamuel2021-02-091-0/+1
* | | Fix sharebymail testsJohn Molakvoæ (skjnldsv)2021-03-221-12/+27
* | | Remove duplicated query for email sharesDaniel Calviño Sánchez2021-03-222-35/+19
* | | Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-222-19/+27
* | | Merge pull request #23718 from nextcloud/already-shared-error-messageRoeland Jago Douma2021-03-191-3/+5
|\ \ \
| * | | expand 'path is already shared' error messageRobin Appelman2021-03-151-3/+5
* | | | Update user share must use correct expiration validationVincent Petry2021-03-181-5/+5
* | | | Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry2021-03-151-3/+9
|\ \ \ \ | |/ / / |/| | |
| * | | only use share cacheentry when availableRobin Appelman2021-01-261-2/+8
| * | | adjust testsRobin Appelman2021-01-261-1/+0
| * | | fix search in nested jailsRobin Appelman2021-01-261-2/+3
| |/ /
* | | Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-101-0/+4
* | | Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+5
* | | send share notification instead of erroring on duplicate shareRobin Appelman2021-03-091-63/+69
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-4/+4
| |/ |/|
* | revert(comment)Samuel2021-02-051-1/+0
* | revert(exception): keep throwing an exception for nowSamuel2021-02-051-2/+3
* | fix(translation): replace static error messageSamuel2021-02-051-2/+3
|/
* Move to single share event. Just emit more if neededRoeland Jago Douma2020-12-231-1/+2
* +ShareDeletedEventMaxence Lange2020-12-231-0/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-2/+4
* Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-091-0/+11
* Dummy general share checks for deckJulius Härtl2020-12-091-0/+1
* Add share type for deckJulius Härtl2020-12-091-0/+2
* Allow apps to register their share providers from outsideJulius Härtl2020-12-092-0/+27
* Merge pull request #24103 from nextcloud/bugfix/noid/groupfolder-share-object...Morris Jobke2020-11-191-1/+1
|\
| * Only check path for being accessible when the storage is a object homeJulius Härtl2020-11-131-1/+1