aboutsummaryrefslogtreecommitdiffstats
path: root/lib/vcategories.php
Commit message (Expand)AuthorAgeFilesLines
* OC_VCategories=>OC\Tags. Public interface + getter in server containerThomas Tanghus2013-09-231-833/+0
* More trimmingThomas Tanghus2013-09-231-3/+15
* fix numRows usage in core libJörn Friedrich Dreyer2013-06-241-1/+1
* remove dangling AND in SQL statementJörn Friedrich Dreyer2013-06-181-1/+1
* Remove debug outputThomas Tanghus2013-05-201-1/+0
* Add rename() method to OC_VCategories.Thomas Tanghus2013-05-201-0/+32
* Remove redundant lineThomas Tanghus2013-04-041-1/+0
* Don't try to call a an array :-PThomas Tanghus2013-03-301-1/+1
* Typehint and check $ids parameter.Thomas Tanghus2013-03-291-3/+7
* Allow purging multiple objects from category index table.Thomas Tanghus2013-03-291-5/+10
* VCategories: Don't forget to save category relations if category exists.Thomas Tanghus2013-03-041-5/+4
* Catch exceptions on malformed categories.Thomas Tanghus2013-02-261-18/+34
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+3
* Whitespace cleanupBart Visscher2013-01-161-1/+0
* Check DB result.Thomas Tanghus2012-11-051-1/+7
* Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-051-0/+2
|\
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-14/+14
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-041-5/+1
|\|
| * Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
* | VCategories: Make $categories non-static again.Thomas Tanghus2012-11-041-27/+27
* | Added some more error checking on db queries.Thomas Tanghus2012-10-311-5/+37
* | Cast object ids to integers.Thomas Tanghus2012-10-311-2/+2
* | Also delete category/object relations when deleting a category.Thomas Tanghus2012-10-241-1/+15
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-241-1/+1
|\|
| * Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-1/+1
* | Added missing backtick to sql query.Thomas Tanghus2012-10-221-1/+1
* | Fix accidentally creating new categories with the id as name.Thomas Tanghus2012-10-201-6/+9
* | Filter out special Favorites category.Thomas Tanghus2012-10-201-5/+14
* | Removed useless ORDER BY from query.Thomas Tanghus2012-10-191-1/+1
* | Renamed OC_VCategories::add() to addMulti() and let the add() method return t...Thomas Tanghus2012-10-191-4/+28
* | Make categories var static.Thomas Tanghus2012-10-191-27/+29
* | White space fix.Thomas Tanghus2012-10-191-69/+69
* | FormattingThomas Tanghus2012-10-191-3/+1
* | Add favorite handling methods to OC_VCategories.Thomas Tanghus2012-10-191-1/+98
* | Use consts all places and rename some daft method names.Thomas Tanghus2012-10-191-22/+28
* | Added post_deleteUser hook to VCategories. Added methods for adding/removing ...Thomas Tanghus2012-10-021-6/+110
* | Added separate table for OC_VCategories and category/object (event/contact et...Thomas Tanghus2012-09-171-47/+292
|/
* Check if categories is an array.Thomas Tanghus2012-09-131-1/+4
* adding space between) and {Thomas Mueller2012-09-071-2/+2
* Space before tab fixesBart Visscher2012-08-291-1/+1
* Whitespace fixes in libBart Visscher2012-08-291-1/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-6/+15
|\
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-1/+0
| * Added default parameter $reset to allow for incremental rescan.Thomas Tanghus2012-07-091-2/+4
| * Make Categories a bit quieter.Thomas Tanghus2012-06-271-1/+10
| * Categories: Turned the debugging down a bit.Thomas Tanghus2012-06-111-4/+4
| * fix oc-769Frank Karlitschek2012-06-011-1/+1
* | escape all identifiers with backticksjfd2012-07-311-1/+1
* | Maybe fix out of memory..?Thomas Tanghus2012-06-251-1/+2
* | Categories: Turned the debugging down a bit.Thomas Tanghus2012-06-111-4/+4