| Commit message (Expand) | Author | Age | Files | Lines |
* | Add repair step for outdated OCS IDs | Lukas Reschke | 2015-09-18 | 1 | -0/+80 |
* | Merge pull request #19017 from owncloud/dav-download-tests | Thomas Müller | 2015-09-18 | 2 | -1/+61 |
|\ |
|
| * | fix tests with empty response body | Robin Appelman | 2015-09-16 | 1 | -1/+1 |
| * | Add tests for downloading files over dav | Robin Appelman | 2015-09-16 | 2 | -1/+61 |
* | | Add a Sabre plugin that emits an event for apps | Joas Schilling | 2015-09-17 | 1 | -1/+2 |
|/ |
|
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 3 | -2/+323 |
* | Merge pull request #18915 from owncloud/node-getfoldercontents-use-view-logic | Robin Appelman | 2015-09-15 | 1 | -30/+7 |
|\ |
|
| * | Use the view logic for getFolderContent for the node api | Robin Appelman | 2015-09-08 | 1 | -30/+7 |
* | | fix chunking tests | Robin Appelman | 2015-09-14 | 1 | -0/+2 |
* | | also verify cache in dav upload tests | Robin Appelman | 2015-09-14 | 1 | -1/+21 |
* | | adjust tests to handle before/after locking | Robin Appelman | 2015-09-14 | 1 | -5/+43 |
* | | Only check the "was updated/inserted" when not on Oracle... | Joas Schilling | 2015-09-14 | 1 | -2/+8 |
* | | Merge pull request #18658 from owncloud/configurable-temp | Frank Karlitschek | 2015-09-12 | 1 | -4/+32 |
|\ \ |
|
| * | | Unit test getting temp dir from config | Robin McCorkell | 2015-08-30 | 1 | -1/+19 |
| * | | Clean up TempManager to follow code guidelines | Robin McCorkell | 2015-08-30 | 1 | -3/+14 |
| * | | moved code to /lib/private/tempmanager.php | root | 2015-08-29 | 1 | -3/+2 |
* | | | Add reset method to mimetype loader | Robin McCorkell | 2015-09-11 | 1 | -12/+3 |
* | | | Merge pull request #18851 from owncloud/memcached-getallkeys-fallback | Robin McCorkell | 2015-09-10 | 1 | -0/+23 |
|\ \ \ |
|
| * | | | Fallback to complete Memcached flush if getAllKeys fails | Robin McCorkell | 2015-09-05 | 1 | -0/+23 |
* | | | | Merge pull request #18699 from owncloud/notification-manager | Lukas Reschke | 2015-09-10 | 4 | -0/+1184 |
|\ \ \ \ |
|
| * | | | | Move interfaces to private until they are no longer experimental | Joas Schilling | 2015-09-08 | 4 | -59/+59 |
| * | | | | Add tests for the query() | Joas Schilling | 2015-09-08 | 1 | -0/+2 |
| * | | | | Add tests for the notification manager | Joas Schilling | 2015-09-08 | 1 | -0/+345 |
| * | | | | Add more action tests | Joas Schilling | 2015-09-08 | 2 | -9/+12 |
| * | | | | Add tests for notification | Joas Schilling | 2015-09-08 | 1 | -0/+602 |
| * | | | | Add tests for Action | Joas Schilling | 2015-09-08 | 1 | -0/+232 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #18925 from owncloud/change-risky-test | Morris Jobke | 2015-09-09 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Rename data provider to avoid risky test warning | Lukas Reschke | 2015-09-09 | 1 | -2/+2 |
* | | | | | Write to session in batch at the end of the request | Lukas Reschke | 2015-09-09 | 1 | -9/+0 |
* | | | | | Write session data to single key | Lukas Reschke | 2015-09-09 | 1 | -4/+4 |
|/ / / / |
|
* | | | | Merge pull request #18684 from owncloud/explicit-upgrade-version | Morris Jobke | 2015-09-09 | 1 | -10/+64 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Restrict upgrades to explicit allowed version | Vincent Petry | 2015-08-30 | 1 | -10/+64 |
| | |/
| |/| |
|
* | | | Merge pull request #18742 from owncloud/mimetype-updatedb | Roeland Douma | 2015-09-06 | 2 | -15/+107 |
|\ \ \
| |_|/
|/| | |
|
| * | | Unit tests for mimetype loader | Robin McCorkell | 2015-09-04 | 1 | -0/+93 |
| * | | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 1 | -15/+14 |
* | | | Merge pull request #18799 from owncloud/appconfig-with-one-request | Morris Jobke | 2015-09-03 | 1 | -204/+247 |
|\ \ \ |
|
| * | | | Only query the appconfig once | Joas Schilling | 2015-09-03 | 1 | -204/+247 |
* | | | | Encode HTML tags in JSON | Lukas Reschke | 2015-09-03 | 1 | -6/+20 |
|/ / / |
|
* | | | Merge pull request #18730 from owncloud/appframework_proper_304 | Vincent Petry | 2015-09-01 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | Properly return 304 | Roeland Jago Douma | 2015-09-01 | 1 | -0/+8 |
| |/ / |
|
* / / | verify the path in the autoloader | Robin Appelman | 2015-09-01 | 2 | -37/+37 |
|/ / |
|
* | | don't read certificates if ownCloud is not installed | Bjoern Schiessle | 2015-08-30 | 1 | -1/+5 |
* | | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 3 | -13/+75 |
|/ |
|
* | Merge pull request #18620 from owncloud/add-public-interface-for-factory | Vincent Petry | 2015-08-29 | 1 | -0/+1 |
|\ |
|
| * | Add a test for the interface | Joas Schilling | 2015-08-28 | 1 | -0/+1 |
* | | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 2 | -55/+10 |
|\ \ |
|
| * | | copy always file by file to encrypt/decrypt it if needed | Bjoern Schiessle | 2015-08-26 | 1 | -53/+8 |
| * | | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 2 | -2/+2 |
* | | | Use certificates that expire in 10 years | Lukas Reschke | 2015-08-27 | 1 | -9/+6 |
| |/
|/| |
|
* | | Merge pull request #17662 from owncloud/locking-db | Thomas Müller | 2015-08-26 | 2 | -0/+73 |
|\ \ |
|