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

13 Commits

Author SHA1 Message Date
Lukas Reschke
56b9040743 CSRF check 2012-07-07 15:54:52 +02:00
Bjoern Schiessle
d670736d41 check if user is allowed to edit bookmarks 2012-06-21 11:50:51 +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
7bfe6a7c89 ported oc_db 2012-05-03 13:06:08 +02:00
Frank Karlitschek
330e1f5a85 ported oc_json 2012-05-03 12:23:29 +02:00
Frank Karlitschek
18322419e3 first part of the config stuff 2012-05-02 13:28:56 +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
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
Golnaz Nilieh
edea6ac06f Add support of editing bookmarks. 2011-09-13 15:40:09 +04:30