Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OCSController requires DataResponse | Roeland Jago Douma | 2016-08-10 | 1 | -52/+5 |
* | Merge pull request #529 from nextcloud/vendor-maintenance-downgrade | Lukas Reschke | 2016-08-10 | 1 | -1/+12 |
|\ | |||||
| * | Allow downgrades of maintenance accross vendors | Joas Schilling | 2016-07-22 | 1 | -1/+12 |
* | | Merge pull request #691 from nextcloud/ocs_allow_all_old_routes | Lukas Reschke | 2016-08-09 | 1 | -7/+7 |
|\ \ | |||||
| * | | Allow ocs/v2.php/cloud/... routes | Roeland Jago Douma | 2016-08-08 | 1 | -7/+7 |
* | | | Merge pull request #746 from nextcloud/jail-root | Lukas Reschke | 2016-08-09 | 1 | -2/+11 |
|\ \ \ | |||||
| * | | | Adding test case for getPathById including a jailed cache where root is just ... | Thomas Müller | 2016-08-05 | 1 | -2/+11 |
* | | | | Hanlde Core and Settings app in AppFramework | Roeland Jago Douma | 2016-08-08 | 1 | -0/+51 |
| |/ / |/| | | |||||
* | | | Move Share backends to PSR-4 instead of using class path (#24941) | Joas Schilling | 2016-08-05 | 1 | -2/+2 |
|/ / | |||||
* | | Fix RepairUnmergedShares to not skip valid repair cases | Vincent Petry | 2016-08-03 | 1 | -2/+42 |
* | | Add repair step for unmerged shares (WIP) | Vincent Petry | 2016-08-03 | 1 | -0/+409 |
* | | We should properly check for 'true' instaed of the bool | Roeland Jago Douma | 2016-08-01 | 1 | -1/+2 |
* | | Dark hackery to not always disable CSRF for OCS controllers | Roeland Jago Douma | 2016-07-29 | 1 | -0/+55 |
* | | Merge pull request #556 from nextcloud/nextcloud-version-check | Morris Jobke | 2016-07-29 | 1 | -1/+3 |
|\ \ | |||||
| * | | Translate the server version for nextcloud | Joas Schilling | 2016-07-26 | 1 | -1/+3 |
* | | | Support subdir in the OCS v2 endpoint | Roeland Jago Douma | 2016-07-27 | 1 | -0/+30 |
* | | | fix enabled apps tests | Morris Jobke | 2016-07-27 | 1 | -0/+5 |
* | | | fix unit tests | Morris Jobke | 2016-07-26 | 1 | -2/+2 |
* | | | Add workflowengine | Morris Jobke | 2016-07-26 | 1 | -2/+4 |
|/ / | |||||
* | | Merge pull request #292 from nextcloud/recent-files | William Bargent | 2016-07-25 | 1 | -4/+169 |
|\ \ | |||||
| * | | use limit instead of since when listing recent files | Robin Appelman | 2016-07-22 | 1 | -7/+6 |
| * | | fix test | Robin Appelman | 2016-07-22 | 1 | -1/+4 |
| * | | add recent files to node api | Robin Appelman | 2016-07-22 | 1 | -4/+167 |
| |/ | |||||
* | | Merge pull request #523 from Faldon/master | Joas Schilling | 2016-07-25 | 1 | -6/+6 |
|\ \ | |||||
| * | | Renamed test classes for file logging tests. | Thomas Pulzer | 2016-07-22 | 1 | -2/+2 |
| * | | Changed logtype to file instead of owncloud. | Thomas Pulzer | 2016-07-22 | 1 | -4/+4 |
| |/ | |||||
* / | Add tests | Roeland Jago Douma | 2016-07-22 | 1 | -1/+35 |
|/ | |||||
* | Merge pull request #479 from nextcloud/add-bruteforce-throttler | Lukas Reschke | 2016-07-21 | 4 | -23/+193 |
|\ | |||||
| * | Mitigate race condition | Lukas Reschke | 2016-07-20 | 1 | -3/+18 |
| * | Implement brute force protection | Lukas Reschke | 2016-07-20 | 4 | -23/+178 |
* | | Merge pull request #476 from nextcloud/port-same-site-cookies | Lukas Reschke | 2016-07-20 | 2 | -94/+431 |
|\ \ | |||||
| * | | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 2 | -94/+431 |
| |/ | |||||
* | | Merge pull request #475 from nextcloud/ocs-middleware | Roeland Douma | 2016-07-20 | 1 | -0/+108 |
|\ \ | |||||
| * | | Add unit tests | Roeland Jago Douma | 2016-07-20 | 1 | -0/+108 |
| |/ | |||||
* | | Merge pull request #471 from nextcloud/storage-fopenspecialchars | Morris Jobke | 2016-07-20 | 1 | -6/+20 |
|\ \ | |/ |/| | |||||
| * | Added storage tests for fopen with special chars | Vincent Petry | 2016-07-20 | 1 | -6/+20 |
* | | Merge pull request #402 from nextcloud/smb-notifications | Morris Jobke | 2016-07-20 | 1 | -1/+26 |
|\ \ | |/ |/| | |||||
| * | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 1 | -1/+26 |
* | | Add route tests | Roeland Jago Douma | 2016-07-18 | 1 | -0/+131 |
* | | Merge pull request #381 from nextcloud/postgres-setup | Roeland Douma | 2016-07-15 | 1 | -8/+8 |
|\ \ | |||||
| * | | fix test | Robin Appelman | 2016-07-13 | 1 | -8/+8 |
| |/ | |||||
* | | Cleanup ManagerTest | Roeland Jago Douma | 2016-07-14 | 1 | -12/+32 |
* | | Merge pull request #392 from nextcloud/roottest_nodb | Joas Schilling | 2016-07-13 | 1 | -20/+39 |
|\ \ | |||||
| * | | RootTest does not require DB | Roeland Jago Douma | 2016-07-13 | 1 | -20/+39 |
| |/ | |||||
* / | Fix failing tests after db split | Roeland Jago Douma | 2016-07-13 | 2 | -5/+5 |
|/ | |||||
* | Some UtilTests require DB | Roeland Jago Douma | 2016-07-11 | 1 | -0/+8 |
* | LegacyGroupTest need DB | Roeland Jago Douma | 2016-07-11 | 1 | -0/+6 |
* | Improve ManagerTest | Roeland Jago Douma | 2016-07-11 | 2 | -207/+205 |
* | Improve GroupTest | Roeland Jago Douma | 2016-07-11 | 1 | -43/+124 |
* | Merge pull request #364 from nextcloud/ca-bundle-tests | Björn Schießle | 2016-07-11 | 1 | -0/+92 |
|\ |