Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5263 from owncloud/fixing-5255-master | VicDeo | 2013-10-10 | 1 | -0/+34 |
|\ | |||||
| * | the path need to be normalized before putting it into resolvePath() | Thomas Müller | 2013-10-10 | 1 | -0/+34 |
* | | merge master into hooks-view-same-start | Robin Appelman | 2013-10-10 | 1 | -0/+25 |
|\| | |||||
| * | don't trigger the create hooks when if the file already exists for file_put_c... | Robin Appelman | 2013-10-09 | 1 | -0/+25 |
* | | ensure the view's root is a subfolder of the the default root, not only start... | Robin Appelman | 2013-10-09 | 1 | -0/+18 |
|/ | |||||
* | Merge pull request #5032 from owncloud/fixing-5006-master | Andreas Fischer | 2013-10-08 | 2 | -11/+6 |
|\ | |||||
| * | Adjust return value tests for checkPassword() to what OC_User_Example says. | Andreas Fischer | 2013-10-08 | 1 | -3/+3 |
| * | Use parent:: in Test_User_Database::getUser(). | Andreas Fischer | 2013-10-08 | 1 | -6/+1 |
| * | Test_User_Backend::getUser() does not return an array, it returns a string. | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
| * | Test OC_User_Database in Test_User_Database instead of OC_User_Dummy. | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
* | | Merge pull request #5188 from owncloud/master-delete-user | Thomas Müller | 2013-10-08 | 1 | -11/+41 |
|\ \ | |/ |/| | |||||
| * | Add unit tests | Victor Dubiniuk | 2013-10-08 | 1 | -11/+41 |
* | | adding check isDeletable() on $sourcePath | Thomas Müller | 2013-10-08 | 1 | -13/+19 |
|/ | |||||
* | Merge pull request #4974 from owncloud/fixing-4011-master | Thomas Müller | 2013-10-07 | 1 | -0/+38 |
|\ | |||||
| * | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-10-04 | 22 | -148/+2406 |
| |\ | |||||
| * \ | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 1 | -0/+97 |
| |\ \ | |||||
| * | | | adding test testSimplePutFailsOnRename() | Thomas Müller | 2013-09-30 | 1 | -0/+14 |
| * | | | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 10 | -65/+260 |
| |\ \ \ | |||||
| * | | | | remove unused setUp() | Thomas Müller | 2013-09-27 | 1 | -3/+0 |
| * | | | | adding basic unit test for failing file_put_content operation | Thomas Müller | 2013-09-24 | 1 | -0/+27 |
* | | | | | Make abstract Middleware class public | Thomas Tanghus | 2013-10-05 | 2 | -5/+5 |
* | | | | | Merge pull request #5125 from owncloud/fixing-5122-master | Frank Karlitschek | 2013-10-05 | 1 | -9/+13 |
|\ \ \ \ \ | |||||
| * | | | | | upload abortion detection only for PUT | Thomas Müller | 2013-10-04 | 1 | -9/+13 |
* | | | | | | Merge pull request #5068 from owncloud/improved_request | Bart Visscher | 2013-10-04 | 2 | -0/+241 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix fix of POST :P | Thomas Tanghus | 2013-10-03 | 1 | -2/+2 |
| * | | | | | | Modified PUT behaviour | Thomas Tanghus | 2013-10-02 | 1 | -24/+30 |
| * | | | | | | Add assertions for ->params and array access with json | Thomas Tanghus | 2013-10-01 | 1 | -0/+2 |
| * | | | | | | Implement PUT an PATCH support | Thomas Tanghus | 2013-10-01 | 2 | -1/+207 |
| * | | | | | | Check if accessor matched request method. | Thomas Tanghus | 2013-10-01 | 1 | -0/+27 |
* | | | | | | | Merge pull request #4877 from owncloud/ocs_share_api | Björn Schießle | 2013-10-04 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Merge branch 'master' into ocs_share_api | Bjoern Schiessle | 2013-09-26 | 21 | -118/+2367 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | some unit test for the new ocs share api | Bjoern Schiessle | 2013-09-19 | 1 | -0/+1 |
* | | | | | | | | Added unit tests for relative_modified_date, changed method signature | Vincent Petry | 2013-10-03 | 1 | -1/+189 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | fix unit tests | Morris Jobke | 2013-10-02 | 1 | -3/+3 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -5/+5 |
* | | | | | | Merge pull request #4459 from owncloud/appframework-master | Thomas Müller | 2013-09-30 | 21 | -143/+2401 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-30 | 4 | -1/+148 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-28 | 1 | -0/+14 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-27 | 5 | -64/+98 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge pull request #4892 from owncloud/vcategories_public | Thomas Müller | 2013-09-25 | 2 | -128/+166 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Add factory class for the server container. | Thomas Tanghus | 2013-09-24 | 1 | -50/+42 |
| | * | | | | | | | Moar tests. | Thomas Tanghus | 2013-09-23 | 1 | -3/+7 |
| | * | | | | | | | Add another test. | Thomas Tanghus | 2013-09-23 | 1 | -1/+1 |
| | * | | | | | | | Updated method names and added a few more tests. | Thomas Tanghus | 2013-09-23 | 1 | -11/+48 |
| | * | | | | | | | OC_VCategories=>OC\Tags. Public interface + getter in server container | Thomas Tanghus | 2013-09-23 | 2 | -128/+133 |
| * | | | | | | | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 5 | -11/+304 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | updating php docs | Thomas Müller | 2013-09-18 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'appframework-master' into public_cache | Thomas Tanghus | 2013-09-18 | 1 | -5/+0 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Still some session leftovers. | Thomas Tanghus | 2013-09-17 | 1 | -5/+0 |
| * | | | | | | | | OC_Cache namespace changes and add UserCache to server container. | Thomas Tanghus | 2013-09-17 | 2 | -14/+84 |
| |/ / / / / / / |