Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7253 from owncloud/preferences-caching | icewind1991 | 2014-02-18 | 1 | -37/+86 |
|\ | |||||
| * | remove some unneeded isset's | Robin Appelman | 2014-02-18 | 1 | -5/+3 |
| * | Fix some phpdoc | Robin Appelman | 2014-02-18 | 1 | -1/+9 |
| * | Add caching to OC\Preferences | Robin Appelman | 2014-02-18 | 1 | -37/+80 |
* | | Merge pull request #6796 from owncloud/statementwrapper-bindparam | Thomas Müller | 2014-02-18 | 1 | -0/+14 |
|\ \ | |||||
| * | | Add bindParam to statement wrapper | Robin Appelman | 2014-01-16 | 1 | -0/+14 |
* | | | Merge pull request #7190 from owncloud/appconfig-legacy-apps | Thomas Müller | 2014-02-18 | 3 | -8/+11 |
|\ \ \ | |||||
| * | | | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 3 | -8/+11 |
* | | | | Merge pull request #6650 from owncloud/migration_unit_tests | Tom Needham | 2014-02-18 | 3 | -112/+31 |
|\ \ \ \ | |||||
| * | | | | Remove unused variables | tomneedham | 2014-02-18 | 1 | -4/+0 |
| * | | | | Merge branch 'master' into migration_unit_tests | tomneedham | 2014-02-17 | 27 | -170/+1002 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into migration_unit_tests | Bart Visscher | 2014-02-10 | 57 | -257/+705 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'fix-5388-master' into migration_unit_tests | tomneedham | 2014-01-07 | 3 | -108/+31 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' into fix-5388-master | tomneedham | 2014-01-04 | 65 | -256/+502 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Fix migration import of user files | Bart Visscher | 2013-12-20 | 1 | -1/+1 |
| | * | | | | | | | Wrap the import/export db in a wrapper to make it compatible with the old style | Bart Visscher | 2013-12-20 | 2 | -0/+4 |
| | * | | | | | | | Merge branch 'master' into fix-5388-master | Bart Visscher | 2013-12-16 | 8 | -118/+168 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into fix-5388-master | tomneedham | 2013-12-11 | 77 | -150/+720 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into fix-5388-master | Thomas Mueller | 2013-11-24 | 11 | -20/+38 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into fix-5388-master | Thomas Müller | 2013-11-22 | 9 | -23/+145 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Change OC_Migrate from MDB2 to Doctrine | Bart Visscher | 2013-11-22 | 3 | -107/+26 |
* | | | | | | | | | | | | | Merge pull request #7176 from owncloud/style | Lukas Reschke | 2014-02-18 | 5 | -9/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | $default of OC_Config::[gs]etValue can have more then string as type | Bart Visscher | 2014-02-12 | 4 | -8/+8 |
| * | | | | | | | | | | | | | Style fixes | Bart Visscher | 2014-02-12 | 1 | -1/+2 |
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #7239 from owncloud/cbr-filetype-icon | Thomas Müller | 2014-02-18 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | add cbr/cbz file type icon, fix #6953 | Jan-Christoph Borchardt | 2014-02-17 | 1 | -0/+7 |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |||||
* / | | | | | | | | | | | use file icon as fallback instead of application icon, fix #7237 | Jan-Christoph Borchardt | 2014-02-17 | 1 | -0/+1 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #7156 from owncloud/backgroundjob-public | Thomas Müller | 2014-02-14 | 7 | -38/+196 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Add unit tests for JobList | Robin Appelman | 2014-02-12 | 1 | -1/+1 |
| * | | | | | | | | | | | Additional phpdoc | Robin Appelman | 2014-02-12 | 3 | -6/+31 |
| * | | | | | | | | | | | Remove internal methods from the public interface | Robin Appelman | 2014-02-12 | 1 | -7/+1 |
| * | | | | | | | | | | | Merge branch 'master' into backgroundjob-public | Robin Appelman | 2014-02-12 | 5 | -1/+36 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Add the background job list to the public server container | Robin Appelman | 2014-02-11 | 7 | -36/+175 |
* | | | | | | | | | | | | | Merge pull request #7207 from owncloud/fileinfo-serializable | Morris Jobke | 2014-02-14 | 1 | -5/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | remove the JsonSerializable interface from \OC\Files\FileInfo | Robin Appelman | 2014-02-14 | 1 | -5/+1 |
* | | | | | | | | | | | | | | Merge pull request #7204 from owncloud/groupexists-duplicate | Thomas Müller | 2014-02-14 | 1 | -8/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Fix test cases for group manager | Robin Appelman | 2014-02-14 | 1 | -2/+2 |
| * | | | | | | | | | | | | | remove duplicate call to groupExists | Robin Appelman | 2014-02-14 | 1 | -6/+4 |
* | | | | | | | | | | | | | | Merge pull request #6748 from owncloud/fileinfo | icewind1991 | 2014-02-14 | 4 | -19/+352 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | merge master into fileinfo | Robin Appelman | 2014-01-29 | 20 | -84/+235 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Add isReadable, isUpdateable, isDeletable, isShareable | Robin Appelman | 2014-01-24 | 2 | -1/+65 |
| * | | | | | | | | | | | | | | Merge branch 'master' into fileinfo | Robin Appelman | 2014-01-17 | 3 | -22/+32 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into fileinfo | Robin Appelman | 2014-01-14 | 3 | -18/+18 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | add Support for passing a FileInfo instance to View->putFileInfo | Robin Appelman | 2014-01-13 | 2 | -1/+8 |
| * | | | | | | | | | | | | | | | | remove ArrayAccess, JsonSerializable from the public part of FileInfo | Robin Appelman | 2014-01-13 | 2 | -17/+7 |
| * | | | | | | | | | | | | | | | | Extends phpdoc for \OCP\File\FileInfo | Robin Appelman | 2014-01-13 | 1 | -4/+37 |
| * | | | | | | | | | | | | | | | | Add a FileInfo class which holds all info of a file and return that from getF... | Robin Appelman | 2014-01-13 | 4 | -18/+257 |
* | | | | | | | | | | | | | | | | | suppress error msg caused by php bug | Georg Ehrke | 2014-02-14 | 4 | -4/+4 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | Merge pull request #4624 from owncloud/convert-oc_appconfig | Thomas Müller | 2014-02-13 | 6 | -91/+339 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | Add explicit sorting | Robin Appelman | 2014-02-11 | 1 | -2/+4 |