Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests | Tobia De Koninck | 2017-09-15 | 1 | -0/+129 |
* | Fix tests | Tobia De Koninck | 2017-09-15 | 1 | -1/+19 |
* | Fix AppPassword 2FA auth | Roeland Jago Douma | 2017-09-12 | 1 | -1/+16 |
* | Merge pull request #6414 from nextcloud/share-notification-wrong-language | Morris Jobke | 2017-09-08 | 1 | -0/+11 |
|\ | |||||
| * | Use the language of the recipient for the share notification | Joas Schilling | 2017-09-08 | 1 | -0/+11 |
* | | Improve text: 'you have now' -> 'you now have' | Leon Klingele | 2017-09-08 | 9 | -15/+15 |
|/ | |||||
* | Merge pull request #6247 from nextcloud/oauth-state-undefined | Morris Jobke | 2017-09-06 | 1 | -0/+12 |
|\ | |||||
| * | Fix tests | Morris Jobke | 2017-09-06 | 1 | -0/+12 |
* | | Merge pull request #6364 from nextcloud/fix_login_loop | Morris Jobke | 2017-09-06 | 1 | -1/+5 |
|\ \ | |/ |/| | |||||
| * | Fix login with basic auth | Roeland Jago Douma | 2017-09-05 | 1 | -1/+5 |
* | | Merge pull request #6358 from nextcloud/fix-mixup-of-id-and-name | Morris Jobke | 2017-09-05 | 3 | -3/+7 |
|\ \ | |/ |/| | |||||
| * | Fix tests | Morris Jobke | 2017-09-05 | 2 | -2/+6 |
| * | Fix unit tests | Joas Schilling | 2017-09-04 | 1 | -1/+1 |
* | | Merge pull request #6254 from nextcloud/async-bus-split | Morris Jobke | 2017-09-04 | 3 | -28/+82 |
|\ \ | |||||
| * | | Add proper EOL | Morris Jobke | 2017-09-04 | 1 | -1/+1 |
| * | | split async test bus for easier subclassing | Robin Appelman | 2017-08-24 | 3 | -28/+82 |
* | | | Fix broken tests | Morris Jobke | 2017-09-04 | 1 | -1/+6 |
| |/ |/| | |||||
* | | Merge pull request #6296 from nextcloud/improve_2fa | Roeland Jago Douma | 2017-08-31 | 1 | -17/+189 |
|\ \ | |||||
| * | | Improve 2FA | Roeland Jago Douma | 2017-08-29 | 1 | -17/+189 |
* | | | Return the user id in case of an error | Joas Schilling | 2017-08-29 | 1 | -1/+1 |
* | | | Merge pull request #6177 from nextcloud/properly-add-slo-url | Morris Jobke | 2017-08-26 | 2 | -5/+15 |
|\ \ \ | |/ / |/| | | |||||
| * | | Inject \OCP\IURLGenerator to make tests work | Lukas Reschke | 2017-08-18 | 1 | -1/+11 |
| * | | Properly allow \OCP\Authentication\IApacheBackend to specify logout URL | Lukas Reschke | 2017-08-18 | 2 | -5/+5 |
* | | | Merge pull request #5870 from nextcloud/generate-system-wide-key-pair | Björn Schießle | 2017-08-24 | 1 | -15/+66 |
|\ \ \ | |||||
| * | | | add prefix to user and system keys to avoid name collisions | Bjoern Schiessle | 2017-08-10 | 1 | -5/+5 |
| * | | | extend the identity proof manager to allow system wide key pairs | Bjoern Schiessle | 2017-08-10 | 1 | -11/+62 |
* | | | | Merge pull request #6164 from nextcloud/dont-show-error-message-when-sql-failed | Roeland Jago Douma | 2017-08-23 | 1 | -1/+20 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Prevent SQL error message in case of error | Lukas Reschke | 2017-08-17 | 1 | -1/+20 |
* | | | | No password reset for disabled users | Joas Schilling | 2017-08-18 | 1 | -0/+29 |
| |_|/ |/| | | |||||
* | | | Merge pull request #6161 from nextcloud/drone-s3 | Morris Jobke | 2017-08-17 | 2 | -355/+1 |
|\ \ \ | |||||
| * | | | Enable object storage tests again | Morris Jobke | 2017-08-17 | 1 | -1/+1 |
| * | | | Remove windows config settings in tests | Morris Jobke | 2017-08-17 | 2 | -354/+0 |
| |/ / | |||||
* / / | Always log cron execution | Morris Jobke | 2017-08-17 | 1 | -8/+2 |
|/ / | |||||
* | | Cleanup unused methods | Morris Jobke | 2017-08-15 | 3 | -15/+15 |
* | | Merge pull request #6123 from nextcloud/cleanup-shareItem | Morris Jobke | 2017-08-15 | 3 | -22/+22 |
|\ \ | |||||
| * | | Cleanup usage of shareItem in internal code base | Morris Jobke | 2017-08-15 | 3 | -22/+22 |
* | | | Merge pull request #6121 from nextcloud/cleanup-registerBackend | Morris Jobke | 2017-08-15 | 3 | -4/+4 |
|\ \ \ | |||||
| * | | | Use proper methods for registerBackend | Morris Jobke | 2017-08-15 | 3 | -4/+4 |
| |/ / | |||||
* / / | Use proper methods for checkPasswordProtectedShare | Morris Jobke | 2017-08-15 | 1 | -1/+1 |
|/ / | |||||
* | | Cleanup unused methods | Morris Jobke | 2017-08-15 | 1 | -880/+0 |
* | | Add acceptance tests for setting the color in the Theming app | Daniel Calviño Sánchez | 2017-08-10 | 3 | -0/+178 |
* | | Add getter for the timeout multiplier | Daniel Calviño Sánchez | 2017-08-10 | 1 | -0/+9 |
|/ | |||||
* | Fix SessionTest | Roeland Jago Douma | 2017-08-09 | 1 | -0/+11 |
* | Fix RepairMimeTypeTest | Roeland Jago Douma | 2017-08-09 | 1 | -4/+10 |
* | Fix CacheTest | Roeland Jago Douma | 2017-08-09 | 1 | -2/+2 |
* | Fix LostControllerTest | Roeland Jago Douma | 2017-08-09 | 1 | -0/+4 |
* | Fix encryption test | Roeland Jago Douma | 2017-08-09 | 1 | -2/+3 |
* | Fix LoginController | Roeland Jago Douma | 2017-08-09 | 1 | -0/+4 |
* | Use symfony/translation for L10N plurals | Roeland Jago Douma | 2017-08-07 | 1 | -27/+0 |
* | Move pre_shared and post_shared events to EventDispatcher | Roeland Jago Douma | 2017-08-03 | 2 | -86/+237 |