Lukas Reschke
|
c63db28eaf
|
CSRF check
|
2012-07-07 15:54:52 +02:00 |
Brice Maron
|
0fb9d0bf29
|
Correct bookmark app : add through interface and remove missing css
|
2012-06-24 21:24:43 +00:00 |
Brice Maron
|
e5c56b2433
|
Merge branch 'master' into multi_app_dir
Conflicts:
lib/app.php
lib/base.php
lib/minimizer/css.php
lib/minimizer/js.php
lib/template.php
lib/util.php
|
2012-06-21 17:15:35 +00:00 |
Bjoern Schiessle
|
2f9763d216
|
check if user is allowed to edit bookmarks
|
2012-06-21 11:50:51 +02:00 |
Brice Maron
|
4753cc3ebd
|
Merge branch 'master' into multi_app_dir
Conflicts:
apps/bookmarks/ajax/addBookmark.php
config/config.sample.php
lib/app.php
remote.php
|
2012-06-14 21:16:59 +00:00 |
Lukas Reschke
|
9f276729c2
|
Using POST instead of GET.
|
2012-06-10 23:38:26 +02:00 |
Brice Maron
|
6a812644e4
|
Correct remote and public, and last occurence of OC::
|
2012-06-06 20:24:15 +00:00 |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
2012-05-15 00:52:00 +02:00 |
Bart Visscher
|
b6ea57c8b6
|
Bookmarks: Move delete code to Bookmarks class, also change to use id
|
2012-05-03 17:33:57 +02:00 |
Frank Karlitschek
|
97a8af7f25
|
ported oc_db
|
2012-05-03 13:06:08 +02:00 |
Frank Karlitschek
|
43caa3b3b9
|
ported oc_json
|
2012-05-03 12:23:29 +02:00 |
Frank Karlitschek
|
8e99475886
|
first part of the config stuff
|
2012-05-02 13:28:56 +02:00 |
Frank Karlitschek
|
70cea18cce
|
ported getUser
|
2012-05-01 18:50:31 +02:00 |
Georg Ehrke
|
1a913ac282
|
bookmarks app seems to work now :)
|
2012-04-25 21:20:06 +02:00 |
Georg Ehrke
|
69ee0efc0b
|
remove the require_once lib base from all (or nearly all) files
|
2012-04-17 19:31:29 +02:00 |
Marvin Thomas Rabe
|
77493e8d70
|
Changed bookmarklet to read later widget
|
2012-02-22 23:52:56 +01:00 |
Marvin Thomas Rabe
|
fd72f2bd29
|
Removed redundant code.
|
2012-02-22 16:04:32 +01:00 |
David Iwanowitsch
|
e229a6adec
|
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
|
e533e82bc9
|
Add sequence name in insertid to be more portable
|
2011-10-29 11:40:48 +02:00 |
Brice Maron
|
492931562f
|
Fix bookmark listing with mysql: limit is binded as string.
|
2011-10-17 13:49:33 +02:00 |
Brice Maron
|
1f6be85719
|
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
|
6b64aa3faf
|
removed description. changed target to _blank. removed sorting. updated layout.
|
2011-10-08 13:54:45 +02:00 |
Bart Visscher
|
f4782a7690
|
Check if the application is actually enabled
|
2011-09-30 23:17:18 +02:00 |
Bart Visscher
|
17e631bc5e
|
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
|
934b18405a
|
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
|
0ff9bc4806
|
Add link and other edit information to newly added bookmarks.
|
2011-09-13 16:10:52 +04:30 |
Golnaz Nilieh
|
67addb4882
|
Add support of editing bookmarks.
|
2011-09-13 15:40:09 +04:30 |
Arthur Schiwon
|
e6bdd25667
|
fix: links with parameters get cut off at &
|
2011-08-25 13:51:48 +02:00 |
Arthur Schiwon
|
0972606072
|
fix: URLs without protocol are now linked to via HTTP
|
2011-08-25 13:23:52 +02:00 |
Arthur Schiwon
|
e0a69bbeac
|
Make bookmarks sortable by clicks
|
2011-08-25 12:55:13 +02:00 |
Arthur Schiwon
|
7cd592e055
|
Added a Bookmarklet for the Bookmarks app
|
2011-08-24 22:16:44 +02:00 |
Arthur Schiwon
|
b09ba58ca6
|
autoretrieve title and description after entering new url
|
2011-08-23 16:30:55 +02:00 |
Arthur Schiwon
|
89839b4c63
|
fetch bookmarks even if they are not tagged
|
2011-08-23 15:12:34 +02:00 |
Arthur Schiwon
|
3c3a859b89
|
follow coding style and use single quotes in php
|
2011-08-23 12:03:20 +02:00 |
Arthur Schiwon
|
72a4703d82
|
simplify bookmarks tag filter sql
|
2011-08-23 11:57:56 +02:00 |
Arthur Schiwon
|
53f0381f0f
|
make tag filter compatible with sqlite
|
2011-08-23 11:43:27 +02:00 |
Golnaz Nilieh
|
eac4d4ff06
|
When deleting a bookmark, remove its tags from database.
|
2011-08-20 12:38:15 +04:30 |
Arthur Schiwon
|
48df7a2a7d
|
gain compatibility with sqlite3
|
2011-08-16 23:49:53 +02:00 |
Arthur Schiwon
|
5608aaee8a
|
initial commit of Bookmarks App
|
2011-08-15 22:05:07 +02:00 |