Wykres commitów

56 Commity (main)

Autor SHA1 Wiadomość Data
Matteo Cargnelutti fa1aafa26a Update glob imports to account for ESM 2023-08-01 10:20:02 -04:00
Derick Olson f55e5fc8d0 fix: create empty certs.json when it doesn't exist 2023-06-28 17:40:11 -04:00
Matteo Cargnelutti 1ecef44e4b Added support for multi-video tweets 2022-12-22 14:35:59 -05:00
Matteo Cargnelutti ba352258a9 Limit "why" to 500 chars 2022-11-29 16:44:58 -05:00
Matteo Cargnelutti 5a02797a10 Typo 2022-11-29 16:08:20 -05:00
Matteo Cargnelutti fd6cd6ab0f Docs 2022-11-29 16:02:23 -05:00
Matteo Cargnelutti 65315dcaa6 Version bump, nunjucks envs 2022-11-29 16:00:38 -05:00
Matteo Cargnelutti 8e30fe2350 Hybrid ip + access key system 2022-11-29 15:39:08 -05:00
Matteo Cargnelutti e0c6134119 First implementation of IP rate limiting 2022-11-29 14:31:06 -05:00
Matteo Cargnelutti 8edd844cf9
Update app/templates/index.njk
Co-authored-by: Ben Steinberg <bsteinberg@law.harvard.edu>
2022-11-27 20:05:21 -05:00
Matteo Cargnelutti 6b6420fc98 Update const.js
Forgot a console.log (of course)
2022-11-27 20:04:10 -05:00
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 aaeb7f523d Post-migration edits 2022-11-22 14:35:18 -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 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 9a441315b2 Access key request link in main form 2022-11-21 16:09:10 -05:00
Matteo Cargnelutti b02efb5435 Check PDF fix + copy edits 2022-11-21 14:38:24 -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 fa7651271f Clean up and documentation 2022-11-21 13:20:25 -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
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
Matteo Cargnelutti 7907eac32a Test 2022-11-18 15:30:45 -05:00
Matteo Cargnelutti 0ace2f98ff Copy edits 2022-11-18 15:26:32 -05:00
Matteo Cargnelutti e4a8378971 Edits 2022-11-18 15:19:53 -05:00
Matteo Cargnelutti 4db7e523a4 Updated certs ref 2022-11-18 15:09:59 -05:00