Commit Graph

856 Commits

Author SHA1 Message Date
Arun Prakash Jana
0fec5dece3
Add icon in page. [skip ci] 2016-06-04 06:02:38 +05:30
Arun Prakash Jana
e550850b8a
Remove 3.2 builds from Travis. 2016-06-04 05:54:01 +05:30
Arun Prakash Jana
ccebb67a0e
Use + instead of extend(). 2016-06-04 05:52:16 +05:30
Arun Prakash Jana
aa9ddc86e1 Merge pull request #38 from poikjhn/tests
Initial travis integration + two more tests
2016-06-04 05:44:43 +05:30
poikjhn
7b87917e86 adding two more tests 2016-06-04 01:18:54 +02:00
poikjhn
aeb5503013 fixing tests path in .travis.yml 2016-06-03 18:19:29 +02:00
poikjhn
89e6467d74 travis integration for tests 2016-06-03 17:58:41 +02:00
Arun Prakash Jana
546c075729 Merge pull request #37 from carnager/master
Use tab delimiter for -f N
2016-06-03 08:03:21 +05:30
Rasmus Steinke
7a47910611 Use tab delimiter for -f N 2016-06-02 22:46:05 +02:00
Arun Prakash Jana
4bfc310ac4
return if not a fatal error. 2016-06-02 23:52:36 +05:30
Arun Prakash Jana
d3abd6b692
Do not show empty fields of bookmarks. 2016-06-02 22:56:37 +05:30
Arun Prakash Jana
47c480b9b2
Bump version. 2016-06-02 21:15:07 +05:30
Arun Prakash Jana
30bd0ad5e8
Implement export, add option -m for merge. 2016-06-02 21:12:19 +05:30
Arun Prakash Jana
c54d3112ab
Optimize print_record, show all fields. 2016-06-02 18:23:54 +05:30
Arun Prakash Jana
586992a5ac Modify API name.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
2016-06-02 11:08:14 +05:30
Arun Prakash Jana
c11e419082 Merge pull request #34 from poikjhn/tests
Rebuilding tests
2016-06-02 11:03:13 +05:30
poikjhn
9a614ae066 Merge branch 'master' into tests 2016-06-02 02:31:40 +02:00
poikjhn
fe2b40be2f readability, minor changes 2016-06-02 02:28:31 +02:00
Arun Prakash Jana
237f8857bc
class BukuCrypt for encrypt and decrypt functions.
Nasty hack, but saves ~100ms. Given that encrypt/decrypt need
to be done manually, late loading doesn't seem outrageous here.
2016-06-01 22:29:42 +05:30
Arun Prakash Jana
219304cc68
open html import file in read-only mode. 2016-06-01 18:50:54 +05:30
Arun Prakash Jana
e89459f891
import_bookmark: handle exception with file open, close file. 2016-06-01 17:44:29 +05:30
Arun Prakash Jana
8607d54258
Late commit (write once) in case of merge bookmark. 2016-06-01 17:32:26 +05:30
Arun Prakash Jana
8600b06c76 Merge pull request #35 from asergi/cryptography
Switch from PyCrypto to cryptography
2016-06-01 17:18:54 +05:30
Alessio Sergi
dc0b73ef0a Switch from PyCrypto to cryptography
PyCrypto is no longer maintained. Cryptography is an actively
developed library that provides cryptographic recipes and primitives.
See https://cryptography.io/.
2016-06-01 12:20:40 +02:00
Arun Prakash Jana
9d2a0cbd0f
Late commit (write once) in case of import bookmark. 2016-06-01 15:05:33 +05:30
Arun Prakash Jana
db816fb93d Merge pull request #33 from asergi/urandom
Use system RNG in crypto
2016-06-01 12:00:58 +05:30
Arun Prakash Jana
440bb512f7
Abort refreshdb() early if interrupted (SIGINT). 2016-06-01 11:40:12 +05:30
Arun Prakash Jana
7957a29e31
One commit sufficient for multiple updates.
ASC is the default.
Revert timeout to 30 secs.
2016-06-01 08:18:39 +05:30
poikjhn
d1f3ee993d rebuilding test_add_and_retrieve_bookmark
adding get_bookmark_by_id
2016-06-01 03:33:20 +02:00
poikjhn
a8d66282c4 minor changes 2016-06-01 00:11:03 +02:00
Alessio Sergi
2c4c95b40e Use system RNG in crypto
See https://cryptography.io/en/latest/random-numbers/.
2016-05-31 23:51:47 +02:00
Arun Prakash Jana
fef2775941
A more robust parse_args(). 2016-06-01 03:10:51 +05:30
Arun Prakash Jana
c0c26fa6a1
Remove append, huge optimization in list_tags. 2016-06-01 02:30:34 +05:30
Arun Prakash Jana
411ed0ac09
string concat optimization and other minor changes. 2016-06-01 00:20:46 +05:30
Arun Prakash Jana
ad802737bc Merge pull request #32 from asergi/flake8
Flake8 fixes
2016-05-31 23:50:37 +05:30
Alessio Sergi
961f8c97ae Flake8 fixes 2016-05-31 19:39:34 +02:00
Arun Prakash Jana
187f02161d
Add Mentions section. 2016-05-31 21:51:34 +05:30
Arun Prakash Jana
7be4af7277 Update help.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
2016-05-31 11:23:01 +05:30
Arun Prakash Jana
b9716df0cd Update features.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
2016-05-30 15:02:36 +05:30
Arun Prakash Jana
c0b0329e48 Update README.md 2016-05-30 12:31:16 +05:30
Arun Prakash Jana
f8c48d0415
Simplify tag parsing logic. No in-tag commas. 2016-05-30 07:48:59 +05:30
Arun Prakash Jana
2c4060ca88
Now we have a merge-able DB. 2016-05-29 21:14:58 +05:30
Arun Prakash Jana
359a5742d4
Move print to debug. 2016-05-29 21:10:15 +05:30
Arun Prakash Jana
7e5f057b3d
Update operational notes on tags.
Minor changes in printed messages.
Update features.
2016-05-29 20:44:43 +05:30
Arun Prakash Jana
391f9f6673
Replace string comma with DELIMITER. 2016-05-29 19:03:58 +05:30
Arun Prakash Jana
c6c4b8ea6e
Replace in-tag commas with spaces.
Operational note on tag delimiter.
2016-05-29 15:01:46 +05:30
Arun Prakash Jana
8556d61cf3
Update auto-completion files for --merge. 2016-05-29 14:12:50 +05:30
Arun Prakash Jana
3f1a268395
Help on --merge option. 2016-05-29 12:49:57 +05:30
Arun Prakash Jana
4ab8b43dd8
Wrap tags in commas in add_bookmark() if missing. 2016-05-29 12:49:57 +05:30
Arun Prakash Jana
612247ace7
Change order of arguments to update_bookmark(). 2016-05-29 12:15:07 +05:30