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

110 Commits

Author SHA1 Message Date
Tim
85050eaf50
Backport of #261 to stable9
Make tag filter bar visible

Full width tag filter bar

Ensure the tag filter bar is as large as the one for adding bookmarks

Tags under filter search bar

Ensure the selected tags appear below the tags filter search bar.

Update bookmarks.css
2016-08-07 22:59:44 +02:00
Tim McIver
c1b50fd0ce Per PR suggestion added a dialog indicating that bookmark was successfully
saved which closes after one second.
2015-11-05 19:15:23 +01:00
Tim McIver
f67dc417c3 Prevent dialog stating "Bookmark added. You can close the window now." from
displaying when creating a bookmark using bookmarklet. Addresses issue 136.
2015-11-05 19:15:23 +01:00
Arthur Schiwon
74eb8a0848 fix updating of bookmarks via bookmarklet 2015-07-14 14:25:18 +02:00
Shikiryu
52ec490ad4 Adding tags in bookmarklet, fix #127 2015-07-14 14:25:18 +02:00
Jan-Christoph Borchardt
4264783f66 use proper inline style for bookmark add button and feedback 2015-07-10 14:26:22 +02: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
Lukas Reschke
a64eeddfdd Ensure that URL is always HTTP:// or HTTPS:// 2014-11-05 10:08:04 +01:00
Volkan Gezer
6b08a50d7d fix untranslated items 2014-06-12 18:20:28 +02:00
Brice Maron
3f3774123c Fix Null titles and title with quotes from backend request fix #18 2013-06-28 23:55:52 +02:00
Brice Maron
4156a5caae Refresh Bm list after import fix #808 2013-03-19 22:26:16 +01:00
Brice Maron
cd79eac477 Bookmark: Correct JS and import functions 2013-02-19 00:04:29 +01:00
Brice Maron
4604f72109 Bookmark: Disable Export if no bookmark is present ref owncloud/apps#559 2013-02-17 22:45:57 +01:00
Bernhard Posselt
820e329654 test 2013-02-07 00:33:47 +01:00
Lukas Reschke
e1a50b1737 Move inline JS to external file 2013-01-22 20:44:40 +01:00
Brice Maron
a82bd45f26 [Bookmark] Avoid duplicate BM, refresh old one if already exists. fix #160 2013-01-16 22:47:26 +00:00
Lukas Reschke
654139c122 Use escapeHTML instead of encodeEntities 2013-01-15 10:28:02 +01:00
Brice Maron
046b6dff47 Fix unbinding of event , thanks to tanghus 2012-11-22 18:21:43 +00:00
Brice Maron
e78fc2baa0 Bookmark: Display bmlet if there is not bookmarks yet fix #136 2012-11-06 23:52:14 +00:00
Brice Maron
85ba9207d8 Bookmark: Remove top control bar and few others. fix #162 2012-11-06 23:06:07 +00:00
Raghu Nayyar
58fbba8a3f Update bookmarks/js/bookmarks.js
Removed trailing comma
2012-11-07 03:19:58 +05:30
Brice Maron
2462d34a42 Bookmark: Remove depr. function fillWindow, ref #73
Thanks Raydiation for the hint
2012-11-06 21:05:45 +00:00
Brice Maron
4b4f5df22f Bookmark: Smoother first animation for settings and close on click outside.
Should re fix #51
2012-11-05 22:53:46 +00:00
Brice Maron
f8e3a0c2e7 Remove sliding panel feature and old dead code fix #137 2012-11-05 21:22:42 +00:00
Brice Maron
8d69711a08 Bookmark: prevent adding empty bookmarks fix #149 2012-11-05 21:12:00 +00:00
Brice Maron
20a779eea9 Bookmark: Remove empty message when there is new bookmark fix #138 2012-11-05 20:48:28 +00:00
Brice Maron
eefac414f5 Bookmark: Fetch title for bookmark added from interface ref #145 2012-11-05 20:34:09 +00:00
Brice Maron
193aade77b Allow adding bookmark with enter fix #139 2012-11-04 22:55:03 +00:00
Brice Maron
3b4c5d05e4 Bookmark: Fix some little settings pbms fix #51 2012-11-04 22:47:27 +00:00
Brice Maron
f50e01a96b Bookmark: simplify settings and implement hide&show button. ref #51 2012-11-03 21:47:01 +00:00
Brice Maron
d81c83e65c Bookmark: Migrate setting into app fix #51 2012-10-31 21:31:43 +00:00
Brice Maron
e5a2f1f612 Correct url for bookmark loading 2012-10-29 20:17:17 +00:00
Brice Maron
678073e2a7 Put some js html constructions in a template file for bookmarks 2012-10-21 11:37:30 +00:00
Brice Maron
84cb325822 Correct js pbm and small style fix 2012-10-11 19:45:05 +00:00
Brice Maron
4405797476 [Bookmark] Move things to 3rd party folder 2012-10-10 19:17:40 +00:00
Brice Maron
e75a0174a7 Correct remove tag filtering problem 2012-09-02 22:09:12 +00:00
Brice Maron
887fdb9650 Fix tag-it for double event trigger on autocomplete. Apply tag-it PR: 41 2012-09-02 20:54:42 +00:00
Brice Maron
43399c35b3 Remove duplicated tag-it lib 2012-09-02 19:51:49 +00:00
Brice Maron
8fde82f956 Only edit 1 bookmark at the time 2012-09-02 15:53:33 +00:00
Brice Maron
19925df098 Almost working in inline bookmark edit/add. 2012-09-02 15:18:36 +00:00
Brice Maron
18372c5220 First step^of removing the popup. Adding js templating and inline editing of bookmark 2012-09-01 14:18:39 +00:00
Brice Maron
69092b75ca Fix non closing dialog 2012-08-30 21:25:13 +00:00
Brice Maron
269e09ff9e Add Url input to control bar 2012-08-30 21:25:05 +00:00
Brice Maron
bb04e46bed Remove not really working is_public / sharing things 2012-08-30 21:24:39 +00:00
Brice Maron
b5c0cd7853 Correct string typo 2012-08-30 21:24:36 +00:00
Brice Maron
f79469063c Remove labels to use placeholders instead. Remove r-o url 2012-08-30 21:24:07 +00:00
Brice Maron
398daa7e9f Correct Sidebar and renaming events for tags 2012-08-30 21:22:22 +00:00
Brice Maron
efed5b1979 Rework Slide panel style... much smoother now 2012-08-30 21:21:58 +00:00
Brice Maron
811a863ef7 Hide also the delete action on rename tag. focus on input 2012-08-30 21:21:39 +00:00
Brice Maron
1bf1ca39a2 Disable the possibilty to edit tag 2 times 2012-08-30 21:21:04 +00:00