Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CSRF check | Lukas Reschke | 2012-07-07 | 3 | -0/+6 |
| | |||||
* | Correct bookmark app : add through interface and remove missing css | Brice Maron | 2012-06-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 1 | -3/+11 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php | ||||
| * | check if user is allowed to edit bookmarks | Bjoern Schiessle | 2012-06-21 | 1 | -3/+11 |
| | | |||||
* | | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-14 | 4 | -9/+9 |
|\| | | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php | ||||
| * | Using POST instead of GET. | Lukas Reschke | 2012-06-10 | 5 | -10/+10 |
| | | |||||
* | | Correct remote and public, and last occurence of OC:: | Brice Maron | 2012-06-06 | 1 | -1/+1 |
|/ | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 5 | -0/+0 |
| | |||||
* | Bookmarks: Move delete code to Bookmarks class, also change to use id | Bart Visscher | 2012-05-03 | 1 | -29/+6 |
| | |||||
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 3 | -7/+7 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 5 | -13/+13 |
| | |||||
* | first part of the config stuff | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | ported getUser | Frank Karlitschek | 2012-05-01 | 2 | -2/+2 |
| | |||||
* | bookmarks app seems to work now :) | Georg Ehrke | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 5 | -5/+5 |
| | |||||
* | Changed bookmarklet to read later widget | Marvin Thomas Rabe | 2012-02-22 | 1 | -50/+3 |
| | |||||
* | Removed redundant code. | Marvin Thomas Rabe | 2012-02-22 | 2 | -43/+7 |
| | |||||
* | Added searchprovider for bookmarks, initial l10n support for bookmark plugin | David Iwanowitsch | 2012-02-01 | 1 | -55/+5 |
| | | | | moved some code from updateList.php to bookmarks.php, to make it reusable | ||||
* | Add sequence name in insertid to be more portable | Brice Maron | 2011-10-29 | 1 | -7/+1 |
| | |||||
* | Fix bookmark listing with mysql: limit is binded as string. | Brice Maron | 2011-10-17 | 1 | -2/+2 |
| | |||||
* | Fix bookmarks app to work with postgresql. | Brice Maron | 2011-10-16 | 3 | -20/+49 |
| | | | | | | Rework the bookmark app to manage postgresql. Add a fetchOne function into the PdoStmtWrapper Fix a tipo in comments. | ||||
* | removed description. changed target to _blank. removed sorting. updated layout. | Marvin Thomas Rabe | 2011-10-08 | 3 | -6/+4 |
| | |||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 6 | -0/+6 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 6 | -44/+10 |
| | | | | | 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 empty | Florian Pritz | 2011-09-24 | 1 | -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 link and other edit information to newly added bookmarks. | Golnaz Nilieh | 2011-09-13 | 1 | -0/+2 |
| | |||||
* | Add support of editing bookmarks. | Golnaz Nilieh | 2011-09-13 | 2 | -1/+83 |
| | |||||
* | fix: links with parameters get cut off at & | Arthur Schiwon | 2011-08-25 | 5 | -7/+7 |
| | |||||
* | fix: URLs without protocol are now linked to via HTTP | Arthur Schiwon | 2011-08-25 | 1 | -1/+0 |
| | |||||
* | Make bookmarks sortable by clicks | Arthur Schiwon | 2011-08-25 | 1 | -1/+8 |
| | |||||
* | Added a Bookmarklet for the Bookmarks app | Arthur Schiwon | 2011-08-24 | 1 | -17/+3 |
| | |||||
* | autoretrieve title and description after entering new url | Arthur Schiwon | 2011-08-23 | 1 | -0/+58 |
| | |||||
* | fetch bookmarks even if they are not tagged | Arthur Schiwon | 2011-08-23 | 1 | -4/+11 |
| | |||||
* | follow coding style and use single quotes in php | Arthur Schiwon | 2011-08-23 | 1 | -12/+12 |
| | |||||
* | simplify bookmarks tag filter sql | Arthur Schiwon | 2011-08-23 | 1 | -6/+2 |
| | |||||
* | make tag filter compatible with sqlite | Arthur Schiwon | 2011-08-23 | 1 | -2/+6 |
| | |||||
* | When deleting a bookmark, remove its tags from database. | Golnaz Nilieh | 2011-08-20 | 1 | -6/+21 |
| | |||||
* | gain compatibility with sqlite3 | Arthur Schiwon | 2011-08-16 | 2 | -3/+20 |
| | |||||
* | initial commit of Bookmarks App | Arthur Schiwon | 2011-08-15 | 4 | -0/+235 |