Commit graph

429 commits

Author SHA1 Message Date
nobody
577d63a5ed prettify E2EE content 2021-04-15 17:07:20 -07:00
nobody
7aee418044 some oauth work necessary for AP C2S. This appears to be heading down the path of favouritism towards oauth2 and deprecating openid connect. In theory we should be able to support both, but the underlying library isn't quite as flexible as hoped and appears to favour one or the other without involving multiple installations. 2021-04-10 00:51:12 -07:00
nobody
53191a92be minor markdown fixes 2021-03-29 17:52:21 -07:00
nobody
684f91f90a add markdown documentation 2021-03-29 17:02:45 -07:00
nobody
c2ea3534bb multicode: provide 'nomd' and 'nohtml' tags to be consistent with 'nobb' 2021-03-29 12:53:58 -07:00
nobody
f39efa8bb1 markdown in multicode: backslash escapes for a number of markdown constructs are supported but the backslash remained in the text afterward. Strip it. 2021-03-24 17:52:10 -07:00
nobody
3f8bfed050 adjust parameter ordering due to previous commit 2021-03-22 15:09:07 -07:00
nobody
653f37ec1a more markdown false positives 2021-03-22 13:01:49 -07:00
nobody
70925bb206 markdown blockquotes starting with '>' not being converted to html because the right angle char may not be escaped by the multicode purifier if there is no corresponding left angle char. 2021-03-18 17:41:20 -07:00
nobody
d69589e17e scripted replace of 'array()' with '[]' 2021-03-14 22:10:44 -07:00
nobody
2415b55567 php8 cont. 2021-03-10 19:46:10 -08:00
nobody
52314eda78 markdown and help stuff 2021-03-04 19:52:58 -08:00
nobody
b8d1793b27 more multicode work 2021-03-03 15:43:09 -08:00
nobody
239db8407f add the bbcode cheatsheet after converting to multicode 2021-03-03 15:07:34 -08:00
nobody
c351c9d030 multicode false positive issue (markdown code blocks triggered by leading space|tab characters) 2021-03-02 20:52:12 -08:00
nobody
608393df63 more code comments 2021-03-01 20:08:57 -08:00
nobody
ed5d9c93ca create html version of bb_fixtable_lf() 2021-03-01 20:06:45 -08:00
nobody
e7815abb5d Merge branch 'dev' of ../p3 into dev 2021-02-23 19:40:54 -08:00
nobody
6564f3e216 try once more to ignore deprecated #^ bookmark tags coming from Hubzilla 2021-02-23 19:39:45 -08:00
nobody
b11b48e65d deprecate extension matching when rendering video/audio elements 2021-02-23 19:06:51 -08:00
nobody
646536e986 low hanging php8 stuff 2021-02-22 18:36:54 -08:00
nobody
2a1cc06f40 fix unknown permission roles imported from hubzilla, add missing geo information to posts (and profiles) and use Mario's rendering of crypt content for alternate networks rather than leaving the bbcode intact - although I believe this may suppress the key hint and I haven't verified the availability of the algorithm. 2021-02-20 12:58:42 -08:00
nobody
bc9dfce07d support recursive embedded shares 2021-02-16 17:53:22 -08:00
nobody
3880c16a83 multicode_purify() continued 2021-02-10 17:55:10 -08:00
nobody
d63671694b quick but flawed fix for recent performance regression caused by moving html purification into rendering code. 2021-02-10 14:04:57 -08:00
nobody
077871ba8c quotes are unescaped in the latest multi-code implementation and this screws up some bbcode parameter parsers that expected to see & quot ; 2021-02-07 16:13:33 -08:00
nobody
6d2f9b4cac more work on mixed format messages 2021-02-04 14:45:07 -08:00
nobody
0474143b89 html+md+bbcode experiment 2021-02-02 14:49:11 -08:00
nobody
c32d8512cc markdown issue 2021-02-01 20:42:39 -08:00
nobody
1b8bd16f47 bugs 2021-01-21 18:36:44 -08:00
nobody
10a99bad49 yet another typo 2020-12-01 21:39:21 -08:00
nobody
d57425b065 simplify css validation function 2020-12-01 21:37:58 -08:00
nobody
3454c9beb9 missed one 2020-12-01 16:20:46 -08:00
nobody
64e96865df revert - not needed 2020-12-01 11:48:05 -08:00
nobody
e243b5f6e6 typo 2020-12-01 11:08:20 -08:00
nobody
1c32c394eb more bbcode sanitise 2020-12-01 11:07:17 -08:00
nobody
ccaeb58654 missing callback 2020-11-30 19:52:46 -08:00
nobody
8e4de81115 bbcode sanitisation improvements 2020-11-30 19:48:59 -08:00
nobody
a752db34c7 more work on comment control 2020-11-24 19:22:59 -08:00
nobody
74ebbdf3b4 revision 2020-11-22 14:18:25 -08:00
nobody
45f8693c50 markdown lists appearing inside code block of diff output 2020-10-31 17:10:22 -07:00
nobody
65c65377f1 nodeinfo client library 2020-10-21 19:21:33 -07:00
nobody
a9e8ac7f88 browser2browser-encryption, leave encrypted text in message for platforms lacking crypto support so they can manually decode it if they obtain the requisite tools. 2020-10-18 18:21:31 -07:00
nobody
a1ed5b903a markdown header fix 2020-10-18 16:25:46 -07:00
nobody
937198169f Merge branch 'dev' of ../p3 into dev 2020-10-16 20:44:17 -07:00
nobody
bd76c885a0 markdown tweak the italics regex to reduce false positives 2020-10-16 20:40:27 -07:00
nobody
b16cdec31f Merge branch 'dev' of ../p3 into dev 2020-10-15 22:49:19 -07:00
nobody
959b366e69 edge case with em markdown - don't trigger the leading underscore in the middle of alphanumeric string 2020-10-15 22:46:48 -07:00
nobody
3e8518895e blockquotes 2020-10-15 19:01:43 -07:00
nobody
a5755872ea fix ordered lists 2020-10-15 18:00:23 -07:00