Commit graph

6072 commits

Author SHA1 Message Date
naskya
20607acc1b dev: update editorconfig 2024-05-29 18:29:29 +00:00
naskya
a60841719e chore (macro-rs): address FIXME 2024-05-29 18:29:29 +00:00
Lhcfl
d4d919ad9a feat: Compress PNG; detect and compare the size of compressed and uncompressed file 2024-05-29 18:29:29 +00:00
naskya
4624911df8 chore: regenerate auto-generated files 2024-05-29 18:29:29 +00:00
CI
0bcaff275d fix(deps): update dependency redis-semaphore to v5.6.0 2024-05-29 18:29:29 +00:00
CI
2fbca23b4b chore(deps): update dependency cropperjs to v2.0.0-rc 2024-05-29 18:29:29 +00:00
naskya
a0c31ddd47 chore (backend-rs): address cargo doc warning 2024-05-29 18:29:29 +00:00
naskya
575ccd0e29 test (backend-rs): add timestamp check 2024-05-29 18:29:29 +00:00
Eana Hufwe
e64cd1ea65 chore: code formatting 2024-05-29 18:29:29 +00:00
Eana Hufwe
1214d29302 fix: status.reblogged signifies if the status is reblogged by the logged in user, not for the current status 2024-05-29 18:29:27 +00:00
naskya
4ad09b5ae2 fix: Maser push notifications 2024-05-29 18:29:26 +00:00
naskya
cad3610d2e fix: feather push notifications 2024-05-29 18:29:26 +00:00
naskya
8fca35ca06 fix: Ice Cubes push notifications
Co-authored-by: Eana Hufwe <eana@1a23.com>
2024-05-29 18:29:26 +00:00
naskya
3a62097ec3 chore: concat two statements 2024-05-29 18:29:26 +00:00
naskya
6c449466a5 fix: do not unwrap() Option before checking that it holds a value 2024-05-29 18:29:26 +00:00
naskya
303060fe84 fix: missing imports 2024-05-29 18:29:26 +00:00
Eana Hufwe
a499fb1755 fix: missing var 2024-05-29 18:29:26 +00:00
Eana Hufwe
ba726f9abf fix: compatibility with Ice Cubes and Mammoth 2024-05-29 18:29:25 +00:00
Eana Hufwe
b6414dd104 fix: add space paddings to the end of JSON payload to prevent esm from padding null bytes 2024-05-29 18:29:22 +00:00
CI
c5abb22e06 fix(deps): update dependency jsdom to v24.1.0 2024-05-29 18:29:16 +00:00
CI
cfa024de9f fix(deps): update dependency ajv to v8.14.0 2024-05-29 18:29:16 +00:00
CI
b4b9427f92 chore(deps): update dependency type-fest to v4.18.3 2024-05-29 18:29:02 +00:00
CI
5c00ed2218 fix(deps): update dependency aws-sdk to v2.1628.0 2024-05-29 18:29:02 +00:00
CI
f105950f14 chore(deps): update dependency pug to v3.0.3 2024-05-29 18:28:47 +00:00
CI
0bd8830632 chore(deps): update dependency photoswipe to v5.4.4 2024-05-29 18:28:47 +00:00
Eana Hufwe
b510ec2ef3 fix: index 2024-05-29 18:28:46 +00:00
Eana Hufwe
3d2f8dbfb8 fix: object typing 2024-05-29 18:28:46 +00:00
Eana Hufwe
c2fdc0bd51 fix: IceCubes wants an int for ID despite the docs says string 2024-05-29 18:28:45 +00:00
Eana Hufwe
ffa53c61fa fix: parsing payload when registering push notification subscriptions 2024-05-29 18:28:44 +00:00
Eana Hufwe
65ce56cc08 fix: parsing payload when registering push notification subscriptions 2024-05-29 18:28:43 +00:00
Eana Hufwe
33b45d1d22
fix: do not make query if no notification type is requested 2024-05-29 23:46:06 +09:00
Eana Hufwe
440d961ab4
fix: multiple redirect uri support 2024-05-29 23:44:35 +09:00
naskya
6db8ad14e2
Merge branch 'develop' into iceshrimp_mastodon 2024-05-29 23:44:12 +09:00
naskya
605f8d5e29
fix: typo
ref: https://docs.joinmastodon.org/entities/V1_Instance/#video_frame_rate_limit
2024-05-29 23:42:21 +09:00
naskya
6f20b69021
fix: import .js 2024-05-29 23:42:12 +09:00
naskya
38c5b85220
fix: use only necessary fields 2024-05-29 23:42:05 +09:00
naskya
abaed389f9
chore: remove from/toMastodonId functions 2024-05-29 23:41:55 +09:00
naskya
fbe906fe11
refactor: use ok_or to return errors when Some is expected 2024-05-29 23:41:47 +09:00
naskya
1df3680842
chore: port sql-regex-escape to backend-rs 2024-05-29 23:41:39 +09:00
naskya
ee33337a3f
chore: distinguish between database columns and relations 2024-05-29 23:41:29 +09:00
naskya
e143f0d7ac
chore: prevent unexpected variable scope leaks 2024-05-29 23:41:21 +09:00
naskya
bedf4cb791
chore: import isQuote from backend-rs 2024-05-29 23:41:12 +09:00
naskya
199065502b
chore: update auto-generated files 2024-05-29 23:40:56 +09:00
naskya
c1c3d8a8e0
chore: format 2024-05-29 23:40:41 +09:00
naskya
bd351912ed
chore: use type imports 2024-05-29 23:40:31 +09:00
Laura Hausmann
3e878984bd
refactor: adding more fixes from Iceshrimp
Co-authored-by: CookiLover311 <jacoco@vivaldi.net>
2024-05-29 23:39:54 +09:00
Laura Hausmann
f282549900
refactor: Iceshrimp’s Mastodon API implementation with original extensions
Co-authored-by: Eana Hufwe <eana@1a23.com>
Co-authored-by: AkiraFukushima <h3.poteto@gmail.com>
2024-05-29 23:39:22 +09:00
naskya
293c1c6540
chore (backend-rs): some more comments 2024-05-24 22:36:48 +09:00
naskya
589324cd6d
chore (backend-rs): update comment 2024-05-24 22:20:52 +09:00
naskya
35f30d9895
chore (backend-rs): make internal functions/modules private 2024-05-24 22:18:32 +09:00