Commit graph

15621 commits

Author SHA1 Message Date
Oneric
5f7d47dcb7 Drop obolete chat/shoutbox config options
Their functions were purged in 0f132b802d
2024-02-11 05:15:02 +01:00
Paweł Świątkowski
df21b61829
Return last_status_at as date, not datetime 2024-02-05 21:42:15 +01:00
floatingghost
e97d08ee98 Merge pull request 'MRF transparency: don’t forget to obfuscate short domains' (#676) from Oneric/akkoma:mrf-obfuscation into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/676
2024-02-05 08:43:43 +00:00
Paweł Świątkowski
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
Oneric
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
Oneric
e47c50666d Fix obfuscation of short domains
Fixes https://akkoma.dev/AkkomaGang/akkoma/issues/645
2024-02-02 14:50:13 +00:00
floatingghost
b4ccddab39 Merge pull request 'Fix OAuth consumer mode' (#668) from tcmal/akkoma:develop into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/668
2024-02-02 10:05:42 +00:00
d93f2986d4 Merge remote-tracking branch 'upstream/develop' into bnakkoma 2024-01-29 01:07:08 +09:00
Aria
77000b8ffd update tests for oauth consumer 2023-12-17 21:48:19 +00:00
Aria
a074be24ca add bit about frontend configuration to oauth consumer docs 2023-12-17 19:36:27 +00:00
Aria
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
Aria
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
FloatingGhost
6fb91d79f3 bump deps 2023-12-15 16:32:53 +00:00
FloatingGhost
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
FloatingGhost
74d5e22fc5 fix robotstxt on OTP 2023-12-15 16:23:20 +00:00
floatingghost
bc22ea50ab Merge pull request 'docs: Fixed wrong command for robots_txt CLI task' (#632) from yukijoou/akkoma:docs-robotstxt-fix into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/632
2023-12-15 16:21:17 +00:00
floatingghost
8ae5364886 Merge pull request 'Add shm_size to the Database container' (#634) from EpicKitty/akkoma:develop into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/634
2023-12-15 16:20:45 +00:00
31b647dbf9 Adjust default logo 2023-11-29 03:59:04 +09:00
589890f18b Fix spell in API spec (requried->required)
How did this go unnoticed??
2023-11-25 07:13:04 +09:00
00461a11fc Update README 2023-11-22 09:01:50 +09:00
0bbcd4065f Support for searching local posts/users only 2023-11-15 08:45:53 +09:00
a1be54d706 Add a warning to the pleroma_ctl update command 2023-11-09 07:58:46 +09:00
dc16e4af05 Add troubleshooting for frontend installation 2023-11-09 07:58:03 +09:00
c76ebd4e3c Merge remote-tracking branch 'upstream/develop' into bnakkoma 2023-11-08 03:52:31 +09:00
ee3d0d5f4e Update readme 2023-11-06 05:51:17 +09:00
9c353cb84d Added a guide on how to use auto_explain 2023-11-03 05:54:53 +09:00
55e8398aad Use the actual header colour as PWA theme colour 2023-11-03 05:51:02 +09:00
35be52eb9f Support for user search via PGroonga 2023-11-03 05:42:14 +09:00
FloatingGhost
6cc523bd23 Correct email links to be absolute URLs 2023-11-02 11:49:03 +00:00
FloatingGhost
fb700a956a correct link 2023-11-02 11:40:19 +00:00
floatingghost
c12d158491 Merge pull request 'Add more image mimetypes to reverse proxy' (#658) from Seirdy/akkoma:moar-image-types into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/658
2023-11-02 11:38:40 +00:00
floatingghost
ed5c930dd9 Merge pull request 'Docs: Add note about Docker installations in backup section' (#631) from y0nei/akkoma:develop into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/631
2023-11-02 11:04:39 +00:00
floatingghost
3cca953c58 Merge pull request 'added support for arm64 in pleroma_ctl' (#630) from YokaiRick/akkoma:arm64-pleroma_ctl into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/630
2023-11-02 11:03:22 +00:00
Rohan Kumar
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
01bdebb03f Use execute to drop indexes and builder to create indexes 2023-11-02 06:23:36 +09:00
ecc8f28fc0 Drop extension when rolling back all PGroonga migrations 2023-11-02 06:19:00 +09:00
8376ca1dda Do not hardcode fork name into version name
fixes build errors in certain situations
2023-10-26 05:52:44 +09:00
3a7967d331 Revert "Fix invalid version number on 'mix test'"
This reverts commit 93cf428e2a.
2023-10-26 05:50:20 +09:00
acbc326ab7 Expose the status of OpenSearch protocol support 2023-10-23 04:18:40 +09:00
a6169ea752 Use header colour as PWA theme colour 2023-10-23 04:16:40 +09:00
9104458dd9 Support OpenSearch protocol 2023-10-22 04:43:12 +09:00
93cf428e2a Fix invalid version number on 'mix test' 2023-10-22 04:27:36 +09:00
FloatingGhost
033b7b04e0 update captcha version 2023-10-20 13:30:29 +01:00
c06fa7b55f Shorten version name
'akkoma 3.10.3-akkoma+bnakkoma' is unnecessarily long
2023-09-28 06:20:12 +09:00
3b7ef1bad8 Add a setup question asking if the user wants to use AnalyzeMetadata 2023-09-27 05:32:18 +09:00
7f9d011076 Update docs URL pattern 2023-09-27 05:30:44 +09:00
613940ad8d Run mix format 2023-09-27 05:30:19 +09:00
d9aaf0ee78 Update README 2023-09-27 05:29:26 +09:00