Commit Graph

712 Commits (ila)

Author SHA1 Message Date
Aonghus Storey 260d36cb03 feat: add Panzoom to js image viewer 2023-10-07 10:43:00 +01:00
Aonghus Storey bdd0dfe1c7 feat: update footer link to git repo 2023-09-02 12:07:07 +01:00
Aonghus Storey 49fcd7ac21 Merge remote-tracking branch 'upstream/v2' into ila 2023-07-15 09:49:12 +01:00
Thomas Sileo 9c8693ea55 Quick hotfix for retries 2023-07-14 17:50:26 +02:00
Aonghus Storey d178cba405 Merge branch 'v2' into ila 2023-07-04 08:53:49 +01:00
Aonghus Storey 5d909e47c9 Merge branch 'v2' of https://git.sr.ht/~tsileo/microblog.pub into v2 2023-07-04 08:52:27 +01:00
Thomas Sileo febd8c3d26 Upgrade deps 2023-07-03 20:36:24 +02:00
Thomas Sileo a5290af5c8 Fix proxy by forwarding content-encoding 2023-07-03 20:29:10 +02:00
Thomas Sileo 2cec800332 Fix for pruned Move objects 2023-07-03 20:25:03 +02:00
Aonghus Storey 6a5db173b6 Merge branch 'v2' into ila 2023-06-25 10:10:47 +01:00
Aonghus Storey 7b143fb0e1 Add and use image alt with Opengraph, if available 2023-06-25 09:38:32 +01:00
Aonghus Storey d95cebbec3 fix: bypass broken inbox item on notification page
* Fixes missing actor breaking notifications page
2023-06-25 09:31:03 +01:00
Aonghus Storey 47775354fd feat: add umami 2023-06-25 09:30:39 +01:00
Aonghus Storey 25bd4fc63b feat: add custom generic avatar image 2023-06-19 09:34:01 +01:00
Thomas Sileo 3c07494809 Make CSRF expiration configurable and increase default value 2023-06-09 22:22:37 +02:00
Thomas Sileo 2433fa01cd Fix typing 2023-06-09 22:22:12 +02:00
Thomas Sileo 3169890a39 Update deps 2023-06-09 21:58:23 +02:00
Aonghus Storey e360dfe621 fix(docker): share port on localhost only 2023-05-28 15:39:32 +01:00
Aonghus Storey 7f548ee349 fix: make footer link to repo clearer 2023-03-11 12:40:31 +00:00
Aonghus Storey f2d4dbc886 fix: remove redundant css on link OG preview 2023-03-11 10:16:54 +00:00
Aonghus Storey d15f848c91 feat: Show aside column on object page 2023-03-11 10:15:38 +00:00
Aonghus Storey da10887d5f chore: switch to pnpm and add copy script for JS 2023-03-04 15:35:26 +00:00
Aonghus Storey 97e0c4eed9 fix: make actor headers consistent - don't include handle in link
This makes the link include the actor name only, for both visual consistency and to make it easier to copy handles.
2023-03-03 14:12:11 +00:00
Aonghus Storey bd33698840 feat: better delineate link preview and expand to fill width 2023-03-02 13:46:47 +00:00
Aonghus Storey a4d288c2e8 feat: make attachment and link preview display cleaner 2023-03-02 12:27:24 +00:00
Aonghus Storey 4f4fa73750 feat: give attachments same width as note text by using indent for icon
Pushes the attachment box with the paperclip icon out so the content and not the container are aligned with the note text.
2023-03-02 11:53:28 +00:00
Aonghus Storey ed723546ab fix: Unclosed iframe in last commit
Fixes c821a830cb -- close your tags!
2023-02-28 13:55:14 +00:00
Aonghus Storey c821a830cb feat: Replace link preview with embed when linking to an ILA Podcast episode
Check at the template level if this is a podcast episode link. There's no advantage to abstracting using e.g. og:audio, because it's a single exception case and  we don't want to open the CSP to arbitrary domains.
2023-02-28 12:23:03 +00:00
Aonghus Storey 73d968288a fix: stop overlap issue between actor and meta in ap-object display
This allows the username to be truncated with an ellipsis if the meta info list would overlap it.
2023-02-13 10:32:48 +00:00
Aonghus Storey 98756c816c fix: correct sensitive attachment layout to prevent overflow 2023-02-11 12:12:48 +00:00
Aonghus Storey b950478541 fix: remove redundant CSS imports which broke sassc compiling
The ILA UI ELements sass needs dart sass, but it's already compiled into the leftarchive.ie CSS so doesn't need to be imported here
2023-02-07 14:07:39 +00:00
Aonghus Storey 52e5e630ad merge: upstream changes 2023-02-07 13:56:55 +00:00
Aonghus Storey a312ed0291 docs: remove SASS issue
SASS compiling is fine since 8ffa340
2023-02-07 13:55:32 +00:00
Aonghus Storey 97068dabfe fix: align form and non-form elements in navs 2023-02-07 13:53:02 +00:00
Aonghus Storey 2dcdfea1d7 fix: sentence case object poll data list 2023-02-06 11:51:25 +00:00
Aonghus Storey 203fad3235 feat(polls): widen range of available poll durations 2023-02-06 11:36:03 +00:00
Aonghus Storey c7f4a87cdd fix: update podcast link to new Castopod URL 2023-02-04 18:48:05 +00:00
Thomas Sileo 4e1bb330aa Fix OAuth introspection endpoint 2023-02-03 08:55:31 +01:00
Thomas Sileo 625f399309 Fix OAuth introspection endpoint 2023-02-03 08:32:50 +01:00
Thomas Sileo 2bd6c98538 Add OAuth 2.0 introspection endpoint 2023-02-01 20:12:53 +01:00
Aonghus Storey 567885cd78 fix: update ILA UI Elements for bugfixes 2023-01-30 14:09:08 +00:00
Aonghus Storey ddabbd6fc3 feat: separate out the poll heading items in object display 2023-01-29 16:44:51 +00:00
Aonghus Storey b29324d62c fix(sidebar): update main site index links (change to default display mode) 2023-01-29 14:40:46 +00:00
Aonghus Storey 59368171d7 feat: update ILA UI Elements to use new blur feature on sensitive attachments 2023-01-27 18:53:04 +00:00
Aonghus Storey c3024a3cd2 fix: prevent attachment image upscaling 2023-01-27 12:12:42 +00:00
Aonghus Storey 7f4f69bd1a feat: update to new ILA UI Elements version 2023-01-27 10:29:55 +00:00
Aonghus Storey c87af3995c Merge branch 'v2' into ila 2023-01-22 11:28:32 +00:00
Aonghus Storey 8c19124cc7 docs: add to do note in README 2023-01-22 11:23:19 +00:00
Aonghus Storey e605fb9306 chore: upgrade ILA UI Elements 2023-01-22 11:10:30 +00:00
Aonghus Storey 77286bd6f6 fix: use full size attachment images in viewer 2023-01-22 11:08:05 +00:00