1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-02 06:24:11 +01:00
Commit Graph

22 Commits

Author SHA1 Message Date
Brice Maron
b59cbe425d First step of filtering by tags and related tags 2012-08-30 20:18:09 +00:00
Bart Visscher
3323ed7ccd Remove unused RUNTIME_NOSETUPFS var 2012-08-08 22:42:50 +02:00
Lukas Reschke
fba6113675 Using POST instead of GET. 2012-06-10 23:38:26 +02:00
Thomas Mueller
3391ae307a removing executable bit - again 2012-05-15 00:52:00 +02:00
Frank Karlitschek
330e1f5a85 ported oc_json 2012-05-03 12:23:29 +02:00
Georg Ehrke
64cbfbadd6 remove the require_once lib base from all (or nearly all) files 2012-04-17 19:31:29 +02:00
David Iwanowitsch
a3cb7ef548 Added searchprovider for bookmarks, initial l10n support for bookmark plugin
moved some code from updateList.php to bookmarks.php, to make it reusable
2012-02-01 15:40:59 +01:00
Brice Maron
ab65f73ab3 Fix bookmark listing with mysql: limit is binded as string. 2011-10-17 13:49:33 +02:00
Brice Maron
ce035ff9cf Fix bookmarks app to work with postgresql.
Rework the bookmark app to manage postgresql.
Add a fetchOne function into the PdoStmtWrapper
Fix a tipo in comments.
2011-10-16 23:03:03 +02:00
Marvin Thomas Rabe
e4a644e47d removed description. changed target to _blank. removed sorting. updated layout. 2011-10-08 13:54:45 +02:00
Bart Visscher
ee81e7ed66 Check if the application is actually enabled 2011-09-30 23:17:18 +02:00
Bart Visscher
ceb4b25166 Use OC_JSON for json responses
Create OC_JSON class, for single point of creating json responses.
No real logic change, this just cleans up the code a bit.
2011-09-25 22:19:28 +02:00
Florian Pritz
619ff59236 fix apps/bookmarks if oc_bookmarks_tags is empty
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>
2011-09-24 18:41:56 +02:00
Golnaz Nilieh
edea6ac06f Add support of editing bookmarks. 2011-09-13 15:40:09 +04:30
Arthur Schiwon
b5e47ae36f fix: links with parameters get cut off at & 2011-08-25 13:51:48 +02:00
Arthur Schiwon
99ee2fe615 Make bookmarks sortable by clicks 2011-08-25 12:55:13 +02:00
Arthur Schiwon
a515bf3c05 fetch bookmarks even if they are not tagged 2011-08-23 15:12:34 +02:00
Arthur Schiwon
39561f6460 follow coding style and use single quotes in php 2011-08-23 12:03:20 +02:00
Arthur Schiwon
57433ca09e simplify bookmarks tag filter sql 2011-08-23 11:57:56 +02:00
Arthur Schiwon
508e56fa9f make tag filter compatible with sqlite 2011-08-23 11:43:27 +02:00
Arthur Schiwon
8656e0c906 gain compatibility with sqlite3 2011-08-16 23:49:53 +02:00
Arthur Schiwon
c73fd3bac3 initial commit of Bookmarks App 2011-08-15 22:05:07 +02:00