e99e2407f3
Add background_removal to SimplePolicy MRF
2024-02-16 16:36:45 +01:00
7622aa27ca
Federate user profile background
...
Currently our own frontend doesn’t show backgrounds of other users, this
property is already publicly readable via REST API and likely was always
intended to be shown and federated.
Recently Sharkey added support for profile backgrounds and
immediately made them federate and be displayed to others.
We use the same AP field as Sharkey here which should make
it interoperable both ways out-of-the-box.
Ref.: 4e64397635
2024-02-16 16:35:51 +01:00
0ed815b8a1
Merge branch 'followback' into develop
2024-02-16 13:27:40 +00:00
c5dcd07e08
Merge pull request 'Fix OpenAPI spec for preferred_frontend endpoint' ( #680 ) from katafrakt/akkoma:fix-openapi-spec-for-preferred-frontend into develop
...
Reviewed-on: AkkomaGang/akkoma#680
2024-02-16 12:21:00 +00:00
874ee73a87
Merge pull request 'Document Akkoma API' ( #678 ) from Oneric/akkoma:doc-akkomapi into develop
...
Reviewed-on: AkkomaGang/akkoma#678
2024-02-16 12:20:11 +00:00
a905223837
Merge pull request 'Check permissions on configuration file, not symlink' ( #687 ) from erincandescent/akkoma:config-stat-symlink into develop
...
Reviewed-on: AkkomaGang/akkoma#687
2024-02-16 12:19:08 +00:00
cda597a05c
doc: fix Akkoma identification name
...
Akkoma stopped pretending to be Pleroma here when the mix project name
was changed in c07fcdbf2b
.
2024-02-15 16:25:59 +01:00
711043f57d
Document bubble timeline API
...
It was added in cb6e7359af
.
2024-02-15 16:04:33 +01:00
6bb455702d
Document Akkoma API
2024-02-15 16:04:33 +01:00
7493d8f49d
Document live dashboard
2024-02-15 16:04:33 +01:00
Haelwenn (lanodan) Monnier
cb7eaccecb
Config: Check the permissions of the linked file instead of the symlink↵
2024-02-14 18:30:27 +01:00
376f6b15ca
Add ability to auto-approve followbacks
...
Resolves: AkkomaGang/akkoma#148
2024-02-13 15:42:37 +01:00
13e62b4e51
Fix schema and docs for status_ttl_days and instance
...
Fixes misspelling and omission of and example in commit
0cfd5b4e89
which added the
status_ttl_property. This was the only place this commit
referred to the property as note_ttl_days.
Partially fixes the omitted schema update of the instance metadata addition
from commit b7e8ce2350
. A proper full schema
for nodeinfo is still missing.
2024-02-13 15:39:52 +01:00
6fde75e1f0
Merge pull request 'Purge leftovers from chats' ( #684 ) from Oneric/akkoma:cosmetic-purge-chat into develop
...
Reviewed-on: AkkomaGang/akkoma#684
2024-02-13 09:13:37 +00:00
8cf183cb42
Drop Chat tables
...
Chats were removed in 0f132b802d
2024-02-11 05:15:08 +01:00
5f7d47dcb7
Drop obolete chat/shoutbox config options
...
Their functions were purged in 0f132b802d
2024-02-11 05:15:02 +01:00
e97d08ee98
Merge pull request 'MRF transparency: don’t forget to obfuscate short domains' ( #676 ) from Oneric/akkoma:mrf-obfuscation into develop
...
Reviewed-on: AkkomaGang/akkoma#676
2024-02-05 08:43:43 +00:00
d7d159c49f
Fix OpenAPI spec for preferred_frontend endpoint
...
The spec was copied from another endpoint, including the operation id,
leading to scrubbing the valid parameters from the request and simply
not working.
2024-02-03 14:27:45 +01:00
3cd882528e
More prominently document MRF transparency and obfuscation
...
And point to the cheat sheet for all other MRF policies
and their configuration details.
2024-02-02 14:50:21 +00:00
e47c50666d
Fix obfuscation of short domains
...
Fixes AkkomaGang/akkoma#645
2024-02-02 14:50:13 +00:00
b4ccddab39
Merge pull request 'Fix OAuth consumer mode' ( #668 ) from tcmal/akkoma:develop into develop
...
Reviewed-on: AkkomaGang/akkoma#668
2024-02-02 10:05:42 +00:00
77000b8ffd
update tests for oauth consumer
2023-12-17 21:48:19 +00:00
a074be24ca
add bit about frontend configuration to oauth consumer docs
2023-12-17 19:36:27 +00:00
eb0dbf6b79
fix oauth consumer mode
...
the previous code passed a state parameter to ueberauth with info
about where to go after the user logged in, etc.
since ueberauth 0.7, this parameter is ignored and oauth state is used
for actual CSRF reasons.
we now set a cookie with the state we need to keep track of, and read
it once the callback happens.
2023-12-17 19:27:36 +00:00
e2f749b5b0
don't select ueberauth 0.10.6, as it is broken
...
see https://github.com/ueberauth/ueberauth/issues/194
2023-12-17 18:59:31 +00:00
6fb91d79f3
bump deps
2023-12-15 16:32:53 +00:00
2858cd81e1
Move changelog into our format
2023-12-15 16:32:41 +00:00
Lain Soykaf
c3098e9c56
UserViewTest: Add basice service actor test.
2023-12-15 16:31:51 +00:00
Yonle
8a0e797cff
ap userview: add outbox field.
...
Signed-off-by: Yonle <yonle@lecturify.net>
2023-12-15 16:31:51 +00:00
74d5e22fc5
fix robotstxt on OTP
2023-12-15 16:23:20 +00:00
bc22ea50ab
Merge pull request 'docs: Fixed wrong command for robots_txt CLI task' ( #632 ) from yukijoou/akkoma:docs-robotstxt-fix into develop
...
Reviewed-on: AkkomaGang/akkoma#632
2023-12-15 16:21:17 +00:00
8ae5364886
Merge pull request 'Add shm_size to the Database container' ( #634 ) from EpicKitty/akkoma:develop into develop
...
Reviewed-on: AkkomaGang/akkoma#634
2023-12-15 16:20:45 +00:00
6cc523bd23
Correct email links to be absolute URLs
2023-11-02 11:49:03 +00:00
fb700a956a
correct link
2023-11-02 11:40:19 +00:00
c12d158491
Merge pull request 'Add more image mimetypes to reverse proxy' ( #658 ) from Seirdy/akkoma:moar-image-types into develop
...
Reviewed-on: AkkomaGang/akkoma#658
2023-11-02 11:38:40 +00:00
ed5c930dd9
Merge pull request 'Docs: Add note about Docker installations in backup section' ( #631 ) from y0nei/akkoma:develop into develop
...
Reviewed-on: AkkomaGang/akkoma#631
2023-11-02 11:04:39 +00:00
3cca953c58
Merge pull request 'added support for arm64 in pleroma_ctl' ( #630 ) from YokaiRick/akkoma:arm64-pleroma_ctl into develop
...
Reviewed-on: AkkomaGang/akkoma#630
2023-11-02 11:03:22 +00:00
36f4f18aa5
Add more image mimetypes to reverse proxy
...
Add JPEG-XL, AVIF, and WebP support to the reverse proxy. All three are
supported in WebKit browsers; the latter two are supported in Gecko and
Blink.
2023-11-01 17:47:52 -07:00
033b7b04e0
update captcha version
2023-10-20 13:30:29 +01:00
d1af78aba1
changelog
2023-09-15 12:00:45 +01:00
3e7446d177
Add various both-ugc-and-tag setups
2023-09-15 11:58:56 +01:00
c8e08e9cc3
fix issue with API cascading domain blocks but not honouring them
2023-08-25 11:00:49 +01:00
1b9edcba64
Add shm_size to the Database container
2023-08-21 21:50:10 +00:00
32422a7a04
docs: Fixed wrong command for robots_txt CLI task
...
This is according to the error message displayed when trying to run the
command in the current version of the docs
2023-08-18 13:25:52 +00:00
0617090743
Note about Docker installations in backup section
2023-08-17 16:51:53 +02:00
5c164028cf
ensure ap_enabled true if coming back pleroma
2023-08-16 23:11:36 +01:00
f7ea0a1248
bump OTP required
2023-08-16 23:01:02 +01:00
6139c3346d
Add extra rollbacks to pleroma develop
2023-08-16 22:49:23 +01:00
6ec5437294
added support for arm64
...
added arm64 support for update.
Tested on Arch amd64, Debian arm64 and Alpine amd64
2023-08-16 20:58:21 +00:00
98f0820ca4
MIX FORMAT
2023-08-15 23:26:22 +01:00