4b5059bfc4
Batch tagging (first pass but working).
...
Search will now look in bookmarks addresses too.
Some bugfixes.
2015-09-20 05:49:33 +02:00
e567e30ce0
Separate Netscape bookmark parser and add a license header.
2015-09-18 20:19:37 +02:00
0600f02a13
Shoulder surfing protection with new default option. Enabled only
...
for logged users as we use logged user's tags to decide what
should be hidden. Tags linked to the tag defined in the
configuration, associated bookmarks, relevant links and
"last searches" block will be hidden. Hidden state is active
unless disabled by clicking on the top right button :
require user's password. This setting is remembered by
a session cookie.
2015-09-18 19:53:21 +02:00
02185ad7e4
Merge branch 'yohan' into HEAD
...
Conflicts:
www/bookmarks.php
www/importNetscape.php
Successful merging.
2015-09-13 04:52:16 +02:00
7699c685e6
Better import for XML bookmark file.
...
Support for adding multiple bookmarks at once with my modified Firefox's Scuttle plugin.
2015-09-13 03:33:39 +02:00
Christian Weiske
11e56e5861
Integrate Firefox Social API for bookmarking
2015-01-21 22:05:12 +01:00
Christian Weiske
6b3f1d4bb5
Add support for phancap website thumbnailer.
...
Drop support for artviper, since their service is gone.
2014-04-23 23:12:55 +02:00
David Glenck
0a5eed2dd3
add option to get last modified date instead of creation date
2014-03-26 22:15:09 +01:00
David Glenck
49f1259c42
add status attribute to post in all relevant api functions
2014-01-16 21:07:17 +01:00
Christian Weiske
69596125d7
Fix E_STRICT error: we explicitely have to cast resources to (int)
2013-03-21 18:09:37 +01:00
Christian Weiske
85e2ccd942
remove php4-style object reference passing #2
2013-03-20 20:00:25 +01:00
Christian Weiske
530e0c0541
get rid of deprecated eregi function and fix replacement
2013-03-18 22:30:12 +01:00
Christian Weiske
0a040e2134
Fix bug #109 : preserve privacy setting from Delicious export files.
...
Thanks for David Glenck for the initial version of this patch.
2013-03-18 22:18:13 +01:00
James
6607747b37
Require that user type in two passwords and check they match when registering.
2012-10-28 10:29:40 +01:00
Christian Weiske
01b91b22f3
subtitle was escaped too often in http://bm.bogo/bookmarks/userb/userb-tag
2012-01-21 12:23:05 +01:00
Christian Weiske
335d6563b7
subtitle was escaped too often in http://bm.bogo/bookmarks/userb/userb-tag
2012-01-21 12:10:33 +01:00
Christian Weiske
d6d44c6cfa
Fix bug #3396727 : Title of http://lesscss.org/ not loaded
2012-01-20 22:04:10 +01:00
Christian Weiske
a9df65da08
Fix bug #3468293 : Delicious import does not preserve private links
2012-01-20 21:27:04 +01:00
Christian Weiske
22eaa812bf
Fix bug #3413459 : Thumbnails not in one line, thanks http://quirksmode.org/css/clearing.html for the CSS hint
2012-01-20 21:12:46 +01:00
Christian Weiske
f8b7d0243c
Fully fix bug #3463481 : use proper self URL, different page url
2012-01-20 15:03:29 +01:00
Christian Weiske
87f495d31b
Part of bug #3463481 : add guid to items
2012-01-20 14:58:16 +01:00
Christian Weiske
728d642563
Part of bug #3463481 : Add HTTP protocol to self URL in feed
2012-01-20 14:52:36 +01:00
Christian Weiske
d97b4589ad
Fix bug #3407728 : Can't delete users from admin page
2011-11-01 06:49:40 +01:00
Christian Weiske
e81599e437
Fix bug #3399815 : PHP error in opensearch API in 0.98.3
2011-11-01 06:41:25 +01:00
Christian Weiske
5d929ec8e0
Fix bug #3388219 : Incorrect URL when cancelling tag2tag-actions
2011-09-05 18:51:36 +02:00
Christian Weiske
7a82f3ef2d
revise bugfix of unescaped subtitle
2011-09-05 18:51:26 +02:00
Christian Weiske
cf4036104b
fix sioc export
2011-09-05 18:50:25 +02:00
Christian Weiske
dd29ad13eb
Fix bug #3382126 : Linked tags does not work for tags with spaces
2011-08-07 16:53:17 +02:00
Christian Weiske
587674b355
Fix bug #3385724 part 2: cancelling tag edit broken
2011-08-04 17:08:42 +02:00
Christian Weiske
ba6465e310
Fix bug #3375428 : Forgot to remove some old dojo files
2011-07-23 08:33:52 +02:00
Christian Weiske
90b6e65b11
escape feed links properly and fix some bugs in the feed link parameters
2011-06-27 23:03:31 +02:00
Christian Weiske
3d11286cbc
privatekey -> privateKey everywhere
2011-06-27 22:31:24 +02:00
Christian Weiske
dd34ad3407
fix E_NOTICE
2011-06-09 09:13:42 +02:00
Mark Pemberton
1dc33f4416
Refined rss feed description
2011-06-07 22:42:21 -04:00
Mark Pemberton
b628e63e01
Merge branch 'master' into privatekey2
...
Conflicts:
data/templates/default/bookmarks.tpl.php
2011-06-04 00:38:07 -04:00
Mark Pemberton
84e603aa91
Reverted changes of date() to gdate(), added tests to confirm existence of private RSS feed, and finalized changes to the user session usage with rss.php
2011-06-04 00:29:04 -04:00
Christian Weiske
5ba53394fc
implement request #1989987 : theme support. merge themes branch with --squash
2011-05-25 19:43:36 +02:00
Christian Weiske
74c72b5cab
check if the charset parameter really exists
2011-05-23 18:16:41 +02:00
Mark Pemberton
b105867e75
Merge branch 'master' into privatekey2
2011-05-21 21:38:25 -04:00
Mark Pemberton
e0149e24e2
Resolve some failed bookmark and tag tests
2011-05-21 14:36:29 -04:00
Mark Pemberton
920f7fc623
Updated PrivateKey to include Tag searches
2011-05-17 00:24:43 -04:00
Mark Pemberton
10214c43b5
Updated 'Generate New Key' button to use ajax if javascript enabled.
2011-05-16 00:35:31 -04:00
Mark Pemberton
6ed90e647a
Fixed sql commands where resources were not freed
2011-05-14 21:46:35 -04:00
Christian Weiske
8d29eaf349
CS
2011-05-14 10:30:43 +02:00
Christian Weiske
01f21995dd
fix google custom search xml
2011-05-14 10:30:01 +02:00
Christian Weiske
81714ab878
make custom search more valid html
2011-05-14 10:26:38 +02:00
Christian Weiske
e616b19304
proper status code when gsearch is deactivated
2011-05-14 10:18:46 +02:00
Mark Pemberton
ec345f7a13
new privatekey2 branch with privatekey changes
2011-05-13 14:26:51 -04:00
Christian Weiske
803b83fb7d
Merge branch 'master' into ssl-client-certs
2011-05-13 06:57:54 +02:00
Christian Weiske
88d7b9631b
Merge branch 'master' into configurable-privacy2
2011-05-12 19:25:03 +02:00