Nick Sweeting
|
fde65c3b7d
|
fix public index missing template context
|
2020-11-28 01:29:34 -05:00 |
|
Nick Sweeting
|
7d7ce3a790
|
fix Snapshot count in column header
|
2020-11-28 01:22:58 -05:00 |
|
Nick Sweeting
|
9fc965d3da
|
remove broken json download link
|
2020-11-28 01:19:01 -05:00 |
|
Nick Sweeting
|
46a53eafdb
|
simplify history helper
|
2020-11-28 01:14:45 -05:00 |
|
Nick Sweeting
|
c9162a6d09
|
remove finished/not finished spinners
|
2020-11-28 01:07:02 -05:00 |
|
Nick Sweeting
|
9661c863b3
|
css style tweaks for icons
|
2020-11-28 01:06:23 -05:00 |
|
Nick Sweeting
|
910f3d65c7
|
default function args can never be mutable
|
2020-11-28 01:06:11 -05:00 |
|
Nick Sweeting
|
411fdcac87
|
use database for num_outputs instead of legacy json
|
2020-11-28 01:05:53 -05:00 |
|
Nick Sweeting
|
7f2c834ea3
|
fix check_data_folder mypy types
|
2020-11-28 01:05:35 -05:00 |
|
Nick Sweeting
|
afca9cb3bd
|
bump package version
|
2020-11-28 00:16:15 -05:00 |
|
Nick Sweeting
|
c2bd71667c
|
fix github actions check
|
2020-11-28 00:15:31 -05:00 |
|
Nick Sweeting
|
1b22f8eeef
|
Merge pull request #515 from cdvv7788/POC-setup-django-on-init
|
2020-11-27 23:56:37 -05:00 |
|
Nick Sweeting
|
be6dcfad4a
|
Merge pull request #525 from cdvv7788/archive-result
|
2020-11-27 23:46:49 -05:00 |
|
Nick Sweeting
|
00bb55203e
|
always show WARC icon with opacity set based on exists
|
2020-11-27 23:45:49 -05:00 |
|
Nick Sweeting
|
efe3027797
|
Merge branch 'master' into archive-result
|
2020-11-27 23:18:11 -05:00 |
|
Nick Sweeting
|
e4d2ac432d
|
improve OS kernel output in archivebox version
|
2020-11-27 23:08:23 -05:00 |
|
Nick Sweeting
|
07a56f9d46
|
also print platform and CPU info in version output
|
2020-11-27 22:59:18 -05:00 |
|
Nick Sweeting
|
d9ef3d0bf8
|
ignore lost+found dir in data folder
|
2020-11-27 19:39:19 -05:00 |
|
Cristian
|
4b3f72202b
|
feat: Bump django, update migration and change cmd to use JSONField
|
2020-11-27 16:23:27 -05:00 |
|
Cristian
|
f61e6a74bb
|
feat: Re-add unused icons in list view
|
2020-11-27 15:55:37 -05:00 |
|
Nick Sweeting
|
f84f288bef
|
Apply suggestions from code review
minor nit
|
2020-11-27 00:01:34 -05:00 |
|
Nick Sweeting
|
38b2dec12e
|
fix broken readme link
|
2020-11-26 23:36:37 -05:00 |
|
Nick Sweeting
|
80814e104b
|
Update README.md
|
2020-11-25 12:27:13 -05:00 |
|
Nick Sweeting
|
b82737cc4d
|
Fix formatting
|
2020-11-24 18:49:01 -05:00 |
|
Nick Sweeting
|
1e04fa8108
|
Update README.md
|
2020-11-23 23:44:18 -05:00 |
|
Nick Sweeting
|
5fd6fcd09e
|
Update README.md
|
2020-11-23 23:41:59 -05:00 |
|
Nick Sweeting
|
6722ad249e
|
Update README.md
|
2020-11-23 23:39:34 -05:00 |
|
Nick Sweeting
|
ade783c599
|
Update README.md
|
2020-11-23 23:39:08 -05:00 |
|
Nick Sweeting
|
b05a7b781b
|
Update README.md
|
2020-11-23 23:37:16 -05:00 |
|
Nick Sweeting
|
af09730a86
|
clearer quickstart with new install methods
|
2020-11-23 23:29:19 -05:00 |
|
Nick Sweeting
|
a1cd8a5217
|
fix missing amd64 docker builds
|
2020-11-23 23:12:27 -05:00 |
|
Nick Sweeting
|
e0b0811462
|
add instructions for apt, brew, docker, pip
|
2020-11-23 20:33:35 -05:00 |
|
Nick Sweeting
|
5e7c2d0ab8
|
show archivebox and node versions in version cmd output
|
2020-11-23 20:24:44 -05:00 |
|
Nick Sweeting
|
e85b883696
|
force binary name to be just archivebox
|
2020-11-23 20:24:44 -05:00 |
|
Nick Sweeting
|
1c79d1e99e
|
Merge pull request #547 from mAAdhaTTah/bugfix-string-posixpath
Fix string checks in schedule
|
2020-11-23 20:08:43 -05:00 |
|
mAAdhaTTah
|
be7a7f8548
|
Fix string checks in schedule
`s` comes through as a `PosixPath`, so both the `' ' in s` & return value, later
used by `join`, complain.
|
2020-11-23 18:34:07 -05:00 |
|
Cristian
|
34a1a6d30d
|
fix: Update model according to code review
|
2020-11-23 18:28:43 -05:00 |
|
Nick Sweeting
|
ff6a28a27f
|
add python build tools to debian build-depends
|
2020-11-23 17:41:22 -05:00 |
|
Nick Sweeting
|
02551c0152
|
minor packaging fixes and bump to 0.4.21
|
2020-11-23 17:28:45 -05:00 |
|
Nick Sweeting
|
83693a5c03
|
add packaging setup with stdeb for debian and apt
vendor the base32_crockford lib
add build script for debain packages
|
2020-11-23 16:57:05 -05:00 |
|
Nick Sweeting
|
f05ae7043f
|
add social link to funding
|
2020-11-23 05:01:23 -05:00 |
|
Nick Sweeting
|
07649c3aa6
|
more margin on comparison img
|
2020-11-23 04:52:54 -05:00 |
|
Nick Sweeting
|
640c9d96f6
|
fix image vertical column alignment
|
2020-11-23 04:51:26 -05:00 |
|
Nick Sweeting
|
b47c6e6131
|
fix markdown misplaced
|
2020-11-23 04:51:05 -05:00 |
|
Nick Sweeting
|
991bad0d9f
|
remove image borders
|
2020-11-23 04:48:31 -05:00 |
|
Nick Sweeting
|
a307e42896
|
use em tag as selector for img
|
2020-11-23 04:48:00 -05:00 |
|
Nick Sweeting
|
4f42dfc3dc
|
style tweaks
|
2020-11-23 04:45:06 -05:00 |
|
Nick Sweeting
|
dc50a4c043
|
padding and img tweaks
|
2020-11-23 04:41:39 -05:00 |
|
Nick Sweeting
|
81a958f1e7
|
css tweaks
|
2020-11-23 04:37:51 -05:00 |
|
Nick Sweeting
|
882d317ee8
|
fix scss file
|
2020-11-23 04:29:57 -05:00 |
|