FloatingGhost
98cb255d12
Support elixir1.15
...
OTP builds to 1.15
Changelog entry
Ensure policies are fully loaded
Fix :warn
use main branch for linkify
Fix warn in tests
Migrations for phoenix 1.17
Revert "Migrations for phoenix 1.17"
This reverts commit 6a3b2f15b74ea5e33150529385215b7a531f3999.
Oban upgrade
Add default empty whitelist
mix format
limit test to amd64
OTP 26 tests for 1.15
use OTP_VERSION tag
baka
just 1.15
Massive deps update
Update locale, deps
Mix format
shell????
multiline???
?
max cases 1
use assert_recieve
don't put_env in async tests
don't async conn/fs tests
mix format
FIx some uploader issues
Fix tests
2023-08-03 17:44:09 +01:00
FloatingGhost
27cbfb8985
Send a NIL body rather than an empty one with GET/HEAD
2023-08-01 11:26:05 +01:00
XxXCertifiedForkliftDriverXxX
767e1272b3
Use OS CA store for Mint HTTP connections
2023-06-26 15:50:49 +02:00
FloatingGhost
39b3d92cd8
Bump version
2023-05-26 20:46:38 +01:00
FloatingGhost
a388d2503e
revert uploaded-media
2023-05-26 12:06:41 +01:00
FloatingGhost
7fb9960ccd
Add CSP to mediaproxy links
2023-05-26 11:46:18 +01:00
FloatingGhost
82ca7a6470
bump version
2023-05-23 14:10:01 +01:00
FloatingGhost
9e9cf58fdf
or not
2023-05-23 13:54:22 +01:00
FloatingGhost
2fc26609f6
ensure we depend on poison
2023-05-23 13:53:54 +01:00
FloatingGhost
145c73076d
Update dependencies
2023-05-08 16:29:25 +01:00
FloatingGhost
d6bed599c8
correct version bump
2023-04-14 18:09:59 +01:00
FloatingGhost
963d29ad8c
2023.04 Release
2023-04-14 18:00:59 +01:00
Francis Dinh
4a5164be93
Update required elixir version in mix.exs to 1.14
2023-03-16 12:53:38 -04:00
FloatingGhost
58f75ac062
patch version
2023-03-11 18:24:57 +00:00
FloatingGhost
800fe40407
Bump version
2023-03-11 17:26:21 +00:00
FloatingGhost
439e915531
bump version
2023-02-11 10:48:52 +00:00
FloatingGhost
7eebaa7a18
bump mock
2023-01-10 10:48:14 +00:00
floatingghost
9be6caf125
argon2 password hashing ( #406 )
...
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/406
2022-12-30 02:46:58 +00:00
floatingghost
233c4bb3ba
revert 28ab09d377
...
revert Remove unused dependencies
2022-12-19 02:34:46 +00:00
FloatingGhost
28ab09d377
Remove unused dependencies
2022-12-19 02:26:04 +00:00
FloatingGhost
c2054f82ab
allow users with admin:metrics to read app metrics
2022-12-16 03:32:51 +00:00
FloatingGhost
e2320f870e
Add prometheus metrics to router
2022-12-15 02:02:07 +00:00
Tim Buchwaldt
8f58eb4a18
Revert "Bump live-dashboard"
...
This reverts commit c196d79aafd51b671aa19032b32e4cd416dab720.
2022-12-15 01:04:56 +00:00
Tim Buchwaldt
33243c56e5
Start adding telemetry
2022-12-15 01:04:55 +00:00
floatingghost
07a48b9293
giant massive dep upgrade and dialyxir-found error emporium ( #371 )
...
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/371
2022-12-14 12:38:48 +00:00
FloatingGhost
46c270ead8
Add mail
to make the gmail adapter in swoosh work
2022-12-12 02:34:13 +00:00
FloatingGhost
f752126427
Remove quack, ensure adapter is finch
2022-12-11 23:22:35 +00:00
FloatingGhost
d81d8c9731
uppdate excoveralls
2022-12-11 22:58:26 +00:00
FloatingGhost
affc910372
Remove hackney/gun in favour of finch
2022-12-11 19:19:31 +00:00
FloatingGhost
1f0ef94271
Bump versions
2022-12-10 14:50:02 +00:00
floatingghost
e3085c495c
fix tests broken by relay defaults changing ( #314 )
...
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/314
2022-11-26 20:45:47 +00:00
FloatingGhost
89dbc7177b
Chores for 2022.11
2022-11-11 16:12:04 +00:00
FloatingGhost
c0eecb55bf
Update finch
2022-11-07 13:32:34 +00:00
FloatingGhost
60b3c8d17b
bump version
2022-10-14 12:49:35 +01:00
FloatingGhost
574f010bc8
Extract deactivated users query to a join
2022-10-10 15:55:58 +01:00
floatingghost
c6e63aaf6b
Backend settings sync ( #226 )
...
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/226
2022-10-06 16:22:15 +00:00
floatingghost
b8190f19dc
2022.09 stable release chores ( #206 )
...
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/206
2022-09-10 14:44:17 +00:00
Tusooa Zhu
95e4018c1a
Disconnect streaming sessions when token is revoked
...
Use Websockex to replace websocket_client
Test that server will disconnect websocket upon token revocation
Lint
Execute session disconnect in background
Refactor streamer test
allow multi-streams
rebase websocket change
2022-08-27 19:07:48 +01:00
floatingghost
f11a6eb8dd
Merge pull request 'Update min elixir version in mix.exs to 1.12' ( #184 ) from norm/akkoma:mix-exs-elixir into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/184
2022-08-25 19:39:56 +00:00
Norm
db7ad08d1e
Update min elixir version in mix.exs to 1.12
...
The install docs already mention 1.12 as the minimum supported version, so this should also be reflected in `mix.exs`.
2022-08-25 18:30:19 +00:00
FloatingGhost
fd7f4874ba
allow new mfm classes
2022-08-24 10:06:48 +01:00
FloatingGhost
3cf8c1eb31
use public temple dep
2022-08-23 12:13:35 +01:00
FloatingGhost
152c43ac9e
update mfm_parser
2022-08-23 12:09:01 +01:00
FloatingGhost
8d7b63a766
Revert "Fix oauth2 (for real) ( #179 )"
...
This reverts commit aa681d7e15
.
2022-08-21 17:52:02 +01:00
floatingghost
aa681d7e15
Fix oauth2 (for real) ( #179 )
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/179
2022-08-21 16:24:37 +00:00
FloatingGhost
b0130bfa7b
Revert "oauth2 fixes ( #177 )"
...
This reverts commit 429e2ac832
.
2022-08-21 16:22:15 +01:00
floatingghost
429e2ac832
oauth2 fixes ( #177 )
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/177
2022-08-21 14:46:52 +00:00
floatingghost
e9f1897cfd
parser MFM server-side ( #172 )
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/172
2022-08-18 03:14:48 +00:00
FloatingGhost
5192e21e53
bump version to 3.1.0
2022-08-12 16:00:40 +01:00
floatingghost
645f0390bc
Prepare for ubuntu22 murdering openssl ( #120 )
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/120
2022-07-27 21:48:13 +00:00