Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | 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 | 5 | -26/+23 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-05 | 135 | -1069/+950 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Swap expected and actual. | Thomas Tanghus | 2012-11-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-04 | 239 | -3281/+3444 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | VCategories: Make $categories non-static again. | Thomas Tanghus | 2012-11-04 | 1 | -27/+27 | |
| * | | | | | | | | | | | | | VCategories: Swap expected and actual in unit tests. | Thomas Tanghus | 2012-11-04 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | VCategories: Use correct variable. | Thomas Tanghus | 2012-11-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Update vcategories ajax scripts. | Thomas Tanghus | 2012-11-01 | 3 | -9/+2 | |
| * | | | | | | | | | | | | | Add routes for vcategory favorites. | Thomas Tanghus | 2012-11-01 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | Switch expectation and result in unit tests. | Thomas Tanghus | 2012-10-31 | 1 | -9/+12 | |
| * | | | | | | | | | | | | | Added some more error checking on db queries. | Thomas Tanghus | 2012-10-31 | 1 | -5/+37 | |
| * | | | | | | | | | | | | | Added unit tests for OC_VCategories. | Thomas Tanghus | 2012-10-31 | 1 | -0/+114 | |
| * | | | | | | | | | | | | | Cast object ids to integers. | Thomas Tanghus | 2012-10-31 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | Added unit test testinsertIfNotExistDontOverwrite. | Thomas Tanghus | 2012-10-31 | 1 | -0/+37 | |
| * | | | | | | | | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-31 | 43 | -321/+578 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-30 | 872 | -197275/+6969 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-25 | 245 | -963/+1701 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | 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 | 263 | -5641/+8384 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-23 | 81 | -834/+1395 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-22 | 139 | -837/+2880 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | Added missing backtick to sql query. | Thomas Tanghus | 2012-10-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | Added type and callback arguments to most methods. | Thomas Tanghus | 2012-10-22 | 1 | -46/+95 | |
| * | | | | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | | | | Clean indentation. | Thomas Tanghus | 2012-10-19 | 1 | -120/+120 | |
| * | | | | | | | | | | | | | | | | | | | Remove redundant class wrapping. | Thomas Tanghus | 2012-10-19 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | | Remove index that might cause problems. | Thomas Tanghus | 2012-10-19 | 1 | -17/+0 | |
| * | | | | | | | | | | | | | | | | | | | Use self::prepare() instead of self::$connection->prepare. | Thomas Tanghus | 2012-10-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | Removed useless ORDER BY from query. | Thomas Tanghus | 2012-10-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-19 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Renamed OC_VCategories::add() to addMulti() and let the add() method return t... | Thomas Tanghus | 2012-10-19 | 1 | -4/+28 | |
| * | | | | | | | | | | | | | | | | | | | | Return result from OC_DB::insertIfNotExist(). | Thomas Tanghus | 2012-10-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | Added unit tests for OC_DB::insertIfNotExist() | Thomas Tanghus | 2012-10-19 | 2 | -0/+110 | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-19 | 129 | -1995/+2122 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Make categories var static. | Thomas Tanghus | 2012-10-19 | 1 | -27/+29 | |
| * | | | | | | | | | | | | | | | | | | | | | Add wait state to category dialog while processing. | Thomas Tanghus | 2012-10-19 | 1 | -11/+39 | |
| * | | | | | | | | | | | | | | | | | | | | | app !== type | Thomas Tanghus | 2012-10-19 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | More js updates for app/type in OCCategories | Thomas Tanghus | 2012-10-19 | 1 | -11/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | Use get for loading dialog. | Thomas Tanghus | 2012-10-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | White space fix. | Thomas Tanghus | 2012-10-19 | 1 | -69/+69 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-19 | 234 | -4855/+3893 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | | | | | | | Updated category js for handling favorites and use post instead of get. | Thomas Tanghus | 2012-10-19 | 1 | -18/+43 | |
| * | | | | | | | | | | | | | | | | | | | | | | Added ajax files for favorite category handling. | Thomas Tanghus | 2012-10-19 | 3 | -0/+113 | |
| * | | | | | | | | | | | | | | | | | | | | | | Updated category ajax files to use type instead of app and add callCheck. | Thomas Tanghus | 2012-10-19 | 3 | -25/+35 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-17 | 3 | -17/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |