Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #2761 from nextcloud/dont-resolve-shares-if-public-sharing... | Björn Schießle | 2016-12-22 | 2 | -55/+103 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | no need to throw a exception we catch two lines later | Bjoern Schiessle | 2016-12-22 | 1 | -5/+4 | |
| * | | | | | | | | | Only don't resolve public links | Roeland Jago Douma | 2016-12-20 | 1 | -4/+3 | |
| * | | | | | | | | | Don't resolve public share token if public sharing is disabled | Lukas Reschke | 2016-12-20 | 2 | -52/+102 | |
* | | | | | | | | | | Merge pull request #2563 from nextcloud/fix-password-reset | Morris Jobke | 2016-12-22 | 2 | -1/+46 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | fix password reset if encryption is enabled | Bjoern Schiessle | 2016-12-08 | 2 | -1/+46 | |
* | | | | | | | | | | Merge pull request #2802 from nextcloud/trash-improvements | Morris Jobke | 2016-12-22 | 2 | -10/+81 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | make code more robust | Bjoern Schiessle | 2016-12-21 | 1 | -10/+25 | |
| * | | | | | | | | | check for class name in case class is not loaded | Bjoern Schiessle | 2016-12-21 | 1 | -2/+1 | |
| * | | | | | | | | | add a copy to the owners trash bin if another user moves a file out of a shar... | Bjoern Schiessle | 2016-12-21 | 2 | -10/+67 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #2803 from nextcloud/hide-notification-for-updates | Joas Schilling | 2016-12-22 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Hide update notification if notification center is enabled | Morris Jobke | 2016-12-21 | 1 | -1/+2 | |
* | | | | | | | | | Merge pull request #2811 from nextcloud/extended_apcu_cas | Lukas Reschke | 2016-12-22 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Extend APCu test with int CAS | Roeland Jago Douma | 2016-12-21 | 1 | -0/+12 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #2808 from alantygel/patch-1 | Morris Jobke | 2016-12-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Translation string corrected > 1 user | Alan Tygel | 2016-12-21 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* / / / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2016-12-22 | 8 | -2/+8 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #2792 from nextcloud/update-drone-images | Morris Jobke | 2016-12-21 | 1 | -9/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | update drone images to latest version | Morris Jobke | 2016-12-20 | 1 | -9/+9 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #2796 from nextcloud/set-exit-code-to-1-if-test-is-failing | Morris Jobke | 2016-12-21 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Set exit code to 1 if integration test is failing | Lukas Reschke | 2016-12-20 | 1 | -2/+5 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #2758 from nextcloud/only-one-dav-backend | Lukas Reschke | 2016-12-21 | 6 | -25/+76 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Adjust integration test to Nextcloud branding | Lukas Reschke | 2016-12-19 | 1 | -2/+2 | |
| * | | | | | | | Fix error when $view is null when being passed into some plugins | Thomas Müller | 2016-12-19 | 2 | -24/+27 | |
| * | | | | | | | Fix "Call to a member function getUID() on null" | Thomas Müller | 2016-12-19 | 1 | -0/+1 | |
| * | | | | | | | No challenge within federated auth | Thomas Müller | 2016-12-19 | 1 | -0/+8 | |
| * | | | | | | | Allow registration of federated auth | Thomas Müller | 2016-12-19 | 1 | -4/+3 | |
| * | | | | | | | Register only one dav auth backend | Thomas Citharel | 2016-12-19 | 1 | -4/+4 | |
| * | | | | | | | Add test for duplicate 401 headers on DAV | Vincent Petry | 2016-12-19 | 2 | -0/+40 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #2724 from nextcloud/fix-23591 | Lukas Reschke | 2016-12-21 | 8 | -52/+292 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add proper tests | Lukas Reschke | 2016-12-19 | 6 | -49/+220 | |
| * | | | | | | | Update tests | Victor Dubiniuk | 2016-12-16 | 1 | -1/+18 | |
| * | | | | | | | Check return value for file_put_contents. Add return value to the commands | Victor Dubiniuk | 2016-12-16 | 4 | -19/+71 | |
* | | | | | | | | Merge pull request #2784 from nextcloud/2fa_command_tests | Lukas Reschke | 2016-12-21 | 2 | -0/+198 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add tests for 2FA commands | Roeland Jago Douma | 2016-12-20 | 2 | -0/+198 | |
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-12-21 | 12 | -2/+16 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #2790 from nextcloud/update-integration-test-image | Morris Jobke | 2016-12-20 | 1 | -20/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update integration test image | Lukas Reschke | 2016-12-20 | 1 | -20/+20 | |
* | | | | | | | | | Merge pull request #2273 from nextcloud/fix_invalid_calendar | Lukas Reschke | 2016-12-20 | 5 | -0/+452 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add DAV repair step to fix calendar data | Roeland Jago Douma | 2016-11-24 | 5 | -0/+452 | |
* | | | | | | | | | | Merge pull request #2789 from nextcloud/add-smb-tests | Lukas Reschke | 2016-12-20 | 9 | -264/+115 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Run coverage | Lukas Reschke | 2016-12-20 | 1 | -2/+12 | |
| * | | | | | | | | | Add SMB tests and execute files_external tests | Lukas Reschke | 2016-12-20 | 9 | -264/+105 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #2719 from nextcloud/behat-transferownership | Lukas Reschke | 2016-12-20 | 7 | -21/+414 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix finding transferred folder in integration tests | Vincent Petry | 2016-12-19 | 1 | -1/+1 | |
| * | | | | | | | | | Adjust to Nextcloud changes | Lukas Reschke | 2016-12-19 | 2 | -13/+41 | |
| * | | | | | | | | | Add transfer ownership integration tests (#26543) | Vincent Petry | 2016-12-19 | 6 | -40/+405 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #2769 from nextcloud/improve_user_user_coverage | Morris Jobke | 2016-12-20 | 1 | -49/+204 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Improve OC\User\User coverage | Roeland Jago Douma | 2016-12-20 | 1 | -49/+204 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #2765 from nextcloud/kill-repairlegacystorages | Christoph Wurst | 2016-12-20 | 5 | -582/+0 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | |