summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/ajax
Commit message (Expand)AuthorAgeFilesLines
* CSRF checkLukas Reschke2012-07-073-0/+6
* Correct bookmark app : add through interface and remove missing cssBrice Maron2012-06-241-1/+1
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-3/+11
|\
| * check if user is allowed to edit bookmarksBjoern Schiessle2012-06-211-3/+11
* | Merge branch 'master' into multi_app_dirBrice Maron2012-06-144-9/+9
|\|
| * Using POST instead of GET.Lukas Reschke2012-06-105-10/+10
* | Correct remote and public, and last occurence of OC::Brice Maron2012-06-061-1/+1
|/
* removing executable bit - againThomas Mueller2012-05-155-0/+0
* Bookmarks: Move delete code to Bookmarks class, also change to use idBart Visscher2012-05-031-29/+6
* ported oc_dbFrank Karlitschek2012-05-033-7/+7
* ported oc_jsonFrank Karlitschek2012-05-035-13/+13
* first part of the config stuffFrank Karlitschek2012-05-021-1/+1
* ported getUserFrank Karlitschek2012-05-012-2/+2
* bookmarks app seems to work now :)Georg Ehrke2012-04-251-1/+1
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-175-5/+5
* Changed bookmarklet to read later widgetMarvin Thomas Rabe2012-02-221-50/+3
* Removed redundant code.Marvin Thomas Rabe2012-02-222-43/+7
* Added searchprovider for bookmarks, initial l10n support for bookmark pluginDavid Iwanowitsch2012-02-011-55/+5
* Add sequence name in insertid to be more portableBrice Maron2011-10-291-7/+1
* Fix bookmark listing with mysql: limit is binded as string.Brice Maron2011-10-171-2/+2
* Fix bookmarks app to work with postgresql.Brice Maron2011-10-163-20/+49
* removed description. changed target to _blank. removed sorting. updated layout.Marvin Thomas Rabe2011-10-083-6/+4
* Check if the application is actually enabledBart Visscher2011-09-306-0/+6
* Use OC_JSON for json responsesBart Visscher2011-09-256-44/+10
* fix apps/bookmarks if oc_bookmarks_tags is emptyFlorian Pritz2011-09-241-1/+2
* Add link and other edit information to newly added bookmarks.Golnaz Nilieh2011-09-131-0/+2
* Add support of editing bookmarks.Golnaz Nilieh2011-09-132-1/+83
* fix: links with parameters get cut off at &Arthur Schiwon2011-08-255-7/+7
* fix: URLs without protocol are now linked to via HTTPArthur Schiwon2011-08-251-1/+0
* Make bookmarks sortable by clicksArthur Schiwon2011-08-251-1/+8
* Added a Bookmarklet for the Bookmarks appArthur Schiwon2011-08-241-17/+3
* autoretrieve title and description after entering new urlArthur Schiwon2011-08-231-0/+58
* 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
* When deleting a bookmark, remove its tags from database.Golnaz Nilieh2011-08-201-6/+21
* gain compatibility with sqlite3Arthur Schiwon2011-08-162-3/+20
* initial commit of Bookmarks AppArthur Schiwon2011-08-154-0/+235