1
0
Fork 0
mirror of synced 2024-06-29 03:20:58 +12:00
Commit graph

2318 commits

Author SHA1 Message Date
Nick Sweeting c49d85c8e3
Update README.md 2021-01-20 16:06:39 -05:00
Nick Sweeting 615458fa37
Update README.md 2021-01-20 16:04:55 -05:00
Nick Sweeting 38bee55364
Update README.md 2021-01-20 16:02:21 -05:00
Nick Sweeting 7f0629097b
Update README.md 2021-01-20 16:02:00 -05:00
Nick Sweeting b93a006ebb
Update README.md 2021-01-20 15:57:31 -05:00
Nick Sweeting 29d139a0d7
Update README.md 2021-01-20 15:45:56 -05:00
Nick Sweeting cfe2145184
Update README.md 2021-01-20 15:45:01 -05:00
Nick Sweeting befac97f52
Update README.md 2021-01-20 15:37:36 -05:00
Nick Sweeting d753f9eb27
Update README.md 2021-01-20 15:37:06 -05:00
Nick Sweeting 98aee266f5
Update README.md 2021-01-20 15:35:28 -05:00
Nick Sweeting ff311f63e9
Update README.md 2021-01-20 15:30:49 -05:00
Nick Sweeting 6733388c86
Update README.md 2021-01-20 15:24:10 -05:00
Nick Sweeting c16cfe740b
add screenshot grid 2021-01-20 15:19:22 -05:00
jdcaballerov 14df0cbb7c
Update sonic.py
Sonic buffer accepts 20.000 bytes not unicode characters, since the chunking here is on unicode characters, sending 20.000 characters will overflow sonic's buffer.
UTF-8 can take up to 6 bytes, so sending less than (20.000 / 6) rounded minus should be ok.
2021-01-20 14:51:46 -05:00
Nick Sweeting d8f6d4d517
Update README.md 2021-01-20 14:17:44 -05:00
Nick Sweeting 1659b47bb0
Update README.md 2021-01-20 14:14:16 -05:00
Mario Campos bbb6cc89e9
Create codeql-analysis.yml 2021-01-20 11:23:40 -06:00
Nick Sweeting 8272cfca4c
Merge pull request #623 from thedanbob/fix-dep-dict
Fix dependency dict entries
2021-01-20 18:35:02 +02:00
Dan Arnfield 5c7842ffb3 Fix dependency dict entries 2021-01-20 09:24:34 -06:00
Nick Sweeting 732a4eed1b
also info about config file 2021-01-19 23:32:42 -05:00
Nick Sweeting 77827f7b59
link to REST API info issue 2021-01-19 23:31:59 -05:00
Nick Sweeting 64c091a317
Update README.md 2021-01-19 23:26:52 -05:00
Nick Sweeting eef865ac1d
simplify intro section 2021-01-19 23:23:52 -05:00
Nick Sweeting 6fe6a48dd7
Update README.md 2021-01-19 23:17:54 -05:00
Nick Sweeting 4ae1a8beb1
fix bolding 2021-01-19 23:07:01 -05:00
Nick Sweeting 4f440f2f0f
tweak formatting of pre code blocks 2021-01-19 22:46:46 -05:00
Nick Sweeting 4de49ef960
Update README.md 2021-01-19 22:37:57 -05:00
Nick Sweeting ab122674a7
Update README.md 2021-01-19 22:35:54 -05:00
Nick Sweeting 49491b2196
change install instruction formatting 2021-01-19 22:32:30 -05:00
Nick Sweeting bffbdd6d8a
switch to using pre blocks for code within detail sections 2021-01-19 22:23:30 -05:00
Nick Sweeting 57d4da5ae6
update key features list 2021-01-19 22:20:56 -05:00
Nick Sweeting 6c288f10e5
fix README formatting for static site generator 2021-01-19 22:02:35 -05:00
Cristian 91f543ff8d lint: Remove unused imports around the app 2021-01-19 12:18:48 -05:00
Cristian 13c3650637 fix: Update command was failing 2021-01-19 11:24:41 -05:00
Cristian ab311d86e1 fix: Wget issue when calculating output path 2021-01-19 10:59:50 -05:00
Nick Sweeting e9490ccfeb
clarify authenticated content archiving status 2021-01-18 15:14:07 -05:00
Cristian 891dd3b8a9 fix: Refactor html functionality 2021-01-18 09:38:19 -05:00
Cristian e403d07a88 fix: Restore html functionality 2021-01-18 09:10:07 -05:00
Cristian ce5979de45 test: Update more init_tests that were failing because of wording or Link->Snapshot changes 2021-01-17 10:03:26 -05:00
Cristian 49b5241a7c test: Update init test to reflect wording change 2021-01-17 09:24:51 -05:00
Cristian 30c886d4d4 fix: Overwrite(add command) was using snapshots without timestamps (and in memory), causing issues with some extractors 2021-01-16 14:11:45 -05:00
James DiGioia c5b7d9f2bf
Publish, minor, & major version to DockerHub 2021-01-13 09:07:12 -05:00
Nick Sweeting ab6fdb83be
Update CONTRIBUTING.md 2021-01-13 05:55:46 -05:00
Nick Sweeting f50e49fa92
require version info in all tickets 2021-01-13 05:52:59 -05:00
Nick Sweeting 22aecedbac fix perms 2021-01-12 17:14:47 +02:00
Nick Sweeting 2c69b012c9 split up release script into subscripts 2021-01-12 17:14:01 +02:00
Nick Sweeting b0096c7844 fix migration failing due to null cmd_versions in older archives 2021-01-12 17:14:01 +02:00
Nick Sweeting d6854a29ee fix apt install without update in deb build 2021-01-12 17:14:01 +02:00
Nick Sweeting 9e1bf844cf also tag image with short version 2021-01-12 17:14:01 +02:00
Nick Sweeting 5250989e32 split up release script into subscripts 2021-01-12 12:56:06 +02:00