summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix default internal expiration dateDaniel Calviño Sánchez2020-11-161-3/+3
* | Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-101-1/+6
|/
* use file name instead of path in 'not allowed to share' messageRobin Appelman2020-10-291-2/+1
* fixes potential passing of null to getUserGroupIdsArthur Schiwon2020-10-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Merge pull request #22234 from nextcloud/bugfix/noid/reshare-mountMorris Jobke2020-09-101-4/+12
|\
| * Use user mount with matching shared storage onlyJulius Härtl2020-08-131-4/+12
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-2/+8
* | Allow to disable share emailsJoas Schilling2020-08-191-1/+2
|/
* Generate password by password_policy appDaniel Kesselberg2020-08-111-2/+1
* Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke2020-07-301-4/+0
* Correctly remove usergroup shares on removing group membersJoas Schilling2020-07-302-1/+48
* Move federated_share_added into a typed eventMorris Jobke2020-07-231-1/+3
* Use the correct mountpoint to calculateRoeland Jago Douma2020-07-091-1/+8
* Use the new method everywhereJoas Schilling2020-07-032-5/+2
* Replace Share with IShare and add missing return.Daniel Kesselberg2020-06-261-3/+3
* Update share type constant usageJoas Schilling2020-06-244-154/+156
* Fix language in share notes email for usersJoas Schilling2020-06-232-28/+36
* Prevent harder to share your rootJoas Schilling2020-06-031-3/+1
* Fix disabling send password by Talk without new password in mail sharesDaniel Calviño Sánchez2020-05-291-4/+4
* Fix enabling send password by Talk with same password in mail sharesDaniel Calviño Sánchez2020-05-281-1/+11