| Commit message (Expand) | Author | Age | Files | Lines |
* | fix numRows usage in core lib | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -1/+1 |
* | remove dangling AND in SQL statement | Jörn Friedrich Dreyer | 2013-06-18 | 1 | -1/+1 |
* | Remove debug output | Thomas Tanghus | 2013-05-20 | 1 | -1/+0 |
* | Add rename() method to OC_VCategories. | Thomas Tanghus | 2013-05-20 | 1 | -0/+32 |
* | Remove redundant line | Thomas Tanghus | 2013-04-04 | 1 | -1/+0 |
* | Don't try to call a an array :-P | Thomas Tanghus | 2013-03-30 | 1 | -1/+1 |
* | Typehint and check $ids parameter. | Thomas Tanghus | 2013-03-29 | 1 | -3/+7 |
* | Allow purging multiple objects from category index table. | Thomas Tanghus | 2013-03-29 | 1 | -5/+10 |
* | VCategories: Don't forget to save category relations if category exists. | Thomas Tanghus | 2013-03-04 | 1 | -5/+4 |
* | Catch exceptions on malformed categories. | Thomas Tanghus | 2013-02-26 | 1 | -18/+34 |
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -1/+3 |
* | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -1/+0 |
* | Check DB result. | Thomas Tanghus | 2012-11-05 | 1 | -1/+7 |
* | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-05 | 1 | -0/+2 |
|\ |
|
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -14/+14 |
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-04 | 1 | -5/+1 |
|\| |
|
| * | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -1/+1 |
* | | VCategories: Make $categories non-static again. | Thomas Tanghus | 2012-11-04 | 1 | -27/+27 |
* | | Added some more error checking on db queries. | Thomas Tanghus | 2012-10-31 | 1 | -5/+37 |
* | | Cast object ids to integers. | Thomas Tanghus | 2012-10-31 | 1 | -2/+2 |
* | | Also delete category/object relations when deleting a category. | Thomas Tanghus | 2012-10-24 | 1 | -1/+15 |
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-24 | 1 | -1/+1 |
|\| |
|
| * | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
* | | Added missing backtick to sql query. | Thomas Tanghus | 2012-10-22 | 1 | -1/+1 |
* | | Fix accidentally creating new categories with the id as name. | Thomas Tanghus | 2012-10-20 | 1 | -6/+9 |
* | | Filter out special Favorites category. | Thomas Tanghus | 2012-10-20 | 1 | -5/+14 |
* | | Removed useless ORDER BY from query. | Thomas Tanghus | 2012-10-19 | 1 | -1/+1 |
* | | Renamed OC_VCategories::add() to addMulti() and let the add() method return t... | Thomas Tanghus | 2012-10-19 | 1 | -4/+28 |
* | | Make categories var static. | Thomas Tanghus | 2012-10-19 | 1 | -27/+29 |
* | | White space fix. | Thomas Tanghus | 2012-10-19 | 1 | -69/+69 |
* | | Formatting | Thomas Tanghus | 2012-10-19 | 1 | -3/+1 |
* | | Add favorite handling methods to OC_VCategories. | Thomas Tanghus | 2012-10-19 | 1 | -1/+98 |
* | | Use consts all places and rename some daft method names. | Thomas Tanghus | 2012-10-19 | 1 | -22/+28 |
* | | Added post_deleteUser hook to VCategories. Added methods for adding/removing ... | Thomas Tanghus | 2012-10-02 | 1 | -6/+110 |
* | | Added separate table for OC_VCategories and category/object (event/contact et... | Thomas Tanghus | 2012-09-17 | 1 | -47/+292 |
|/ |
|
* | Check if categories is an array. | Thomas Tanghus | 2012-09-13 | 1 | -1/+4 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -2/+2 |
* | Space before tab fixes | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -6/+15 |
|\ |
|
| * | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -1/+0 |
| * | Added default parameter $reset to allow for incremental rescan. | Thomas Tanghus | 2012-07-09 | 1 | -2/+4 |
| * | Make Categories a bit quieter. | Thomas Tanghus | 2012-06-27 | 1 | -1/+10 |
| * | Categories: Turned the debugging down a bit. | Thomas Tanghus | 2012-06-11 | 1 | -4/+4 |
| * | fix oc-769 | Frank Karlitschek | 2012-06-01 | 1 | -1/+1 |
* | | escape all identifiers with backticks | jfd | 2012-07-31 | 1 | -1/+1 |
* | | Maybe fix out of memory..? | Thomas Tanghus | 2012-06-25 | 1 | -1/+2 |
* | | Categories: Turned the debugging down a bit. | Thomas Tanghus | 2012-06-11 | 1 | -4/+4 |
* | | fix oc-874 | Frank Karlitschek | 2012-06-01 | 1 | -1/+1 |
|/ |
|
* | VCategories: Made a small check for categories that seems to resolv the probl... | Thomas Tanghus | 2012-05-13 | 1 | -6/+10 |