Wykres commitów

62 Commity (de8d6f103861db6f123e3497f91e1d4c8ece944b)

Autor SHA1 Wiadomość Data
Matteo Cargnelutti de8d6f1038 v0.0.2
New features:
- `t.co` urls resolution map as attachment (CSV file)
- PDF filenames based on twitter url and creation date

Dev "quality of life" updates:
- Basic integration tests and GitHub CI
- HTML 404s
- PDF "producer" field now contains the app's version number
- Better checkbox field name
- Documentation edits
2022-11-27 19:04:54 -05:00
Matteo Cargnelutti c6443035cc
Merge pull request #12 from bensteinberg/update-20221123
Update fastify
2022-11-23 10:33:36 -05:00
bensteinberg ca24970dac Update fastify 2022-11-23 09:59:38 -05:00
Matteo Cargnelutti 47e24f51ef
Merge pull request #9 from harvard-lil/post-migration-edits
Post-migration edits
2022-11-22 14:37:43 -05:00
Matteo Cargnelutti aaeb7f523d Post-migration edits 2022-11-22 14:35:18 -05:00
Matteo Cargnelutti 39e704b557
Merge pull request #8 from harvard-lil/nov22-migration
Migration to `thread-keeper`
2022-11-22 14:21:01 -05:00
Matteo Cargnelutti a81fb51fbd Merge branch 'nov22-migration' of https://github.com/harvard-lil/archive.social into nov22-migration 2022-11-22 14:18:11 -05:00
Matteo Cargnelutti fdd3503278 🥑 2022-11-22 14:17:59 -05:00
Matteo Cargnelutti 8e6a3b7d2b
Update app/templates/index.njk
Co-authored-by: Ben Steinberg <bsteinberg@law.harvard.edu>
2022-11-22 14:15:49 -05:00
Matteo Cargnelutti b0a98452d9 Migration to `thread-keeper` 2022-11-22 14:08:28 -05:00
Matteo Cargnelutti 5184207301
Merge pull request #7 from edsu/create-a-key
Create an access key
2022-11-22 11:58:25 -05:00
Ed Summers 9a30a902a3
added info about how to create a key 2022-11-22 08:40:21 -05:00
Ben Steinberg 3310efc4a7
Merge pull request #6 from harvard-lil/minor-html-edits
Linting, typography adjustments, meta tags edit for clarity.
2022-11-22 06:42:29 -05:00
Matteo Cargnelutti f177022a22 Linting, typography adjustments, meta tags edit for clarity. 2022-11-21 23:53:47 -05:00
Matteo Cargnelutti 56b674a791 Typo 2022-11-21 18:35:37 -05:00
Matteo Cargnelutti e2793b307e "Save Your Threads!" 2022-11-21 17:25:50 -05:00
Matteo Cargnelutti 94c6b2beb0
Merge pull request #5 from harvard-lil/access-key-request-link
Access key request link in main form
2022-11-21 16:12:02 -05:00
Matteo Cargnelutti 9a441315b2 Access key request link in main form 2022-11-21 16:09:10 -05:00
Matteo Cargnelutti e4b6d50132
Merge pull request #4 from harvard-lil/check-pdf-fix
Check PDF fix + copy edits
2022-11-21 14:40:44 -05:00
Matteo Cargnelutti b02efb5435 Check PDF fix + copy edits 2022-11-21 14:38:24 -05:00
Matteo Cargnelutti f8c0cd67c2
Merge pull request #3 from harvard-lil/docs
Cleanup and docs
2022-11-21 13:50:28 -05:00
Matteo Cargnelutti 7f701ca6ab Update SuccessLog.md 2022-11-21 13:31:31 -05:00
Matteo Cargnelutti 36beda7b40 Update SuccessLog.js 2022-11-21 13:31:21 -05:00
Matteo Cargnelutti 6d8090dd4b Clean up 2022-11-21 13:27:47 -05:00
Matteo Cargnelutti f74605ab82 Update README.md 2022-11-21 13:21:25 -05:00
Matteo Cargnelutti fa7651271f Clean up and documentation 2022-11-21 13:20:25 -05:00
Matteo Cargnelutti 3a4e51cca9
Merge pull request #2 from harvard-lil/verify-hashes
"Check PDF" feature
2022-11-21 09:29:30 -05:00
Matteo Cargnelutti 5c6ae14245 Typo 2022-11-21 09:28:07 -05:00
Matteo Cargnelutti 675fd11dcf
Update app/utils/SuccessLog.js
Co-authored-by: Ben Steinberg <bsteinberg@law.harvard.edu>
2022-11-21 09:27:31 -05:00
Matteo Cargnelutti 1a5b78dfe1
Update app/server.js
Co-authored-by: Ben Steinberg <bsteinberg@law.harvard.edu>
2022-11-21 09:26:47 -05:00
Matteo Cargnelutti 10cd4613a1
Update app/static/index.js
Co-authored-by: Ben Steinberg <bsteinberg@law.harvard.edu>
2022-11-21 09:26:33 -05:00
Matteo Cargnelutti f5ca37d831 Implements a "check PDF" feature
Adds a "Check PDF" dialog allowing to compare a client-side generated SHA-512 hash of a file against archive.social's logs.

It is primitive, but SuccessLog loads all available hashes from success-log.tsv on app boot into a hashmap, which gets updated as new entries get created.

Other quality-of-life updates include some minor CSS tweaks and refactoring of AccessKeys.js to match SuccessLog.js.
2022-11-21 01:34:56 -05:00
Matteo Cargnelutti 1101d0a8a8 Make "Unfold thread" disabled by default (?)
To discuss: Might be a good default in most cases + may prevent unnecessary resources consumption when folks try out `archive.social` for the first time.
2022-11-19 20:39:48 -05:00
Matteo Cargnelutti 405518ffaa Copy edits 2022-11-19 11:30:03 -05:00
Matteo Cargnelutti 4a42f921f7 Update TwitterCapture.js 2022-11-19 02:35:38 -05:00
Matteo Cargnelutti bb3c37bed4 Attachments issue: workaround (see notes)
I finally found it!

The problem comes from the fact that `ghostscript` behaves differently on Mac OS and Linux: on the latter, it strips existing attachments.

I was able to confirm this is not just version related, unfortunately, and might be hard to fix.

`pdf-crop-margins` is also affected by this issue, since it uses `ghostscript` behind the scenes (at least for what we want it to do).

I therefore put together a quickfix / workaround, resizing the PDF manually to try and get most of the trailing whitespace out, and skipping compression.

The cropping is much less consistent but!
- It's much _much_ faster
- I _think_ this should fix attachments on prod
- We can revisit when time allows

I suspect I will need to make further adjustments to the cropping logic once this has been tested on the production server.

This commit also adds an "Unfold thread" checkbox on the homepage form, allowing to skip browser behaviors (which some times gives better results).
2022-11-19 02:27:11 -05:00
Ben Steinberg 24759d210d
Merge pull request #1 from bensteinberg/auto-deploy
Auto-deploy
2022-11-18 18:02:26 -05:00
bensteinberg 5d04fd80fa Auto-deploy 2022-11-18 17:49:41 -05:00
Matteo Cargnelutti 1611b16574 Updated examples 2022-11-18 17:46:50 -05:00
Matteo Cargnelutti 13578b5923 Test 2022-11-18 17:36:50 -05:00
Matteo Cargnelutti ed4194cf31 Test 2022-11-18 17:09:12 -05:00
Matteo Cargnelutti 0022fb4670 Tweaks 2022-11-18 16:44:33 -05:00
Matteo Cargnelutti 75f70bbe40 Trying something smoother for delivery 2022-11-18 16:29:04 -05:00
Matteo Cargnelutti 6aba090b7d Privacy policy 2022-11-18 16:10:27 -05:00
Matteo Cargnelutti 64e1200e9c Test 2022-11-18 16:00:18 -05:00
Matteo Cargnelutti d812682556 Restore video capture, tweak default settings 2022-11-18 15:56:20 -05:00
Matteo Cargnelutti b3719f92e2 Test deactivating video capture 2022-11-18 15:47:57 -05:00
Matteo Cargnelutti 5ddc94e110 Test 2022-11-18 15:38:11 -05:00
Matteo Cargnelutti 608e2afa1e Minor edit 2022-11-18 15:36:40 -05:00
Matteo Cargnelutti 194f2e08e4 Form url update 2022-11-18 15:32:50 -05:00