Commit graph

1245 commits

Author SHA1 Message Date
Matthias Pfefferle
e9ea9db6a3 small changes 2023-11-07 09:59:02 +01:00
Matthias Pfefferle
7d525a8efe otherwise to_json would not work properly 2023-11-06 14:43:35 +01:00
Matthias Pfefferle
8a5e83b619 remove other query-vars 2023-11-06 14:41:51 +01:00
Matthias Pfefferle
1e5c7675cd never used 2023-11-06 14:40:05 +01:00
Matthias Pfefferle
5b440b3819 remove reply_recipients 2023-11-06 14:38:58 +01:00
Matthias Pfefferle
84e394f9df remove JS calls 2023-11-06 14:36:32 +01:00
Matthias Pfefferle
ebe9af4497 remove replies for now 2023-11-06 14:35:49 +01:00
Matthias Pfefferle
be2d6683bb remove some edit methods 2023-11-06 14:32:24 +01:00
Matthias Pfefferle
24315a41b6 this is never used 2023-11-06 12:32:53 +01:00
Matthias Pfefferle
d12708e746 PHPDoc 2023-11-06 12:23:04 +01:00
Matthias Pfefferle
1353c89b38 move functions 2023-11-06 12:21:46 +01:00
Matthias Pfefferle
2d09cf5b45 fix locale 2023-11-06 12:09:54 +01:00
Django Doucet
15555bdd31 rename get_id method to generate_id 2023-11-04 00:03:42 -06:00
Django Doucet
3c089a6549 remove context property 2023-11-04 00:03:05 -06:00
Matthias Pfefferle
406d03345e
Merge branch 'master' into Comments 2023-10-28 00:12:37 +02:00
Matt Wiebe
70cefc9712 prep readme for 1.1.0 release 2023-10-27 16:18:42 -05:00
Django Doucet
921829f1b4 lint 2023-10-27 15:06:15 -06:00
Django
9da43a9d71
Merge branch 'Automattic:master' into Comments 2023-10-27 14:57:07 -06:00
Matt Wiebe
9ff4d1251a
Attachments: add support for audio 🔈 and video 📼 (#536)
* only in the block editor
* update settings page copy: media, not just images

---------

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2023-10-27 15:55:44 -05:00
Django Doucet
2335fb1b47 Schedule comments activities for non-admin users 2023-10-27 14:44:47 -06:00
Django Doucet
e04816a12b Restore and tweak Comment transform 2023-10-27 14:43:56 -06:00
Django Doucet
06be55b61a re-add extract mentions filter 2023-10-27 14:17:53 -06:00
Django Doucet
9d1ba79788 remove dead dispatch action 2023-10-27 14:05:31 -06:00
Django Doucet
5301cdaed7 Init Comments class 2023-10-27 13:53:17 -06:00
Django Doucet
e6473db4f8 Link to comment source as row action 2023-10-27 09:16:29 -06:00
Django Doucet
375886b3de Link remote comments on frontend 2023-10-27 09:07:12 -06:00
Django Doucet
9af54707b9 fix warnings 2023-10-27 08:27:12 -06:00
Django Doucet
8a0e02b39f Merge branch 'master' into Comments 2023-10-27 07:28:21 -06:00
Matt Wiebe
53adfe6b80
PHP 8.1 compatibility (#533)
* PHP 8.1 compatibility

* Update compat.php

---------

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2023-10-25 08:44:04 +02:00
Matthias Pfefferle
8078512b8c small improvements 2023-10-24 14:54:03 +02:00
Matthias Pfefferle
d7810114b7
improve error messages and codes (#532)
* improve error messages and codes

* version bump
2023-10-24 13:00:22 +02:00
Matthias Pfefferle
e91334e4d7
fix following endpoint (#531)
* fix following endpoint

* version bump
2023-10-24 12:45:46 +02:00
Matthias Pfefferle
2664ae807c update readme 2023-10-23 16:18:28 +02:00
Matthias Pfefferle
4d7c0594cd remove featured tags endpoint 2023-10-23 16:16:26 +02:00
Matthias Pfefferle
b946ef3de1
more consistent use of response content type (#529)
* more consistent use of response content type

* update readme

* fix typo
2023-10-23 14:57:58 +02:00
Matthias Pfefferle
9ac5d84f5c updated readme 2023-10-23 14:56:37 +02:00
Matthias Pfefferle
b55c5d1666 use 401 instead of 403 2023-10-23 14:54:40 +02:00
Matthias Pfefferle
acc632f05c prepare v1.0.8 2023-10-23 09:03:15 +02:00
Matthias Pfefferle
0ab8df539e simplify check 2023-10-23 08:28:30 +02:00
Chaitanya110703
247899312a
doc(README): remove typo (#528) 2023-10-23 07:26:17 +02:00
Matthias Pfefferle
a40bd8408a
Various improvements (#527)
* remove unused code

* check if `$data['object']` is a sting

* do not index application user

* this fixes GoToSocial errors

* do not cache errors

* re-added the fragment

See https://github.com/superseriousbusiness/gotosocial/issues/2280

* Fix coding standards

* do not verify signature on head request
2023-10-21 11:23:05 +02:00
Matt Wiebe
33b61ca2b9
Shortcodes: only register when needed (#526) 2023-10-19 14:46:31 -05:00
Django
e7c065d173
Merge branch 'Automattic:master' into Comments 2023-10-18 22:19:48 -06:00
Matt Wiebe
ff58070a5e Revert "Shortcodes: only register when needed"
This reverts commit c4daffe5c6.
2023-10-18 16:21:20 -05:00
Matt Wiebe
c4daffe5c6 Shortcodes: only register when needed 2023-10-18 16:20:06 -05:00
Matthias Pfefferle
7d96f67cb2
increase timeout (#518)
because of several issues

fix #514
2023-10-16 19:04:21 +02:00
Tim Serong
c10c52dafc
Fix typo "lenght" in help page (#511) 2023-10-14 17:38:08 +02:00
Matthias Pfefferle
b1773b5a0c version bump 2023-10-13 11:02:56 +02:00
Matthias Pfefferle
1ff8bac25a
add filter to check if blog is public (#504) 2023-10-12 15:52:11 +02:00
Matthias Pfefferle
d564915fdf
fix function call (#503) 2023-10-12 13:25:50 +02:00