Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable save button while saving. Streamlined code. | Tom Needham | 2011-11-29 | 1 | -1/+4 |
| | |||||
* | Add sequence name in insertid to be more portable | Brice Maron | 2011-10-29 | 1 | -7/+1 |
| | |||||
* | Disable loading non-existing settings script in bookmark app | Bart Visscher | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | Tweak bookmarklet to not change the current page. Correct encoding when add ↵ | Brice Maron | 2011-10-18 | 2 | -3/+3 |
| | | | | bookmark | ||||
* | 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. | ||||
* | apps/bookmarks: remove unused variable | Florian Pritz | 2011-10-08 | 1 | -2/+0 |
| | | | | | | | This is not needed anymore since commit 6b64aa3faf1e94a2fc2a1e98b35418d35b73ab22. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | apps/bookmarks: follow redirects when fetching title | Florian Pritz | 2011-10-08 | 1 | -1/+48 |
| | | | | | | | This solves a problem where hitting a redirect page would lead to a "302 Found" title. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | removed description. changed target to _blank. removed sorting. updated layout. | Marvin Thomas Rabe | 2011-10-08 | 11 | -105/+41 |
| | |||||
* | added missing files | Marvin Thomas Rabe | 2011-10-08 | 2 | -0/+27 |
| | |||||
* | moved bookmarklet to personal. username must be provided when adding a new user. | Marvin Thomas Rabe | 2011-10-08 | 2 | -21/+16 |
| | |||||
* | fix add bookmark bug. | Weng Xuetian | 2011-10-03 | 1 | -4/+4 |
| | |||||
* | bookmarks are now translatable | Marvin Thomas Rabe | 2011-10-01 | 2 | -21/+18 |
| | |||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 8 | -0/+8 |
| | |||||
* | 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. | ||||
* | apps/bookmarks: use curl instead of file_get_contents | Florian Pritz | 2011-09-24 | 1 | -1/+6 |
| | | | | | | | Don't depend on allow_url_fopen being enabled when we already use curl elsewhere in the code. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | 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> | ||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 2 | -10/+4 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | Add link and other edit information to newly added bookmarks. | Golnaz Nilieh | 2011-09-13 | 2 | -3/+8 |
| | |||||
* | Add support of editing bookmarks. | Golnaz Nilieh | 2011-09-13 | 4 | -25/+161 |
| | |||||
* | Use OC_Helper::linkTo also for absolute urls. | Bart Visscher | 2011-09-09 | 1 | -1/+1 |
| | | | | One central place to check for https. | ||||
* | Use an animated gif in add-bookmark form, while fetching metadata. | Golnaz Nilieh | 2011-09-06 | 3 | -3/+13 |
| | |||||
* | Don't clear bookmark description field, If it is empty in bookmark metadata. | Golnaz Nilieh | 2011-09-06 | 1 | -1/+3 |
| | |||||
* | fix: links with parameters get cut off at & | Arthur Schiwon | 2011-08-25 | 8 | -10/+10 |
| | |||||
* | fix: URLs without protocol are now linked to via HTTP | Arthur Schiwon | 2011-08-25 | 4 | -3/+12 |
| | |||||
* | Make bookmarks sortable by clicks | Arthur Schiwon | 2011-08-25 | 4 | -3/+53 |
| | |||||
* | Make appeareance of the bookmarklet a bit nicer, still room for improvement left | Arthur Schiwon | 2011-08-25 | 2 | -2/+6 |
| | |||||
* | Added a Bookmarklet for the Bookmarks app | Arthur Schiwon | 2011-08-24 | 6 | -17/+99 |
| | |||||
* | check if tag is set, might not show bookmarks on some systems without doing so | Arthur Schiwon | 2011-08-24 | 1 | -1/+1 |
| | |||||
* | autoretrieve title and description after entering new url | Arthur Schiwon | 2011-08-23 | 1 | -0/+58 |
| | |||||
* | autoretrieve title and description after entering new url | Arthur Schiwon | 2011-08-23 | 1 | -0/+14 |
| | |||||
* | Bookmarks DB structure change, description is optional | Arthur Schiwon | 2011-08-23 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | * Use encodeEntities() function to check input | Golnaz Nilieh | 2011-08-19 | 2 | -27/+33 |
| | | | | * Separate tags by space | ||||
* | Show new bookmark in the list after insertion, And hide it after deletion. | Golnaz Nilieh | 2011-08-19 | 1 | -3/+20 |
| | |||||
* | really open website after click | Arthur Schiwon | 2011-08-16 | 1 | -1/+0 |
| | |||||
* | gain compatibility with sqlite3 | Arthur Schiwon | 2011-08-16 | 2 | -3/+20 |
| | |||||
* | fix database layout for sqlite3 | Arthur Schiwon | 2011-08-16 | 1 | -1/+1 |
| | |||||
* | wording fix for bookmarks | Jan-Christoph Borchardt | 2011-08-16 | 1 | -5/+5 |
| | |||||
* | initial commit of Bookmarks App | Arthur Schiwon | 2011-08-15 | 12 | -0/+613 |