aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8059 from owncloud/countUsersInGroupLukas Reschke2014-04-141-0/+62
|\
| * add group testsArthur Schiwon2014-04-081-0/+62
* | Merge pull request #8178 from owncloud/fix-request-parametersLukas Reschke2014-04-143-14/+18
|\ \
| * | default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt2014-04-123-14/+18
* | | Merge pull request #8019 from owncloud/thumbnail_fixesThomas Müller2014-04-141-42/+98
|\ \ \ | |/ / |/| |
| * | adding unit test for cache mechanismThomas Müller2014-04-041-40/+96
| * | fixing typos/spellingsThomas Müller2014-04-041-16/+16
* | | Merge pull request #8137 from owncloud/routeing-requirementsThomas Müller2014-04-101-4/+22
|\ \ \
| * | | add requirements to routingBernhard Posselt2014-04-091-4/+22
* | | | Merge pull request #8018 from owncloud/ocs_result_success_is_100Vincent Petry2014-04-101-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix test case for api response codetomneedham2014-04-031-1/+1
| |/ /
* | | Merge pull request #7643 from owncloud/chainable_responseThomas Müller2014-04-083-0/+40
|\ \ \
| * | | Chainable Response in AppFrameworkThomas Tanghus2014-03-093-0/+40
* | | | class Test_Config is already declaredThomas Müller2014-04-081-1/+1
| |_|/ |/| |
* | | unit test testSetAppValueIfSetToNull() addedThomas Müller2014-04-071-0/+37
* | | Merge pull request #7476 from owncloud/type-hintingThomas Müller2014-04-032-3/+6
|\ \ \
| * \ \ Merge branch 'master' into type-hintingBart Visscher2014-03-3114-37/+567
| |\ \ \
| * | | | More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-282-3/+6
* | | | | Merge pull request #7970 from owncloud/webdav-upload-hashThomas Müller2014-04-031-1/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix uploading files containing a # in the path for webdavRobin Appelman2014-03-311-1/+20
| | |/ / | |/| |
* | | | Merge pull request #7979 from owncloud/core-fixfilegetcontentsloopVincent Petry2014-04-021-2/+13
|\ \ \ \
| * | | | Correctly read the full stream in file_get_contentsVincent Petry2014-04-011-2/+13
| |/ / /
* | | | Merge pull request #7884 from owncloud/use-idn_to_ascii-if-availableThomas Müller2014-04-011-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | idn_to_ascii is only used if availableThomas Müller2014-03-261-0/+9
* | | | Merge pull request #7824 from owncloud/hash-parameter-orderThomas Müller2014-03-281-15/+32
|\ \ \ \
| * | | | Fix parameter order for Storage\Local::hashRobin Appelman2014-03-201-15/+32
* | | | | Merge pull request #7879 from owncloud/sharing_cleanup_public_apiVincent Petry2014-03-281-6/+6
|\ \ \ \ \
| * | | | | always return an arrayBjoern Schiessle2014-03-251-6/+6
* | | | | | Merge pull request #7613 from owncloud/fix_urlGenerator2Vincent Petry2014-03-281-3/+27
|\ \ \ \ \ \
| * | | | | | Fix unit testsThomas Tanghus2014-03-071-3/+27
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #7829 from owncloud/cachefolderlocationVincent Petry2014-03-281-0/+51
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Added unit tests for external cache folderVincent Petry2014-03-241-0/+51
* | | | | | Merge pull request #7420 from owncloud/cachehooks-firstThomas Müller2014-03-251-5/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into cachehooks-firstRobin Appelman2014-03-138-32/+355
| |\ \ \ \ \ \
| * | | | | | | Manually triger the filecache update hooks before any other hookRobin Appelman2014-02-261-5/+0
* | | | | | | | Merge pull request #7477 from owncloud/foldersize-reuseThomas Müller2014-03-251-1/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge branch 'master' into foldersize-reuseRobin Appelman2014-03-113-0/+266
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Remove assert since the root size of the home storage is no longer calculatedRobin Appelman2014-03-031-1/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | idn have to be converted before being usedThomas Müller2014-03-241-0/+30
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #7808 from owncloud/quota-usequotaevenwhenfreespaceunknownVincent Petry2014-03-201-0/+18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Still return quota value when free space is unknownVincent Petry2014-03-191-0/+18
* | | | | | Merge pull request #7732 from owncloud/datafolderexistenceVincent Petry2014-03-201-0/+108
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added .ocdata file to check for data folder validityVincent Petry2014-03-141-0/+108
| | |/ / / | |/| | |
* | | | | Merge pull request #7649 from owncloud/routing-publicThomas Müller2014-03-171-4/+4
|\ \ \ \ \
| * | | | | Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-4/+4
* | | | | | Merge pull request #7760 from owncloud/core-roundbytesicewind19912014-03-171-1/+3
|\ \ \ \ \ \
| * | | | | | Correctly round bytes when converted from human readable formatVincent Petry2014-03-171-1/+3
| | |/ / / / | |/| | | |
* / | | | | unit tests for specific image type output addedThomas Müller2014-03-171-2/+22
|/ / / / /
* | | | | Merge pull request #7650 from owncloud/quota-totalspaceVincent Petry2014-03-111-0/+113
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed total space display when data size exceeds quotaVincent Petry2014-03-101-0/+113
| | |_|/ | |/| |