Commit graph

157 commits

Author SHA1 Message Date
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
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
Matthias Pfefferle
39df422662 remove headline 2022-11-21 08:27:22 +01:00
Matthias Pfefferle
e4edd52ddb add info to check site health on errors 2022-11-19 21:28:39 +01:00
Matthias Pfefferle
6e660d5f9b hide template patterns 2022-11-19 13:26:00 +01:00
Matthias Pfefferle
2f8579cfe1 use ActivityPub instead of Fediverse
to be consistent
2022-11-15 20:49:05 +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
Matthias Pfefferle
fba834b15d add some guidance
based on the feedback of users and the suggestion of @akirk
2022-11-15 18:22:08 +01:00
e535b9c8cf Add basic BuddyPress support
fix #122

thanks and props @skysarwer
2021-09-15 17:00:20 +02:00
Matthias Pfefferle
ae8d51111e
Add missing author_id to actions and filters 2021-06-08 10:28:45 +02:00
1e7bfc8f9d JSON representation of blog main page 2021-01-08 17:43:35 +01:00
c797109fd7 consistent API response, GET inbox and filterable follower list 2021-01-05 21:56:38 +01:00
a875b90054 remove blocklist feature in favor of the comment blocklist 2020-09-21 13:20:39 +02:00
edc334a1fb add prefixes 2020-07-21 09:27:35 +02:00
d260d7c276 add support for custom post content
fix #97 #91
2020-07-21 09:23:35 +02:00
122461ab6e escape even more 2020-05-12 20:30:06 +02:00
9945aa7cf8 escape global constants and functions
* Add leading \ before function invocation to speed up resolving.
* Add leading \ before constant invocation of internal constant to speed up resolving. Constant name match is case-sensitive, except for null, false and true.
2020-05-12 19:42:09 +02:00
0d48496768 add blacklist settings 2020-02-21 11:09:31 +01:00
ddabb0a0bf fix indents 2020-02-11 10:14:21 +01:00
9b894a7d14 use title instead of titlelink 2020-02-11 10:03:59 +01:00
bgcarlisle
d7a2b9a237 Added new post type: "title and link only" 2020-01-22 15:57:01 +01:00
85db6f2d7e Automated native_function_invocation fixes
`php php-cs-fixer --rules=native_function_invocation fix ./ --allow-risky=yes`
2019-12-01 21:20:26 +01:00
9a4c9768f2 disable shared inbox 2019-11-24 21:39:27 +01:00
65034d2a76 refactorings 2019-11-18 20:57:00 +01:00
2e010c8ad5 Add setting to enable AP for different (public) Post-Types
For example PodLove "Episodes".

fixes #65
2019-09-27 15:00:07 +02:00
54eb7a960f explicit use of global functions 2019-09-27 11:36:52 +02:00
2e91ce11de Moved followers list to user-menu 2019-08-21 10:38:43 +02:00
Armando Lüscher
344d981ce8
Initial proofread 2019-07-28 22:12:11 +02:00
8b1367a16d fixes JSON representation of posts
https://merveilles.town/@xuv/101907542498716956
2019-04-13 20:07:56 +02:00
7f17d71fcf finally fixed #19 2019-03-12 22:20:46 +01:00
f10921e554 implement #21 2019-03-02 21:10:42 +01:00
40b2651b7e big refactoring to use namespaces for a better code structure 2019-02-24 12:07:41 +01:00
b958d5910c added setting to enable/disable hashtags /cc @chrisaldrich 2019-02-17 21:27:20 +01:00
6344e10ab6 changed default value 2019-02-04 13:40:23 +01:00
f5dbb01273 added follower endpoint 2019-02-04 13:30:18 +01:00
ebe2d434c6 better json encoding 2019-02-03 00:44:01 +01:00
fdad48ef74 0.3.0 2019-02-02 23:56:05 +01:00
e8d2508f5d nicer profile and customizable backlink
* customizable backlink URL #18
* fixes #12
2019-01-16 21:50:45 +01:00
b9e90829af content fixes
* added option to switch between content and excerpt
* removed html and duplicateded new-lines

fixes #6
2019-01-04 19:57:33 +01:00
fc82e40cac version bump 2018-12-28 22:47:17 +01:00
962c95d934 more settings
fixes #7 and #6
2018-12-28 22:40:57 +01:00
4e653f5f75 0.1.0
* added basic WebFinger support
* added basic NodeInfo support
* fully functional "follow" activity
* send new posts to your followers
* receive comments from your followers
2018-12-20 11:33:08 +01:00
2d84fcc600 implemented "follow" 2018-12-08 00:02:18 +01:00
f5e9c265d2 added profile fields 2018-11-04 21:38:11 +01:00
64a5128e1e signature class
compatible to the salmon plugin
2018-10-02 22:25:40 +02:00
dde469c27c prepare version 0.0.2 2018-09-30 22:51:22 +02:00
24034cacf3 add JSON representations of single posts 2018-09-27 22:27:23 +02:00
b73b8e8f25 fixes 2018-09-24 23:45:11 +02:00
120d5714f8 basic outbox implementation 2018-09-24 20:47:15 +02:00
ac9022f429 some small changes 2018-09-05 22:03:57 +02:00
52f0d81228 initial 2018-08-18 12:35:39 +02:00