Commit Graph

554 Commits

Author SHA1 Message Date
evilsocket
f07c947a23 updated screenshot 2018-06-20 17:29:23 +02:00
evilsocket
16d8bb6c4e Releasing v1.2.1 v1.2.1 2018-05-13 15:45:14 +02:00
evilsocket
2db675d182 misc: small fix or general refactoring i did not bother commenting 2018-05-13 15:44:44 +02:00
evilsocket
2bc12d3ef5 using mobilewrapper for downloads if available 2018-05-13 15:30:45 +02:00
Simone Margaritelli
a5bf999efc Merge pull request #139 from maximeborges/master
Fix SRC_PATH in install command from Makefile
2018-05-03 12:08:06 +02:00
Maxime BORGES
e3f68a870c Fix in from Makefile 2018-05-02 23:39:27 +02:00
Simone Margaritelli
658aae7052 Releasing v1.2.0 v1.2.0 2018-04-18 01:45:58 +02:00
evilsocket
bf160e49b8 implemented copy&move of a record to another store (closes #134) 2018-04-18 01:44:27 +02:00
Simone Margaritelli
ee3aa2bb2d Releasing v1.1.13 v1.1.13 2018-04-17 23:46:04 +02:00
evilsocket
84c7382baa fix: handling notification exceptions on Android 2018-04-17 23:31:49 +02:00
evilsocket
a3378962d4 fixes a bug in the HTML field popovers (fixes #138) 2018-04-17 23:25:18 +02:00
Simone Margaritelli
4fe6feea3a Releasing v1.1.12 v1.1.12 2018-04-01 17:51:27 +02:00
evilsocket
f86ee515b1 fix: updated summernote to 0.8.10 (fixes #135) 2018-04-01 17:48:19 +02:00
evilsocket
ee87cba41f fix: fixed copy/paste on iOS 2018-04-01 17:45:33 +02:00
Simone Margaritelli
156fc9fbad Releasing v1.1.11 v1.1.11 2018-02-09 18:35:25 +01:00
Simone Margaritelli
8e3f33e4c8 Merge pull request #137 from mulander/mulander-text-html-escape
Fix #136 remove html escape from the text widget
2018-02-09 18:34:27 +01:00
mulander
33663f80b1 Fix #136 remove html escape from the text widget
Issue #126 incorrectly stated that the text widget was susceptible to HTML injection,
re-testing on version v1.1.9 confirmed it to not be the case. 

Saving/Re-saving HTML escaped content of the editable div caused further deterioration of the input as it gets re-escaped again and stored modified.
2018-02-09 18:27:53 +01:00
Simone Margaritelli
c8efb27a16 Releasing v1.1.10 v1.1.10 2018-02-07 14:11:30 +01:00
evilsocket
502aed73ad fix: fixing summernote editor issue with undo command ( fixes #130 ). 2018-02-07 14:07:11 +01:00
evilsocket
1a6036dff1 fix: updated summernote library to v0.8.9 2018-02-07 14:03:33 +01:00
evilsocket
5fb8b135e2 fix: clear entry value when cloned from a registered type ( fixes #131 ) 2018-02-07 13:55:34 +01:00
evilsocket
7a2c7d293d fix: escaping values before renderding them ( fixes #126 and #128 ) 2018-02-07 12:49:12 +01:00
Simone Margaritelli
274e1693c5 Releasing v1.1.9 v1.1.9 2018-01-04 15:51:56 +01:00
evilsocket
3fb950e817 fix: fixed password strength bar 2018-01-04 15:51:17 +01:00
Simone Margaritelli
ed139b0623 Merge pull request #117 from jemacom/master
Adding more test for config package
2017-12-30 12:25:18 +01:00
Simone Margaritelli
77798282c4 Merge pull request #118 from dadav/fix_isfolder
fix: fixed utils.IsFolder
2017-12-30 12:24:30 +01:00
Daniel D
0b6ebee276 Update path.go 2017-12-29 17:37:11 +00:00
dadav
0616c1f450 fixed IsFolder 2017-12-29 10:37:50 +01:00
jemacom
73e546c621 Fixing: golint command not found 2017-12-28 19:02:49 +01:00
jemacom
a81d8e4a7a Update make command 2017-12-28 19:02:15 +01:00
evilsocket
7de8a5ab95 refact: minor optimization of db.LoadIndex 2017-12-28 17:37:45 +01:00
evilsocket
dc5393c178 fix: closing the input file descriptor during import. 2017-12-28 17:34:34 +01:00
evilsocket
1154a15b26 fix: fixed race condition in the export function. 2017-12-28 17:29:11 +01:00
jemacom
e429193ea2 Merge branch 'master' of https://github.com/evilsocket/arc 2017-12-28 17:25:56 +01:00
jemacom
6904ec3ebe Using struct based test for Auth and HashPassword func 2017-12-28 17:25:39 +01:00
evilsocket
322d798970 refact: refactored app package to use utils package. 2017-12-28 17:23:09 +01:00
evilsocket
7ad5f4e647 refact: minor refactoring and optimizations of the updater package. 2017-12-28 17:14:53 +01:00
jemacom
02d4bab51f Keep secret config empty 2017-12-28 16:31:53 +01:00
jemacom
5d50850901 Merge branch 'master' of https://github.com/evilsocket/arc 2017-12-28 15:39:39 +01:00
jemacom
144a294ba3 Adding comments for config funcs and fixing the Auth test 2017-12-27 17:48:50 +01:00
evilsocket
8d048ccfc5 refact: minor refactoring of configuration sub classes 2017-12-27 12:50:21 +01:00
evilsocket
f53d72f7c1 fix: typo 2017-12-27 12:13:33 +01:00
evilsocket
300431dbbb Merge branch 'master' of github.com:evilsocket/arc 2017-12-27 12:11:09 +01:00
Simone Margaritelli
cf6a5e619b Merge pull request #116 from jemacom/master
docs: adding more tests for utils package
2017-12-27 11:39:58 +01:00
evilsocket
68c07976f5 refact: preparing pgp package for encrypted backups 2017-12-26 14:41:15 +01:00
jemacom
4c5a703fc5 Merge branch 'master' of https://github.com/evilsocket/arc 2017-12-25 16:58:47 +01:00
jemacom
043d4e305b Add tests for path and json 2017-12-25 16:57:21 +01:00
jemacom
f8893312cc Fix ExpandPath to replace only one ~ 2017-12-25 16:56:55 +01:00
jemacom
30fa29846f Add comments for errors functions 2017-12-25 16:56:00 +01:00
jemacom
d3c1b84b26 Add tests for InSlice func 2017-12-25 15:04:33 +01:00