Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-04fix numRows usage in core libJörn Friedrich Dreyer
2013-03-04VCategories: Don't forget to save category relations if category exists.Thomas Tanghus
2013-02-26Catch exceptions on malformed categories.Thomas Tanghus
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-01-16Whitespace cleanupBart Visscher
2012-11-05Check DB result.Thomas Tanghus
2012-11-05Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus
2012-11-04Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus
2012-11-04VCategories: Make $categories non-static again.Thomas Tanghus
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-02Checkstyle: many fixesFelix Moeller
2012-10-31Added some more error checking on db queries.Thomas Tanghus
2012-10-31Cast object ids to integers.Thomas Tanghus
2012-10-25Also delete category/object relations when deleting a category.Thomas Tanghus
2012-10-24Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus
2012-10-24Checkstyle: NoSpaceAfterCommaFelix Moeller
2012-10-22Added missing backtick to sql query.Thomas Tanghus
2012-10-20Fix accidentally creating new categories with the id as name.Thomas Tanghus
2012-10-20Filter out special Favorites category.Thomas Tanghus
2012-10-19Removed useless ORDER BY from query.Thomas Tanghus
2012-10-19Renamed OC_VCategories::add() to addMulti() and let the add() method return t...Thomas Tanghus
2012-10-19Make categories var static.Thomas Tanghus
2012-10-19White space fix.Thomas Tanghus
2012-10-19FormattingThomas Tanghus
2012-10-19Add favorite handling methods to OC_VCategories.Thomas Tanghus
2012-10-19Use consts all places and rename some daft method names.Thomas Tanghus
2012-10-03Added post_deleteUser hook to VCategories. Added methods for adding/removing ...Thomas Tanghus
2012-09-17Added separate table for OC_VCategories and category/object (event/contact et...Thomas Tanghus
2012-09-13Check if categories is an array.Thomas Tanghus
2012-09-07adding space between) and {Thomas Mueller
2012-08-29Space before tab fixesBart Visscher
2012-08-29Whitespace fixes in libBart Visscher
2012-08-25Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer
2012-07-31escape all identifiers with backticksjfd
2012-07-09remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer
2012-07-09Added default parameter $reset to allow for incremental rescan.Thomas Tanghus
2012-06-27Make Categories a bit quieter.Thomas Tanghus
2012-06-25Maybe fix out of memory..?Thomas Tanghus
2012-06-11Categories: Turned the debugging down a bit.Thomas Tanghus
2012-06-11Categories: Turned the debugging down a bit.Thomas Tanghus
2012-06-01fix oc-874Frank Karlitschek
2012-06-01fix oc-769Frank Karlitschek
2012-05-13VCategories: Made a small check for categories that seems to resolv the probl...Thomas Tanghus
2012-05-13VCategories: Suppress error messages stemming from import from file app.Thomas Tanghus
2012-04-13OC_VCategories: sort categories in natural order using usortBart Visscher
2012-04-13Implement default categories in OC_VCategoriesBart Visscher
2012-03-12Contacts: Modifications for using categories.Thomas Tanghus
2012-03-07Contacts: UI updates and ajax methods for categories.Thomas Tanghus
2012-02-21Check for empty value in ctor and being conservative about configvalue name ;-)Thomas Tanghus
2012-02-21Forgot to assign param.Thomas Tanghus