sadposter
228165c360
Revert "Remove indexer plugin"
...
This reverts commit 1d94f2a424
.
2023-04-27 02:53:15 +00:00
sadposter
debc039010
Only even attempt to fetch local activities by object_id
...
TODO: PLEASE FOR THE LOVE OF KANATAN CACHE THIS
2023-04-27 02:53:15 +00:00
93ba7195d4
Remove indexer plugin
2023-04-27 02:53:15 +00:00
7f5cede24c
Ship with hehe
2023-04-27 02:53:15 +00:00
bec71596cf
Use enum empty instead
2023-04-27 02:53:15 +00:00
2b8ea9930a
Show bubble_timeline in the api if any instances are set in it, do not show if none are set
2023-04-27 02:53:15 +00:00
85950b22c3
add bubble visibility to description
2023-04-27 02:53:15 +00:00
1d872fbe95
Add timeline visibility options
2023-04-27 02:53:15 +00:00
48f00c3046
also put publicVisibility in preloaded nodeinfo
2023-04-27 02:53:15 +00:00
c3e3baf2dd
Changelog entry
2023-04-27 02:53:15 +00:00
3b7ec3826c
mix format
2023-04-27 02:53:15 +00:00
f7fc9a2ed9
Add publicTimelineVisibility to nodeinfo
2023-04-27 02:53:15 +00:00
883a1051ae
Apply Patch
2023-04-27 02:53:15 +00:00
6c30d47641
don't crash on malformed avatar and banner values
...
weird values in href will cause base64 encoding to fail later down the
line, so let's make sure the value we're passing on is somewhat sane, or
at the very least a binary
this fixes #482
2023-04-27 02:53:15 +00:00
5423c2b90f
Add note telling people to refresh
2023-04-27 02:53:14 +00:00
d14db3c641
in dev, allow dev FE
2023-04-27 02:53:14 +00:00
e26a252fcc
fix tests
2023-04-27 02:53:14 +00:00
d1dc1005d2
add selection UI
2023-04-27 02:53:14 +00:00
04ccf85dec
ensure we send the right files for preferred fe
2023-04-27 02:53:14 +00:00
4d187c60af
Add frontend preference route
2023-04-27 02:53:14 +00:00
3a9ae0a3c2
patch version
2023-04-27 02:53:14 +00:00
b5f8b05915
Remove mix.env reference
2023-04-27 02:53:14 +00:00
507a409dbb
Bump version
2023-04-27 02:53:14 +00:00
b74df75210
ensure we can't have a null in appends
2023-04-27 02:53:14 +00:00
e2f616748f
we should probably use ||
2023-04-27 02:53:14 +00:00
247e3e8f22
Remove _misskey_reaction matching ( #500 )
...
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: AkkomaGang/akkoma#500
2023-04-27 02:53:14 +00:00
6cbb349eb8
Fix typo in installation/akkoma.service
2023-04-27 02:53:14 +00:00
qbism
3d88b57d7e
logos
2023-03-10 21:36:01 -05:00
08dfce98be
Merge branch 'develop' of akkoma.dev:AkkomaGang/akkoma into develop
2023-03-10 03:51:45 +00:00
b2112302ce
Add more information about failed verifications
2023-03-10 03:51:24 +00:00
964a855319
Display Quote posts in the api features list to allow external clients to enable compatibility with it. ( #496 )
...
Expose quote posting in the api as a feature.
Copies what the quote post PR for pleroma does to allow external clients to enable and disable features based on the feature-set of the instance.
As far as I am aware, akkoma doesn't allow you to disable quote posting, so this doesn't need anything fancy and it's just a hard on switch.
I tried to get one for the bubble tl to work also, but I'm not quite sure how to do it so that it switches off the feature when the bubble tl is disabled. I would argue that it could and ideally should be done as well though.
I also discovered a pretty tame bug in the testing of it, that deleting the DB entry for the bubble tl does not stop the bubble TL from actually working and it will continue to display the panel on the about page, I'll just leave it as a note here.
Reviewed-on: AkkomaGang/akkoma#496
Co-authored-by: foxing <foxing@noreply.akkoma>
Co-committed-by: foxing <foxing@noreply.akkoma>
2023-03-09 20:40:28 +00:00
8a4437d2be
Allow expires_at in filter requests
...
Fixes #492
2023-03-09 19:13:14 +00:00
87d5e5b06a
Allow moderators to get the admin scope again
...
Fixes #463
2023-03-08 17:39:35 +00:00
c8add9d1dc
Merge pull request 'fix invalid proxy_hide_header in example config' ( #472 ) from flisk/akkoma:remote-media-docs-fix into develop
...
Reviewed-on: AkkomaGang/akkoma#472
2023-03-02 11:19:46 +00:00
d43c8080d0
Merge pull request 'updating docs: start akko first, then upgrade frontend' ( #486 ) from flisk/akkoma:fix-updating-docs into develop
...
Reviewed-on: AkkomaGang/akkoma#486
2023-03-02 11:18:12 +00:00
df03d64dc5
Merge pull request 'Reblog content should be ""' ( #489 ) from masto4-reboost into develop
...
Reviewed-on: AkkomaGang/akkoma#489
2023-03-02 11:16:26 +00:00
b88e6560e0
Reblog content should be ""
...
Fixes #450
2023-03-02 11:04:27 +00:00
1ab0b3a0e2
match nginx config to install config and extend docs a bit
2023-02-26 23:58:55 +01:00
cb28b8f0fe
updating docs: start akko first, then upgrade frontend
2023-02-26 23:42:28 +01:00
531a550184
fix invalid proxy_hide_header in example config
2023-02-26 23:25:46 +01:00
45a11aa20f
add changelog entry for MFM
2023-02-26 22:12:31 +00:00
f56e3098ef
Merge branch 'delete_orphaned_activities' into develop
2023-02-26 22:11:30 +00:00
fd1dc87eb4
Merge pull request 'update backwards compat notice in admin_api.md' ( #473 ) from flisk/akkoma:update-admin-api-docs into develop
...
Reviewed-on: AkkomaGang/akkoma#473
2023-02-26 22:01:57 +00:00
7bd80ccf07
Merge pull request 'update prometheus docs' ( #474 ) from flisk/akkoma:update-prometheus-docs into develop
...
Reviewed-on: AkkomaGang/akkoma#474
2023-02-26 22:00:12 +00:00
f7211459ef
Merge pull request 'Rename index for faster database restore' ( #455 ) from ilja/akkoma:rename_index_for_faster_restore into develop
...
Reviewed-on: AkkomaGang/akkoma#455
2023-02-26 21:58:56 +00:00
fc842aa7c7
Merge pull request 'Docs: Change docs README for new way of building docs' ( #448 ) from ilja/akkoma:improve_readme_from_docs into develop
...
Reviewed-on: AkkomaGang/akkoma#448
2023-02-26 21:49:42 +00:00
08d49fba7d
fine then no fun allowed, y'all don't deserve it
2023-02-26 21:25:57 +00:00
ilja
328b4d93b7
Changelog + remove some unneeded comments from the tests
2023-02-26 14:43:19 +01:00
ilja
c1c962e1a8
Add docs for pleroma_ctl database prune_objects --prune-orphaned-activities
...
I also added extra info on VACUUM FULL
2023-02-26 14:41:50 +01:00
ilja
57eef6d764
prune_objects can prune orphaned activities who reference an array of objects
...
E.g. Flag activities have an array of objects
We prune the activity when NONE of the objects can be found
Note that the cost of finding and deleting these is ~4x higher than finding and deleting the non-array ones
Only string:
Delete on activities (cost=506573.48..506580.38 rows=0 width=0)
Only Array:
Delete on activities (cost=3570359.68..4276365.34 rows=0 width=0)
(They are still executed separately, so the total cost is the sum of the two)
2023-02-26 14:41:50 +01:00