Matthias Pfefferle
|
a1791b963c
|
try new id urls
|
2023-06-27 14:25:39 +02:00 |
|
Matthias Pfefferle
|
03f2c24892
|
small improvements
|
2023-06-27 14:25:39 +02:00 |
|
Matthias Pfefferle
|
09518ea66b
|
prepare pseudo users like a blog wide user.
this allows also other constructs like tag oder category users
fix #1
|
2023-06-27 14:25:12 +02:00 |
|
Matthias Pfefferle
|
235b5aa4a1
|
build a simple to_array converter
|
2023-06-26 11:08:04 +02:00 |
|
Matthias Pfefferle
|
ffa02e7b18
|
oops
|
2023-06-23 15:41:19 +02:00 |
|
Matthias Pfefferle
|
6fcd19554a
|
updated is not needed
|
2023-06-23 15:21:14 +02:00 |
|
Matthias Pfefferle
|
2cacd374dc
|
fix PHPCS issues
|
2023-06-23 14:57:46 +02:00 |
|
Matthias Pfefferle
|
5478be1355
|
a follower is now a valid ActivityPub Actor
this helps with API handling
|
2023-06-23 14:54:29 +02:00 |
|
Matthias Pfefferle
|
d47a048329
|
save meta to post-meta and persist summary in post-content
|
2023-06-22 10:01:15 +02:00 |
|
Matthias Pfefferle
|
a215203777
|
because post_types have length limitations, we should abbreviate the "activitypub" prefix, to be more flexible and consistent when adding other post_types in the future
"Must not exceed 20 characters and may only contain lowercase alphanumeric characters, dashes, and underscores"
|
2023-06-20 09:51:13 +02:00 |
|
Matthias Pfefferle
|
e7bc9706a8
|
remove url attribute
|
2023-06-19 11:36:59 +02:00 |
|
Matthias Pfefferle
|
08e3104a1e
|
better add_follower handling
|
2023-06-19 11:04:45 +02:00 |
|
Matthias Pfefferle
|
28922d51dd
|
Fix follower list
|
2023-06-16 16:56:30 +02:00 |
|
Matthias Pfefferle
|
daf7acb1b0
|
implement missing get_follower logic
|
2023-06-16 16:46:49 +02:00 |
|
Matthias Pfefferle
|
793214cea2
|
now tests are green again
|
2023-06-16 11:40:26 +02:00 |
|
Matthias Pfefferle
|
46f376e05e
|
fix tests
|
2023-06-15 12:24:13 +02:00 |
|
Matthias Pfefferle
|
37c61fbf07
|
fix queries
|
2023-06-15 12:17:48 +02:00 |
|
Matthias Pfefferle
|
4414121502
|
add missing user_id
|
2023-06-15 12:13:30 +02:00 |
|
Matthias Pfefferle
|
fcf6740d36
|
fix query
|
2023-06-15 11:53:07 +02:00 |
|
Matthias Pfefferle
|
9036b644d1
|
add user connection
|
2023-06-15 11:48:43 +02:00 |
|
Matthias Pfefferle
|
fc0fc295bb
|
fix follower creation
|
2023-06-15 11:48:09 +02:00 |
|
Matthias Pfefferle
|
8b7744a5ea
|
fix queries
|
2023-06-15 11:47:50 +02:00 |
|
Matthias Pfefferle
|
7ed998d81f
|
fix follower table
|
2023-06-15 11:45:25 +02:00 |
|
Matt Wiebe
|
87de87b2a5
|
Followers: use custom post types and postmeta to store
|
2023-06-12 11:38:15 -05:00 |
|
Matthias Pfefferle
|
bfe5381d99
|
Merge pull request #299 from mediaformat/signature_verification
Signature verification
|
2023-06-01 11:21:33 +02:00 |
|
Matthias Pfefferle
|
00e56ca112
|
always use is_activitypub_request to check if it is an AP request
|
2023-06-01 11:17:08 +02:00 |
|
Matthias Pfefferle
|
00dd5d2c52
|
some phpdoc
|
2023-06-01 11:05:47 +02:00 |
|
Matthias Pfefferle
|
b834666eda
|
add missing slash
|
2023-06-01 10:44:05 +02:00 |
|
Matthias Pfefferle
|
9118e50623
|
fix signature verification path
|
2023-06-01 10:25:18 +02:00 |
|
Matthias Pfefferle
|
c1bf6691c1
|
fix route issues
|
2023-06-01 10:13:49 +02:00 |
|
Matthias Pfefferle
|
96881b940a
|
some refactorings and fixed the tests
|
2023-06-01 09:49:40 +02:00 |
|
Django Doucet
|
73cd19ec20
|
added test and pre_get_remote_key filter
|
2023-05-31 23:23:40 -06:00 |
|
Matthias Pfefferle
|
758912da64
|
do not use cache for new followers
|
2023-05-31 14:03:46 +02:00 |
|
Matthias Pfefferle
|
084f108161
|
only schedule migration if DB is not on the latest version
|
2023-05-31 10:48:51 +02:00 |
|
Matthias Pfefferle
|
c04cf3fc7e
|
move schedule to scheduler-class
|
2023-05-31 10:48:06 +02:00 |
|
Matthias Pfefferle
|
ab0f48389c
|
deregister schedules on uninstall
|
2023-05-31 10:47:49 +02:00 |
|
Django Doucet
|
273493e768
|
update header parsing in get_signed_data()
|
2023-05-26 12:40:46 -06:00 |
|
Matthias Pfefferle
|
221c577826
|
Fix federation with pixelfed!
|
2023-05-25 14:03:30 +02:00 |
|
Matthias Pfefferle
|
27dd8217e8
|
Merge branch 'master' into fix/sanitization
|
2023-05-23 19:20:23 +02:00 |
|
Matthias Pfefferle
|
2117f78106
|
fix #321
|
2023-05-23 12:28:57 +02:00 |
|
Matthias Pfefferle
|
2aa7077ae7
|
add wpautop to user description
fix #279
|
2023-05-23 12:26:02 +02:00 |
|
Matthias Pfefferle
|
83991c0cd8
|
fix #332
and some of the feedback of @mattwiebe
|
2023-05-23 12:14:39 +02:00 |
|
Matthias Pfefferle
|
d91eaeae72
|
phpdoc
|
2023-05-23 11:26:12 +02:00 |
|
Matthias Pfefferle
|
3d1a0af6cb
|
moved strip style/script
|
2023-05-23 11:13:17 +02:00 |
|
Matthias Pfefferle
|
677d507fe9
|
Revorked "sanitize output"
This reverts commit 77873d12b3 .
|
2023-05-23 11:10:05 +02:00 |
|
Matthias Pfefferle
|
750d071c8d
|
Merge branch 'master' into signature_verification
|
2023-05-22 14:50:49 +02:00 |
|
Matthias Pfefferle
|
b8ee030d78
|
Merge pull request #324 from Automattic/add/caching
Introduce Caching
|
2023-05-22 14:34:49 +02:00 |
|
Matthias Pfefferle
|
d2b7c287fc
|
code doc
|
2023-05-22 13:35:46 +02:00 |
|
Matthias Pfefferle
|
ec4e22f570
|
fix routing checks
|
2023-05-22 13:34:14 +02:00 |
|
Matthias Pfefferle
|
467a349b16
|
some small improvements
|
2023-05-22 11:31:46 +02:00 |
|