summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/ajax/updateList.php
Commit message (Collapse)AuthorAgeFilesLines
* Check if the application is actually enabledBart Visscher2011-09-301-0/+1
|
* Use OC_JSON for json responsesBart Visscher2011-09-251-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 emptyFlorian Pritz2011-09-241-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 Nilieh2011-09-131-1/+1
|
* fix: links with parameters get cut off at &Arthur Schiwon2011-08-251-1/+1
|
* Make bookmarks sortable by clicksArthur Schiwon2011-08-251-1/+8
|
* fetch bookmarks even if they are not taggedArthur Schiwon2011-08-231-4/+11
|
* follow coding style and use single quotes in phpArthur Schiwon2011-08-231-12/+12
|
* simplify bookmarks tag filter sqlArthur Schiwon2011-08-231-6/+2
|
* make tag filter compatible with sqliteArthur Schiwon2011-08-231-2/+6
|
* gain compatibility with sqlite3Arthur Schiwon2011-08-161-1/+8
|
* initial commit of Bookmarks AppArthur Schiwon2011-08-151-0/+66