Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-18 | 82 | -120/+96 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge pull request #4376 from nextcloud/add-bruteforce-protection-to-change-s... | Christoph Wurst | 2017-04-18 | 2 | -40/+35 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add bruteforce protection to changePersonalPassword | Lukas Reschke | 2017-04-18 | 2 | -40/+35 | |
|/ / / | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-18 | 54 | -42/+296 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-17 | 38 | -344/+448 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-16 | 28 | -346/+624 | |
* | | | Merge pull request #2834 from nextcloud/accesListToShareManager | Morris Jobke | 2017-04-15 | 17 | -32/+1287 | |
|\ \ \ | ||||||
| * | | | Mail shares trigger the public key | Roeland Jago Douma | 2017-04-13 | 2 | -17/+17 | |
| * | | | Update autoloader | Roeland Jago Douma | 2017-04-13 | 2 | -0/+2 | |
| * | | | Fix server container registration | Roeland Jago Douma | 2017-04-13 | 1 | -1/+1 | |
| * | | | Not needed in the DIContainer anymore | Roeland Jago Douma | 2017-04-13 | 1 | -6/+0 | |
| * | | | Do not set full path if not currentAccess | Roeland Jago Douma | 2017-04-13 | 1 | -6/+11 | |
| * | | | Add samples to the docs | Joas Schilling | 2017-04-13 | 1 | -0/+38 | |
| * | | | Add more tests for the share helper | Joas Schilling | 2017-04-13 | 1 | -0/+111 | |
| * | | | Catch exceptions and use as many results as possible | Joas Schilling | 2017-04-13 | 1 | -24/+59 | |
| * | | | Activate the test | Joas Schilling | 2017-04-13 | 1 | -1/+1 | |
| * | | | Adjust docs and make !$currentAccess simpler | Joas Schilling | 2017-04-13 | 10 | -33/+100 | |
| * | | | Add unit tests for sharebymail provider | Joas Schilling | 2017-04-13 | 1 | -0/+55 | |
| * | | | Fix share manager test | Joas Schilling | 2017-04-13 | 1 | -13/+24 | |
| * | | | Fix default share provider | Joas Schilling | 2017-04-13 | 2 | -16/+17 | |
| * | | | Fix tests for ShareHelper | Joas Schilling | 2017-04-13 | 2 | -44/+85 | |
| * | | | Fix federated file sharing | Joas Schilling | 2017-04-13 | 1 | -4/+23 | |
| * | | | Fix returned paths for remote shares | Joas Schilling | 2017-04-13 | 5 | -25/+13 | |
| * | | | Return the token as well | Joas Schilling | 2017-04-13 | 2 | -2/+3 | |
| * | | | Also return the token | Joas Schilling | 2017-04-13 | 1 | -5/+11 | |
| * | | | Return the paths for the users without setting them all up | Joas Schilling | 2017-04-13 | 8 | -54/+170 | |
| * | | | Fix comments | Roeland Jago Douma | 2017-04-13 | 5 | -3/+61 | |
| * | | | Add shareHelper test | Roeland Jago Douma | 2017-04-13 | 1 | -0/+94 | |
| * | | | Add mail element to access list | Roeland Jago Douma | 2017-04-13 | 7 | -10/+62 | |
| * | | | Offload acceslist creation to providers | Roeland Jago Douma | 2017-04-13 | 9 | -82/+372 | |
| * | | | Added ShareHelper | Roeland Jago Douma | 2017-04-13 | 1 | -0/+64 | |
| * | | | Fix tests | Roeland Jago Douma | 2017-04-13 | 1 | -0/+6 | |
| * | | | Port Encryption/file to new getAccessList | Roeland Jago Douma | 2017-04-13 | 2 | -7/+32 | |
| * | | | Added to public interface | Roeland Jago Douma | 2017-04-13 | 3 | -8/+41 | |
| * | | | Add owner to access list | Roeland Jago Douma | 2017-04-13 | 3 | -2/+6 | |
| * | | | Add getAccessList to ShareManager | Roeland Jago Douma | 2017-04-13 | 2 | -6/+144 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-15 | 72 | -424/+632 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #4330 from nextcloud/activities-for-password-mail-change | Roeland Jago Douma | 2017-04-14 | 10 | -5/+504 | |
|\ \ \ | ||||||
| * | | | Fix autoloader | Morris Jobke | 2017-04-13 | 2 | -0/+6 | |
| * | | | No need for those emails anymore | Joas Schilling | 2017-04-13 | 1 | -1/+1 | |
| * | | | Send an email to the old address on email change | Joas Schilling | 2017-04-13 | 2 | -2/+29 | |
| * | | | Allow to read the old email on the hook as well | Joas Schilling | 2017-04-13 | 2 | -5/+6 | |
| * | | | Move logic into new class with DI | Joas Schilling | 2017-04-13 | 2 | -80/+155 | |
| * | | | Send an email on password change | Joas Schilling | 2017-04-13 | 1 | -4/+42 | |
| * | | | Add activities when email or password is changed | Joas Schilling | 2017-04-13 | 5 | -0/+352 | |
* | | | | Merge pull request #4346 from nextcloud/properly-do-bruteforce-protection-via... | Roeland Jago Douma | 2017-04-14 | 11 | -247/+329 | |
|\ \ \ \ | ||||||
| * | | | | Make BruteForceProtection annotation more clever | Lukas Reschke | 2017-04-13 | 11 | -247/+329 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-14 | 226 | -742/+1188 | |
|/ / / / | ||||||
* | | | | Merge pull request #4326 from nextcloud/downstream-27562 | Morris Jobke | 2017-04-13 | 2 | -5/+6 | |
|\ \ \ \ | ||||||
| * | | | | Use constants | Joas Schilling | 2017-04-13 | 2 | -2/+2 |