summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix existing usagesJoas Schilling2018-02-151-1/+1
* | Remove unused import statementsMorris Jobke2018-02-141-1/+0
|/
* Use ::class statement instead of stringMorris Jobke2018-01-292-8/+10
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Do not instantiate node when not neededRoeland Jago Douma2018-01-091-3/+3
* Only in case of $currentAccess the array uses the id as indexJoas Schilling2017-11-281-1/+7
* Proper handle null cases and default to trueLukas Reschke2017-11-271-1/+4
* Add support for `\OCP\Share\IShare::getMailSend` backLukas Reschke2017-11-272-18/+23
* Fix accesslist when a user has an ID only containting 0-9Joas Schilling2017-11-141-1/+1
* Update license headersMorris Jobke2017-11-066-0/+24
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-011-1/+1
|\
| * Doc: Fix phpDoc issuesJulius Härtl2017-10-231-1/+1
* | AutoCompletion backendArthur Schiwon2017-10-221-1/+1
|/
* Set the data from the templateJoas Schilling2017-10-181-3/+1
* Set the subject with the email template to allow themingJoas Schilling2017-10-181-2/+2
* do not show hyphen after instance name in emails if slogan does not existStephan Müller2017-09-251-1/+1
* Improve sharing paginationRoeland Jago Douma2017-09-151-0/+5
* Use the language of the recipient for the share notificationJoas Schilling2017-09-081-8/+18
* Merge setMetaData into constructorJoas Schilling2017-09-041-2/+1
* Add shareWith to email template metadataMorris Jobke2017-08-291-0/+1
* Allow the expiration date to be set to nullMorris Jobke2017-08-281-2/+2
* Merge pull request #6255 from nextcloud/email-meta-dataMorris Jobke2017-08-261-2/+11
|\
| * Add meta information to emails for better customisationJoas Schilling2017-08-241-2/+11
* | link to getShareByTokenMaxence Lange2017-08-201-0/+9
|/
* 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