summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mail shares trigger the public keyRoeland Jago Douma2017-04-132-17/+17
* Update autoloaderRoeland Jago Douma2017-04-132-0/+2
* Fix server container registrationRoeland Jago Douma2017-04-131-1/+1
* Not needed in the DIContainer anymoreRoeland Jago Douma2017-04-131-6/+0
* Do not set full path if not currentAccessRoeland Jago Douma2017-04-131-6/+11
* Add samples to the docsJoas Schilling2017-04-131-0/+38
* Add more tests for the share helperJoas Schilling2017-04-131-0/+111
* Catch exceptions and use as many results as possibleJoas Schilling2017-04-131-24/+59
* Activate the testJoas Schilling2017-04-131-1/+1
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-1310-33/+100
* Add unit tests for sharebymail providerJoas Schilling2017-04-131-0/+55
* Fix share manager testJoas Schilling2017-04-131-13/+24
* Fix default share providerJoas Schilling2017-04-132-16/+17
* Fix tests for ShareHelperJoas Schilling2017-04-132-44/+85
* Fix federated file sharingJoas Schilling2017-04-131-4/+23
* Fix returned paths for remote sharesJoas Schilling2017-04-135-25/+13
* Return the token as wellJoas Schilling2017-04-132-2/+3
* Also return the tokenJoas Schilling2017-04-131-5/+11
* Return the paths for the users without setting them all upJoas Schilling2017-04-138-54/+170
* Fix commentsRoeland Jago Douma2017-04-135-3/+61
* Add shareHelper testRoeland Jago Douma2017-04-131-0/+94
* Add mail element to access listRoeland Jago Douma2017-04-137-10/+62
* Offload acceslist creation to providersRoeland Jago Douma2017-04-139-82/+372
* Added ShareHelperRoeland Jago Douma2017-04-131-0/+64
* Fix testsRoeland Jago Douma2017-04-131-0/+6
* Port Encryption/file to new getAccessListRoeland Jago Douma2017-04-132-7/+32
* Added to public interfaceRoeland Jago Douma2017-04-133-8/+41
* Add owner to access listRoeland Jago Douma2017-04-133-2/+6
* Add getAccessList to ShareManagerRoeland Jago Douma2017-04-132-6/+144
* Merge pull request #4340 from nextcloud/remove-invalid-routeRoeland Jago Douma2017-04-131-2/+0
|\
| * Remove invalid routeLukas Reschke2017-04-131-2/+0
|/
* Merge pull request #3966 from nextcloud/downstream-26570Lukas Reschke2017-04-132-2/+33
|\
| * Check for boolean false and add testsMorris Jobke2017-04-042-1/+16
| * OC_ -> NC_Morris Jobke2017-04-042-3/+3
| * Override config.php values through ENV variables (#26570)Philipp Schaffrath2017-04-042-2/+18
* | Merge pull request #3043 from nextcloud/issue-3038-no-logentry-on-email-loginMorris Jobke2017-04-133-58/+83
|\ \
| * | Dont create a log entry on email loginJoas Schilling2017-04-073-58/+83
* | | [tx-robot] updated from transifexNextcloud bot2017-04-13174-836/+902
* | | Merge pull request #4338 from nextcloud/handlebars-minLukas Reschke2017-04-125-9192/+34
|\ \ \
| * | | Move to handlebars.min.jsRoeland Jago Douma2017-04-125-9192/+34
|/ / /
* | | Merge pull request #4307 from nextcloud/sharing-emailsRoeland Jago Douma2017-04-1216-279/+388
|\ \ \
| * | | Fix unit testsMorris Jobke2017-04-125-13/+19
| * | | Dont add click-button text for plaintext mailsJoas Schilling2017-04-121-3/+4
| * | | No newlines when heading is emptyJoas Schilling2017-04-122-3/+7
| * | | make the plain text footer standard compliant and add a space after '--'. It ...Bjoern Schiessle2017-04-121-1/+1
| * | | Use instance name as alt-textJoas Schilling2017-04-125-5/+9
| * | | Don't duplicate the sentence with the headerJoas Schilling2017-04-123-4/+8
| * | | Use new email design for sharebymail emailsMorris Jobke2017-04-125-250/+39
| * | | Properly escape heading, body and button textMorris Jobke2017-04-122-6/+12
| * | | Add addBodyButton to add a single button to email templatesMorris Jobke2017-04-125-0/+295