636 Commits

Author SHA1 Message Date
evilsocket
ab01a6404c fix: KISS 2017-12-19 23:03:01 +01:00
evilsocket
57bae622de fix: fixed dumb error in Makefile 2017-12-19 22:53:16 +01:00
evilsocket
a5ad37a22d fix: giving arcd capabilities to bind to privileged ports without root while installing 2017-12-19 22:14:09 +01:00
evilsocket
9468bc4c8a fix: installing the webui in /share/arc instead of /bin 2017-12-19 22:11:39 +01:00
evilsocket
57f07d49ae docs: addded issue template for github 2017-12-19 19:45:14 +01:00
evilsocket
b5fc42d056 Merge branch 'master' of github.com:evilsocket/arc 2017-12-19 19:26:51 +01:00
evilsocket
70342b1d5a new: added my RPi update script. 2017-12-19 19:26:40 +01:00
Simone Margaritelli
b97b5a164a Releasing v1.0.9 v1.0.9 2017-12-19 18:11:04 +01:00
evilsocket
964b155c9d fix: readme edits 2017-12-19 08:54:00 +01:00
evilsocket
3f3d3d4ccf new: implemented totp component for 2fa 2017-12-19 08:48:18 +01:00
evilsocket
5106348c29 Merge branch 'master' of github.com:evilsocket/arc 2017-12-19 06:57:36 +01:00
evilsocket
3febee570e fix: fixed a bug which caused wrong compression speed to be reported (closes #106) 2017-12-19 06:57:21 +01:00
Simone Margaritelli
729f4247cc Releasing v1.0.8 v1.0.8 2017-12-19 06:45:39 +01:00
evilsocket
0507f12d09 fix: fixed the configuration json in the readme 2017-12-19 06:31:39 +01:00
evilsocket
7981c1eca4 fix: fixed a null output when mime is not set. 2017-12-19 06:30:21 +01:00
evilsocket
664d001a88 fix: reporting events as informative logs 2017-12-19 06:30:04 +01:00
evilsocket
659f86e0ee refact: removed some logs 2017-12-19 06:22:07 +01:00
evilsocket
496c20b643 fix 2017-12-19 06:17:24 +01:00
evilsocket
1eb6cfbd20 new: added 'p' keyboard shortcut for pinned status toggling. 2017-12-19 06:12:50 +01:00
evilsocket
3badef93a7 fix: using max gzip compression level 2017-12-19 06:10:04 +01:00
evilsocket
39917e6ef2 new: logging average compression speed. 2017-12-19 06:07:37 +01:00
evilsocket
ca7fbbb0bd new: implemented records pinning 2017-12-19 06:00:57 +01:00
evilsocket
19248e042e ui: minor refactoring 2017-12-19 04:53:12 +01:00
evilsocket
0e4ba89a5e new: slightly better logo 2017-12-19 04:41:27 +01:00
evilsocket
1760bdc085 fix: added a missing return statement to 404 condition of record buffer controller 2017-12-19 04:00:10 +01:00
evilsocket
80587dad68 fix: misc ui fixes 2017-12-19 03:42:48 +01:00
evilsocket
1c1cbf704e fix: fixed mobile 2017-12-19 03:39:30 +01:00
evilsocket
9e21eeaf12 new: added file modification date. 2017-12-19 03:30:54 +01:00
evilsocket
78da38383a ui: various fixes 2017-12-19 03:13:16 +01:00
evilsocket
b73c8ed61c ui: major restyling of file type entry. 2017-12-19 02:11:06 +01:00
evilsocket
4a33cad36e fix: inputs should have unique names as well as unique ids. 2017-12-19 00:10:13 +01:00
evilsocket
be1a412b57 fix: let travis cache the right dependencies folder. 2017-12-18 23:44:41 +01:00
evilsocket
b5b950357e refact: well ... FU*K ME :P 2017-12-18 23:41:01 +01:00
evilsocket
f4b53b7ca7 ui: minor css fixes to the loader modal. 2017-12-18 23:30:31 +01:00
evilsocket
3efcb6a482 fix: removed redundant if 2017-12-18 23:16:01 +01:00
evilsocket
fa26f6d7bb fix: removed redundant if 2017-12-18 23:15:27 +01:00
evilsocket
e473bce4bf fix: removed redundant if 2017-12-18 23:14:43 +01:00
evilsocket
d6817d553a fix: fixed typo in main 2017-12-18 23:08:17 +01:00
evilsocket
c0df08c046 fix: some objects' locks were copied by value. 2017-12-18 23:06:13 +01:00
evilsocket
a5716265bf fix: fixed a bug which copied db Index file lock object. 2017-12-18 22:59:10 +01:00
evilsocket
9fd03da23f fix: gofmt -s db/setup.go 2017-12-18 22:54:54 +01:00
evilsocket
e8cde56621 fix: readme edits 2017-12-18 21:03:46 +01:00
evilsocket
fc84f6d8a2 fix: check if notifications are supported (closes #105) 2017-12-18 20:40:07 +01:00
evilsocket
04e188419a fix: setting default byte size precision to 0 instead of 1 2017-12-18 20:11:35 +01:00
evilsocket
d0f7f19d41 new: added GOOS and GOARCH to the first log line. 2017-12-18 20:07:19 +01:00
evilsocket
c2a887bad5 fix: fixed url hash management. 2017-12-18 19:58:55 +01:00
evilsocket
39485b4c93 fix: fixed a bug due to keyboard shortcuts on iOS and macOS 2017-12-18 19:51:05 +01:00
evilsocket
aaeb62a798 new: more robust WebCrypto browser prerequisites checking. 2017-12-18 19:26:30 +01:00
evilsocket
cbbd706206 fix: fixed session expiration warning message position. 2017-12-18 19:00:19 +01:00
evilsocket
ccadabac75 new: implemented rate limiting on email reports. 2017-12-18 18:37:08 +01:00