Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -136/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | use executeAudited in files cache | Jörn Friedrich Dreyer | 2013-06-12 | 1 | -8/+7 |
| | |||||
* | convert LIMIT to parameter | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | Make FileCache upgrade more robust, fixes #2650 | Arthur Schiwon | 2013-04-15 | 1 | -5/+17 |
| | |||||
* | PostreSQL compatibility, fixes #2666 | Arthur Schiwon | 2013-04-03 | 1 | -1/+1 |
| | |||||
* | Only prepare an SQL statement once. | Arthur Schiwon | 2013-03-27 | 1 | -1/+4 |
| | |||||
* | Add PHPDoc | Arthur Schiwon | 2013-03-27 | 1 | -0/+6 |
| | |||||
* | Cache: fix property path for getting legacy etag | Robin Appelman | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Port Icewind's fix I | Robin Appelman | 2013-03-27 | 1 | -2/+22 |
| | |||||
* | Improve phpdoc for the filecache | Robin Appelman | 2013-03-24 | 1 | -0/+9 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -3/+3 |
| | |||||
* | Update lib/files/cache/legacy.php | irgsmirx | 2013-02-11 | 1 | -0/+6 |
| | | | | | Fixing a bug that occurs when trying to update a non-existent 'fscache' table in the database - if unfixed upgrading does not succeed. Unfortunately I could not get a call to PEAR::isError working. That is why I check for the existence of a property present in class MDB2_Error. | ||||
* | Cache: more efficient upgrading | Robin Appelman | 2013-01-15 | 1 | -1/+9 |
| | |||||
* | Cache: show upgrade progress | Robin Appelman | 2013-01-15 | 1 | -0/+73 |