summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* Move pre_shared and post_shared events to EventDispatcherRoeland Jago Douma2017-08-032-38/+65
* Use IUserLukas Reschke2017-08-021-0/+1
* Send an email once a file/folder is shared with a userMorris Jobke2017-07-281-1/+100
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-1/+1
* Merge pull request #5797 from paulijar/share20-postUnshareFromSelfMorris Jobke2017-07-212-0/+17
|\
| * Emit hook postUnshareFromSelf when the recipient of a share unshares itPauli Järvinen2017-07-202-0/+17
* | 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-192-0/+4
| |/ |/|
* | Fix emitting of legacy hook post_unsharePauli Järvinen2017-07-161-1/+1
* | upstreamMaxence Lange2017-07-112-6/+12
|/
* Improve wording of various error messagesJan-Christoph Borchardt2017-06-211-20/+20
* Fix 500 Internal Server Error on writingJan-Philipp Litza2017-06-161-1/+1
* Fix unknown share tokenJoas Schilling2017-06-131-2/+2
* filter missing groups in share providerRobin Appelman2017-06-121-0/+2
* add new config switched for the global scale architectureBjoern Schiessle2017-05-291-1/+3
* 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-223-4/+0
|/
* respect password policy for auto generated passwordsBjoern Schiessle2017-04-201-1/+3
* allow admin to enforce password on mail sharesBjoern Schiessle2017-04-201-1/+2
* Get proper accesslist for userFolderRoeland Jago Douma2017-04-201-2/+7
* Add "Reply-To" on ShareByMailProvider mailsLukas Reschke2017-04-181-1/+3
* Do not set full path if not currentAccessRoeland Jago Douma2017-04-131-6/+11
* Add samples to the docsJoas Schilling2017-04-131-0/+38
* Catch exceptions and use as many results as possibleJoas Schilling2017-04-131-24/+59
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-132-10/+31
* Fix default share providerJoas Schilling2017-04-131-6/+7
* Fix tests for ShareHelperJoas Schilling2017-04-131-0/+15
* Fix returned paths for remote sharesJoas Schilling2017-04-131-20/+9
* Also return the tokenJoas Schilling2017-04-131-5/+11
* Return the paths for the users without setting them all upJoas Schilling2017-04-133-38/+150
* Add mail element to access listRoeland Jago Douma2017-04-132-4/+12
* Offload acceslist creation to providersRoeland Jago Douma2017-04-132-41/+92
* Added ShareHelperRoeland Jago Douma2017-04-131-0/+64
* 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
* Do proper DIRoeland Jago Douma2017-04-111-1/+1
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-5/+1
* properly quota table names in getSharesInFolderRobin Appelman2017-04-101-1/+1
* update unit testsBjoern Schiessle2017-04-072-44/+29
* setting to disable sending password by mailBjoern Schiessle2017-04-031-3/+5
* set expire date for all share typesBjoern Schiessle2017-04-032-25/+48
* add secure drop functionallity to mail sharesBjoern Schiessle2017-04-031-1/+3
* allow password protected mail sharesBjoern Schiessle2017-04-031-2/+23
* add new password column to the share table in order to set passwords for shar...Bjoern Schiessle2017-04-031-3/+3
* Merge pull request #3844 from nextcloud/unshare_eventJoas Schilling2017-03-212-38/+107
|\