1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00
Commit Graph

127 Commits

Author SHA1 Message Date
Arthur Schiwon
f27723369f js cleanup: refactor addBookmark functionality 2015-12-22 23:21:53 +01:00
Arthur Schiwon
b58c90249b js cleanup: remove settings related code from bookmarks.js 2015-12-22 13:14:15 +01:00
Arthur Schiwon
0adbc2b1cf js cleanup: initialize stuff in new OCA.Bookmarks.App, replace first init runs and functions in bookmarks.js 2015-12-22 01:48:45 +01:00
Arthur Schiwon
4ecd7885ea introduce clean javascript, preperations 2015-12-20 22:00:17 +01:00
Arthur Schiwon
fc5291d3e7 sidebar with tags 2015-12-18 00:24:59 +01:00
Arthur Schiwon
74eb8a0848 fix updating of bookmarks via bookmarklet 2015-07-14 14:25:18 +02:00
Shikiryu
15c5c50a77 add tagit 2015-07-14 14:25:18 +02:00
Shikiryu
518b7644af Update for existing bookmark : now gets existing associated tags, fix #127 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
Oliver Kohl D.Sc.
c522347d2c Undifined index
This prevents the undefined index notice to show up in the log.
2015-03-11 13:58:38 +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
Lukas Reschke
f9bc84916d Merge pull request #98 from owncloud/check-requesttoken-for-import
Add requesttoken
2014-11-05 17:16:59 +01:00
Lukas Reschke
a64eeddfdd Ensure that URL is always HTTP:// or HTTPS:// 2014-11-05 10:08:04 +01:00
Lukas Reschke
aa2d32eb61 Add requesttoken 2014-11-05 09:56:22 +01:00
Michael Kuhn
7cbb92971e Add rel="noreferrer" to links. 2014-07-17 21:30:13 +02:00
Constanze
433c015450 renamed "read later", fixed #56 2013-11-14 16:27:37 +01:00
Jan-Christoph Borchardt
52a03faa5d separate Save and Cancel buttons, emphasize Save 2013-10-12 08:43:27 +02:00
Jan-Christoph Borchardt
df86da033e use SVG icon instead of PNG by default 2013-10-12 08:30:46 +02:00
Brice Maron
57d009f22d Correct Title in bookmarklet 2013-06-27 23:10:53 +02:00
Lukas Reschke
2ffc1ff036 Escape HTML 2013-04-23 00:51:33 +03:00
Brice Maron
f6ac356afb Quick fix js tpl tag delimiter. waiting for a better solution
Fix #6
2013-04-15 23:11:50 +02:00
Lukas Reschke
9f1f349d8a Escape the tag 2013-03-15 12:45:44 +01:00
Brice Maron
0badbd76b9 Bookmark: resolving Style issues fix #653 2013-03-02 15:42:54 +01:00
Lukas Reschke
0174fea203 [bookmarks] From echo to p 2013-02-28 00:01:59 +01:00
Raghu Nayyar
9c483bb58d Merge pull request #541 from owncloud/bookmark-style-fixes
Edit Button Loads besides the title than a fixed distance.
2013-02-19 02:46:02 -08:00
Brice Maron
4604f72109 Bookmark: Disable Export if no bookmark is present ref owncloud/apps#559 2013-02-17 22:45:57 +01:00
raghunayyar
b606420e9b Bookmarks #leftcontent style fix
Makes the Settings button analogous to the contacts app settings
button, uniformity between apps.
2013-02-12 18:25:29 +05:30
raghunayyar
48f2f8d1fd More Indentation Errors in js_tpl.php 2013-02-08 15:38:20 +05:30
raghunayyar
c04e72abfe Initial Commit for Style Fixing in Bookmark Edit Button.
The button loads in a new line on hover, check.
2013-02-08 15:08:36 +05:30
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
Lukas Reschke
654139c122 Use escapeHTML instead of encodeEntities 2013-01-15 10:28:02 +01:00
raghunayyar
853fbcf4d2 Relative lengths of Bookmark Elements.
Tried my best that no overlapping happs for larger widths, removed the
second edit button too.
2012-11-22 20:04:41 +00:00
raghunayyar
618eb1fde3 Title and description if long gets hidden, edit button works fine. 2012-11-22 20:04:41 +00:00
raghunayyar
7d254f156e Bookmark List UX Changed
Removed the link, orientation of the description and tags changed.
2012-11-22 20:04:41 +00:00
Brice Maron
1bbf5315aa Bookmark Restore tag filtering function 2012-11-08 20:44:07 +00:00
Brice Maron
c65d3cfa77 Bookmark: Fix non closing tag pbm 2012-11-07 22:41:00 +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
Brice Maron
9ad3ff5a95 Bookmark: Quick indent style fix 2012-11-06 21:37:48 +00:00
raghunayyar
4b7fd9ab1d Fixes https://github.com/owncloud/apps/issues/143
The edit button come besides title + url
2012-11-06 21:28:55 +00:00
Brice Maron
2fc9a2beea Bookmark: couple of style fixes 2012-11-06 17:46:51 +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
a5880b7254 Bookmark: Remove url from hover when there is no title fix #141 2012-11-05 21:26:39 +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
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
f50e01a96b Bookmark: simplify settings and implement hide&show button. ref #51 2012-11-03 21:47:01 +00:00
Brice Maron
d0288a515e Bookmark: Fix style 2012-10-31 23:42:58 +00:00