Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove logo-wide from tests | Jan-Christoph Borchardt | 2015-05-21 | 4 | -875/+5 |
| | |||||
* | add positive tests for operator in code checker | Morris Jobke | 2015-05-05 | 1 | -0/+13 |
| | |||||
* | Check usage of != and == - refs #16054 | Thomas Müller | 2015-05-05 | 2 | -0/+22 |
| | |||||
* | Fix encryption feof to not return too early | Vincent Petry | 2015-04-20 | 2 | -0/+50 |
| | | | | | | | | | | This is because stream_read will pre-cache the next block which causes feof($this->source) to return true prematurely. So we cannot rely on it. Fixed encryption stream wrapper unit tests to actually simulate 6k/8k blocks to make sure we cover the matching logic. Added two data files with 8192 and 8193 bytes. | ||||
* | Merge pull request #14399 from owncloud/ignore-empty-plurals | Lukas Reschke | 2015-03-26 | 1 | -2/+1 |
|\ | | | | | Ignore empty plurals just like with singulars | ||||
| * | Revert "Correctly fallback to english, if the plural case is not translated" | Joas Schilling | 2015-02-20 | 1 | -2/+1 |
| | | | | | | | | This reverts commit cbad5c998b260040523ac8e6a2797591d0086938. | ||||
* | | Adding unit test which shows insertIfNotExists to fall apart in certain ↵ | Thomas Müller | 2015-03-09 | 1 | -0/+55 |
|/ | | | | situations | ||||
* | implement php code checker to detect usage of not allowed private APIs - ↵ | Thomas Müller | 2015-02-10 | 5 | -0/+47 |
| | | | | including console command to check local code to be used by developers | ||||
* | Merge pull request #12625 from owncloud/app-dependencies-libs-and-commands | Bernhard Posselt | 2014-12-15 | 2 | -1/+28 |
|\ | | | | | adding dependencies for command line tools and php libraries | ||||
| * | fix unit tests | Thomas Müller | 2014-12-11 | 1 | -1/+1 |
| | | |||||
| * | adding dependency to owncloud version - with fallback to requiremin and ↵ | Thomas Müller | 2014-12-11 | 2 | -1/+8 |
| | | | | | | | | requiremax | ||||
| * | adding dependencies for supported platforms | Thomas Müller | 2014-12-11 | 2 | -1/+3 |
| | | |||||
| * | adding supported libraries - including min and max version | Thomas Müller | 2014-12-11 | 2 | -0/+18 |
| | | |||||
* | | Correctly fallback to english, if the plural case is not translated | Joas Schilling | 2014-12-11 | 1 | -1/+2 |
|/ | |||||
* | no nested xml tags on dependencies | Thomas Müller | 2014-12-04 | 2 | -14/+10 |
| | |||||
* | adding command dependency | Thomas Müller | 2014-12-04 | 2 | -1/+17 |
| | |||||
* | switch to different parsing implementation to get xml attributes properly ↵ | Thomas Müller | 2014-12-04 | 4 | -54/+19 |
| | | | | handled | ||||
* | adding supported databases | Thomas Müller | 2014-12-04 | 2 | -2/+7 |
| | |||||
* | introduce dependency analyzer to take care of app dependencies | Thomas Müller | 2014-12-04 | 2 | -0/+47 |
| | | | | some more unit tests on xml info parser | ||||
* | adding new dependency for php version in apps info.xml | Thomas Müller | 2014-12-04 | 2 | -1/+9 |
| | |||||
* | handle invalid xml file | Thomas Müller | 2014-11-25 | 1 | -0/+22 |
| | |||||
* | simplify xml parser code | Thomas Müller | 2014-11-25 | 1 | -0/+19 |
| | |||||
* | Introduce app info xml parser including basic unit test - necessary for #10777 | Thomas Müller | 2014-11-25 | 1 | -0/+22 |
| | |||||
* | adding console command to generate javascript translation files based on ↵ | Thomas Müller | 2014-10-29 | 6 | -15/+18 |
| | | | | | | existing php translation files read server side translations from json files | ||||
* | Use `rawurlencode` since this seems to be expected by cURL | Lukas Reschke | 2014-10-14 | 1 | -0/+4 |
| | | | | Fixes https://github.com/owncloud/core/pull/11501#issuecomment-58794405 | ||||
* | Remove unneeded unit tests | Lukas Reschke | 2014-09-22 | 2 | -19/+0 |
| | |||||
* | Add unit tests and fix rootcerts creation bug | Lukas Reschke | 2014-08-31 | 3 | -0/+41 |
| | |||||
* | add unit test | Georg Ehrke | 2014-06-04 | 2 | -0/+0 |
| | |||||
* | Correctly read the full stream in file_get_contents | Vincent Petry | 2014-04-01 | 1 | -0/+29 |
| | | | | | | | | | | | When using user-defined stream wrappers, PHP will return a maximum of 8192 bytes even if more was requested. This fix uses stream_get_contents to make sure the full stream is read and not only the first 8 KB. Added unit test with a bigger test file to cover this case. | ||||
* | 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 |
| | |||||
* | adding a comment to the database schema | Thomas Müller | 2014-01-20 | 1 | -0/+1 |
| | |||||
* | Add unit tests for decimal type usage | Oliver Gasser | 2013-12-18 | 2 | -2/+4 |
| | |||||
* | fix wrong test data in l10n | Morris Jobke | 2013-12-07 | 3 | -3/+3 |
| | |||||
* | Add DB tests for default numeric | Oliver Gasser | 2013-11-12 | 2 | -0/+44 |
| | | | | Add a table with a numeric column and an empty default directive. | ||||
* | on windows we supply an openssl.cnf file in order to execute the unit tests ↵ | Thomas Müller | 2013-10-15 | 1 | -0/+350 |
| | | | | properly | ||||
* | add test data for cal and contact preview | Georg Ehrke | 2013-09-24 | 2 | -0/+19 |
| | |||||
* | Merge pull request #4825 from owncloud/fix-sharing-expiration-oracle | Bart Visscher | 2013-09-16 | 2 | -0/+42 |
|\ | | | | | Fix Sharing "Expiration Date" on Oracle | ||||
| * | Add database tests for INSERT/SELECT date format. | Andreas Fischer | 2013-09-12 | 2 | -0/+42 |
| | | |||||
* | | Add unittests & check filetype in setLocalAvatar() | kondou | 2013-08-25 | 1 | -0/+0 |
|/ | | | | TODO: Fix OC_Image->mimetype(), it always returns "image/png" | ||||
* | Merge pull request #4271 from owncloud/plural_translations | Owen Winkler | 2013-08-08 | 3 | -0/+15 |
|\ | | | | | Plural translations | ||||
| * | unit tests for plural translations added | Thomas Müller | 2013-08-02 | 3 | -0/+15 |
| | | |||||
* | | Optimize image and skip mimetype test | kondou | 2013-08-01 | 1 | -0/+0 |
| | | |||||
* | | Add OC_Image Unit Test | kondou | 2013-08-01 | 3 | -0/+0 |
|/ | | | | | data() somehow does not return, what file_get_contents() returns, so I skipped related tests. | ||||
* | Going from text to clob is not something we do. | Bart Visscher | 2013-06-28 | 1 | -1/+2 |
| | | | | | Also Oracle DB has problems with this, see http://abhijitbashetti.blogspot.de/2011/10/converting-varchar2-to-clob-and-clob-to.html | ||||
* | shorten table identifiers in tests | Jörn Friedrich Dreyer | 2013-06-10 | 2 | -3/+3 |
| | |||||
* | Don't use indexes in test data as postgres complains over duplicate keys. | Thomas Tanghus | 2012-11-12 | 1 | -41/+0 |
| | |||||
* | Added unit tests for OC_DB::insertIfNotExist() | Thomas Tanghus | 2012-10-19 | 1 | -0/+84 |
| | |||||
* | Add missing test files | Bart Visscher | 2012-10-12 | 2 | -0/+215 |
| | |||||
* | test data for archive tests | Robin Appelman | 2012-10-08 | 2 | -0/+0 |
| |