Commit graph

67 commits

Author SHA1 Message Date
naskya
aa30743f43
docs: fix merge 2024-07-10 10:31:41 +09:00
naskya
811a8c8559
Merge branch 'develop' into iceshrimp_mastodon 2024-07-10 08:15:59 +09:00
naskya
89b0f91c9d
v20240710 2024-07-10 08:12:14 +09:00
naskya
c630187b2e
Merge branch 'develop' into iceshrimp_mastodon 2024-07-05 01:38:52 +09:00
naskya
c855681b0c
feat: add ability to disable the cat language conversion 2024-07-05 01:24:57 +09:00
naskya
f1ea14fcdf
docs: formatting does not work as expected :( 2024-06-30 19:03:45 +09:00
naskya
f8b976c064
docs: fix format 2024-06-30 19:01:07 +09:00
naskya
97d9af5cb6
docs: use tables to list endpoints 2024-06-30 18:58:00 +09:00
naskya
587b5e4c22
docs: put more whitespaces 2024-06-30 12:39:53 +09:00
naskya
c1198e3420
docs: list available Mastodon API endpoints/methods 2024-06-30 12:36:39 +09:00
naskya
74e3279361
Merge branch 'develop' into iceshrimp_mastodon 2024-06-07 16:12:06 +09:00
naskya
4a42579695
v20240607 2024-06-07 16:06:51 +09:00
naskya
d8f26c5f17
docs: update api-change.md 2024-06-06 09:43:11 +09:00
naskya
a19a3541b6
docs: fix mistake in merge conflict resolution 2024-06-06 09:42:35 +09:00
naskya
fedc51832a
Merge branch 'develop' into iceshrimp_mastodon 2024-06-05 05:25:08 +09:00
naskya
c0f6106633
chore: allow GET request for /api/latest-version 2024-06-02 08:55:17 +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
d3394b97f0
v20240523 2024-05-23 00:01:57 +09:00
naskya
ef0c3a0ae2
docs: update api-change.md 2024-05-20 20:08:28 +09:00
naskya
088dfd21e7
v20240516 2024-05-16 16:16:29 +09:00
naskya
d8e1ab63c0
refactor: port system information checker to backend-rs
network stat is removed because it might be inaccurate and/or
it should be monitored by other system tools, but it may be added back
later if it is wanted
2024-05-15 16:26:46 +09:00
naskya
fc65d8c1c3
docs: update api-change.md 2024-05-07 20:52:11 +09:00
eana
ef57735e6a fix typo 2024-05-06 05:26:38 +00:00
eana
e7c33835b2 Add server-side per-user UI language 2024-05-06 05:14:44 +00:00
naskya
1ee8198c6f
v20240504 2024-05-04 16:04:31 +09:00
naskya
369b1d72df
fix/perf (backend): port latest version check to backend-rs, address excessive requests to firefish.dev 2024-05-04 14:44:20 +09:00
naskya
4816d75e23
v20240424 2024-04-24 15:42:23 +09:00
Lhcfl
067810b1be
docs (minor): update api-change.md 2024-04-23 23:59:03 +09:00
naskya
78b6228b3c
Merge branch 'develop' into fix/use-pagination-in-note 2024-04-22 05:58:55 +09:00
naskya
c9de5f6095
docs: update api-changes.md 2024-04-22 05:56:46 +09:00
naskya
b9e88ce490
docs: edit api-changes.md 2024-04-22 05:42:40 +09:00
Lhcfl
09bcbb0ff0 Update docs/api-change.md 2024-04-21 11:27:08 +08:00
Lhcfl
cdc3b5181a Update api-change.md 2024-04-21 11:24:41 +08:00
naskya
5ba88f3d6f
v20240413 2024-04-13 21:34:20 +09:00
naskya
ad58ae8f30
refactor: remove /api/patrons endpoint 2024-04-13 20:03:02 +09:00
naskya
8a74892df4
v20240405 2024-04-05 06:44:16 +09:00
Lhcfl
f2075e361a update docs/api-change 2024-04-01 11:06:59 +08:00
naskya
2a93e94dff
v20240319 2024-03-19 02:13:38 +09:00
naskya
75f277f461
fix (backend): return null (instead of 0) if following/followers count is unavailable 2024-03-17 02:03:27 +09:00
naskya
ec18c532ca
feat: ability to publish timelines on signed out page 2024-03-02 00:19:05 +09:00
naskya
b30e68c98c
feat: post search filters
Co-authored-by: sup39 <dev@sup39.dev>
2024-03-01 22:17:02 +09:00
naskya
48e5d9de71
refactor: use PGroonga for full-text search and remove support of other engines
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: sup39 <dev@sup39.dev>
2024-03-01 21:39:13 +09:00
naskya
eab42ceae5
v20240301 2024-03-01 11:15:40 +09:00
naskya
5c0b5092ff
docs: update changelog, api-change, notice-for-admins 2024-03-01 10:09:31 +09:00
laozhoubuluo
d709030580 feat: sent follow request list api and user interface
Co-authored-by: naskya <m@naskya.net>
2024-03-01 00:40:20 +00:00
naskya
945cc87dc7
chore (backend): remove horrible API endpoints 2024-03-01 07:39:22 +09:00
naskya
1bf513dedd
feat: per-user reply mutes (close #9150) 2024-03-01 07:24:43 +09:00
naskya
2873bcfebb
v20240228 2024-02-28 04:50:14 +09:00
naskya
a4603525aa
perf: remove charts (close #10611)
note:
- ActiveUsersChart is kept
- backend can be further refactored
2024-02-28 02:02:59 +09:00
naskya
0d4beb9d9b
v20240221 2024-02-21 17:55:13 +09:00