summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks
Commit message (Collapse)AuthorAgeFilesLines
* Editor fixed.Marvin Thomas Rabe2012-02-232-4/+4
|
* Little bookmark improvementMarvin Thomas Rabe2012-02-222-1/+4
|
* Changed textMarvin Thomas Rabe2012-02-221-1/+1
|
* Changed bookmarklet to read later widgetMarvin Thomas Rabe2012-02-226-68/+72
|
* No bookmarks message will now show up if all bookmarks are deltedMarvin Thomas Rabe2012-02-221-3/+6
|
* Updated bookmark formMarvin Thomas Rabe2012-02-223-30/+8
|
* changed look of bookmarkletMarvin Thomas Rabe2012-02-223-10/+8
|
* sharing code between the two bookmarkletsAlessandro Cosentino2012-02-224-18/+18
|
* Removed redundant code.Marvin Thomas Rabe2012-02-2212-109/+22
|
* Bookmarklet Window closes itself after submit.Marvin Thomas Rabe2012-02-221-1/+1
|
* UI problems solved. Bookmarks app updated.Marvin Thomas Rabe2012-02-224-6/+14
|
* Bookmarks: uses the core action iconsBart Visscher2012-02-212-0/+0
|
* Added missing filesMarvin Thomas Rabe2012-02-212-0/+0
|
* Added bookmarklet for browser. Inspired by Google BookmarksAlessandro Cosentino2012-02-193-3/+21
|
* Bookmarks: Fix image urls in bookmarks.jsBart Visscher2012-02-171-3/+19
|
* Use separate function to make absolute urlsBart Visscher2012-02-171-1/+1
|
* removing console error in safari for bookmarksBartek Przybylski2012-02-031-1/+1
|
* Bookmark layout updatedMarvin Thomas Rabe2012-02-012-7/+21
|
* Bookmark layout updatedMarvin Thomas Rabe2012-02-012-21/+16
|
* fix javascriptDavid Iwanowitsch2012-02-011-1/+1
|
* Added searchprovider for bookmarks, initial l10n support for bookmark pluginDavid Iwanowitsch2012-02-016-56/+205
| | | | moved some code from updateList.php to bookmarks.php, to make it reusable
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-1/+4
|
* Add sequence name in insertid to be more portableBrice Maron2011-10-291-7/+1
|
* Disable loading non-existing settings script in bookmark appBart Visscher2011-10-271-1/+1
|
* Tweak bookmarklet to not change the current page. Correct encoding when add ↵Brice Maron2011-10-182-3/+3
| | | | bookmark
* Fix bookmark listing with mysql: limit is binded as string.Brice Maron2011-10-171-2/+2
|
* Fix bookmarks app to work with postgresql.Brice Maron2011-10-163-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 variableFlorian Pritz2011-10-081-2/+0
| | | | | | | This is not needed anymore since commit 6b64aa3faf1e94a2fc2a1e98b35418d35b73ab22. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* apps/bookmarks: follow redirects when fetching titleFlorian Pritz2011-10-081-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 Rabe2011-10-0811-105/+41
|
* added missing filesMarvin Thomas Rabe2011-10-082-0/+27
|
* moved bookmarklet to personal. username must be provided when adding a new user.Marvin Thomas Rabe2011-10-082-21/+16
|
* fix add bookmark bug.Weng Xuetian2011-10-031-4/+4
|
* bookmarks are now translatableMarvin Thomas Rabe2011-10-012-21/+18
|
* Check if the application is actually enabledBart Visscher2011-09-308-0/+8
|
* Use OC_JSON for json responsesBart Visscher2011-09-256-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_contentsFlorian Pritz2011-09-241-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 emptyFlorian Pritz2011-09-241-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_UtilBart Visscher2011-09-182-10/+4
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Add link and other edit information to newly added bookmarks.Golnaz Nilieh2011-09-132-3/+8
|
* Add support of editing bookmarks.Golnaz Nilieh2011-09-134-25/+161
|
* Use OC_Helper::linkTo also for absolute urls.Bart Visscher2011-09-091-1/+1
| | | | One central place to check for https.
* Use an animated gif in add-bookmark form, while fetching metadata.Golnaz Nilieh2011-09-063-3/+13
|
* Don't clear bookmark description field, If it is empty in bookmark metadata.Golnaz Nilieh2011-09-061-1/+3
|
* fix: links with parameters get cut off at &Arthur Schiwon2011-08-258-10/+10
|
* fix: URLs without protocol are now linked to via HTTPArthur Schiwon2011-08-254-3/+12
|
* Make bookmarks sortable by clicksArthur Schiwon2011-08-254-3/+53
|
* Make appeareance of the bookmarklet a bit nicer, still room for improvement leftArthur Schiwon2011-08-252-2/+6
|
* Added a Bookmarklet for the Bookmarks appArthur Schiwon2011-08-246-17/+99
|
* check if tag is set, might not show bookmarks on some systems without doing soArthur Schiwon2011-08-241-1/+1
|