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

81 Commits

Author SHA1 Message Date
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
Brice Maron
ef3bcfc969 Try to smooth panel animation for bookmarks 2012-08-30 21:05:03 +00:00
Brice Maron
a8a80ee043 Manage crsf protection in bookmark add popup 2012-08-30 21:04:53 +00:00
Brice Maron
5692e8904d Add Date to bookamrk list and fix some style pbms 2012-08-30 21:04:31 +00:00
Brice Maron
566055f4e6 manage placeholder for shot provider 2012-08-30 21:04:12 +00:00
Brice Maron
0474b10893 Add possibility to remember the view and the sidebar status 2012-08-30 20:59:27 +00:00
Brice Maron
abf07d70d1 Add slider to colapse tag filter 2012-08-30 20:59:24 +00:00
Brice Maron
7ecfbe46a5 Avoid reloading related tags when changing pages 2012-08-30 20:58:36 +00:00
Brice Maron
c8ef4de201 Transform load of bookmart to GET request. Idempotent query 2012-08-30 20:56:13 +00:00
Brice Maron
de3d39f9bc Correct hide/show button for image view 2012-08-30 20:40:54 +00:00
Brice Maron
f568b64fcc Add first shot of Image view ... need more work 2012-08-30 20:40:50 +00:00
Brice Maron
bf925e0ab9 Re-add load bookmark at scrolling 2012-08-30 20:35:40 +00:00
Brice Maron
e288f479cd Correct typo 2012-08-30 20:27:53 +00:00
Brice Maron
8817ea366a Add possibility to rename and delete tags 2012-08-30 20:27:34 +00:00
Brice Maron
ca750e4d6b Fix in list tag filtering 2012-08-30 20:25:37 +00:00
Brice Maron
ce589e2fa7 Add possibility to add/edit bookmark 2012-08-30 20:24:46 +00:00
Brice Maron
d1fa11e936 First step for re-adding the Add button 2012-08-30 20:19:24 +00:00
Brice Maron
c156399c60 Add more tag filtering capabilities 2012-08-30 20:19:17 +00:00
Brice Maron
ca0fa16812 Next step for filter api for ajax 2012-08-30 20:19:09 +00:00
Brice Maron
c3e887078a First reworking of the bookmarks list 2012-08-30 20:13:29 +00:00
Brice Maron
68b87e3530 First Step of list view rework 2012-08-30 20:12:05 +00:00
Brice Maron
d163d70b92 Rework to have a working popup 2012-08-30 19:50:58 +00:00
Brice Maron
8d59e3b9f0 First version of Bookmark popup enhanced. Need more work 2012-08-30 19:50:40 +00:00
Lukas Reschke
17eaa533e9 Using POST instead of GET. 2012-06-11 11:56:11 +02:00
Michael Gapczynski
54dcc61123 Remove scroll to bookmarks_menu, no longer existent and the bookmark controls are always visible at the top anyways 2012-05-13 21:10:27 -04:00
Michael Gapczynski
58a4859ed3 Validate bookmark inputs, fixes bug oc-636 2012-05-13 16:58:47 -04:00
Brice Maron
756c03d8ef Try to correct query string url for search in bookmark 2012-05-08 16:22:35 +00:00
Bart Visscher
f23ff751b2 Bookmarks: Move delete code to Bookmarks class, also change to use id 2012-05-03 17:33:57 +02:00
Georg Ehrke
b4b018b544 bookmarks app seems to work now :) 2012-04-25 21:20:06 +02:00
Arthur Schiwon
349597c8b7 Bookmarks: handle input with & and ?, fixes oc-201 2012-04-15 15:53:40 +02:00