Commit graph

344 commits

Author SHA1 Message Date
Matthias Pfefferle
d6b7cd0235
Merge branch 'master' into feature-guidance 2022-12-05 20:30:04 +01:00
Matthias Pfefferle
229e1cd6ed
Merge pull request #172 from akirk/add-friends-plugin-support
Add a parser to the Friends Plugin
2022-12-05 20:28:53 +01:00
Matthias Pfefferle
03704fb74e use install thickbox 2022-12-05 20:27:04 +01:00
Matthias Pfefferle
0cbc1037ac better escaping 2022-12-05 20:26:49 +01:00
Matthias Pfefferle
59117ba953 nicer info header 2022-12-05 20:26:37 +01:00
Matthias Pfefferle
45c4bab52a add missing escapings
props @akirk
2022-12-05 18:37:12 +01:00
Matthias Pfefferle
5d5600ffd6 change output escaping
props @akirk
2022-12-05 18:23:12 +01:00
Matthias Pfefferle
d914d0f611
Update templates/welcome.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2022-12-05 18:09:17 +01:00
Matthias Pfefferle
cd1ce20722
Update templates/settings.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2022-12-05 18:09:10 +01:00
Matthias Pfefferle
07260e24e5
Update templates/welcome.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2022-12-05 17:55:23 +01:00
Matthias Pfefferle
4844a1a904
Update templates/welcome.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2022-12-05 17:55:08 +01:00
Matthias Pfefferle
4f080cb2e5 fix typo 2022-12-05 17:49:08 +01:00
Matthias Pfefferle
f333053df1
Update templates/welcome.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2022-12-05 17:48:08 +01:00
Matthias Pfefferle
6496987077
Update templates/welcome.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2022-12-05 17:48:02 +01:00
Matthias Pfefferle
cc753c6c7d
Update templates/welcome.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2022-12-05 17:47:54 +01:00
Matthias Pfefferle
db8e023887
Update templates/welcome.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2022-12-05 17:47:44 +01:00
Matthias Pfefferle
c1e128fbcd some text improvements
props @krafit
2022-12-05 17:45:56 +01:00
Matthias Pfefferle
f688fe2cab use button 2022-12-05 17:16:58 +01:00
Alex Kirk
f916bca388 Add a css class to the image attachments 2022-12-03 07:38:02 +01:00
Matthias Pfefferle
c6a7599737 fix phpcs issues 2022-12-02 20:44:56 +01:00
Matthias Pfefferle
603199c9e8 add recommended plugins 2022-12-02 18:23:56 +01:00
Alex Kirk
57a95fad01 Add attachment support 2022-12-02 14:27:00 +01:00
Alex Kirk
2542127d72 Move tests to front of file 2022-12-02 14:00:07 +01:00
Alex Kirk
db9e69f6e8 Fix author name override for announced posts 2022-12-02 13:59:00 +01:00
Alex Kirk
b3a26788eb Add test for announce 2022-12-02 13:43:09 +01:00
Alex Kirk
a82dea0685 Add unit test 2022-12-02 12:46:42 +01:00
Alex Kirk
7036a65991 Add support for announce activities 2022-12-02 11:30:52 +01:00
Alex Kirk
60cf0889d0 lint fixes 2022-11-25 11:05:34 +01:00
Matthias Pfefferle
19117323f9 Added some debug data 2022-11-22 00:05:17 +01:00
Matthias Pfefferle
39df422662 remove headline 2022-11-21 08:27:22 +01:00
Matthias Pfefferle
010ccc7e22
Merge pull request #189 from blueset/blueset/outbox_posttype 2022-11-20 12:51:01 +01:00
Eana Hufwe
dacbed6614
Add Custom Post Type support to outbox API 2022-11-19 16:01:16 -08:00
Matthias Pfefferle
e4edd52ddb add info to check site health on errors 2022-11-19 21:28:39 +01:00
Matthias Pfefferle
7d9107870b fix workflows 2022-11-19 13:32:06 +01:00
Matthias Pfefferle
6e660d5f9b hide template patterns 2022-11-19 13:26:00 +01:00
Matthias Pfefferle
6232bddcd7 load only an activitypub settings pages 2022-11-19 13:15:21 +01:00
Matthias Pfefferle
344c5d02c1
Merge pull request #184 from bocops/master
change regex matching potential hashtags
2022-11-19 10:41:05 +01:00
Alex Kirk
c2a19a175c Replace unfollow with undo follow 2022-11-18 22:04:39 +01:00
Alex Kirk
f2b77251ce Add doc blocks 2022-11-18 21:41:54 +01:00
Alex Kirk
8320856e6a Suggest better display name and username 2022-11-18 21:28:40 +01:00
Andreas
4905e9b7c3
restrict html tags after which to detect a hashtag
Hashtags should not be detected after just any html tag - for example not after an opening a or div. To still allow detection at the start of a line, allow specifically p and br to directly precede a hashtag.
2022-11-17 20:34:23 +01:00
Andreas
a2cdb300e6
also detect hashtags at the start of a paragraph 2022-11-17 14:48:37 +01:00
Andreas
370ea3a054
change regex matching potential hashtags
Matches any string starting with '#' and consisting of any number and combination of [A-Za-z0-9_] that is directly followed by whitespace or punctuation. Groups everything after '#' for access in functions using this regex.

This fixes #183 (incomplete links on hashtags containing special characters) by not matching these at all.
2022-11-16 16:14:34 +01:00
Matthias Pfefferle
aa4f6bce69 try to test against PHP 8.2 2022-11-15 20:53:27 +01:00
Matthias Pfefferle
30919b1f7b be more descriptive 2022-11-15 20:50:56 +01:00
Matthias Pfefferle
2f8579cfe1 use ActivityPub instead of Fediverse
to be consistent
2022-11-15 20:49:05 +01:00
Matthias Pfefferle
113a3bd4d2 normalize check 2022-11-15 20:45:46 +01:00
Matthias Pfefferle
7f346baf69 remove spec and test links
and replace them with support and bug links
2022-11-15 20:37:18 +01:00
Matthias Pfefferle
9de398df4e remove misleading part 2022-11-15 20:33:37 +01:00
Matthias Pfefferle
a280680e5d
Update templates/welcome.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
2022-11-15 20:30:40 +01:00