summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5797 from paulijar/share20-postUnshareFromSelfMorris Jobke2017-07-211-0/+2
|\
| * Emit hook postUnshareFromSelf when the recipient of a share unshares itPauli Järvinen2017-07-201-0/+2
* | Merge pull request #5734 from nextcloud/only-readable-chars-in-share-tokensJoas Schilling2017-07-191-6/+2
|\ \
| * | Only use readable chars in Share TokensJoas Schilling2017-07-181-6/+2
* | | Run phan over code baseLukas Reschke2017-07-191-0/+2
| |/ |/|
* | upstreamMaxence Lange2017-07-111-1/+1
|/
* Improve wording of various error messagesJan-Christoph Borchardt2017-06-211-20/+20
* Fix unknown share tokenJoas Schilling2017-06-131-2/+2
* Merge pull request #4462 from danxuliu/fix-sharing-password-protected-linkRoeland Jago Douma2017-04-251-24/+31
|\
| * Extract updateSharePasswordIfNeeded functionDaniel Calviño Sánchez2017-04-241-22/+30
| * Join if block to preceding if chainDaniel Calviño Sánchez2017-04-241-3/+2
| * Fix double hashing of shared link passwordsDaniel Calviño Sánchez2017-04-241-1/+1
* | Remove unused use statementsMorris Jobke2017-04-221-2/+0
|/
* Get proper accesslist for userFolderRoeland Jago Douma2017-04-201-2/+7
* Do not set full path if not currentAccessRoeland Jago Douma2017-04-131-6/+11
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-9/+28
* Return the paths for the users without setting them all upJoas Schilling2017-04-131-6/+10
* Add mail element to access listRoeland Jago Douma2017-04-131-3/+11
* Offload acceslist creation to providersRoeland Jago Douma2017-04-131-38/+19
* Added to public interfaceRoeland Jago Douma2017-04-131-4/+11
* Add owner to access listRoeland Jago Douma2017-04-131-1/+1
* Add getAccessList to ShareManagerRoeland Jago Douma2017-04-131-5/+62
* update unit testsBjoern Schiessle2017-04-071-43/+28
* set expire date for all share typesBjoern Schiessle2017-04-031-25/+45
* add secure drop functionallity to mail sharesBjoern Schiessle2017-04-031-1/+3
* allow password protected mail sharesBjoern Schiessle2017-04-031-2/+23
* Merge pull request #3844 from nextcloud/unshare_eventJoas Schilling2017-03-211-38/+7
|\
| * Add LegacyHooksRoeland Jago Douma2017-03-171-39/+3
| * Add unshare eventRoeland Jago Douma2017-03-171-0/+5
* | Merge pull request #3884 from nextcloud/downstream-26956Joas Schilling2017-03-201-4/+9
|\ \
| * | Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-171-4/+9
| |/
* / shares-circlesMaxence Lange2017-03-171-1/+6
|/
* also create mail share if public links are disabledBjoern Schiessle2017-01-041-1/+0
* no need to throw a exception we catch two lines laterBjoern Schiessle2016-12-221-5/+4
* Only don't resolve public linksRoeland Jago Douma2016-12-201-4/+3
* Don't resolve public share token if public sharing is disabledLukas Reschke2016-12-201-0/+4
* Make sure $provider is defined when we use itJoas Schilling2016-12-071-10/+12
* Handle unavailable share providers more gracefulRoeland Jago Douma2016-12-051-8/+34
* find and show share-by mail linksBjoern Schiessle2016-11-011-0/+10
* add method to check if a share provider for a given type is loadedBjoern Schiessle2016-11-011-0/+14
* add share by mail share providerBjoern Schiessle2016-11-011-0/+14
* Fix merging backend resultsRoeland Jago Douma2016-11-011-1/+9
* Stricter signatureRoeland Jago Douma2016-10-311-1/+1
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-311-0/+10
* reuse share node when creating a shareRobin Appelman2016-10-121-0/+3
* Fix othersJoas Schilling2016-07-211-3/+6
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-6/+1
|\
| * Add explicit delete permission to link sharesVincent Petry2016-06-241-6/+1
* | remove old hook, no longer neededBjoern Schiessle2016-06-271-13/+1
* | check password for link sharesBjoern Schiessle2016-06-271-1/+16