Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The constant is now deprecated | Joas Schilling | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Use certificates that expire in 10 years | Lukas Reschke | 2015-08-27 | 2 | -24/+42 |
| | | | | :speak_no_evil: :speak_no_evil: :speak_no_evil: | ||||
* | Unit test OC_Files::setUploadLimit() | Robin McCorkell | 2015-07-20 | 2 | -0/+67 |
| | | | | | | | There was also a bug with checking the upper limit on the passed upload size. PHP does funny things with integer vs float comparisons, so our check didn't work. Now the check is much simpler, and ensures the value is sane. | ||||
* | Check for methods as good as possible | Joas Schilling | 2015-07-17 | 5 | -0/+9 |
| | |||||
* | Allow checking for functions | Joas Schilling | 2015-07-17 | 8 | -22/+24 |
| | |||||
* | Add support for deprecated constants | Joas Schilling | 2015-07-17 | 4 | -0/+46 |
| | |||||
* | Correctly handle use statements | Joas Schilling | 2015-07-17 | 5 | -0/+48 |
| | |||||
* | Fix max preview, some resizing and caching issues and force preview ↵ | Olivier Paroz | 2015-06-06 | 6 | -0/+177 |
| | | | | | | | | | | providers to resize their previews properly * introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box * adds the method to all key providers so that they can do their job, as expected by the Preview class * improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space * fixes some long standing issues * **contains mostly tests** | ||||
* | 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 |
| | |