Commit graph

512 commits

Author SHA1 Message Date
Mike Macgirvin
2bf913e57a wrap main content in div 2024-06-25 07:04:16 +10:00
Mike Macgirvin
89228151be summary continued 2024-06-25 07:02:31 +10:00
Mike Macgirvin
b73e9f7c35 basic support for video alt-text 2024-06-24 20:36:54 +10:00
Mike Macgirvin
e06d6c1fb1 better federation of map data (requires updating openstreetmap addon) 2024-06-22 10:56:34 +10:00
Mike Macgirvin
2d30411124 provide correct share type (album instead of post) 2024-06-12 14:48:31 +10:00
Mike Macgirvin
57d2498a8e Allow double quotes in image alt-text. There were a number of things preventing this from working correctly, including the HTML purifier and a couple of cases of double-encoding. For streams folks you can also use escaped quotes like alt="text with \"embedded\" quotes" 2024-06-07 07:16:13 +10:00
Mike Macgirvin
f6913bf10e support strike/del in markdown e.g. ~~strike~~ 2024-05-29 07:29:37 +10:00
Mike Macgirvin
05d6785afd markdown compatibility 2024-05-28 10:25:07 +10:00
Mike Macgirvin
c055b2699a db update for push notifications, markdown: fix backslash escape for ordered lists 2024-05-21 06:31:39 +10:00
Mike Macgirvin
f676875b6b fix bbcode links for bang-tag groups 2024-04-21 09:57:19 +10:00
Mike Macgirvin
3a119f09b6 add hashtag class 2024-04-10 07:29:59 +10:00
Mike Macgirvin
18d5ac0267 b2b encryption updates 2024-03-16 07:53:18 +11:00
Mike Macgirvin
bc4c572951 secrets upgrade (from hz) 2024-03-14 14:49:12 +11:00
Mike Macgirvin
26788bfdcc allow escape of markdown # -> h1 (etc.) headers 2024-03-11 09:17:56 +11:00
Mike Macgirvin
6c29d57a4c refactor datetime part1 2024-03-10 13:40:50 +11:00
Mike Macgirvin
5301f394c1 fix inline code blocks in document. They will still require a fix in the fresh theme to display inline correctly. 2024-02-05 07:44:32 +11:00
Mike Macgirvin
c31050437d add newline before closing /share tag in case it is needed for markdown 2024-01-14 16:59:46 +11:00
Mike Macgirvin
80a26f2781 use htmlentities() on markdown alt text 2023-12-19 12:31:30 +11:00
Mike Macgirvin
f4bab2b172 make markdown alt-text visible by adding to the title attribute 2023-12-19 12:27:25 +11:00
Mike Macgirvin
e21866b3d8 refacor discovery, more work on peertube 2023-10-28 10:52:09 +11:00
Mike Macgirvin
aac293181d direction tags 2023-10-06 15:08:29 +11:00
Mike Macgirvin
6416701c6c better (ActivityPub) export format for spoiler and open tags 2023-10-03 08:06:27 +11:00
Mike Macgirvin
84d4ccaff8 sync the prefixes 2023-06-13 05:21:37 +10:00
Mike Macgirvin
069c75505f protect oembed from naked link replacement 2023-06-12 11:01:04 +10:00
Mike Macgirvin
a1b8357584 protect audio and video from naked link replacement issue #84 2023-06-12 10:47:35 +10:00
Mike Macgirvin
eea0dc9f07 malformed markdown link 2023-05-14 08:37:33 +10:00
Mike Macgirvin
09f83c559c sort out naked link processing order 2023-04-26 20:17:45 +10:00
Mike Macgirvin
b453aea87a better formatting of oembeds 2023-04-25 17:44:05 -07:00
Mike Macgirvin
69049a5e27 change the ordering of linkification 2023-04-26 08:38:39 +10:00
Mike Macgirvin
98f98409ac hide embed tags on activitypub export 2023-04-26 07:52:21 +10:00
Mike Macgirvin
c275012b78 fix some multicode quirks after refactor 2023-04-22 09:42:48 +10:00
Mike Macgirvin
8c326bcf34 lower processing priority of markdown relative to bbcode 2023-04-21 21:43:36 +10:00
Mike Macgirvin
009e0348f0 don't be greedy 2023-04-10 11:14:12 +10:00
Mike Macgirvin
2532787c45 yet another false positive markdown url 2023-04-10 09:55:39 +10:00
Mike Macgirvin
028104c804 mp3 poster a bit too confronting 2023-04-02 16:54:58 +10:00
Ray
7bd3b00c0a working on audio 2023-03-13 10:12:24 -04:00
Ray
212b690c95 Update bbcode.php
test video metadata
2023-03-03 14:26:02 -05:00
Ray
143a0697ad Update bbcode.php
now try it
2023-03-02 13:06:01 -05:00
Ray
8445c07d88 Revert "add mp3.svg logo"
This reverts commit f6f8e86f98.
2023-03-02 12:59:59 -05:00
Ray
f6f8e86f98 add mp3.svg logo 2023-03-02 12:56:01 -05:00
Ray
0530eaafa4 Merge branch 'dev' into issue-46 2023-03-02 08:54:59 -05:00
Ray
5bcbced4c3 Update bbcode.php
remove old audio link
2023-02-28 17:29:01 -05:00
Ray
4c8bce705d make audio player full width 2023-02-28 17:25:35 -05:00
Ray
d8a6f23987 Update bbcode.php
try again
2023-02-28 17:15:28 -05:00
Ray
0b8f285d3a Update bbcode.php
see if we can make the controls full width
2023-02-28 17:13:00 -05:00
Ray
bce3964041 Update bbcode.php
test adding a poster to audio
2023-02-28 17:10:09 -05:00
Ray
99b67e3c71 Update bbcode.php
uses first frame of the video for the poster
2023-02-28 17:06:51 -05:00
Ray
428d6fec9e Update bbcode.php
playing with video
2023-02-28 16:55:01 -05:00
Mike Macgirvin
797bd317b7 add qrcode alt text to title so it shows on hover. 2023-02-27 12:30:58 -08:00
Mike Macgirvin
aed03d49df provide QRcode tools via composer. This will remove the need for the qrator addon and can also be used with native OTP services (WIP). 2023-02-19 10:57:42 +11:00