summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused use statementMorris Jobke2020-05-081-1/+0
* get only groupids in default share backendRobin Appelman2020-05-041-7/+2
* Update license headers for 19Christoph Wurst2020-04-293-2/+1
* Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke2020-04-271-5/+0
|\
| * Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-04-211-5/+0
* | Allow specifying a default expiration dateRoeland Jago Douma2020-04-241-2/+12
|/
* Provide the proper language to the mailerRoeland Jago Douma2020-04-161-2/+2
* Merge pull request #19936 from nextcloud/bugfix/noid/handle-unset-owner-in-sh...Joas Schilling2020-04-141-2/+6
|\
| * Handle unset owner in sharingJoas Schilling2020-03-131-2/+6
* | Merge pull request #20181 from nextcloud/bugfix/noid/dont-break-on-path-nullJoas Schilling2020-04-141-1/+1
|\ \
| * | Also bail out when the path is actually nullJoas Schilling2020-03-261-1/+1
* | | Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* | | Format control structures, classes, methods and functionChristoph Wurst2020-04-108-51/+31
* | | Use elseif instead of else ifChristoph Wurst2020-04-103-37/+37
* | | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-5/+5
* | | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* | | Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-4/+4
* | | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1