summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4380 from nextcloud/show-instance-name-in-fromMorris Jobke2017-04-181-1/+1
|\ | | | | Add instance name to default sender
| * Add instance name to default senderLukas Reschke2017-04-181-1/+1
| | | | | | | | | | | | Otherwise your mail program shows "foo@mail.com" instead of "Nextcloud" or whatever your instance name is. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #4372 from nextcloud/smtp-passwordMorris Jobke2017-04-186-134/+113
|\ \ | | | | | | Don't put the SMTP password into the HTML code
| * | Fix unit testsMorris Jobke2017-04-181-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Fix some more stuffJoas Schilling2017-04-182-16/+22
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix testsJoas Schilling2017-04-182-47/+17
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Don't put the SMTP password into the HTML codeJoas Schilling2017-04-184-74/+77
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-04-1882-120/+96
| |
* | Merge pull request #4376 from ↵Christoph Wurst2017-04-182-40/+35
|\ \ | |/ |/| | | | | nextcloud/add-bruteforce-protection-to-change-self-password Add bruteforce protection to changePersonalPassword
| * Add bruteforce protection to changePersonalPasswordLukas Reschke2017-04-182-40/+35
|/ | | | | | While the risk is actually quite low because one would already have the user session and could potentially do other havoc it makes sense to throttle here in case of invalid previous password attempts. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-04-1854-42/+296
|
* [tx-robot] updated from transifexNextcloud bot2017-04-1738-344/+448
|
* [tx-robot] updated from transifexNextcloud bot2017-04-1628-346/+624
|
* Merge pull request #2834 from nextcloud/accesListToShareManagerMorris Jobke2017-04-1517-32/+1287
|\ | | | | Access list to share manager
| * Mail shares trigger the public keyRoeland Jago Douma2017-04-132-17/+17
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Update autoloaderRoeland Jago Douma2017-04-132-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix server container registrationRoeland Jago Douma2017-04-131-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Not needed in the DIContainer anymoreRoeland Jago Douma2017-04-131-6/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Do not set full path if not currentAccessRoeland Jago Douma2017-04-131-6/+11
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add samples to the docsJoas Schilling2017-04-131-0/+38
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add more tests for the share helperJoas Schilling2017-04-131-0/+111
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Catch exceptions and use as many results as possibleJoas Schilling2017-04-131-24/+59
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Activate the testJoas Schilling2017-04-131-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-1310-33/+100
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add unit tests for sharebymail providerJoas Schilling2017-04-131-0/+55
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix share manager testJoas Schilling2017-04-131-13/+24
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix default share providerJoas Schilling2017-04-132-16/+17
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix tests for ShareHelperJoas Schilling2017-04-132-44/+85
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix federated file sharingJoas Schilling2017-04-131-4/+23
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix returned paths for remote sharesJoas Schilling2017-04-135-25/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Return the token as wellJoas Schilling2017-04-132-2/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Also return the tokenJoas Schilling2017-04-131-5/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Return the paths for the users without setting them all upJoas Schilling2017-04-138-54/+170
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix commentsRoeland Jago Douma2017-04-135-3/+61
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add shareHelper testRoeland Jago Douma2017-04-131-0/+94
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add mail element to access listRoeland Jago Douma2017-04-137-10/+62
| | | | | | | | | | | | | | | | * Each provider just returns what they have so adding an element won't require changing everything * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Offload acceslist creation to providersRoeland Jago Douma2017-04-139-82/+372
| | | | | | | | | | | | | | | | * This allows for effective queries. * Introduce currentAccess parameter to speciy if the users needs to have currently acces (deleted incomming group share). (For notifications) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Added ShareHelperRoeland Jago Douma2017-04-131-0/+64
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix testsRoeland Jago Douma2017-04-131-0/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Port Encryption/file to new getAccessListRoeland Jago Douma2017-04-132-7/+32
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Added to public interfaceRoeland Jago Douma2017-04-133-8/+41
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add owner to access listRoeland Jago Douma2017-04-133-2/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add getAccessList to ShareManagerRoeland Jago Douma2017-04-132-6/+144
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-04-1572-424/+632
| |
* | Merge pull request #4330 from nextcloud/activities-for-password-mail-changeRoeland Jago Douma2017-04-1410-5/+504
|\ \ | | | | | | Add activities when email or password is changed
| * | Fix autoloaderMorris Jobke2017-04-132-0/+6
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | No need for those emails anymoreJoas Schilling2017-04-131-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Send an email to the old address on email changeJoas Schilling2017-04-132-2/+29
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Allow to read the old email on the hook as wellJoas Schilling2017-04-132-5/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Move logic into new class with DIJoas Schilling2017-04-132-80/+155
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>