summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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>
| * | Send an email on password changeJoas Schilling2017-04-131-4/+42
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add activities when email or password is changedJoas Schilling2017-04-135-0/+352
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #4346 from ↵Roeland Jago Douma2017-04-1411-247/+329
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/properly-do-bruteforce-protection-via-annotation Make BruteForceProtection annotation more clever
| * | | Make BruteForceProtection annotation more cleverLukas Reschke2017-04-1311-247/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the new `@BruteForceProtection` annotation more clever and moves the relevant code into it's own middleware. Basically you can now set `@BruteForceProtection(action=$key)` as annotation and that will make the controller bruteforce protected. However, the difference to before is that you need to call `$responmse->throttle()` to increase the counter. Before the counter was increased every time which leads to all kind of unexpected problems. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | [tx-robot] updated from transifexNextcloud bot2017-04-14226-742/+1188
|/ / /
* | | Merge pull request #4326 from nextcloud/downstream-27562Morris Jobke2017-04-132-5/+6
|\ \ \ | | | | | | | | Reorder the entries of the log for easier reading
| * | | Use constantsJoas Schilling2017-04-132-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>