| Commit message (Expand) | Author | Age | Files | Lines |
* | Bookmarks: Move delete code to Bookmarks class, also change to use id | Bart Visscher | 2012-05-03 | 1 | -29/+6 |
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 3 | -7/+7 |
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 5 | -13/+13 |
* | first part of the config stuff | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
* | ported getUser | Frank Karlitschek | 2012-05-01 | 2 | -2/+2 |
* | bookmarks app seems to work now :) | Georg Ehrke | 2012-04-25 | 1 | -1/+1 |
* | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 5 | -5/+5 |
* | Changed bookmarklet to read later widget | Marvin Thomas Rabe | 2012-02-22 | 1 | -50/+3 |
* | Removed redundant code. | Marvin Thomas Rabe | 2012-02-22 | 2 | -43/+7 |
* | Added searchprovider for bookmarks, initial l10n support for bookmark plugin | David Iwanowitsch | 2012-02-01 | 1 | -55/+5 |
* | Add sequence name in insertid to be more portable | Brice Maron | 2011-10-29 | 1 | -7/+1 |
* | Fix bookmark listing with mysql: limit is binded as string. | Brice Maron | 2011-10-17 | 1 | -2/+2 |
* | Fix bookmarks app to work with postgresql. | Brice Maron | 2011-10-16 | 3 | -20/+49 |
* | removed description. changed target to _blank. removed sorting. updated layout. | Marvin Thomas Rabe | 2011-10-08 | 3 | -6/+4 |
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 6 | -0/+6 |
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 6 | -44/+10 |
* | fix apps/bookmarks if oc_bookmarks_tags is empty | Florian Pritz | 2011-09-24 | 1 | -1/+2 |
* | Add link and other edit information to newly added bookmarks. | Golnaz Nilieh | 2011-09-13 | 1 | -0/+2 |
* | Add support of editing bookmarks. | Golnaz Nilieh | 2011-09-13 | 2 | -1/+83 |
* | fix: links with parameters get cut off at & | Arthur Schiwon | 2011-08-25 | 5 | -7/+7 |
* | fix: URLs without protocol are now linked to via HTTP | Arthur Schiwon | 2011-08-25 | 1 | -1/+0 |
* | Make bookmarks sortable by clicks | Arthur Schiwon | 2011-08-25 | 1 | -1/+8 |
* | Added a Bookmarklet for the Bookmarks app | Arthur Schiwon | 2011-08-24 | 1 | -17/+3 |
* | autoretrieve title and description after entering new url | Arthur Schiwon | 2011-08-23 | 1 | -0/+58 |
* | fetch bookmarks even if they are not tagged | Arthur Schiwon | 2011-08-23 | 1 | -4/+11 |
* | follow coding style and use single quotes in php | Arthur Schiwon | 2011-08-23 | 1 | -12/+12 |
* | simplify bookmarks tag filter sql | Arthur Schiwon | 2011-08-23 | 1 | -6/+2 |
* | make tag filter compatible with sqlite | Arthur Schiwon | 2011-08-23 | 1 | -2/+6 |
* | When deleting a bookmark, remove its tags from database. | Golnaz Nilieh | 2011-08-20 | 1 | -6/+21 |
* | gain compatibility with sqlite3 | Arthur Schiwon | 2011-08-16 | 2 | -3/+20 |
* | initial commit of Bookmarks App | Arthur Schiwon | 2011-08-15 | 4 | -0/+235 |