naskya
e0447ba4a9
Merge branch 'fix/error_popup_signup' into 'develop'
...
fix(client): error popup does not appear on signup
Co-authored-by: 老周部落 <laozhoubuluo@gmail.com>
Closes #10708
See merge request firefish/firefish!10675
2024-02-27 17:10:07 +00:00
naskya
ddfe20083d
Merge branch 'catodon-pickup' into 'develop'
...
Catodon bug fixes pickup
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
See merge request firefish/firefish!10676
2024-02-27 17:07:42 +00: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
fd0c8c5789
Merge branch 'fix/UserFromURI' into 'develop'
...
fix(backend): UserFromURI failure shouldn't causes exception
Co-authored-by: 老周部落 <laozhoubuluo@gmail.com>
Closes #10690 and #10821
See merge request firefish/firefish!10679
2024-02-27 15:00:50 +00:00
Linerly
18d2761feb
chore: Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (1898 of 1898 strings)
Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2024-02-26 23:50:21 +01:00
Gary O'Regan Kelly
0c88871597
chore: Translated using Weblate (French)
...
Currently translated at 100.0% (1898 of 1898 strings)
Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2024-02-26 23:50:20 +01:00
老周部落
c6960710a6
fix(backend): UserFromURI failure shouldn't causes exception
2024-02-27 00:49:47 +08:00
Lhcfl
b6bbd23e8a
chore: format
2024-02-26 21:08:48 +08:00
Lhcfl
7306e435c1
fix autosize
2024-02-26 21:03:43 +08:00
Lhcfl
1c125a0079
fix: (Catodon #32 ) The posting form in the timeline doesn't show button names on hover
2024-02-26 20:59:08 +08:00
Lhcfl
7b999eb9fd
fix (Catodon #77 ) The title of the chat is undefined
2024-02-26 20:57:13 +08:00
Lhcfl
6a239bff21
fix: (Catodon #73 ) Weird dark background on inline code in chat view
2024-02-26 20:55:21 +08:00
Lhcfl
853a511f36
fix autosize
2024-02-26 20:51:27 +08:00
Lhcfl
6a002fd785
fix: unrenote should only delete renotes, not quotes (Catodon #67 )
2024-02-26 20:44:14 +08:00
Hosted Weblate
662b2cc555
chore: Merge branch 'origin/develop' into Weblate.
2024-02-26 02:02:07 +01:00
Gary O'Regan Kelly
96fa8e5afb
chore: Translated using Weblate (French)
...
Currently translated at 100.0% (1898 of 1898 strings)
Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2024-02-26 02:01:59 +01:00
jolupa
fa1b2a173e
chore: Translated using Weblate (Catalan)
...
Currently translated at 100.0% (1898 of 1898 strings)
Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2024-02-26 02:01:57 +01:00
老周部落
ab057a98f5
fix(client): error popup does not appear on signup
2024-02-26 00:42:47 +08:00
naskya
de497a22d8
v20240225
2024-02-25 21:05:50 +09:00
sup39
ca67ca7bbe
feat: use syntax highlight assets on server
...
Co-authored-by: naskya <m@naskya.net>
2024-02-25 20:50:33 +09:00
naskya
61b09eaf9a
chore: don't use CDN if useEmojiCdn is disabled
2024-02-25 20:49:10 +09:00
sup39
6eab8fde16
feat: auto load MkCode syntax highlight
2024-02-25 20:44:10 +09:00
naskya
f468fe988d
fix (backend): check url properly
...
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2024-02-25 20:37:41 +09:00
Hosted Weblate
9f1a5c3cd1
chore: Merge branch 'origin/develop' into Weblate.
2024-02-24 21:02:17 +01:00
Linerly
e153f3f809
chore: Translated using Weblate (Indonesian)
...
Currently translated at 99.9% (1897 of 1898 strings)
Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2024-02-24 21:02:13 +01:00
Gary O'Regan Kelly
a2be43faf5
chore: Translated using Weblate (French)
...
Currently translated at 100.0% (1898 of 1898 strings)
Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2024-02-24 21:02:12 +01:00
jolupa
acef8b267b
chore: Translated using Weblate (Catalan)
...
Currently translated at 100.0% (1898 of 1898 strings)
Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2024-02-24 21:02:09 +01:00
naskya
a5dbe834a5
Merge branch 'fix/dead_link' into 'develop'
...
docs: fix dead link
Co-authored-by: laozhoubuluo <laozhoubuluo@gmail.com>
See merge request firefish/firefish!10671
2024-02-24 11:38:51 +00:00
laozhoubuluo
1d341bd4de
docs: fix dead link
2024-02-24 02:11:06 +00:00
naskya
f36b63a6d2
chore: remove unused dependencies in the root workspace
2024-02-23 03:21:54 +09:00
naskya
c652e6c727
container: run gulp on boot ( close #10036 , close #10855 )
2024-02-23 03:18:54 +09:00
Hosted Weblate
b872234b6d
chore: Merge branch 'origin/develop' into Weblate.
2024-02-22 11:02:09 +01:00
Pynolo
ac71d6d4a0
chore: Translated using Weblate (Italian)
...
Currently translated at 99.7% (1893 of 1898 strings)
Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/it/
2024-02-22 11:02:05 +01:00
Gary O'Regan Kelly
f6f31882ae
chore: Translated using Weblate (French)
...
Currently translated at 100.0% (1898 of 1898 strings)
Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2024-02-22 11:02:04 +01:00
jolupa
d3e704c544
chore: Translated using Weblate (Catalan)
...
Currently translated at 100.0% (1898 of 1898 strings)
Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2024-02-22 11:02:03 +01:00
naskya
9281f4ae9a
v20240222
2024-02-22 18:27:29 +09:00
naskya
cac3732be4
docs: fix typo (podman, of course!)
2024-02-22 17:40:03 +09:00
naskya
388d7674e5
docs: update changelog
2024-02-22 17:26:01 +09:00
naskya
8a1bc7c085
style: show online status indicator only when available
2024-02-22 17:24:20 +09:00
naskya
26b8b479cd
docs: fix typo
2024-02-22 17:11:57 +09:00
naskya
89fb2caa75
container: upgrade postgres to v16 in example compose file
2024-02-22 17:04:30 +09:00
naskya
808f65ead4
container: rename docker-compose.yml to docker-compose.example.yml
2024-02-22 16:48:43 +09:00
naskya
78f3def837
chore: format
2024-02-22 03:26:37 +09:00
naskya
f2faba970f
Merge branch 'feat/add_import_renote_mastodon' into 'develop'
...
feat: add import renote from Mastodon to firefish
Co-authored-by: Buluo Laozhou <laozhoubuluo@gmail.com>
Closes #10833
See merge request firefish/firefish!10652
2024-02-21 18:25:47 +00:00
laozhoubuluo
19558eb775
feat: add import renote from Mastodon to firefish
2024-02-21 18:25:47 +00:00
naskya
44aa70ca55
fix (client): update version comparison algorithm
2024-02-22 03:18:26 +09:00
naskya
ea5312148f
fix (backend): imports
2024-02-22 03:18:17 +09:00
naskya
c79248d07c
refactor (backend): make error logs more verbose
2024-02-22 03:18:05 +09:00
naskya
72be21467b
v20240221-1
2024-02-21 18:11:38 +09:00
naskya
803d6c2978
fix (client): undefined locale
2024-02-21 18:02:13 +09:00