Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 1 | -0/+1 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 1 | -8/+2 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | fix apps/bookmarks if oc_bookmarks_tags is empty | Florian Pritz | 2011-09-24 | 1 | -1/+2 |
| | | | | | | | | | | If you have bookmarks, but there are no tags in oc_bookmarks_tags, the query doesn't return any results. Using a left join fixes this. Reference: http://stackoverflow.com/questions/3171276/select-multiple-tables-when-one-table-is-empty-in-mysql Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Add support of editing bookmarks. | Golnaz Nilieh | 2011-09-13 | 1 | -1/+1 |
| | |||||
* | fix: links with parameters get cut off at & | Arthur Schiwon | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | Make bookmarks sortable by clicks | Arthur Schiwon | 2011-08-25 | 1 | -1/+8 |
| | |||||
* | 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 |
| | |||||
* | gain compatibility with sqlite3 | Arthur Schiwon | 2011-08-16 | 1 | -1/+8 |
| | |||||
* | initial commit of Bookmarks App | Arthur Schiwon | 2011-08-15 | 1 | -0/+66 |