Cristian
|
b8585dd92e
|
feat: load_main_index returns a queryset now
|
2020-09-15 08:05:46 -05:00 |
|
Cristian
|
885ff50449
|
feat: Add html export to list command
|
2020-09-15 08:05:46 -05:00 |
|
Cristian
|
c16fdf1b47
|
feat: Update data folder check
|
2020-09-15 08:05:46 -05:00 |
|
Cristian
|
874403e667
|
feat: Remove patch_main_index
|
2020-09-15 08:05:46 -05:00 |
|
Cristian
|
31343c1367
|
feat: Update extractors and add command to use sql index as source of truth
|
2020-09-15 08:05:46 -05:00 |
|
Cristian
|
02f36b2096
|
feat: Replace index.json with index.sql as the main index in init
|
2020-09-15 08:05:46 -05:00 |
|
Nick Sweeting
|
d803481bd8
|
better folder list column output
|
2020-08-18 18:46:21 -04:00 |
|
Nick Sweeting
|
e87f1d57a3
|
fix linters
|
2020-08-18 09:22:12 -04:00 |
|
Nick Sweeting
|
430d51756b
|
show archive dir size in link details page
|
2020-08-18 09:17:37 -04:00 |
|
Nick Sweeting
|
f18d92570e
|
wip attempt to fix timestamp unique constraint errors
|
2020-08-18 08:30:09 -04:00 |
|
Nick Sweeting
|
15efb2d5ed
|
new generic_html parser for extracting hrefs
|
2020-08-18 08:29:05 -04:00 |
|
Nick Sweeting
|
5f84a7bc6e
|
better handle the case where json index lags behind sql index
|
2020-08-18 08:13:13 -04:00 |
|
Nick Sweeting
|
77d2f08a5c
|
show more info in merge conflict error message
|
2020-08-18 08:12:35 -04:00 |
|
Nick Sweeting
|
6e142e3531
|
match existing snapshots on url only, ignoring timestamp
|
2020-08-18 04:39:04 -04:00 |
|
Nick Sweeting
|
f371032b71
|
show warning when killing archivebox during index writing
|
2020-08-18 04:38:29 -04:00 |
|
Nick Sweeting
|
225b63b732
|
skip invalid urls at all stages
|
2020-08-17 03:12:17 -04:00 |
|
Cristian
|
eb3528fa9f
|
feat: Add readability output to legacy index.html
|
2020-08-11 12:14:13 -05:00 |
|
Nick Sweeting
|
5b6eb5e4ad
|
make filenames consistent with program name
|
2020-08-03 13:23:05 -05:00 |
|
Cristian
|
91f63635e8
|
feat: Add singlefile in a couple more places
|
2020-08-03 13:22:06 -05:00 |
|
Cristian
|
b325c0dd9f
|
feat: Add singlefile to latest outputs
|
2020-08-03 13:22:06 -05:00 |
|
Cristian
|
42b0c80465
|
feat: Add singlefile to link_details
|
2020-08-03 13:22:06 -05:00 |
|
Cristian
|
c073ea141d
|
feat: Initial oneshot command proposal
|
2020-07-29 11:19:06 -05:00 |
|
Nick Sweeting
|
3aeca0e450
|
fix pending titles and favicons, improve add page, custom admin
|
2020-07-27 23:26:45 -04:00 |
|
Cristian
|
d04c9b3281
|
fix: if cmd in Link parsing is found to be a string, put it inside a list
|
2020-07-24 14:36:08 -05:00 |
|
Cristian
|
6006b4f93b
|
refactor: Organize code to remove flake8 issues
|
2020-07-24 12:25:25 -05:00 |
|
Cristian
|
82f8f8b661
|
fix: Use config information for path instead of hardcoded values
|
2020-07-24 10:34:47 -05:00 |
|
Cristian
|
100fa5d1f5
|
fix: Guess timestamps and add placeholders to support older indices
|
2020-07-24 09:24:52 -05:00 |
|
Cristian
|
fe0884f1ec
|
fix: Remove link from sql index on remove command
|
2020-07-23 15:07:00 -05:00 |
|
Nick Sweeting
|
02a2fefbba
|
Merge pull request #385 from apkallum/origin/output-permissions
|
2020-07-23 11:52:31 -04:00 |
|
Cristian Vargas
|
51716bbf74
|
Update warning message on detail index error
Co-authored-by: Nick Sweeting <git@sweeting.me>
|
2020-07-23 10:23:41 -05:00 |
|
Cristian
|
5ca7121fd8
|
refactor: Change path calculation to use pathlib in a better way
|
2020-07-23 10:22:36 -05:00 |
|
apkallum
|
0ed2a23670
|
ensure correct permissions for output folder
|
2020-07-23 10:28:10 -04:00 |
|
Cristian
|
71f5f03a20
|
fix: Add notice for issues with index detail
|
2020-07-22 17:08:32 -05:00 |
|
Cristian Vargas
|
e58c3deb05
|
feat: Update path generation in detail index fallback
Co-authored-by: Nick Sweeting <git@sweeting.me>
|
2020-07-22 14:46:03 -05:00 |
|
Cristian
|
263eb4e372
|
fix: Change path to use ARCHIVE_DIR_NAME
|
2020-07-22 14:37:10 -05:00 |
|
Cristian
|
9815241b78
|
feat: Fallback to link detail when there is an issue loading a link from main index
|
2020-07-22 14:22:00 -05:00 |
|
Cristian
|
a5550b2105
|
fix: Rename logging folder to avoid naming conflicts (and circular import issues)
|
2020-07-22 11:02:13 -05:00 |
|
Nick Sweeting
|
848977e7be
|
Merge pull request #371 from cdvv7788/circular_import
refactor: Move logging.py to main module to avoid circular import issues
|
2020-07-17 19:27:21 -04:00 |
|
Cristian
|
f4d1b5121e
|
refactor: Move logging.py to main module to avoid circular import issues
|
2020-07-17 18:00:04 -05:00 |
|
Apkallum
|
1f91f5b102
|
remove commented lines
|
2020-07-16 19:42:20 -04:00 |
|
apkallum
|
b7785c4138
|
use dateparser for parsing, let it handle error
|
2020-07-16 19:38:38 -04:00 |
|
Nick Sweeting
|
58ac44c867
|
Merge pull request #365 from cdvv7788/hotfix/#330
fix: htmlencode titles before rendering the static html index and detail
|
2020-07-16 14:45:00 -04:00 |
|
Cristian
|
f845224d6f
|
fix: htmlencode titles before rendering the static html index and detail
|
2020-07-16 09:20:33 -05:00 |
|
apkallum
|
98dda68897
|
fix: timestamp comparison in to_json function
|
2020-07-14 10:26:33 -04:00 |
|
Cristian
|
5e2bf73f04
|
fix: Bugs related to add() refactor
|
2020-07-13 14:48:25 -05:00 |
|
Nick Sweeting
|
4c4b1e6a4b
|
fix link creation
|
2020-07-13 11:33:38 -04:00 |
|
Nick Sweeting
|
d3bfa98a91
|
fix depth flag and tweak logging
|
2020-07-13 11:26:34 -04:00 |
|
Nick Sweeting
|
354a63ccd4
|
dont dedupe snapshots in sqlite on every run
|
2020-07-13 11:25:43 -04:00 |
|
Nick Sweeting
|
7cbd068c95
|
add flake8
|
2020-07-13 11:22:23 -04:00 |
|
Nick Sweeting
|
bc1f925542
|
fix snapshot getter in sql saving
|
2020-06-30 15:24:23 -04:00 |
|