Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3880 from owncloud/code-checker | Bart Visscher | 2013-07-21 | 4 | -10/+68 |
|\ | |||||
| * | Correct casing of OC_User and pass through the params to getUsers | Bart Visscher | 2013-07-19 | 1 | -8/+8 |
| * | Add OC_L10N to public api | Bart Visscher | 2013-07-19 | 2 | -0/+10 |
| * | Add OC_Image to public api | Bart Visscher | 2013-07-19 | 2 | -0/+30 |
| * | Add classes replaced by the public api to the code checker | Bart Visscher | 2013-05-17 | 1 | -2/+20 |
* | | Merge pull request #4145 from owncloud/fix-failing-master | icewind1991 | 2013-07-21 | 3 | -1/+19 |
|\ \ | |||||
| * | | mark test as incomplete because I can't reproduce jenkins failure | Morris Jobke | 2013-07-21 | 1 | -0/+3 |
| * | | fix failing master branch - Test_Config::testWriteData | Morris Jobke | 2013-07-21 | 2 | -1/+16 |
|/ / | |||||
* | | add proper deprecated tag | Morris Jobke | 2013-07-21 | 1 | -0/+1 |
* | | Merge pull request #4118 from owncloud/remove-size-experiment | Morris Jobke | 2013-07-21 | 7 | -40/+7 |
|\ \ | |||||
| * | | add back public API function, but mark as deprecated | Jan-Christoph Borchardt | 2013-07-20 | 1 | -0/+10 |
| * | | finally remove the file size obfuscation as it had more disadvantages. I was ... | Jan-Christoph Borchardt | 2013-07-18 | 7 | -48/+5 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-21 | 537 | -1072/+1086 |
* | | | Merge pull request #4130 from owncloud/ie-show-password | Morris Jobke | 2013-07-20 | 1 | -0/+9 |
|\ \ \ | |||||
| * | | | deactivate show password toggle for IE | Jan-Christoph Borchardt | 2013-07-19 | 1 | -0/+9 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-20 | 534 | -1055/+1055 |
* | | | | Merge pull request #4119 from owncloud/external-storage-status | Thomas Müller | 2013-07-19 | 4 | -5/+19 |
|\ \ \ \ | |||||
| * | | | | replace external storage status images with CSS, also use form to distinguish... | Jan-Christoph Borchardt | 2013-07-18 | 4 | -5/+19 |
| | |/ / | |/| | | |||||
* | | | | LDAP: fix background job, resolves #3528 | Arthur Schiwon | 2013-07-19 | 1 | -11/+9 |
* | | | | Add message about completed update | Arthur Schiwon | 2013-07-19 | 1 | -0/+1 |
* | | | | non-ajax Upgrade script utility, usable via CLI or wget. Requires PR 4047. | Arthur Schiwon | 2013-07-19 | 1 | -0/+76 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-19 | 544 | -1156/+1181 |
* | | | Merge pull request #3947 from runky/patch-1 | Andreas Fischer | 2013-07-19 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Update authenticate.php | runky | 2013-07-05 | 1 | -1/+1 |
* | | | | Merge pull request #2221 from owncloud/doctrine | Bart Visscher | 2013-07-18 | 15 | -4454/+847 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Tweaks to the MDB2SchemaReader | Bart Visscher | 2013-07-18 | 3 | -2/+7 |
| * | | | Merge branch 'master' into doctrine | Bart Visscher | 2013-07-13 | 1146 | -24101/+33540 |
| |\ \ \ | |||||
| * | | | | Only change integer type when the length is set | Bart Visscher | 2013-07-05 | 1 | -1/+1 |
| * | | | | Add comment to column definition | Bart Visscher | 2013-07-05 | 1 | -0/+4 |
| * | | | | Move DoctrineStatementWrapper to its own file | Bart Visscher | 2013-06-28 | 2 | -183/+190 |
| * | | | | Remove deadcode | Bart Visscher | 2013-06-28 | 3 | -30/+0 |
| * | | | | enable oracle testing | Jörn Friedrich Dreyer | 2013-06-28 | 1 | -2/+1 |
| * | | | | adding PHPDoc | Thomas Mueller | 2013-06-27 | 3 | -4/+11 |
| * | | | | check item id is set | Jörn Friedrich Dreyer | 2013-06-27 | 1 | -1/+1 |
| * | | | | Oracle doesn't know & as bitwise AND | Bart Visscher | 2013-06-26 | 1 | -1/+7 |
| * | | | | View test needs a dummy user | Bart Visscher | 2013-06-26 | 1 | -0/+9 |
| * | | | | Use Doctrine platform to add limit and offset to query | Bart Visscher | 2013-06-26 | 1 | -15/+4 |
| * | | | | Change nullable of filecache.etag and permissions.user | Bart Visscher | 2013-06-26 | 1 | -2/+2 |
| * | | | | Always quote db identifiers in OC_DB_MDB2SchemaReader | Bart Visscher | 2013-06-24 | 1 | -4/+3 |
| * | | | | numRows doesn't work with Oracle | Bart Visscher | 2013-06-24 | 1 | -1/+1 |
| * | | | | Doctrine only returns false | Bart Visscher | 2013-06-24 | 1 | -1/+1 |
| * | | | | Fix table change tests for OCI | Bart Visscher | 2013-06-24 | 1 | -1/+2 |
| * | | | | Quote tablenames | Bart Visscher | 2013-06-24 | 1 | -0/+7 |
| * | | | | Fix tableExists test function for Oracle | Bart Visscher | 2013-06-24 | 1 | -3/+4 |
| * | | | | Use Doctrines Oracle sequence suffix | Bart Visscher | 2013-06-24 | 1 | -2/+10 |
| * | | | | OCI doesn't have a queryString | Bart Visscher | 2013-06-24 | 1 | -0/+5 |
| * | | | | UNIX_TIMESTAMP replace for Oracle | Bart Visscher | 2013-06-24 | 1 | -0/+1 |
| * | | | | Fixes connecting to Oracle without port set | Bart Visscher | 2013-06-24 | 1 | -1/+3 |
| * | | | | Skip Test_Archive_TAR in php 5.5 for now | Bart Visscher | 2013-06-24 | 1 | -0/+6 |
| * | | | | Fix not null with empty default | Bart Visscher | 2013-06-24 | 1 | -0/+1 |