Commit graph

28054 commits

Author SHA1 Message Date
naskya
82c98ae72f
ci: modify buildah args 2024-05-07 07:26:33 +09:00
naskya
5b3f93457b
dev: add renovate 2024-05-07 06:58:00 +09:00
naskya
4d9c0f8e7b
ci: fix syntax 2024-05-07 06:11:31 +09:00
naskya
bf2b624bc9
ci: build OCI container image on develop 2024-05-07 05:52:43 +09:00
naskya
5261eb24b6
ci: restrict project path 2024-05-07 05:26:05 +09:00
naskya
d440e9b388
ci: revise tasks 2024-05-07 04:58:59 +09:00
naskya
14b285f882 Merge branch 'refactor/is-safe-url' into 'develop'
refactor (backend): port isValidUrl to backend-rs


See merge request firefish/firefish!10795
2024-05-06 17:11:51 +00:00
naskya
baa5c402db
ci: apt-get update first & fix paths 2024-05-07 01:54:29 +09:00
naskya
5b01d3574f
refactor (backend): port isValidUrl to backend-rs 2024-05-07 00:56:37 +09:00
naskya
e3a98ebc72 Merge branch 'userLang' into 'develop'
Add server-side per-user UI language

Co-authored-by: eana <coder@apps.1a23.com>

See merge request firefish/firefish!10793
2024-05-06 15:31:18 +00:00
naskya
7fe7f90350
ci: revise build config 2024-05-07 00:22:51 +09:00
naskya
8ed942e00f
chore: update auto-generated files 2024-05-06 23:13:31 +09:00
naskya
ddfdd038ad
chore: update downgrade.sql 2024-05-06 23:10:39 +09:00
naskya
7fdd44cf8d
locale: update translations 2024-05-06 23:07:57 +09:00
naskya
0c4826becf
dev: copy backend-rs/index.{js,d.ts} to built/index.{js,d.ts} if not exist
https://firefish.dev/firefish/firefish/-/merge_requests/10780#note_5685
2024-05-06 22:54:10 +09:00
naskya
ecd8e3d109
ci: remove git clean flags 2024-05-06 22:51:42 +09:00
naskya
a3b156441a
ci: temporary fix for cargo test failure due to missing meta.json 2024-05-06 19:38:35 +09:00
naskya
ecbd8a8724
ci: save node_modules and target 2024-05-06 19:23:43 +09:00
naskya
442dc33a34
ci: exec build & cargo test only for now 2024-05-06 19:08:28 +09:00
naskya
c8372767fa
ci: attempt to fix permission 2024-05-06 19:00:34 +09:00
naskya
8e497b41cf
messed up 2024-05-06 18:44:28 +09:00
naskya
bfdf73caeb
ci: fix permisson 2024-05-06 18:38:54 +09:00
naskya
5b18f9761c
ci: fix .git 2024-05-06 18:29:31 +09:00
naskya
641ff742bb
ci: add dependencies of sea-orm-cli 2024-05-06 18:26:50 +09:00
naskya
e6121946aa
ci: another fix 2024-05-06 18:11:30 +09:00
naskya
c6212ff8f4
ci: use CI_JOB_TOKEN 2024-05-06 18:06:56 +09:00
naskya
d582a84c57
ci: install postgresql client 2024-05-06 17:58:26 +09:00
naskya
a7978e2b08
ci: non-interactive shell option 2024-05-06 17:46:45 +09:00
naskya
766bac3dee
ci: give alias for services 2024-05-06 17:14:47 +09:00
naskya
7360736966
ci: fix typo 2024-05-06 17:07:42 +09:00
naskya
e797849e9b
ci: attempt to add a CI task for merge requests 2024-05-06 17:00:36 +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
4e83dbd01f Merge branch 'refactor/remove-gulp' into 'develop'
refactor: replace gulp with a simple script


See merge request firefish/firefish!10791
2024-05-06 04:45:17 +00:00
naskya
dd74eabae1
refactor (backend): port nodeinfo fetcher to backend-rs 2024-05-06 08:12:21 +09:00
naskya
711618b42c
test (backend-rs): add tests for nodeinfo (de)serialization 2024-05-06 05:20:13 +09:00
naskya
510207b101
refactor (backend-rs): separate nodeinfo generator and schema 2024-05-06 04:23:38 +09:00
naskya
49825853c1
refactor (backend): port nodeinfo generator to backend-rs 2024-05-06 03:01:55 +09:00
naskya
359fef0a42
chore: replace old comments 2024-05-05 21:22:57 +09:00
naskya
fda81a9f91
chore: use absolute path for file operations 2024-05-05 21:04:20 +09:00
naskya
c505c6df36
fix: remove old locale files 2024-05-05 20:59:26 +09:00
naskya
9a4a75bf92 Merge branch 'fix/click' into 'develop'
fix: Click event of MenuParent unexpectedly goes to underlying element

Co-authored-by: Lhcfl <Lhcfl@outlook.com>

See merge request firefish/firefish!10792
2024-05-05 11:42:25 +00:00
Linca
5e5d01d407 fix: Click event of MenuParent unexpectedly goes to underlying element
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
2024-05-05 11:42:25 +00:00
naskya
d114b8ec1d
chore: format 2024-05-05 14:58:56 +09:00
naskya
d2471b6db7
refactor (backend-rs): replace reqwest with isahc
reqwest is feature-rich, but we will need isahc http client for push notifications (!10760)
isahc http client is also good btw :)
2024-05-05 14:53:45 +09:00
naskya
341b43ed71
refactor: replace gulp with a simple script 2024-05-05 02:19:58 +09:00
naskya
6d64358674
fix (client): missing MFM function props not falling back correctly 2024-05-05 01:15:04 +09:00
naskya
4992999bb7
test (backend-rs): add tests 2024-05-04 22:59:49 +09:00
naskya
38c0de39b9
chore (backend-rs): add docs for functions in database/cache 2024-05-04 22:50:46 +09:00
naskya
722d090f8d
chore (backend-rs): remove unneeded 'static 2024-05-04 22:49:11 +09:00