Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | Fix unit tests | Thomas Tanghus | 2014-03-07 | 1 | -3/+27 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge pull request #7829 from owncloud/cachefolderlocation | Vincent Petry | 2014-03-28 | 1 | -0/+51 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added unit tests for external cache folder | Vincent Petry | 2014-03-24 | 1 | -0/+51 | |
| * | | | | | | | Merge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanup | Vincent Petry | 2014-03-28 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| | * | | | | | | Cleanup the fileproxy proxies on test bootstrap | Bart Visscher | 2014-03-11 | 1 | -0/+1 | |
* | | | | | | | | merge master into webdav-injection | Robin Appelman | 2014-03-26 | 15 | -15/+507 | |
|\| | | | | | | | ||||||
| * | | | | | | | Merge pull request #7420 from owncloud/cachehooks-first | Thomas Müller | 2014-03-25 | 1 | -5/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Merge branch 'master' into cachehooks-first | Robin Appelman | 2014-03-13 | 10 | -32/+385 | |
| | |\| | | | | | | ||||||
| | * | | | | | | | Manually triger the filecache update hooks before any other hook | Robin Appelman | 2014-02-26 | 1 | -5/+0 | |
| * | | | | | | | | Merge pull request #7477 from owncloud/foldersize-reuse | Thomas Müller | 2014-03-25 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| | * | | | | | | | Merge branch 'master' into foldersize-reuse | Robin Appelman | 2014-03-11 | 3 | -0/+266 | |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | * | | | | | | | Remove assert since the root size of the home storage is no longer calculated | Robin Appelman | 2014-03-03 | 1 | -1/+0 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #7861 from owncloud/idn-domains-support-on-emails-master | Thomas Müller | 2014-03-25 | 1 | -0/+30 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | idn have to be converted before being used | Thomas Müller | 2014-03-24 | 1 | -0/+30 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #7714 from owncloud/phpunit-config | icewind1991 | 2014-03-24 | 1 | -2/+7 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Allow setting the config dir to use as enviroment variable for phpunit | Robin Appelman | 2014-03-13 | 1 | -2/+7 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge pull request #7808 from owncloud/quota-usequotaevenwhenfreespaceunknown | Vincent Petry | 2014-03-20 | 1 | -0/+18 | |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| | * | | | | | Still return quota value when free space is unknown | Vincent Petry | 2014-03-19 | 1 | -0/+18 | |
| * | | | | | | Merge pull request #7732 from owncloud/datafolderexistence | Vincent Petry | 2014-03-20 | 2 | -0/+109 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added .ocdata file to check for data folder validity | Vincent Petry | 2014-03-14 | 2 | -0/+109 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'master' into close-session-faster-master | Thomas Müller | 2014-03-17 | 4 | -7/+142 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Merge pull request #7649 from owncloud/routing-public | Thomas Müller | 2014-03-17 | 1 | -4/+4 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 1 | -4/+4 | |
| | * | | | | | | Merge pull request #7760 from owncloud/core-roundbytes | icewind1991 | 2014-03-17 | 1 | -1/+3 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Correctly round bytes when converted from human readable format | Vincent Petry | 2014-03-17 | 1 | -1/+3 | |
| | | | |/ / / / | | | |/| | | | | ||||||
| | * / | | | | | unit tests for specific image type output added | Thomas Müller | 2014-03-17 | 1 | -2/+22 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #7650 from owncloud/quota-totalspace | Vincent Petry | 2014-03-11 | 1 | -0/+113 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | Fixed total space display when data size exceeds quota | Vincent Petry | 2014-03-10 | 1 | -0/+113 | |
| | | | |_|/ | | | |/| | | ||||||
| * | | | | | introduce reopen() method to be used for unit test execution only - right aft... | Thomas Müller | 2014-03-17 | 1 | -5/+6 | |
| * | | | | | move session reset to endTest() - necessary because we need a valid session i... | Thomas Müller | 2014-03-14 | 1 | -4/+2 | |
| * | | | | | adding StartSessionListener which initializes the session before each test ca... | Thomas Müller | 2014-03-13 | 3 | -0/+49 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #7624 from owncloud/enc-encryptedusedspacefix | Vincent Petry | 2014-03-10 | 1 | -0/+16 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Return unencrypted_size of folder when queried | Vincent Petry | 2014-03-07 | 1 | -0/+16 | |
| | |/ / | ||||||
| * / / | Added unit tests for serverHost and other related functions | Vincent Petry | 2014-03-06 | 1 | -0/+137 | |
| |/ / | ||||||
* | | | merge master into webdav-injection | Robin Appelman | 2014-03-06 | 7 | -32/+119 | |
|\| | | ||||||
| * | | Merge pull request #7439 from owncloud/unit-test-for-7430 | Thomas Müller | 2014-02-27 | 2 | -0/+30 | |
| |\ \ | ||||||
| | * | | let's name the column 'select' because this is a keyword on all platforms | Thomas Müller | 2014-02-26 | 2 | -2/+2 | |
| | * | | adding test for migrations on columns using keywords | Thomas Müller | 2014-02-26 | 2 | -0/+30 | |
| | |/ | ||||||
| * | | initialize etags of temporary storage | Jörn Friedrich Dreyer | 2014-02-27 | 1 | -0/+1 | |
| * | | use assertInternalType for typechecking | Jörn Friedrich Dreyer | 2014-02-27 | 2 | -29/+71 | |
| * | | use assertSame and assertNotSame for etag checks | Jörn Friedrich Dreyer | 2014-02-27 | 4 | -11/+25 | |
| |/ | ||||||
* | | update test case | Robin Appelman | 2014-03-04 | 1 | -0/+1 | |
* | | Update unit tests to use the new injection | Robin Appelman | 2014-03-03 | 5 | -47/+120 | |
|/ | ||||||
* | Merge pull request #7292 from owncloud/sharing_tests | Björn Schießle | 2014-02-21 | 2 | -7/+7 | |
|\ | ||||||
| * | fix sharing unit tests | Bjoern Schiessle | 2014-02-21 | 2 | -7/+7 | |
* | | Merge pull request #7337 from owncloud/test_for_6935 | Björn Schießle | 2014-02-21 | 1 | -0/+34 | |
|\ \ | |/ |/| | ||||||
| * | add unit test for \OC\URLGenerator::getAbsoluteURL to verify #6935 | Bjoern Schiessle | 2014-02-20 | 1 | -0/+34 | |
* | | Remove unit tests which causes the filesystem tests to fail | Robin Appelman | 2014-02-21 | 1 | -15/+0 | |
|/ | ||||||
* | Merge pull request #6962 from owncloud/quota-space-root | Thomas Müller | 2014-02-20 | 1 | -3/+22 | |
|\ | ||||||
| * | Merge branch 'master' into quota-space-root | Robin Appelman | 2014-02-07 | 3 | -12/+129 | |
| |\ |