summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use json for migration dataTom Needham2012-03-031-48/+50
| |
* | Udpdate bookmarks migration provider. App version included in export.Tom Needham2012-03-031-1/+1
| |
* | Update bookmarks migration provider.Tom Needham2012-03-031-5/+63
| |
* | Fix merge conflictTom Needham2012-03-0216-210/+165
|\|
| * Search: Change provider registration to class name, for lazy loading of ↵Bart Visscher2012-03-012-6/+4
| | | | | | | | search providers
| * Bookmarks: fix loading and displaying of the bookmarksBart Visscher2012-03-012-4/+19
| |
| * bookmarklets should not look like buttonsAlessandro Cosentino2012-02-271-1/+1
| |
| * 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
| |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud into migrationTom Needham2012-02-102-27/+36
|\|
| * 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
| |
* | Updated Migrate_provider bookmakr implementationTom Needham2012-02-031-8/+6
| |
* | load bookmarks provider classTom Needham2012-02-031-0/+1
| |
* | more commenting out for debugging, added logging commandsTom Needham2012-02-032-11/+12
| |
* | Initial migration code, and basic export for bookmarksTom Needham2012-02-031-0/+18
|/
* 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>