1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-02-22 19:54:24 +01:00

11 Commits

Author SHA1 Message Date
Arthur Schiwon
5dd9ce0c28
Fix overwrite of bookmarks when importing links without URL 2016-08-07 12:42:16 +02:00
Arthur Schiwon
45fab84796
backport of #240
use parse_url to verify dn, because filter_var has issues with special chars

Add test on adding bookmark with URL containing umlaut

Does not relate to this issue (different code path, not covered by tests
yet), but still it is a good addition.
2016-04-24 17:45:35 +02:00
HuidaeCho
5663aeb7af
renameTag SQL bugfix 2016-04-16 23:00:20 +02:00
Shikiryu
cb243a8667 Backport of #173 (Reintroduce tags and fix editing existing entries)
Adding tags in bookmarklet, fix #127

Update for existing bookmark : now gets existing associated tags, fix #127

add tagit

fix updating of bookmarks via bookmarklet
2015-07-21 00:21:12 +02:00
udera
05bfe47d46 Backport of #129 to stable8
remove fixed “oc_”-prefix.

more ticks
2015-04-20 13:18:14 +02:00
Lukas Reschke
09d0002622 Sanitize exported file properly 2015-02-02 14:02:42 +01:00
ganomi
0bcb107bd2 Merge pull request #109 from owncloud/FixAmazon
Fix handling of website encoding.
2014-12-27 08:03:00 +01:00
ganomi
548d0252ab Fix handling of website encoding.
Exemplary case was Amazon.de which does not have UTF-8 Encoding.
2014-12-26 21:33:25 +01:00
ganomi
46d5836da3 Fix public api when querying with no filter
add test for the case
2014-12-26 19:51:28 +01:00
TtuxX
a35e9d9c39 Remove the bookmark tags display limit
Set the limit from 10 (original default value) to -1 (load all the tags you ever created)
2014-12-09 00:19:08 +01:00
ganomi
ae81b9dcd2 This is a refactored / rewritten version of the bookmarks app using the app frameworks design and controller features.
Dependency Injection for user and db is used througout the controllers
The Routing features a consistent rest api
The Routing provides some legacy routes, so that for exampe the Android Bookmarks App still works.

There is a publicly available api that provides access to bookmarks per user.
(This is usefull in connection with the WP Plugin https://github.com/mario-nolte/oc2wp-bookmarks)
2014-11-26 12:24:18 +01:00