summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* Add proper message to created share not foundJohn Molakvoæ (skjnldsv)2021-10-131-1/+1
* Use noreply@ as email address for share emailsMorris Jobke2021-05-281-1/+1
* Fix empty password check for mail sharesVincent Petry2021-04-191-2/+7
* Merge pull request #26377 from nextcloud/backport/25500/stable21kesselb2021-03-311-1/+2
|\
| * revert(comment)Samuel2021-03-301-1/+0
| * revert(exception): keep throwing an exception for nowSamuel2021-03-301-2/+3
| * fix(translation): replace static error messageSamuel2021-03-301-2/+3
* | gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-301-1/+2
|/
* Merge pull request #26211 from nextcloud/backport/23718/stable21Morris Jobke2021-03-191-3/+5
|\
| * expand 'path is already shared' error messageRobin Appelman2021-03-191-3/+5
* | Update user share must use correct expiration validationVincent Petry2021-03-191-5/+5
|/
* Merge pull request #26124 from nextcloud/backport/25533/stable21Morris Jobke2021-03-191-63/+69
|\
| * send share notification instead of erroring on duplicate shareRobin Appelman2021-03-151-63/+69
* | only use share cacheentry when availableRobin Appelman2021-03-151-2/+8
* | adjust testsRobin Appelman2021-03-151-1/+0
* | fix search in nested jailsRobin Appelman2021-03-151-2/+3
|/
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-111-0/+4
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-111-0/+5
* 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
* Fix enabling send password by Talk with empty password in link sharesDaniel Calviño Sánchez2020-05-281-0/+6
* Remove group from excluded_groups_list after deleteDaniel Kesselberg2020-05-171-0/+13