Compare commits

...

5760 commits

Author SHA1 Message Date
ThatOneCalculator
9bc52a4ad7
chore: ⬆️ up to vite5 beta11 2023-10-19 18:27:10 -07:00
ThatOneCalculator
0bc6d7e753
chore: 📦 add homepage for firefish-js npm 2023-10-19 17:18:02 -07:00
ThatOneCalculator
a1cd9f73a1
chore: upgrade biome + lint & format 2023-10-19 17:10:30 -07:00
ThatOneCalculator
aa7f58d5a1
chore: 🔥 remove firefish-js changelog
outdated, all changes in master changelog
2023-10-19 17:03:12 -07:00
ThatOneCalculator
53949b668a
docs: 📝 Misskey -> Firefish in documentation/comments/WebAuthn name 2023-10-19 17:01:02 -07:00
ThatOneCalculator
cc27ba1dbe
docs: 📝 format badge as markdown 2023-10-19 16:53:50 -07:00
ThatOneCalculator
58fa6d3306
docs: 📝 remove bundle size badge from firefish-js
Won't stay in sync with published ver
2023-10-19 16:53:07 -07:00
ThatOneCalculator
eb936cc129
refactor: remove semver from firefish-js 2023-10-19 16:51:54 -07:00
ThatOneCalculator
bf0819860a
docs: 📝 badges for firefish-js readme 2023-10-19 16:49:10 -07:00
ThatOneCalculator
558fc3b2b9
fix: 🏷️ firefish-js types 2023-10-19 16:43:30 -07:00
ThatOneCalculator
027b4db37b
refactor: ♻️ firefish-js build 2023-10-19 16:18:21 -07:00
ThatOneCalculator
291cd65417
fix: 🐛 icon in titleContainer 2023-10-19 11:25:11 -07:00
ThatOneCalculator
e0aebd8f32
fix: 🐛 MkDialog/MkWaitingDialog icons 2023-10-19 10:55:48 -07:00
naskya
a954a06fad
fix: define icon 2023-10-19 14:47:30 +09:00
naskya
c21a24ee92
fix: null error in renote button 2023-10-19 14:46:20 +09:00
naskya
fd3d788aad
fix: properly bypass word mute check if signed out 2023-10-19 14:41:16 +09:00
naskya
0b8b4ea48d fix components/form/suspense.vue 2023-10-18 23:46:07 +00:00
naskya
0a44d06522
fix textarea 2023-10-19 07:35:36 +09:00
naskya
91a417f77c dev19 2023-10-18 22:30:27 +00:00
naskya
3e3cbb60c6
fix?: icon and defaultStore imports 2023-10-19 07:28:20 +09:00
naskya
d1bb6e02e9
hotfix: don't use upstream megalodon for now 2023-10-19 04:59:38 +09:00
naskya
b7125966d0
workaround for yet another import issue 2023-10-18 03:10:57 +09:00
naskya
7b72e823fb
fix (workaround): imports in MkFolder is also broken 2023-10-17 13:05:53 +09:00
Kainoa Kanter
77b2050041 Merge branch 'feat/selectable-icon-weight' into 'develop'
feat:  allow users to choose icon set

Co-authored-by: naskya <m@naskya.net>

See merge request firefish/firefish!10613
2023-10-17 01:57:20 +00:00
Kainoa Kanter
78d8767124 feat: allow users to choose icon set
Co-authored-by: naskya <m@naskya.net>
2023-10-17 01:57:20 +00:00
ThatOneCalculator
d09a77cd2a
chore: format 2023-10-16 18:56:15 -07:00
Kainoa Kanter
b41fd4fef6 Merge branch 'refetch-key' into 'develop'
fix: Refetch user keys when HTTP Signature validation fails

Co-authored-by: Erin Shepherd <erin.shepherd@e43.eu>

See merge request firefish/firefish!10624
2023-10-17 01:27:27 +00:00
Erin Shepherd
c4ec2d0942 fix: Refetch user keys when HTTP Signature validation fails
Co-authored-by: Erin Shepherd <erin.shepherd@e43.eu>
2023-10-17 01:27:26 +00:00
naskya
bdf3311402
fix: cache muted words 2023-10-17 07:55:07 +09:00
naskya
ae637ec85b
fix: consider hard mutes in antennas 2023-10-17 07:34:19 +09:00
naskya
93769b79b1
chore: minor refactor of check-word-mute 2023-10-17 07:28:58 +09:00
naskya
3b9f161251
chore: minor refactor of check-hit-antenna 2023-10-17 07:14:01 +09:00
naskya
ddbe213f59
feat: show all reacted users initially in reactions tab 2023-10-17 06:32:36 +09:00
naskya
36a4f30377
chore: update lockfile 2023-10-17 06:24:24 +09:00
naskya
2efb22de40
fix typo 2023-10-17 04:56:29 +09:00
Kainoa Kanter
6c1f2ca45f Merge branch 'refactor/remove-sso' into 'develop'
Remove integrations

Co-authored-by: naskya <m@naskya.net>

See merge request firefish/firefish!10612
2023-10-16 17:05:33 +00:00
naskya
cdf839bcc8 Remove integrations 2023-10-16 17:05:32 +00:00
Kainoa Kanter
9339b9423b Merge branch 'feat/singular' into 'develop'
fix: properly use singular/plural in MkNoteDetailed tabs

Co-authored-by: naskya <m@naskya.net>

See merge request firefish/firefish!10621
2023-10-16 17:04:51 +00:00
naskya
e5911088cd fix: properly use singular/plural in MkNoteDetailed tabs 2023-10-16 17:04:51 +00:00
Kainoa Kanter
19d024521f Merge branch 'fix/wacky-colon' into 'develop'
fix: don't show trailing colon in notification toasts

Co-authored-by: mia <mia@mia.jetzt>

See merge request firefish/firefish!10622
2023-10-16 17:03:17 +00:00
Kainoa Kanter
cfa09f8cf7 Merge branch 'fix/10780-helm-db-migrate' into 'develop'
fix: _helpers.tpl port type string (#10780)

Co-authored-by: corite <me@corite.dev>

Closes #10780

See merge request firefish/firefish!10623
2023-10-16 17:02:56 +00:00
naskya
12611de598
chore: make tlHintClosed account setting 2023-10-16 02:04:44 +09:00
corite
0bf6bd4b76 fix: _helpers.tpl port type string (#10780) 2023-10-15 17:53:51 +02:00
mia
f24de640c0 fix: don't show trailing colon in notification toasts 2023-10-14 18:56:43 -07:00
naskya
e2cfb8536b
fix lint commands 2023-10-15 07:14:03 +09:00
naskya
4f5c7ee6c5 chore: update the merge request template 2023-10-14 16:15:11 +00:00
サポミク
79a95d0d0f
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 99.7% (1859 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hant/
2023-10-14 07:02:49 +00:00
Poesty Li
432c810ca9
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (1860 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hans/
2023-10-14 07:02:48 +00:00
Butters
ab5dfb1191
chore: Translated using Weblate (German)
Currently translated at 99.5% (1854 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-10-14 07:02:46 +00:00
Hosted Weblate
90c50021c1
chore: Merge branch 'origin/develop' into Weblate. 2023-10-11 21:01:53 +02:00
naskya
cd62451b72
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1863 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-10-11 19:01:50 +00:00
ThatOneCalculator
8b2263b0f9
fix: 🐛 list "My Posts" properly in gallery
ref: !10618
2023-10-10 12:22:46 -07:00
Kainoa Kanter
051107cf62 Merge branch 'fix/my-pages' into 'develop'
fix: [page] list "My Pages" properly

Co-authored-by: sup39 <dev@sup39.dev>

Closes #9430

See merge request firefish/firefish!10618
2023-10-10 19:20:42 +00:00
@DDoSkiray@ddoskey.com
d28ec55744
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1863 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-10-10 20:12:56 +02:00
naskya
eea06dc2a5
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1863 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-10-10 20:12:56 +02:00
Hosted Weblate
8c7f841719
chore: Merge branch 'origin/develop' into Weblate. 2023-10-10 20:02:26 +02:00
naskya
22f65d512c
chore: Translated using Weblate (Japanese)
Currently translated at 99.6% (1857 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-10-10 20:02:24 +02:00
Kainoa Kanter
696d3c6255 Merge branch 'fix/page-section-block' into 'develop'
fix: [page] adding child blocks to section block

Co-authored-by: sup39 <dev@sup39.dev>

Closes #9530

See merge request firefish/firefish!10617
2023-10-10 01:04:11 +00:00
Kainoa Kanter
72570d67ec Merge branch 'develop' into 'develop'
fix: empty array causes parse error on server start

Co-authored-by: corite <me@corite.dev>

See merge request firefish/firefish!10619
2023-10-10 01:04:00 +00:00
Hosted Weblate
d24aec1309
chore: Merge branch 'origin/develop' into Weblate. 2023-10-09 14:02:47 +00:00
Ramdziana F Y
ccbb3de0e9
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1863 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-10-09 14:02:41 +00:00
tournesol
fe4c4ab825
chore: Translated using Weblate (French)
Currently translated at 99.6% (1856 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-10-09 14:02:40 +00:00
ThatOneCalculator
5033d4e682
build: 🐛 sw firefish-js imports 2023-10-08 18:40:48 -07:00
corite
28a9fd15c4 fix: empty array causes parse error on server start 2023-10-08 16:23:16 +02:00
Hosted Weblate
5003969682
chore: Merge branch 'origin/develop' into Weblate. 2023-10-08 09:02:23 +00:00
サポミク
be0ddd1813
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 98.8% (1841 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hant/
2023-10-08 11:02:18 +02:00
PUFF1N
cb30cfa496
chore: Translated using Weblate (Turkish)
Currently translated at 99.3% (1850 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/tr/
2023-10-08 11:02:17 +02:00
@DDoSkiray@ddoskey.com
e7aaa0f2da
chore: Translated using Weblate (Japanese (Kansai))
Currently translated at 70.4% (1313 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja_KS/
2023-10-08 11:02:17 +02:00
@DDoSkiray@ddoskey.com
d9fb0b616f
chore: Translated using Weblate (Japanese)
Currently translated at 99.5% (1854 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-10-08 11:02:16 +02:00
sup39
1b50274a93
fix: [page] list "My Pages" properly 2023-10-07 23:04:09 +09:00
sup39
8aea2c5d8d
fix: [page] adding child blocks to section block 2023-10-07 14:20:06 +09:00
naskya
92758a29f1
partially fix Mastodon API 2023-10-05 00:56:56 +09:00
naskya
9050bda353 Update hi.yml 2023-10-04 13:56:26 +00:00
naskya
b4645a2c46 dev18 2023-10-04 13:03:58 +00:00
Kainoa Kanter
92c45ff02f Merge branch 'refactor/upstream-megalodon' into 'develop'
refactor: ♻️ use upstream megalodon


See merge request firefish/firefish!10605
2023-10-03 07:54:13 +00:00
Kainoa Kanter
a9167c0265 refactor: ♻️ use upstream megalodon 2023-10-03 07:54:13 +00:00
Kainoa Kanter
ede1f0dc7a Merge branch 'refactor/sw-vite' into 'develop'
build:  build service worker with Vite instead of Webpack


See merge request firefish/firefish!10615
2023-10-03 07:53:54 +00:00
Kainoa Kanter
3af141c371 build: build service worker with Vite instead of Webpack 2023-10-03 07:53:53 +00:00
ThatOneCalculator
01f2f3e810
chore: ⬆️ up deps 2023-10-02 22:39:04 -07:00
ThatOneCalculator
af730e75b6
fix: 🐛 strange heart reaction behavior 2023-10-02 22:31:04 -07:00
naskya
b121e4bc9d
fix format/lint command 2023-10-03 01:32:36 +09:00
naskya
19e5d28cf7
fix: properly implement "With credential" in the API console 2023-10-02 16:43:48 +09:00
naskya
d8d0ad0c00
fix null error 2023-10-02 05:38:45 +09:00
naskya
f8576174fd
refactor the rebuild command 2023-10-02 05:34:55 +09:00
naskya
0939bedaaa
update build/rebuild command
firefish-js/built is imported by multiple workspaces
2023-10-02 05:32:45 +09:00
Hosted Weblate
59c5cdc83f
chore: Merge branch 'origin/develop' into Weblate. 2023-10-01 17:30:16 +00:00
Pointify
5fe782ed32
chore: Translated using Weblate (Spanish)
Currently translated at 98.6% (1837 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/es/
2023-10-01 19:30:12 +02:00
naskya
f14c9b5549 Revert "chore/docs: @firefish -> @firefish@fedi.software"
This reverts commit a67b472be1
2023-10-01 15:38:13 +00:00
naskya
a67b472be1 chore/docs: @firefish -> @firefish@fedi.software 2023-10-01 15:37:23 +00:00
naskya
3c931989c5
fix: featured note is currently disabled 2023-10-02 00:29:57 +09:00
naskya
bdbecce61a
chore: move showFeaturedNotesInTimeline setting to appropriate section 2023-10-02 00:21:30 +09:00
naskya
58bd0e904f
chore: preserve newline in MkInfo 2023-10-02 00:16:01 +09:00
naskya
c3ffb4c52d
chore: add a description of an API parameter 2023-09-30 19:02:28 +09:00
naskya
789d05bed3
fix: this "else" is unneeded 2023-09-30 18:50:45 +09:00
Hosted Weblate
b87be1d938
chore: Merge branch 'origin/develop' into Weblate. 2023-09-29 20:00:16 +00:00
Steven Fierens
2ab8a75ddb
chore: Translated using Weblate (Dutch)
Currently translated at 32.5% (607 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/nl/
2023-09-29 22:00:12 +02:00
@DDoSkiray@ddoskey.com
860d638d16
chore: Translated using Weblate (Japanese (Kansai))
Currently translated at 70.2% (1308 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja_KS/
2023-09-29 22:00:11 +02:00
@DDoSkiray@ddoskey.com
a0b0f8c99f
chore: Translated using Weblate (Japanese)
Currently translated at 99.5% (1854 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-09-29 22:00:11 +02:00
Kainoa Kanter
89354d3d42 Merge branch 'develop' into 'develop'
fix: chart typos, update to v1.0.4-beta31

Co-authored-by: Jean Lucas <jean@4ray.co>

See merge request firefish/firefish!10611
2023-09-29 17:11:11 +00:00
Jean Lucas
e9cd282aec fix: chart typos, update to v1.0.4-beta31 2023-09-29 17:11:11 +00:00
ThatOneCalculator
05097ac608 fix: 🐛 Have showSuspendedDialog properly defined in account.ts 2023-09-28 08:44:01 -07:00
Kainoa Kanter
26bc90e44b fix: 🐛 passed props to VueDraggable 2023-09-28 08:37:05 -07:00
Kainoa Kanter
8db91f277f refactor: 💄 Make disabled buttons slightly more visible 2023-09-28 08:36:37 -07:00
naskya
0831b8b6d8
style: more contrast for disabled boost button 2023-09-27 20:56:20 +09:00
naskya
75c72d00da
fix: preserve newline character in alt text popup 2023-09-27 17:18:47 +09:00
Kagami Sascha Rosylight
1d1dab5b2a
fix: preserve newline character in alt text 2023-09-27 17:12:55 +09:00
naskya
04369c9da9
fix: alt texts shouldn't be interpreted as MFM 2023-09-27 16:46:43 +09:00
Linerly
b4cdc463a0
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1863 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-09-27 07:22:04 +02:00
Hosted Weblate
e7591126b4
chore: Merge branch 'origin/develop' into Weblate. 2023-09-26 23:19:09 +00:00
jolupa
1496aeebad
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1863 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-09-27 01:19:03 +02:00
ThatOneCalculator
9ec77027e4
chore: ⬆️ up pnpm 2023-09-26 16:11:19 -07:00
ThatOneCalculator
7f20990596
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-09-26 14:23:43 -07:00
ThatOneCalculator
01dd71c4d3
feat: 💄 Use Atkinson Hyperlegible as default font 2023-09-26 14:23:38 -07:00
Pynolo
a2c8113569
chore: Translated using Weblate (Italian)
Currently translated at 100.0% (1863 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/it/
2023-09-26 17:57:57 +02:00
Ramdziana F Y
4518b792d5
chore: Translated using Weblate (Indonesian)
Currently translated at 99.8% (1861 of 1863 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-09-26 16:36:36 +02:00
Hosted Weblate
46e53a41c3
chore: Merge branch 'origin/develop' into Weblate. 2023-09-26 15:47:41 +02:00
Qing Long
2cf8c2b47b
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (1858 of 1862 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hans/
2023-09-26 15:47:38 +02:00
Ramdziana F Y
f4a2b37c12
chore: Translated using Weblate (Indonesian)
Currently translated at 99.8% (1859 of 1862 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-09-26 15:47:37 +02:00
jolupa
6d78da548b
chore: Translated using Weblate (Catalan)
Currently translated at 99.8% (1859 of 1862 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-09-26 15:47:37 +02:00
June
b6929633d6
chore: Translated using Weblate (English)
Currently translated at 100.0% (1862 of 1862 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/en/
2023-09-26 15:47:35 +02:00
naskya
bae6fa18df fix typo 2023-09-26 04:08:43 +00:00
ThatOneCalculator
cd7c10b7eb
refactor: 🍱 use webp for error images instead of avif
Ended up having better compression and wider compatibility
2023-09-25 20:57:14 -07:00
naskya
18c599d19e Update api-change.md 2023-09-26 03:20:26 +00:00
Kainoa Kanter
00dd45f101 Merge branch 'c_atworth-develop-patch-48812' into 'develop'
Update docker.md

Co-authored-by: Collin Atworth <collin@collins-corner.cc>

See merge request firefish/firefish!10610
2023-09-25 01:12:21 +00:00
Collin Atworth
01b4549b5f Update docker.md 2023-09-25 01:12:21 +00:00
naskya
3ba12772d8
bring back Chinese cat mode 2023-09-24 18:12:29 +09:00
naskya
266078b549
chore: default export preprocess function 2023-09-24 18:03:36 +09:00
naskya
6d899518b3
chore: make language detection a reusable function in frontend as well 2023-09-24 17:58:21 +09:00
naskya
87c54575c1
filter out MFM syntaxes before detecting the post language 2023-09-24 17:50:23 +09:00
ThatOneCalculator
3633dd4e7f
style: 💄 use rocket as icon for boosting 🚀 2023-09-23 22:24:18 -07:00
ThatOneCalculator
284795fdf5
fix: 🐛 when favorouting/unfavouriting with Mastodon API, send instance default reaction 2023-09-23 22:05:25 -07:00
Kainoa Kanter
081d723cff Merge branch 'refactor/firefishjs-imports' into 'develop'
Refactor: firefishjs imports


See merge request firefish/firefish!10607
2023-09-24 04:27:16 +00:00
Kainoa Kanter
9ea046c011 Refactor: firefishjs imports 2023-09-24 04:27:16 +00:00
Kainoa Kanter
a44e6b4f0d Merge branch 'enhance/ad-renames' into 'develop'
Fix a couple remaining places where the banners are called ads

Co-authored-by: yumeko <yumeko@mainichi.social>

See merge request firefish/firefish!10609
2023-09-24 04:19:28 +00:00
yumeko
15fecc44a9 Fix a couple remaining places where the banners are called ads 2023-09-24 04:19:28 +00:00
naskya
1abe36f844 fix: add missing class 2023-09-24 03:45:25 +00:00
naskya
0928a3d93a
chore: remove unused import 2023-09-24 12:38:17 +09:00
Kainoa Kanter
615bee61a7 Merge branch 'readme-cors' into 'develop'
Add note about Access-Control-Allow-Origin header to readme

Co-authored-by: Essem <smswessem@gmail.com>

See merge request firefish/firefish!10608
2023-09-24 00:48:31 +00:00
Essem
c446ce11c6 docs: 📝 Add note about Access-Control-Allow-Origin header to readme 2023-09-24 00:48:31 +00:00
Hosted Weblate
1e9c153e69
chore: Merge branch 'origin/develop' into Weblate. 2023-09-23 18:00:19 +00:00
jolupa
d3dbb0430f
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1862 of 1862 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-09-23 20:00:08 +02:00
ThatOneCalculator
3ee3413006
feat: 🍱 new error images
ref: https://minazukey.uk/notes/9jzr3jsrwvcmlcjp
2023-09-23 08:42:33 -07:00
naskya
17d94c5ff7 fix: non-Firefish cats not being nyanified 2023-09-23 05:08:20 +00:00
ThatOneCalculator
b61e3050a2
docs: 📝 migrating to sharkey 2023-09-22 21:56:13 -07:00
naskya
f19b34b922 update build/rebuild command 2023-09-22 18:27:02 +00:00
Hosted Weblate
c51b44f234
chore: Merge branch 'origin/develop' into Weblate. 2023-09-22 18:57:03 +02:00
Qing Long
adf387f0f1
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1861 of 1861 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hans/
2023-09-22 18:57:03 +02:00
Pynolo
a4c5971c42
chore: Translated using Weblate (Italian)
Currently translated at 100.0% (1861 of 1861 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/it/
2023-09-22 18:57:03 +02:00
Kainoa Kanter
467ec6bc74
chore: Added translation using Weblate (Hindi) 2023-09-22 18:56:47 +02:00
Kainoa Kanter
9b4b13c1b4 build: 🛠️ disable parallel build
Causes problems with sw
2023-09-22 16:55:49 +00:00
naskya
c468bf9ed7
fix openServerInfo 2023-09-22 15:54:16 +09:00
naskya
f70f208f05 fix typo 2023-09-22 05:19:44 +00:00
ThatOneCalculator
b85c640729
refactor: 💄 module player uses theme colors 2023-09-21 21:55:57 -07:00
ThatOneCalculator
2cd036b102
dev17 2023-09-21 20:49:15 -07:00
Kainoa Kanter
4ab9a9fac7 Merge branch 'feat/module-player' into 'develop'
Implement module player

Co-authored-by: Essem <smswessem@gmail.com>

See merge request firefish/firefish!10544
2023-09-22 03:48:54 +00:00
Essem
22ef74d92c feat: Implement module player 2023-09-22 03:48:54 +00:00
ThatOneCalculator
260f444fb8
chore: 🎨 format 2023-09-21 20:21:15 -07:00
Essem
4aceb2e119
fix: 🐛 normalize post language strings
ref: !10603
NOTE: if you upgraded to 4a7bad11c6 but before this commit, manually download and run this migration: 0f5e09d3ae/packages/backend/migration/1695348946091-normalize-locales.js
2023-09-21 19:42:10 -07:00
Kainoa Kanter
7ecd1e9399 Merge branch 'revert-71460802' into 'develop'
Revert "Merge branch 'fix/normalize-lang-locales' into 'develop'"


See merge request firefish/firefish!10604
2023-09-22 02:36:57 +00:00
Kainoa Kanter
012fe2c920 Revert "Merge branch 'fix/normalize-lang-locales' into 'develop'" 2023-09-22 02:36:57 +00:00
Kainoa Kanter
7146080233 Merge branch 'fix/normalize-lang-locales' into 'develop'
Normalize post language strings

Co-authored-by: Essem <smswessem@gmail.com>

See merge request firefish/firefish!10603
2023-09-22 02:33:56 +00:00
Essem
0efa3e170c Normalize post language strings 2023-09-22 02:33:56 +00:00
Kainoa Kanter
86620247b7 Merge branch 'feat/backend-post-langs' into 'develop'
Add post language data to backend and API

Co-authored-by: Essem <smswessem@gmail.com>

See merge request firefish/firefish!10602
2023-09-22 01:29:33 +00:00
Essem
4a7bad11c6 feat: Add post language data to backend and API 2023-09-22 01:29:33 +00:00
Kainoa Kanter
5b1cd11618 fix: 🚸 don't open server info on ticker on note sub 2023-09-21 15:22:26 -07:00
Kainoa Kanter
f1341204d4 Merge branch 'feat/language-content-map' into 'develop'
Add contentMap to outgoing posts via language detection

Co-authored-by: Essem <smswessem@gmail.com>

See merge request firefish/firefish!10601
2023-09-21 21:13:09 +00:00
Essem
bac39db74b Add contentMap to outgoing posts via language detection 2023-09-21 21:13:09 +00:00
Hosted Weblate
88972fe12f
chore: Merge branch 'origin/develop' into Weblate. 2023-09-21 18:46:52 +02:00
サポミク
9c71920ae8
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 98.8% (1839 of 1861 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hant/
2023-09-21 18:46:50 +02:00
Qing Long
0a657842a4
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1861 of 1861 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hans/
2023-09-21 18:46:49 +02:00
naskya
eb7c9cb895 fix: search MFM not working 2023-09-21 07:43:18 +00:00
ThatOneCalculator
6e8aa76f2d
chore: 🎨 format 2023-09-20 23:30:19 -07:00
ThatOneCalculator
d9274de0a7
refactor: ♻️ unessicary function 2023-09-20 22:53:00 -07:00
ThatOneCalculator
bbb2396d89
refactor: 💥 properly deprecate legacy reactions 2023-09-20 22:48:50 -07:00
ThatOneCalculator
ecb0956d20
refactor: 🔥 remove old tests 2023-09-20 22:43:55 -07:00
ThatOneCalculator
b13e0b0a54
Revert "refactor: 🔥 remove legacy reactions"
This reverts commit c119abc36c.
2023-09-20 22:42:37 -07:00
ThatOneCalculator
05b7fd0fc5
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-09-20 22:35:14 -07:00
ThatOneCalculator
baba9b068b
fix: 🐛 properly decode reaction 2023-09-20 22:35:10 -07:00
naskya
e31f86aa19 chore: change function name
I used `detectLanguage_` in client just because I wanted to use the name `detectLanguage` for another function (and the name `detect` sounds ambiguous)
2023-09-21 05:30:13 +00:00
ThatOneCalculator
238f80ae02
add back _misskey_quote & _misskey_vote extensions 2023-09-20 22:25:46 -07:00
ThatOneCalculator
f06aebca98
Revert "refactor: 🔥 remove _misskey_reaction and _misskey_votes"
This reverts commit b0be07fb0a.
2023-09-20 22:25:18 -07:00
ThatOneCalculator
2650445576
fix: 🐛 show speakAsCat if isCat 2023-09-20 21:57:47 -07:00
ThatOneCalculator
f5b79e65f6
dev16 2023-09-20 21:56:05 -07:00
ThatOneCalculator
06f7c8eb20
fix: 🐛 Add missing references to speakAsCat 2023-09-20 21:55:51 -07:00
ThatOneCalculator
7664a69e0f
refactor: 🔥🐟 We're Firefish, not Misskey
Changes the default reactions to end with 🔥🐟 instead of 🍮
2023-09-20 21:49:17 -07:00
ThatOneCalculator
b838331129
fix: 🐛 speakLikeCat -> speakAsCat 2023-09-20 21:29:08 -07:00
ThatOneCalculator
f81baa373c
chore: 🎨 format 2023-09-20 21:20:22 -07:00
ThatOneCalculator
3836e052bb
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-09-20 21:19:53 -07:00
ThatOneCalculator
7bb8473fc7
refactor: Make speakAsCat an ActivityPub extension
https://joinfirefish.org/ns/#speakascat
Closes #10744
2023-09-20 21:19:39 -07:00
ThatOneCalculator
b0be07fb0a
refactor: 🔥 remove _misskey_reaction and _misskey_votes
BREAKING: breaks poll federation with very old Misskey versions
2023-09-20 21:16:03 -07:00
Hosted Weblate
64bf4afaca
chore: Merge branch 'origin/develop' into Weblate. 2023-09-21 06:07:26 +02:00
Qing Long
47b57a7300
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1861 of 1861 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hans/
2023-09-21 06:07:24 +02:00
PUFF1N
d31263eebf
chore: Translated using Weblate (Turkish)
Currently translated at 99.5% (1853 of 1861 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/tr/
2023-09-21 06:07:23 +02:00
Reza Almanda
9a62a86977
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1861 of 1861 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-09-21 06:07:22 +02:00
jolupa
1bb907c50a
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1861 of 1861 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-09-21 06:07:22 +02:00
ThatOneCalculator
9a6818701f
dev15 2023-09-20 20:51:17 -07:00
ThatOneCalculator
a67fb5dc7a
refactor: 🔥 Remove _misskey_content and _misskey_quote
Should improve federation performance by removing duplicate content

BREAKING: Breaks MFM content and quote compatibility with Misskey before v12/v11(?)
2023-09-20 20:51:05 -07:00
ThatOneCalculator
c119abc36c
refactor: 🔥 remove legacy reactions
BREAKING: Breaks emoji reaction compatibility with Misskey versions before custom reactions were added (v9?)
2023-09-20 20:48:13 -07:00
ThatOneCalculator
3a671e42d1
feat: Show instance default reactions on welcome page instead of hardcoded 2023-09-20 20:46:48 -07:00
ThatOneCalculator
7acb5ebde9
fix: 🐛 don't add TOS URL to info menu if it doesn't exist 2023-09-20 20:31:19 -07:00
ThatOneCalculator
b7e9ec6341
feat: 👔 ToS button on signed out screen 3 dots
Passes "two-click" rule

Closes #10646
2023-09-20 20:30:17 -07:00
Kainoa Kanter
6f0b28859e style: 🎨 Replace to and from with 0% and 100% in CSS @keyframes
Closes #10752
2023-09-20 12:30:33 -07:00
ThatOneCalculator
70ad42c49c
fix: 🚑 downgrade swc to 1.3.78
Closes #10751
2023-09-20 10:17:00 -07:00
Hosted Weblate
2608d8e3ed
chore: Merge branch 'origin/develop' into Weblate. 2023-09-20 13:34:51 +00:00
サポミク
baf84f7245
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 98.1% (1820 of 1855 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hant/
2023-09-20 15:34:43 +02:00
ryumu*
467bf23fa0
chore: Translated using Weblate (Japanese)
Currently translated at 99.7% (1851 of 1855 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-09-20 15:34:43 +02:00
Pynolo
97bf71fa95
chore: Translated using Weblate (Italian)
Currently translated at 100.0% (1855 of 1855 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/it/
2023-09-20 15:34:42 +02:00
Linerly
a6e0c15895
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1855 of 1855 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-09-20 15:34:41 +02:00
tournesol
e9d97c7912
chore: Translated using Weblate (French)
Currently translated at 99.9% (1854 of 1855 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-09-20 15:34:40 +02:00
Ettore Atalan
58cbffaa86
chore: Translated using Weblate (German)
Currently translated at 100.0% (1855 of 1855 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-09-20 15:34:40 +02:00
jolupa
e861db2b92
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1855 of 1855 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-09-20 15:34:39 +02:00
ThatOneCalculator
71ea5c4f93
rm langdetect 2023-09-19 17:18:00 -07:00
ThatOneCalculator
2a1f119944
rm src/@types/cld.d.ts 2023-09-19 17:16:56 -07:00
ThatOneCalculator
414f6df104
simplify 2023-09-19 17:15:13 -07:00
ThatOneCalculator
5964a10571
cld -> tinyld 2023-09-19 17:11:37 -07:00
ThatOneCalculator
71e88af1a0
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-09-19 17:07:51 -07:00
Kainoa Kanter
53591c0bd8 Merge branch 'language-filter' into 'develop'
Adding language filter feature

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

See merge request firefish/firefish!10582
2023-09-20 00:07:41 +00:00
cg sama
90f01edddc Adding language filter feature
Co-authored-by: CGsama <CGsama@outlook.com>
2023-09-20 00:07:41 +00:00
ThatOneCalculator
ed93fbf56e
dev14 2023-09-19 17:07:30 -07:00
ThatOneCalculator
a35538b4b5
style 2023-09-19 17:07:22 -07:00
ThatOneCalculator
bf6b480f49
pin swc 2023-09-19 16:14:53 -07:00
Kainoa Kanter
e07c9e9e50 Merge branch 'fix/timeline-query' into 'develop'
fix: ⚗️ Fix variables?


See merge request firefish/firefish!10594
2023-09-19 22:36:05 +00:00
Kainoa Kanter
bb7f743127 fix: ⚗️ Fix variables? 2023-09-19 22:36:05 +00:00
Kainoa Kanter
393a3a3c1d Merge branch 'develop' into 'develop'
fix: change local icon to users to fit the style of the existing tab

Co-authored-by: Amelia Yukii <admin@transfem.org>

See merge request firefish/firefish!10597
2023-09-19 02:14:37 +00:00
Amelia Yukii
11bf258b8e fix: change local icon to users to fit the style of the existing tab 2023-09-19 02:14:37 +00:00
ThatOneCalculator
1914e568bb
perf: use existing response 2023-09-17 21:08:28 -07:00
ThatOneCalculator
2c8f22cbb0
add vibration to new post button 2023-09-17 16:48:33 -07:00
ThatOneCalculator
7ddc685bc3
dev13 2023-09-17 15:25:51 -07:00
Kainoa Kanter
373a26d868 Merge branch 'feat/vibration' into 'develop'
feat: vibration


See merge request firefish/firefish!10595
2023-09-17 21:59:09 +00:00
Kainoa Kanter
490abe7275 feat: vibration 2023-09-17 21:59:09 +00:00
Hosted Weblate
e0cc251a1e
chore: Merge branch 'origin/develop' into Weblate. 2023-09-17 17:00:00 +00:00
Salif Mehmed
4801df1615
chore: Translated using Weblate (Bulgarian (bul_BG))
Currently translated at 23.5% (436 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/bul_BG/
2023-09-17 18:59:53 +02:00
josé m
22f934a7fc
chore: Translated using Weblate (Galician)
Currently translated at 17.5% (326 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/gl/
2023-09-17 18:59:52 +02:00
サポミク
479be9cc21
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 97.7% (1813 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hant/
2023-09-17 18:59:52 +02:00
İbrahim Dinç
31cba05c2e
chore: Translated using Weblate (Turkish)
Currently translated at 100.0% (1854 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/tr/
2023-09-17 18:59:51 +02:00
@DDoSkiray@ddoskey.com
1236fde173
chore: Translated using Weblate (Japanese (Kansai))
Currently translated at 70.4% (1307 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja_KS/
2023-09-17 18:59:50 +02:00
@DDoSkiray@ddoskey.com
34e8e2dc2b
chore: Translated using Weblate (Japanese)
Currently translated at 99.7% (1850 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-09-17 18:59:50 +02:00
Ramdziana F Y
c436770cb3
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1854 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-09-17 18:59:49 +02:00
Lotta
5cff6257a3
chore: Translated using Weblate (German)
Currently translated at 100.0% (1854 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-09-17 18:59:48 +02:00
naskya
12eabc81f0
make it toggleable 2023-09-17 12:23:20 +09:00
naskya
fbe1ab1b85
feat: open server info by clicking the ticker 2023-09-17 10:04:58 +09:00
naskya
d004df52be
fix: "show replies in timeline" refactoring was not backward compatible 2023-09-16 12:20:23 +09:00
Kainoa Kanter
493971480c /share page doesn't wrap title in brackets
ref: https://box.neachi.net/notes/9jnyy34gvpahjqlx
2023-09-15 18:45:50 +00:00
naskya
980addc1fa indicate breaking changes in api-change.md 2023-09-14 19:24:04 +00:00
naskya
e1221a323f Delete outdated locales/README.md 2023-09-13 22:59:38 +00:00
naskya
c911357873 better locale merge
fixes some problems including https://ddoskey.com/notes/9jikq12rmqfv27rh
as usual, users may need to clear the browser cache
2023-09-13 21:50:01 +00:00
naskya
29760fbe01 chore: round down elapsed time 2023-09-13 08:04:04 +00:00
naskya
b4bb455c09
fix?: speakAsCat not being federated 2023-09-13 10:07:16 +09:00
naskya
a18e0daf4b feat: sticky drive header
This makes it easy to get files out of a folder to the parent directory.
2023-09-12 21:50:08 +00:00
Hosted Weblate
5bc65f531d
chore: Merge branch 'origin/develop' into Weblate. 2023-09-11 21:53:04 +02:00
@DDoSkiray@ddoskey.com
dffe63879f
chore: Translated using Weblate (Japanese (Kansai))
Currently translated at 69.7% (1294 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja_KS/
2023-09-11 21:53:01 +02:00
ThatOneCalculator
8b62358a0a
Revert "Merge branch 'fix/set-node-version-in-dockerfile' into 'develop'"
This reverts commit 91590b2e52, reversing
changes made to 2b5a3d67cc.
2023-09-10 13:59:07 -07:00
ThatOneCalculator
d3bda2569e
Revert "use Node.js v20.5 for testing (should be reverted in the future) "
This reverts commit 4f3dc76b8c.
2023-09-10 13:58:54 -07:00
einarr
1c1d7237f5
chore: Translated using Weblate (Norwegian Bokmål)
Currently translated at 90.2% (1674 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/nb_NO/
2023-09-10 18:18:30 +02:00
einarr
a304ddc083
chore: Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.4% (1658 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/nb_NO/
2023-09-10 14:24:42 +02:00
einarr
25ee649e85
chore: Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.0% (1651 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/nb_NO/
2023-09-10 11:57:32 +02:00
Hosted Weblate
62ed7fe22c
chore: Merge branch 'origin/develop' into Weblate. 2023-09-10 08:55:17 +02:00
ltlapy
5db4d2b9d8
chore: Translated using Weblate (Korean)
Currently translated at 100.0% (1854 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ko/
2023-09-10 08:55:14 +02:00
Poesty Li
9af0f0bce2
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1854 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hans/
2023-09-10 08:55:12 +02:00
Ayhan Kabak
18f518e4ea
chore: Translated using Weblate (Turkish)
Currently translated at 99.9% (1853 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/tr/
2023-09-10 08:55:11 +02:00
Vin
604be9f95b
chore: Translated using Weblate (Swedish)
Currently translated at 37.6% (698 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/sv/
2023-09-10 08:55:09 +02:00
einarr
33a5c369dd
chore: Translated using Weblate (Norwegian Bokmål)
Currently translated at 88.9% (1649 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/nb_NO/
2023-09-10 08:55:08 +02:00
@DDoSkiray@ddoskey.com
c5ebf2c899
chore: Translated using Weblate (Japanese (Kansai))
Currently translated at 69.7% (1293 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja_KS/
2023-09-10 08:54:30 +02:00
Pynolo
2070a3793f
chore: Translated using Weblate (Italian)
Currently translated at 100.0% (1854 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/it/
2023-09-10 08:54:28 +02:00
Linerly
5d435bdf35
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1854 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-09-10 08:54:24 +02:00
tournesol
86cf27ab52
chore: Translated using Weblate (French)
Currently translated at 99.7% (1849 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-09-10 08:54:21 +02:00
Ettore Atalan
276ed4d341
chore: Translated using Weblate (German)
Currently translated at 99.9% (1853 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-09-10 08:54:19 +02:00
jolupa
665cf36d5c
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1854 of 1854 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-09-10 08:54:17 +02:00
naskya
8bd3b7409b make showTimelineReplies deviceAccount 2023-09-09 20:16:23 +00:00
naskya
4f3dc76b8c use Node.js v20.5 for testing (should be reverted in the future)
related commit: 91590b2e52
2023-09-09 20:08:29 +00:00
naskya
b84a10a6ec
make word mutes case insensitive (close #10724) 2023-09-10 05:00:06 +09:00
Natty
81c97b3749
fix: follow requests pagination looping bug
https://astolfo.social/notes/9jeibgm1wyfk9oha
2023-09-09 18:33:18 +09:00
Kainoa Kanter
91590b2e52 Merge branch 'fix/set-node-version-in-dockerfile' into 'develop'
fix: Use node 20.5 in Dockerfile

Co-authored-by: Minneyar <minneyar@fuzzyfox.social>

Closes #10730

See merge request firefish/firefish!10592
2023-09-08 03:24:14 +00:00
Minneyar
fa306d29e6 fix: Use node 20.5 in Dockerfile
Co-authored-by: Minneyar <minneyar@fuzzyfox.social>
2023-09-08 03:24:14 +00:00
Kainoa Kanter
2b5a3d67cc Merge branch 'refactor/happy-dom' into 'develop'
perf:  Replace JSDOM with Happy DOM


See merge request firefish/firefish!10593
2023-09-08 03:24:01 +00:00
Kainoa Kanter
4565867b8b perf: Replace JSDOM with Happy DOM 2023-09-08 03:24:01 +00:00
ThatOneCalculator
7931f49d48
dev12 2023-09-07 20:20:30 -07:00
naskya
1a7ccb04e5
fix (minor): noteId is not a number 2023-09-07 02:38:42 +09:00
Namekuji
d69bc740ea
chore: add biome binaries to dev dependencies 2023-09-05 06:28:15 -04:00
Kainoa Kanter
87876a5268 Merge branch 'meta/mr-template' into 'develop'
chore: update docs/MR template

Co-authored-by: naskya <m@naskya.net>

See merge request firefish/firefish!10590
2023-09-04 14:24:06 +00:00
Hosted Weblate
ade39197c3
chore: Merge branch 'origin/develop' into Weblate. 2023-09-04 14:46:39 +02:00
Pynolo
575eb71b26
chore: Translated using Weblate (Italian)
Currently translated at 99.8% (1848 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/it/
2023-09-04 14:46:35 +02:00
naskya
587840ec37
fix: don't show translate button if signed out 2023-09-04 18:18:43 +09:00
naskya
20456f4239
chore: update docs/MR template 2023-09-04 14:14:22 +09:00
Kainoa Kanter
d9f7e2bede Merge branch 'feat/isIndexable' into 'develop'
feat:  `indexable` User property

Co-authored-by: Namekuji <nmkj@waah.day>

Closes #10610

See merge request firefish/firefish!10585
2023-09-04 02:34:04 +00:00
Kainoa Kanter
6d1965ce94 feat: indexable User property 2023-09-04 02:34:04 +00:00
ThatOneCalculator
687cf91608
fix mfm import 2023-09-03 14:30:14 -07:00
ThatOneCalculator
4b121cb549
if translation exists 2023-09-03 14:29:18 -07:00
Kainoa Kanter
917d4ca1e3 Merge branch 'refactor/authCompose' into 'develop'
refactor: ♻️ Migrate auth.vue to compose API

See merge request firefish/firefish!10589
2023-09-03 21:18:38 +00:00
Kainoa Kanter
12ff93baea refactor: ♻️ Migrate auth.vue to composition API 2023-09-03 21:18:38 +00:00
ThatOneCalculator
2e1f5c6c8e
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-09-03 14:06:44 -07:00
ThatOneCalculator
5acb6c449d
chore: 🎨 format 2023-09-03 14:06:30 -07:00
Kainoa Kanter
820d5f77dc Merge branch 'feat/translations' into 'develop'
language for post translation & translate button

See merge request firefish/firefish!10588

Co-authored-by: naskya <m@naskya.net>
2023-09-03 20:50:15 +00:00
naskya
ba3bf35167 language for post translation & translate button 2023-09-03 20:50:15 +00:00
Laura Hausmann
738502f051
[mastodon-client] Correctly implement multiple callback URIs for OAuth, resolves #150 2023-09-03 13:48:51 -07:00
Laura Hausmann
bdc89e5568
Fix search button not visible in narrow viewport guest mode 2023-09-03 13:48:04 -07:00
Kainoa Kanter
4a69c58780 Merge branch 'fix/translate-api' into 'develop'
fix: require credentials in the notes/translate endpoint

See merge request firefish/firefish!10587

Co-authored-by: naskya <m@naskya.net>
2023-09-03 17:00:51 +00:00
Hosted Weblate
50df75ac2b
chore: Merge branch 'origin/develop' into Weblate. 2023-09-03 14:15:09 +02:00
Kyva Iborra
72b3f56b63
chore: Translated using Weblate (Spanish)
Currently translated at 99.4% (1839 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/es/
2023-09-03 14:15:06 +02:00
naskya
f1451c659d
fix: require credentials in the notes/translate endpoint 2023-09-03 11:18:48 +09:00
ThatOneCalculator
26b4c6404a
chore: ⬆️ up photoswipe 2023-09-02 14:05:03 -07:00
Hosted Weblate
96d92bbd8c
chore: Merge branch 'origin/develop' into Weblate. 2023-09-02 22:53:34 +02:00
Florian Martin
75bbb3d5cd
chore: Translated using Weblate (French)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-09-02 22:53:29 +02:00
ThatOneCalculator
7e0c9ddc11
artifacting 2023-09-02 12:23:58 -07:00
ThatOneCalculator
1a77e2eca0
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-09-02 12:22:55 -07:00
ThatOneCalculator
45c4a2bb24
dev11 2023-09-02 12:22:53 -07:00
Kainoa Kanter
6691939ccf Merge branch 'fix/redis-mutex' into 'develop'
fix: release redis locks

See merge request firefish/firefish!10586

Co-authored-by: Namekuji <nmkj@waah.day>
2023-09-02 19:22:13 +00:00
Namekuji
fc97614782 fix: release redis locks 2023-09-02 19:22:13 +00:00
ThatOneCalculator
7cdd6af262
fix: 🐛 smaller maskable icon 2023-09-02 12:15:15 -07:00
ThatOneCalculator
d1a4bbf597
maskable icon 2023-09-02 11:55:53 -07:00
ThatOneCalculator
79f9f6377b
docs: 📝 merge request co-authored-by 2023-09-02 11:44:31 -07:00
ThatOneCalculator
86cad1056c
docs: 🔒 robots.txt asset
Closes #10640, #10608
2023-09-02 11:44:31 -07:00
ThatOneCalculator
f72c9b818c
fix: 💡 biome still uses rome-ignore 2023-09-02 11:44:31 -07:00
ThatOneCalculator
d0d35cc368
dev10 2023-09-02 11:44:31 -07:00
ThatOneCalculator
df34d47d42
fix: 🚑 incorrect end tag 2023-09-02 11:44:31 -07:00
ThatOneCalculator
8765e705a3
feat: 🔖 1.0.4-beta2 2023-09-02 11:44:31 -07:00
Kainoa Kanter
684d4344ba
perf: seperate web and queue workers
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
2023-09-02 11:42:47 -07:00
ThatOneCalculator
45c5fa73ff
fix: 💄 Announcement padding/margins 2023-09-02 09:57:38 -07:00
ThatOneCalculator
d38f6b6649
dev9 2023-09-02 09:01:11 -07:00
ThatOneCalculator
ea954bdf4c
fix: 🐛 natural PWA orientation
fixes chrome mobile rotating screen even when device rotation is off
2023-09-02 09:01:02 -07:00
Hosted Weblate
5cc456941f
chore: Merge branch 'origin/develop' into Weblate. 2023-09-02 08:02:54 +02:00
HRYZN
c31bf7a621
chore: Translated using Weblate (Portuguese (Portugal))
Currently translated at 33.4% (619 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/pt_PT/
2023-09-02 08:02:51 +02:00
ThatOneCalculator
1deeb78878
build: ♻️ Rome -> Biome
Rome is now discontinued, and Biome has taken its place
2023-09-01 21:16:14 -07:00
Hosted Weblate
a520f0ad94
chore: Merge branch 'origin/develop' into Weblate. 2023-09-02 05:21:25 +02:00
HRYZN
e45519e540
chore: Translated using Weblate (Portuguese (Portugal))
Currently translated at 33.4% (619 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/pt_PT/
2023-09-02 05:21:21 +02:00
Pynolo
9a9e657e8b
chore: Translated using Weblate (Italian)
Currently translated at 99.5% (1841 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/it/
2023-09-02 05:21:20 +02:00
ThatOneCalculator
68dea6f0c3
fix: 🐛 more strange unlock calls 2023-09-01 19:26:53 -07:00
ThatOneCalculator
805230341e
fix: 🐛 unlock undefined 2023-09-01 19:19:42 -07:00
ThatOneCalculator
4ed0b60621
refactor: 🥚 ansi art for master.ts 2023-09-01 19:12:25 -07:00
ThatOneCalculator
4ea3cbd7a9
refactor: 🥚 new ansi art 2023-09-01 19:12:17 -07:00
ThatOneCalculator
cb9b1b6324
chore: 🎨 script format 2023-09-01 19:12:11 -07:00
ThatOneCalculator
44b1eb8b87
chore: 🔨 build greet js -> sh 2023-09-01 19:12:03 -07:00
ThatOneCalculator
0c9e2fe25c
dev8 2023-09-01 19:11:55 -07:00
Kainoa Kanter
bbfc9bc832
Merge branch 'feature/manifest-scope' into 'develop'
feat: add `"scope": "/"` to the web app manifest

See merge request firefish/firefish!10564
2023-09-01 19:11:49 -07:00
ThatOneCalculator
9ea5cc3f5f
fix: ♻️ Manifest (icons, name, orientation)
Closes #10694
2023-09-01 19:11:42 -07:00
ThatOneCalculator
2fb65cdd86
chore: ⬆️ up deps (properly) 2023-09-01 19:11:27 -07:00
ThatOneCalculator
a75a19cd17
chore: 🚨 lint megalodon 2023-09-01 16:36:33 -07:00
ThatOneCalculator
34e2f7ada6
chore: 🔧 linting config 2023-09-01 16:32:41 -07:00
ThatOneCalculator
5d06aa5f13
chore: 🚨 lint 2023-09-01 16:27:33 -07:00
Kainoa Kanter
5ad42e73c9 Merge branch 'chore/remove-unused-02' into 'develop'
chore, refactor: remove unused, fix some type errors (client/src/pages)

See merge request firefish/firefish!10579
2023-09-01 23:16:23 +00:00
naskya
c0f31fcb8f chore, refactor: remove unused, fix some type errors (client/src/pages) 2023-09-01 23:16:23 +00:00
ThatOneCalculator
2442a7535d
Revert "perf: delete transformedOptions key -> assign undefined with key literal"
This reverts commit 652ecd2d16.
2023-09-01 09:42:38 -07:00
Kainoa Kanter
01eef838f4 Merge branch 'Amelia-develop-patch-70945' into 'develop'
Disable Logging of the Sonic Docker to prevent the container from getting insanely big log files

See merge request firefish/firefish!10583
2023-09-01 15:20:26 +00:00
Amelia Yukii
d1c6e7a46f Disable Logging of the Sonic Docker to prevent the container from getting insanely big log files 2023-09-01 15:17:24 +00:00
Kainoa Kanter
9ea14ceed6 Merge branch 'traditional-chinese-post-translation' into 'develop'
feat: post translation in Traditional Chinese

Closes #9827

See merge request firefish/firefish!10580
2023-08-30 21:01:23 +00:00
Kainoa Kanter
749a2aa3a0 Merge branch 'fix/migration-build' into 'develop'
fix: remove native-utils from migration's dependencies

See merge request firefish/firefish!10581
2023-08-30 20:59:40 +00:00
Namekuji
d0e92c69cd fix: remove native-utils from migration's dependencies 2023-08-30 20:59:40 +00:00
Hosted Weblate
4564fa439c
chore: Merge branch 'origin/develop' into Weblate. 2023-08-30 19:53:41 +02:00
戸渡生野
718ecd622f
chore: Translated using Weblate (Thai)
Currently translated at 58.6% (1085 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/th/
2023-08-30 19:53:37 +02:00
naskya
82e5114576
feat: post translation in Traditional Chinese 2023-08-30 19:39:14 +09:00
ThatOneCalculator
0653ff3b4c
chore: 🧑‍💻 More recommended VSCode extensions
Docker, GitLab Workflow, JSON5, Prettier, YAML, and Pretty TS Errors
2023-08-29 16:18:56 -07:00
ThatOneCalculator
e6f93cb9ed
chore: 🧑‍💻 More recommended VSCode extensions
Iconify to preview Phosphor icons, Conventional Commits for commit style
2023-08-29 16:11:42 -07:00
Hosted Weblate
bc469b0313
chore: Merge branch 'origin/develop' into Weblate. 2023-08-29 17:54:55 +02:00
戸渡生野
360c834724
chore: Translated using Weblate (Thai)
Currently translated at 56.5% (1047 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/th/
2023-08-29 17:54:52 +02:00
naskya
eb9a36b502 Update Redis requirement in README 2023-08-29 04:11:01 +00:00
ltlapy
f10c64f526
chore: Translated using Weblate (Korean)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ko/
2023-08-28 09:05:06 +02:00
Pynolo
0bbf6e574d
chore: Translated using Weblate (Italian)
Currently translated at 98.9% (1831 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/it/
2023-08-28 09:05:03 +02:00
tournesol
5b25cf9ccc
chore: Translated using Weblate (French)
Currently translated at 99.6% (1843 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-28 09:05:01 +02:00
Hosted Weblate
62def8c857
chore: Merge branch 'origin/develop' into Weblate. 2023-08-27 15:03:31 +02:00
Pynolo
c8275f2136
chore: Translated using Weblate (Italian)
Currently translated at 98.9% (1830 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/it/
2023-08-27 15:03:28 +02:00
Ramdziana F Y
be5e1064cd
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-08-27 15:03:26 +02:00
naskya
e9361a9907 clean up debug prints 2023-08-27 04:02:02 +00:00
Essem
32fdddb20a
fix: 🐛 caching wrong DNS entry when federating with an instance that cannot properly handle inbound IPv6 requests 2023-08-26 16:33:21 -07:00
ThatOneCalculator
031170c56a
chore: 🎨 format 2023-08-26 16:30:30 -07:00
naskya
c51e6ad3ae update stop words 2023-08-26 05:33:29 +00:00
Hosted Weblate
1e77e296a1
chore: Merge branch 'origin/develop' into Weblate. 2023-08-25 14:28:06 +02:00
ltlapy
8c3ee4a268
chore: Translated using Weblate (Korean)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ko/
2023-08-25 14:28:02 +02:00
Xalis Ratt
9614fb886c
chore: Translated using Weblate (Russian)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ru/
2023-08-25 14:27:56 +02:00
Pynolo
5ba9b475a0
chore: Translated using Weblate (Italian)
Currently translated at 98.5% (1824 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/it/
2023-08-25 14:27:54 +02:00
ThatOneCalculator
f309d17667
Revert "fix: 🐛 fix DNS lookup issue"
This reverts commit bd61468f2f.
2023-08-23 22:31:50 -07:00
ThatOneCalculator
bd61468f2f
fix: 🐛 fix DNS lookup issue
https://github.com/szmarczak/cacheable-lookup/pull/62
2023-08-23 22:21:44 -07:00
ThatOneCalculator
7047ddce3e
refactor: ♻️ types in AP kernel
This file seriously needs to be refactored properly...
2023-08-23 19:55:26 -07:00
ThatOneCalculator
8b57431ca8
chore: 🎨 format 2023-08-23 19:49:20 -07:00
Hosted Weblate
f4fa1df6e4
chore: Merge branch 'origin/develop' into Weblate. 2023-08-24 00:45:48 +02:00
Poesty Li
4f411dd230
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hans/
2023-08-24 00:45:44 +02:00
Pynolo
779ac99174
chore: Translated using Weblate (Italian)
Currently translated at 88.4% (1637 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/it/
2023-08-24 00:45:40 +02:00
Kainoa Kanter
edb15d8274 Merge branch 'vscode-npm' into 'develop'
Remove npm vscode extension from recommendations

See merge request firefish/firefish!10577
2023-08-23 18:26:35 +00:00
Essem
cccbd4d42e
Remove npm vscode extension from recommendations 2023-08-23 13:22:40 -05:00
ThatOneCalculator
a518f51814
fix: 🐛 cannot quote own note 2023-08-22 20:02:10 -07:00
ThatOneCalculator
91b1b5fb53
fix: 🔒 cannot change note visibility 2023-08-22 20:00:00 -07:00
ThatOneCalculator
c7f98e381c
fix: ✏️ "can not" -> "cannot" 2023-08-22 19:52:11 -07:00
Hosted Weblate
fd34750c25
chore: Merge branch 'origin/develop' into Weblate. 2023-08-22 10:51:53 +02:00
Salif Mehmed
73dbeb5581
chore: Translated using Weblate (Bulgarian (bul_BG))
Currently translated at 23.5% (435 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/bul_BG/
2023-08-22 10:51:49 +02:00
einarr
8a89d64242
chore: Translated using Weblate (Norwegian Bokmål)
Currently translated at 54.0% (1000 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/nb_NO/
2023-08-22 10:51:48 +02:00
@DDoSkiray@ddoskey.com
6c313544ef
chore: Translated using Weblate (Japanese (Kansai))
Currently translated at 69.9% (1294 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja_KS/
2023-08-22 10:51:46 +02:00
@DDoSkiray@ddoskey.com
c202a5cbd0
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-08-22 10:51:43 +02:00
Linerly
29e8902bf8
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-08-22 10:51:42 +02:00
tournesol
02aa8601b0
chore: Translated using Weblate (French)
Currently translated at 99.6% (1844 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-22 10:51:40 +02:00
Butters
e0b5e78180
chore: Translated using Weblate (German)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-08-22 10:51:38 +02:00
Memo
332c1750c8
chore: Translated using Weblate (German)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-08-22 10:51:38 +02:00
jolupa
254c43cca5
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-08-22 10:51:36 +02:00
naskya
1485cadc23 oops 🥴 2023-08-21 20:50:28 +00:00
naskya
e0a46c6e20 Update MkInstanceTicker.vue 2023-08-21 20:48:22 +00:00
ThatOneCalculator
652ecd2d16
perf: delete transformedOptions key -> assign undefined with key literal 2023-08-21 11:12:42 -07:00
naskya
799fcd3c73 more intuitive option order 2023-08-21 13:20:27 +00:00
Laura Hausmann
29bb1453fc
Fix local-only posts for timeline websocket stream 2023-08-19 20:59:21 -04:00
Kainoa Kanter
69f802e15b Merge branch 'upgrade-frontend-deps' into 'develop'
upgrade frontend deps

See merge request firefish/firefish!10557
2023-08-19 16:33:24 +00:00
naskya
ffdadec61e upgrade frontend deps 2023-08-19 16:33:24 +00:00
Kainoa Kanter
12b143e94d Merge branch 'develop' into 'develop'
fix: change character limits to allow for long instance domains

See merge request firefish/firefish!10575
2023-08-19 16:29:53 +00:00
Hosted Weblate
823fc6b971
chore: Merge branch 'origin/develop' into Weblate. 2023-08-19 13:47:00 +02:00
@DDoSkiray@ddoskey.com
1b1a7ad27d
chore: Translated using Weblate (Japanese (Kansai))
Currently translated at 69.1% (1280 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja_KS/
2023-08-19 13:46:57 +02:00
@DDoSkiray@ddoskey.com
0cdcd05ea6
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-08-19 13:46:55 +02:00
naskya
8a72800611 note -> post 2023-08-19 02:20:16 +00:00
AAGaming
09d96c1a36
fix: change character limits to allow for long instance domains 2023-08-18 22:05:42 -04:00
naskya
58d5b76edb regard x.com as twitter in MkUrlPreview.vue 2023-08-18 22:27:57 +00:00
Kainoa Kanter
e25e2ecb68 Merge branch 'develop' into 'develop'
Thumbnail Serving Hotfix

Closes #10618

See merge request firefish/firefish!10574
2023-08-18 21:28:04 +00:00
EpicKitty
4a848adc34 fix: 🚑 thumbnail serving 2023-08-18 21:28:04 +00:00
Namekuji
dc2fde0a75
fix: remove brackets 2023-08-18 06:22:51 -04:00
Namekuji
ad93bc80f8
refactor: remove regex 2023-08-18 05:51:41 -04:00
Namekuji
c3944f49ef
fix: exclude ula and lla 2023-08-18 05:45:10 -04:00
Namekuji
cd75d65271
fix: exclude localhost 2023-08-18 05:01:19 -04:00
Namekuji
5520c6ff3d
fix: veiry url 2023-08-18 04:57:19 -04:00
Hosted Weblate
36c9d5a870
chore: Merge branch 'origin/develop' into Weblate. 2023-08-17 12:02:22 +02:00
Xalis Ratt
825f23bf5d
chore: Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/uk/
2023-08-17 12:02:19 +02:00
Memo
a59ec64103
chore: Translated using Weblate (German)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-08-17 12:02:17 +02:00
Kainoa Kanter
ed1b5afa13 Merge branch 'develop' into 'develop'
Validate before delivering to keep federation working on valid inboxes

Closes #10677

See merge request firefish/firefish!10572
2023-08-17 04:41:28 +00:00
Daniel Hernández
59e989c0bb Validate before delivering to keep federation working on valid inboxes 2023-08-17 04:41:27 +00:00
Kainoa Kanter
4c40712902 Merge branch 'fix/report-emails' into 'develop'
Fix report emails and modmail sanitization

See merge request firefish/firefish!10570
2023-08-16 03:45:33 +00:00
Kainoa Kanter
dfc10a45fd Merge branch 'jegler-develop-patch-08755' into 'develop'
Fix tini path in Dockerfile

See merge request firefish/firefish!10571
2023-08-16 03:45:10 +00:00
Jegler
a07a585cdb Fix tini path in Dockerfile 2023-08-16 03:45:10 +00:00
Essem
4174e3d070
Fix report emails and modmail sanitization 2023-08-15 16:16:25 -05:00
Kainoa Kanter
2c3d222d3b Merge branch 'bind-address' into 'develop'
Add address bind config option

Closes #10575

See merge request firefish/firefish!10569
2023-08-15 03:44:06 +00:00
Essem
7d49af822a Add address bind config option 2023-08-15 03:44:06 +00:00
Kainoa Kanter
a1284d0591 Merge branch 'mastodon-api-convert-conversation-ids' into 'develop'
Mastodon API: convert IDs in conversations

Closes #10675

See merge request firefish/firefish!10568
2023-08-14 19:34:33 +00:00
Vyr Cossont
6773ef711a Mastodon API: convert IDs in conversations 2023-08-14 12:18:57 -07:00
naskya
fd4bf7f333
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-08-14 15:53:17 +02:00
Hosted Weblate
a0621b94e4
chore: Merge branch 'origin/develop' into Weblate. 2023-08-14 10:21:09 +02:00
Marie
3fe29adff8
chore: Translated using Weblate (German)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-08-14 10:21:05 +02:00
Namekuji
7b9f0f3687
chore: codeberg → gitlab 2023-08-13 09:06:00 -04:00
Hosted Weblate
bea53e3d7d
chore: Merge branch 'origin/develop' into Weblate. 2023-08-12 18:35:00 +02:00
Salif Mehmed
7c79ba3098
chore: Translated using Weblate (Bulgarian (bul_BG))
Currently translated at 23.4% (433 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/bul_BG/
2023-08-12 18:34:56 +02:00
Алексей Ермолаев
75c7072f68
chore: Translated using Weblate (Russian)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ru/
2023-08-12 18:34:55 +02:00
でじぃ
3f2085102d
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-08-12 18:34:52 +02:00
Linerly
ecaecbfa6e
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-08-12 18:34:50 +02:00
tournesol
facf11f1e0
chore: Translated using Weblate (French)
Currently translated at 99.5% (1842 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-12 18:34:48 +02:00
jolupa
c4c5785ff6
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1850 of 1850 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-08-12 18:34:46 +02:00
Kainoa Kanter
a4d00bd630 Merge branch 'Marie-develop-patch-28593' into 'develop'
ci: Fix libc musl not found

See merge request firefish/firefish!10562
2023-08-12 15:29:20 +00:00
Marie Piontek
7a8df0877d ci: Fix libc musl not found 2023-08-12 15:29:19 +00:00
naskya
e610ce7923 Add /kbin to commonNames 2023-08-12 14:41:37 +00:00
ThatOneCalculator
247088fbaf
fix: 🩹 add small and center to MFM tags list 2023-08-11 22:54:13 -07:00
Kainoa Kanter
c4018c969c Merge branch 'Marie-develop-patch-33974' into 'develop'
feat: Fetch total posts of users on create/update

Closes #10652

See merge request firefish/firefish!10558
2023-08-12 01:00:29 +00:00
Marie Piontek
ee42edfccd feat: Fetch total posts of users on create/update 2023-08-12 01:00:29 +00:00
Kainoa Kanter
3d8fb7b76f Merge branch 'refactor/no-reactivity' into 'develop'
refactor: ♻️ No Vue Reactivity

See merge request firefish/firefish!10560
2023-08-12 00:59:31 +00:00
ThatOneCalculator
5e89b269a4
fix: 🐛 double comma 2023-08-11 17:51:35 -07:00
Kainoa Kanter
3e598c3ed0 Merge branch 'Marie-develop-patch-60099' into 'develop'
fix: updatePerson's Followings.update call not working if no sharedInbox

Closes #10650

See merge request firefish/firefish!10559
2023-08-12 00:45:51 +00:00
ThatOneCalculator
1f7ddc9d7c
refactor: ♻️ No Vue Reactivity
Performed with https://github.com/edison1105/drop-reactivity-transform , Reactivity Transform was an experimental feature and has now been deprecated.
2023-08-11 17:44:46 -07:00
Marie Piontek
046fc88a6c fix: updatePerson's Followings.update call not working if no sharedInbox 2023-08-11 10:25:32 +00:00
Hosted Weblate
1f2a1a337f
chore: Merge branch 'origin/develop' into Weblate. 2023-08-10 23:46:34 +02:00
Thomas
89cbe0e642
chore: Translated using Weblate (French)
Currently translated at 100.0% (1846 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-10 23:46:29 +02:00
Dråfølin
3a57feb1b0
chore: Translated using Weblate (French)
Currently translated at 100.0% (1846 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-10 23:46:29 +02:00
Raúl D
5c289950c2
chore: Translated using Weblate (Spanish)
Currently translated at 100.0% (1846 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/es/
2023-08-10 23:46:27 +02:00
ThatOneCalculator
5a92b90da1
chore: 🎨 format 2023-08-10 13:32:19 -07:00
ThatOneCalculator
b651bf8401
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-08-10 13:31:33 -07:00
ThatOneCalculator
2961753648
dev6 2023-08-10 13:31:26 -07:00
Kainoa Kanter
eae0a9d516 Merge branch 'chore/remove-unused' into 'develop'
chore: remove unused items

See merge request firefish/firefish!10556
2023-08-10 20:25:21 +00:00
naskya
c6c4a48823 chore: remove unused items 2023-08-10 20:25:21 +00:00
ThatOneCalculator
cb424e37f5
fix: 🚸 make importing emoji packs clearer 2023-08-10 13:04:16 -07:00
naskya
483d96e297 Calckey → Firefish 2023-08-10 12:58:41 +00:00
naskya
e0098876e9 caption → description 2023-08-10 09:23:18 +00:00
ThatOneCalculator
ba8c891af1
refactor: ⚰️ remove old woodpecker scripts 2023-08-09 19:50:04 -07:00
ThatOneCalculator
ced8f56e34
fix: 🚑 proper conditional
I need sleep... or coffee
2023-08-09 19:46:56 -07:00
ThatOneCalculator
cf8a733927
refactor: 🚸 only index public posts 2023-08-09 19:39:01 -07:00
Marie Piontek
c456b1082d
build: 🐋 fix Dockerfile 2023-08-09 17:51:44 -07:00
ThatOneCalculator
64ade78cf3
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-08-09 17:45:29 -07:00
ThatOneCalculator
9104bb9579
build: 🐋 move Docker image to (Debian) 2023-08-09 17:45:17 -07:00
Kainoa Kanter
8cb09818d6 ci: 💚 source cargo env 2023-08-10 00:22:24 +00:00
Kainoa Kanter
10d18aa1c2 ci: 💚 use Debian Bookworm 2023-08-10 00:19:05 +00:00
Kainoa Kanter
240a05719a ci: 💚 linux-headers in CI testCommit 2023-08-09 21:36:03 +00:00
Kainoa Kanter
c30ca32ab5 Merge branch 'Marie-develop-patch-11979' into 'develop'
fix: building re2 in Dockerfile

See merge request firefish/firefish!10555
2023-08-09 21:29:45 +00:00
Marie Piontek
b63ed319bf fix: building re2 in Dockerfile 2023-08-09 21:15:39 +00:00
ThatOneCalculator
2715857dff
fix: 🐛 offline html responsive viewport 2023-08-08 23:02:17 -07:00
ThatOneCalculator
57098fc903
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-08-08 20:09:58 -07:00
ThatOneCalculator
9a23db683a
fix: 🌐 i18n key for "confirm" 2023-08-08 20:09:54 -07:00
Hosted Weblate
dff58b7d7e
chore: Merge branch 'origin/develop' into Weblate. 2023-08-09 04:42:54 +02:00
einarr
5668b83c63
chore: Translated using Weblate (Norwegian Bokmål)
Currently translated at 36.1% (668 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/nb_NO/
2023-08-09 04:42:49 +02:00
ThatOneCalculator
73dcf4f8fa
chore: 🎨 format 2023-08-08 18:03:21 -07:00
ThatOneCalculator
06fcef60a1
chore: ⬆️ up deps 2023-08-08 17:38:03 -07:00
ThatOneCalculator
5aeb9556e9
chore: up pnpm to 8.6.11 2023-08-08 17:22:50 -07:00
ThatOneCalculator
dc8d17e50d
refactor: ♻️ better offline page 2023-08-08 17:18:51 -07:00
ThatOneCalculator
47fa0c68d9
fix: 🐛 null host meilisearch 2023-08-08 16:07:06 -07:00
Hosted Weblate
0a79b2646a
chore: Merge branch 'origin/develop' into Weblate. 2023-08-08 11:59:03 +02:00
mastoduy
07150d0ded
chore: Translated using Weblate (Vietnamese)
Currently translated at 93.1% (1720 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/vi/
2023-08-08 11:59:00 +02:00
Xalis Ratt
f81a201bd8
chore: Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1846 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/uk/
2023-08-08 11:58:56 +02:00
einarr
02d8d1548a
chore: Translated using Weblate (Norwegian Bokmål)
Currently translated at 32.4% (599 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/nb_NO/
2023-08-08 11:58:54 +02:00
tournesol
0e85be8833
chore: Translated using Weblate (French)
Currently translated at 99.7% (1841 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-08 11:58:50 +02:00
hikerus
14a3b33c89
chore: Translated using Weblate (German)
Currently translated at 100.0% (1846 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-08-08 11:58:48 +02:00
Oliver Pifferi
0b59f67dbf
chore: Translated using Weblate (German)
Currently translated at 100.0% (1846 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-08-08 11:58:47 +02:00
naskya
3ffee23a3e delete 10 posts at once on account deletion 2023-08-07 22:08:51 +00:00
Kainoa Kanter
7bf4e3e839 Merge branch 'fix/antenna-pagination' into 'develop'
fix: antenna pagination

Closes #10535

See merge request firefish/firefish!10553
2023-08-07 16:45:38 +00:00
ThatOneCalculator
2448b2ce99
fix: 🐛 double-slash in proxy url 2023-08-06 12:30:00 -07:00
Namekuji
10e81de1a6
fix: add original id to the stream 2023-08-06 15:04:14 -04:00
Namekuji
1a34dee366
add migration to fix corrupted stream ids 2023-08-06 14:35:10 -04:00
Namekuji
738b4933ae
fix: generate stream id with timestamp 2023-08-06 02:34:44 -04:00
Hosted Weblate
33b4b1d18c
chore: Merge branch 'origin/develop' into Weblate. 2023-08-05 06:05:03 +02:00
gbieging
fcf237729f
chore: Translated using Weblate (Portuguese (Brazil))
Currently translated at 12.0% (222 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/pt_BR/
2023-08-05 06:05:00 +02:00
Ramdziana F Y
466c9a0982
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1846 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-08-05 06:04:59 +02:00
Namekuji
2336a4555a ci: use the latest kaniko 2023-08-03 07:01:59 +00:00
Hosted Weblate
de3d2ec2a1
chore: Merge branch 'origin/develop' into Weblate. 2023-08-03 08:38:01 +02:00
tournesol
498b1d2003
chore: Translated using Weblate (French)
Currently translated at 99.6% (1839 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-03 08:37:57 +02:00
Namekuji
56a6e53a9c ci: label container image based on branch and tag 2023-08-03 05:59:24 +00:00
Namekuji
76a0f5d176
ci: longer timeout for building image 2023-08-02 20:21:02 -07:00
ThatOneCalculator
b5e7fe766a
fix: 💄 properly style announcement content, add seperator 2023-08-02 18:04:22 -07:00
ThatOneCalculator
e6b6fa0490
Merge branch 'develop' into beta 2023-08-02 17:02:47 -07:00
ThatOneCalculator
c621ca6be3
ci: 💚 docker info not needed for before_script 2023-08-02 17:02:38 -07:00
ThatOneCalculator
0888ec7266
ci: 💚 use Kaniko 2023-08-02 16:26:00 -07:00
ThatOneCalculator
308fc47b3f
ci: 💚 use Kaniko 2023-08-02 16:25:48 -07:00
ThatOneCalculator
8cfbf12601
Merge branch 'develop' into beta 2023-08-02 16:09:38 -07:00
ThatOneCalculator
d5236c6222
fix: 💚 docker service alias 2023-08-02 16:09:17 -07:00
tournesol
3ad8c9b491
chore: Translated using Weblate (French)
Currently translated at 99.6% (1839 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-02 21:22:48 +02:00
jolupa
6ac22c57af
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1846 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-08-02 21:22:45 +02:00
tournesol
3dfbb9da0d
chore: Translated using Weblate (French)
Currently translated at 99.6% (1839 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-02 20:33:28 +02:00
Hosted Weblate
9b49e3545b
chore: Merge branch 'origin/develop' into Weblate. 2023-08-02 20:27:39 +02:00
Salif Mehmed
cda6ad073d
chore: Translated using Weblate (Bulgarian (bul_BG))
Currently translated at 20.9% (386 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/bul_BG/
2023-08-02 20:27:35 +02:00
daks
6935de0e0f
chore: Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1844 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/uk/
2023-08-02 20:27:34 +02:00
PUFF1N
3d82c453fe
chore: Translated using Weblate (Turkish)
Currently translated at 99.9% (1843 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/tr/
2023-08-02 20:27:32 +02:00
でじぃ
578d75942b
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1844 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-08-02 20:27:30 +02:00
tournesol
f9b6dba92e
chore: Translated using Weblate (French)
Currently translated at 99.7% (1839 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-02 20:27:28 +02:00
naskya
98e0b375bf Update MkInstanceTicker.vue 2023-08-02 16:02:16 +00:00
ThatOneCalculator
cac582a60d
fix: 💚 Docker env for CI 2023-08-01 23:32:43 -07:00
ThatOneCalculator
91a4cfe3c1
fix: 💚 Docker env for CI 2023-08-01 23:32:30 -07:00
ThatOneCalculator
7a174d0eef
Merge branch 'develop' into beta 2023-08-01 23:28:41 -07:00
ThatOneCalculator
6c86e842b2
ci: 💚 before_script per job 2023-08-01 23:28:32 -07:00
ThatOneCalculator
56de5d10b0
Merge branch 'develop' into beta 2023-08-01 23:03:40 -07:00
ThatOneCalculator
10624f7bea
ci: 💚 install proper dependencies for Docker build 2023-08-01 23:03:07 -07:00
ThatOneCalculator
35dbda8876
docs: 📝 1.0.4-beta changelog 2023-08-01 23:02:50 -07:00
ThatOneCalculator
6fa3020150
chore: 🔖 v1.0.4-beta 2023-08-01 22:44:40 -07:00
ThatOneCalculator
b03bb28a98
Merge branch 'develop' into beta 2023-08-01 22:44:02 -07:00
naskya
09b60923d4 chore: update ja-JP.yml 2023-08-02 05:16:12 +00:00
ThatOneCalculator
f10c3859a6
fix 2023-08-01 21:41:39 -07:00
ThatOneCalculator
232c53f53e
fix locale 2023-08-01 21:31:18 -07:00
ThatOneCalculator
5d16e1398e
fix: 👥 naskya is fullstack 2023-08-01 21:29:00 -07:00
ThatOneCalculator
f255b77fd0
dev10 2023-08-01 21:28:20 -07:00
ThatOneCalculator
8c980a3a3c
fix: 🐛 properly display caption 2023-08-01 21:28:09 -07:00
ThatOneCalculator
6f426ee9e6
fix: 🐛 ref loading for patrons/sponsors in about-firefish 2023-08-01 21:16:53 -07:00
ThatOneCalculator
5444d4fcc7
fix: 👥 use correct tag for ac 2023-08-01 21:05:52 -07:00
ThatOneCalculator
00726f260f
refactor: 👥 Add original Misskey contributors 2023-08-01 21:03:31 -07:00
ThatOneCalculator
5166e7c38e
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-08-01 17:50:03 -07:00
ThatOneCalculator
f12338a85c
dev9 2023-08-01 17:50:00 -07:00
Kainoa Kanter
26fa212f18 Merge branch 'mastodon-api-quote_id' into 'develop'
Mastodon API: convert quote_id format

Closes #10600

See merge request firefish/firefish!10550
2023-08-02 00:45:40 +00:00
Vyr Cossont
0842ae0709 Mastodon API: convert quote_id format 2023-08-02 00:45:40 +00:00
ThatOneCalculator
72011f8f37
refactor: ♻️ MkGoogle uses local search 2023-08-01 17:45:22 -07:00
Kainoa Kanter
f3dc848d6a Merge branch 'mastodon-api-user-statuses-filters' into 'develop'
Mastodon API: support pinned param for account statuses

See merge request firefish/firefish!10549
2023-08-01 23:39:06 +00:00
Vyr Cossont
ce805031ce Mastodon API: support pinned param for account statuses 2023-08-01 23:39:06 +00:00
Namekuji
5847e986fb
fix: call default user if empty. resolves #10604 2023-08-01 12:52:00 -04:00
naskya
0a3e3643ab Add Bridgy Fed to commonNames 2023-08-01 08:05:03 +00:00
naskya
faff32d716 this isn't needed 2023-08-01 07:53:49 +00:00
ThatOneCalculator
f3ca0a6683
fix: 🚸 cw re below keep cw button 2023-07-31 20:32:38 -07:00
ThatOneCalculator
8a49f8a06c
dev8 2023-07-31 20:25:27 -07:00
Acid Chicken (硫酸鶏)
5f3f7f1843
feat: rounded cat ears (close #48)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chiken.com>
2023-07-31 20:24:25 -07:00
naskya
e1bfea7141
fix: local software version being undefined 2023-07-31 20:24:14 -07:00
naskya
b164984abb
fix: show correct software names (close #30) 2023-07-31 20:23:37 -07:00
naskya
055bec56c7
feat: add "re:" at the beginning of CW reply comment (close #52) 2023-07-31 20:21:20 -07:00
ThatOneCalculator
226a419461
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-07-31 20:05:11 -07:00
ThatOneCalculator
723af93f08
fix: 💄 gap between selects 2023-07-31 20:05:02 -07:00
Kainoa Kanter
b9ac709790 Update README.md 2023-08-01 02:02:39 +00:00
ThatOneCalculator
62ff3bf6e0
fix: 🐛 inconsistent font sizing on mobile
Closes #10581
2023-07-31 18:28:47 -07:00
tamania
aaa413b516
fix: 🐛 wrong margin for MkDateSeperatedlist on Safari beta 2023-07-31 18:24:26 -07:00
ThatOneCalculator
800ba2dc4f
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-07-31 18:23:15 -07:00
tamania
2818b5b634
fix: 🐛 tapping Okay on reaction will make it update immediately 2023-07-31 18:23:03 -07:00
Hosted Weblate
e47fb0e3c3
chore: Merge branch 'origin/develop' into Weblate. 2023-08-01 02:13:37 +02:00
Butters
1804059520
chore: Translated using Weblate (German)
Currently translated at 100.0% (1844 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-08-01 02:13:34 +02:00
Kainoa Kanter
4486cc7151 Merge branch 'import-with-update-n-key-self-thread' into 'develop'
import all misskey self note thread and allow import multiple times to restore missing parts

See merge request firefish/firefish!10548
2023-07-31 23:24:42 +00:00
ThatOneCalculator
2bd9db9ea5
docs: 📝 remove links to FIREFISH.md
Closes #10601
2023-07-31 14:28:16 -07:00
CGsama
109ed0aa80 import all misskey self note thread and allow import multiple times to restore missing parts 2023-07-31 15:42:31 -04:00
Namekuji
90724dc06c ci: remove native-utils artifacts 2023-07-31 13:40:42 +00:00
naskya
1b32c4281a chore: Calckey -> Firefish 2023-07-31 12:21:04 +00:00
Michael 465537
92a335fdc1
chore: Translated using Weblate (German)
Currently translated at 100.0% (1844 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-31 11:15:48 +02:00
Hosted Weblate
910ff25c42
chore: Merge branch 'origin/develop' into Weblate. 2023-07-31 11:14:20 +02:00
Ramdziana F Y
90aafa3892
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1844 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-31 11:14:17 +02:00
tournesol
7e3d4cff67
chore: Translated using Weblate (French)
Currently translated at 99.8% (1841 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-31 11:14:14 +02:00
Michael 465537
5bac1d5aff
chore: Translated using Weblate (German)
Currently translated at 100.0% (1844 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-31 11:14:11 +02:00
AkDk7
f291d12f3d
chore: Translated using Weblate (German)
Currently translated at 100.0% (1844 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-31 11:14:10 +02:00
Butters
aa8bfc91bd
chore: Translated using Weblate (German)
Currently translated at 100.0% (1844 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-31 11:14:10 +02:00
Kainoa Kanter
98a89dd74a Merge branch 'revert-1f8bb6e9' into 'develop'
Revert "Merge branch 'fix-completion-focus' into 'develop'"

See merge request firefish/firefish!10543
2023-07-31 06:14:48 +00:00
Kainoa Kanter
d8e54d7a77 Revert "Merge branch 'fix-completion-focus' into 'develop'" 2023-07-31 06:14:48 +00:00
Namekuji
4de05b6e05 ci: run build:debug and cache artifacts to compile native-utils faster 2023-07-30 21:15:33 +00:00
Kainoa Kanter
6a9820da58 Merge branch 'feature/vscode-debug' into 'develop'
feat: backend debug in vscode

See merge request firefish/firefish!10541
2023-07-30 20:46:45 +00:00
Kainoa Kanter
3e024066a1 Merge branch 'fix-ios-video' into 'develop'
fix iOS video playback (fixes #10517)

Closes #10517

See merge request firefish/firefish!10540
2023-07-30 20:38:57 +00:00
John Regan
432f840efe fix iOS video playback (fixes #10517) 2023-07-30 20:38:57 +00:00
ThatOneCalculator
d76b4f2321
fix: 🐛 rel=me verification with multiple rels besides me
Closes #10595
2023-07-30 13:30:25 -07:00
Namekuji
32fac53e8d
feat: backend debug in vscode 2023-07-30 16:27:13 -04:00
ThatOneCalculator
5d931fc41b
chore: 👥 calckey.social -> firefish.social 2023-07-30 13:11:48 -07:00
Hosted Weblate
b488ddb56f
chore: Merge branch 'origin/develop' into Weblate. 2023-07-30 11:51:27 +02:00
Reza Almanda
c3934520d9
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1844 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-30 11:51:20 +02:00
Cold Ravioli
81715822eb
chore: Translated using Weblate (Spanish)
Currently translated at 90.7% (1674 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/es/
2023-07-30 11:51:14 +02:00
hogueras
d120daf9e8
chore: Translated using Weblate (Spanish)
Currently translated at 90.7% (1674 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/es/
2023-07-30 11:51:10 +02:00
Butters
b804f5acd1
chore: Translated using Weblate (German)
Currently translated at 99.5% (1836 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-30 11:50:59 +02:00
jolupa
e888f02ac0
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1844 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-07-30 11:50:47 +02:00
Kainoa Kanter
9a8aaabcd4
ci: 👷 push docker iamge 2023-07-29 23:58:28 -07:00
ThatOneCalculator
9c9f466cc3
fix: 💄 increase space between for search page slides
users leaked over
2023-07-29 22:39:06 -07:00
ThatOneCalculator
d3ccf7e7f9
chore: 🎨 format 2023-07-29 22:31:03 -07:00
Kainoa Kanter
1f8bb6e905 Merge branch 'fix-completion-focus' into 'develop'
fix: auto select the first element in completion

See merge request firefish/firefish!10539
2023-07-30 05:29:32 +00:00
Kainoa Kanter
530508d7bf Update .gitlab-ci.yml file 2023-07-30 05:26:05 +00:00
ThatOneCalculator
0d72fc19b0
perf: featured posts query limit 2023-07-29 22:17:29 -07:00
ThatOneCalculator
59a625469f
fix: 🐛 hide delete 2fa/passkeys buttons if user is not local 2023-07-29 22:12:12 -07:00
ThatOneCalculator
b8ebc8324e
docs: 📝 AUR package 2023-07-29 19:39:11 -07:00
ThatOneCalculator
18d3774806
ci: 👷 cache folders 2023-07-29 18:51:33 -07:00
ThatOneCalculator
6462ddaa48
ci: 💚 postgres 2023-07-29 18:19:33 -07:00
Kainoa Kanter
088d82707e Merge branch 'develop' into 'develop'
Change admin & mod icon to crown & gavel

See merge request firefish/firefish!10538
2023-07-30 00:50:23 +00:00
Tom Funken
54879c0282 Change admin & mod icon to crown & gavel 2023-07-30 00:50:23 +00:00
Louis-Dominique Dubeau
133f69f607 fix: auto select the first element in completion 2023-07-29 20:42:55 -04:00
ThatOneCalculator
2a46e663c1
dev6 2023-07-29 15:05:24 -07:00
ThatOneCalculator
f4443f4506
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-07-29 15:03:02 -07:00
ThatOneCalculator
5cb5faa386
refactor: ♻️ use const for non-reassigned vars 2023-07-29 15:02:56 -07:00
Kainoa Kanter
f71dbc0468 Merge branch 'mastodon-api-max-reactions' into 'develop'
Report max reactions in Mastodon instance API

See merge request firefish/firefish!10537
2023-07-29 18:58:48 +00:00
Vyr Cossont
2bcb5dcd73 Report max reactions in Mastodon instance API 2023-07-29 10:42:47 -07:00
Hosted Weblate
17733e4d1c
chore: Merge branch 'origin/develop' into Weblate. 2023-07-29 18:27:04 +02:00
mastoduy
60517c5aec
chore: Translated using Weblate (Vietnamese)
Currently translated at 81.6% (1506 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/vi/
2023-07-29 18:27:01 +02:00
tournesol
ed59104ba4
chore: Translated using Weblate (French)
Currently translated at 99.8% (1842 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-29 18:26:59 +02:00
jolupa
e7a3765928
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1844 of 1844 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-07-29 18:26:56 +02:00
ThatOneCalculator
8d02cfe999
fix: ✏️ log typo 2023-07-28 22:39:42 -07:00
ThatOneCalculator
478ded63b1
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-07-28 20:44:18 -07:00
ThatOneCalculator
62f89bfd56
fix: 💄 padding, text for mod buttons 2023-07-28 20:44:12 -07:00
Hosted Weblate
9ebed1ef4f
chore: Merge branch 'origin/develop' into Weblate. 2023-07-29 05:17:10 +02:00
cragsand
aa77815945
chore: Translated using Weblate (Swedish)
Currently translated at 37.4% (689 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/sv/
2023-07-29 05:17:10 +02:00
Reza Almanda
9a6271a52b
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1839 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-29 05:17:06 +02:00
ThatOneCalculator
0cbaf63d38
dev5 2023-07-28 20:10:20 -07:00
ThatOneCalculator
775b824d3f
fix: 💄 max width for long emojis
long emojis are funny, but not to the point where they break the UI
2023-07-28 20:10:07 -07:00
Kainoa Kanter
3824083446 Merge branch 'gh-fa55fa5e/10491/unknown/feat/relevance-search' into 'develop'
[PR]: Meilisearch relevancy search

See merge request firefish/firefish!10491
2023-07-29 03:03:29 +00:00
ThatOneCalculator
f973b1986f
feat: 🔒 allow admins to reset users' 2FA and passkeys
ref: https://frfsh.plus.st/notes/9hqswpwiwjaihcgo
2023-07-28 17:57:32 -07:00
ThatOneCalculator
ba694065ee
chore: 🌐 "ads" -> "community banners"
People find the term "ads" confusing because they associate it with Google AdSense/other actual advertising platforms. As "ads" on Misskey (and Firefish) act more like community banners than ads, this change should clear up confusion.
2023-07-28 17:24:45 -07:00
Kainoa Kanter
16bdbfee74
chore: Translated using Weblate (Swedish)
Currently translated at 14.7% (272 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/sv/
2023-07-29 01:03:29 +02:00
Kainoa Kanter
c96f2703c2
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1839 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-07-29 01:03:28 +02:00
tournesol
a6a072fbdf
chore: Translated using Weblate (French)
Currently translated at 100.0% (1839 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-29 01:03:26 +02:00
tournesol
eec9875677
chore: Translated using Weblate (French)
Currently translated at 100.0% (1839 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-29 00:11:33 +02:00
Thomas
bd43bd02a7
chore: Translated using Weblate (French)
Currently translated at 100.0% (1839 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-29 00:11:32 +02:00
Lapineige
9ab54bde29
chore: Translated using Weblate (French)
Currently translated at 100.0% (1839 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-29 00:08:42 +02:00
Thomas
312f61e43c
chore: Translated using Weblate (French)
Currently translated at 100.0% (1839 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-29 00:08:41 +02:00
tournesol
5f240eac6d
chore: Translated using Weblate (French)
Currently translated at 100.0% (1839 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-29 00:08:40 +02:00
tournesol
bdd226d07d
chore: Translated using Weblate (French)
Currently translated at 97.1% (1786 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 23:00:53 +02:00
Thomas
22a8fb7165
chore: Translated using Weblate (French)
Currently translated at 97.1% (1786 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 23:00:52 +02:00
Thomas
f28b90b5c8
chore: Translated using Weblate (French)
Currently translated at 97.0% (1784 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 23:00:06 +02:00
Thomas
8eb8dcaf66
chore: Translated using Weblate (French)
Currently translated at 97.0% (1784 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 22:59:55 +02:00
tournesol
5da3118513
chore: Translated using Weblate (French)
Currently translated at 97.0% (1784 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 22:59:54 +02:00
Thomas
442a4e2859
chore: Translated using Weblate (French)
Currently translated at 94.3% (1736 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 22:33:52 +02:00
tournesol
11765df02a
chore: Translated using Weblate (French)
Currently translated at 94.3% (1736 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 22:33:51 +02:00
jolupa
41bf308c67
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1839 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-07-28 22:33:48 +02:00
Thomas
4d17e9b043
chore: Translated using Weblate (French)
Currently translated at 91.4% (1681 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 21:30:19 +02:00
tournesol
5363b08541
chore: Translated using Weblate (French)
Currently translated at 91.4% (1681 of 1839 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 21:30:18 +02:00
Hosted Weblate
ba30cb7190
chore: Merge branch 'origin/develop' into Weblate. 2023-07-28 21:20:13 +02:00
tournesol
b1f218f477
chore: Translated using Weblate (French)
Currently translated at 90.9% (1671 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 21:20:13 +02:00
Erik Spjelkavik
1b9db4a3ea
chore: Translated using Weblate (Norwegian Bokmål)
Currently translated at 5.9% (110 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/nb_NO/
2023-07-28 21:20:06 +02:00
einarr
f48f5f468d
chore: Translated using Weblate (Norwegian Bokmål)
Currently translated at 5.9% (110 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/nb_NO/
2023-07-28 21:20:06 +02:00
Ramdziana F Y
6ea7da7874
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1837 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-28 21:20:05 +02:00
Thomas
ae5866ab9d
chore: Translated using Weblate (French)
Currently translated at 90.9% (1671 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 21:20:03 +02:00
tournesol
eb300a6f8c
chore: Translated using Weblate (French)
Currently translated at 90.9% (1671 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-07-28 21:20:02 +02:00
naskya
da99f9c3aa Fix typo (https://github.com/misskey-dev/misskey/pull/11347) 2023-07-28 19:05:36 +00:00
ThatOneCalculator
53421bcbfd
dev4 2023-07-28 11:41:38 -07:00
ThatOneCalculator
4a0fc56ba8
fix: 🚸 autosize post form textarea 2023-07-28 11:41:25 -07:00
ThatOneCalculator
ee591012c1
chore: ⬆️ up deps 2023-07-28 11:39:31 -07:00
ThatOneCalculator
01c29cef20
chore: 🎨 format 2023-07-28 11:35:58 -07:00
Kainoa Kanter
6d1f93a022 Merge branch 'gh-fa55fa5e/10502/unknown/add-bind-addr-config' into 'develop'
[PR]: Add bind address option

See merge request firefish/firefish!10502
2023-07-28 18:32:34 +00:00
Kainoa Kanter
19762bd955 Merge branch 's3-logging' into 'develop'
Log the concatenated S3 url if constructing the S3 client fails.

See merge request firefish/firefish!10531
2023-07-28 18:30:53 +00:00
Kainoa Kanter
244f2b8656 Merge branch 'fix/10404-object-storage-prefix' into 'develop'
Fix: #10404 Object Storage needs a prefix to be set

Closes #10404

See merge request firefish/firefish!10526
2023-07-28 18:29:49 +00:00
Kainoa Kanter
614830f866 Merge branch 'fix/photoswipe-animation' into 'develop'
[PR]: Fix image zoom animation on Photoswipe opening

See merge request firefish/firefish!10521
2023-07-28 18:27:41 +00:00
Kainoa Kanter
31b7619813 Merge branch 'enhance/add-s3pathstyle-description' into 'develop'
Add a basic title and description for s3ForcePathStyle

See merge request firefish/firefish!10525
2023-07-28 18:04:01 +00:00
yumeko
d93df43a12 Merge branch firefish:develop into enhance/add-s3pathstyle-description 2023-07-28 08:21:27 +00:00
yumeko
9d47ea3247 Merge branch firefish:develop into fix/10404-object-storage-prefix 2023-07-28 08:19:59 +00:00
Hosted Weblate
3e2e129974
chore: Merge branch 'origin/develop' into Weblate. 2023-07-28 03:43:02 +02:00
Jor
9d480b9102
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1837 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hans/
2023-07-28 03:42:59 +02:00
Reza Almanda
9ddf4e3475
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1837 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-28 03:42:57 +02:00
Kainoa Kanter
88a8d00ea7 Merge branch 'develop' into 'develop'
fix: weblate link in CONTRIBUTING.md

See merge request firefish/firefish!10536
2023-07-27 21:34:15 +00:00
Tournesol
23f4cc3d06 fix: weblate link in CONTRIBUTING.md 2023-07-27 21:34:15 +00:00
yumeko
72d194f7a1
Fix indents 2023-07-27 12:54:42 +03:00
yumeko
a4838c7ee4 Merge branch firefish:develop into fix/10404-object-storage-prefix 2023-07-27 09:53:16 +00:00
ThatOneCalculator
dacce643fe
fix: 🔒 Show 404 error on files not found 2023-07-27 01:28:02 -07:00
Hosted Weblate
65bbf8541a
chore: Merge branch 'origin/develop' into Weblate. 2023-07-27 07:30:48 +02:00
Ice Year
fb4e42df91
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1837 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hans/
2023-07-27 07:30:48 +02:00
Jor
84148e2361
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1837 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hans/
2023-07-27 07:30:42 +02:00
Xalis Ratt
33220b2ff2
chore: Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1837 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/uk/
2023-07-27 07:30:40 +02:00
Butters
9be4ec51fb
chore: Translated using Weblate (German)
Currently translated at 99.9% (1836 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-27 07:30:37 +02:00
jolupa
1ad112e898
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1837 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-07-27 07:30:35 +02:00
ThatOneCalculator
aea03321ad
fix: ref patrons 2023-07-26 21:36:13 -07:00
ThatOneCalculator
5f9b03f638
format 2023-07-26 09:25:55 -07:00
ThatOneCalculator
e5b2e9d64b
docs: 📝 Add explicit FoundKey commits to CHANGELOG 2023-07-26 09:14:56 -07:00
Kainoa Kanter
1c33500d21 Delete calckey.apache.conf 2023-07-26 16:11:15 +00:00
Butters
2d27de9457
chore: Translated using Weblate (German)
Currently translated at 99.8% (1835 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 10:19:45 +02:00
Michael 465537
969389861c
chore: Translated using Weblate (German)
Currently translated at 99.8% (1835 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 10:19:44 +02:00
Michael 465537
04dff677be
chore: Translated using Weblate (German)
Currently translated at 99.8% (1835 of 1837 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 10:11:51 +02:00
Hosted Weblate
2a90730aa3
chore: Merge branch 'origin/develop' into Weblate. 2023-07-26 10:08:39 +02:00
Butters
efd646f0a6
chore: Translated using Weblate (German)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 10:08:38 +02:00
Michael 465537
1597e80a95
chore: Translated using Weblate (German)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 10:08:31 +02:00
ThatOneCalculator
0345001db5
set icon 2023-07-26 00:35:11 -07:00
ThatOneCalculator
c99cb391ee
transform 2023-07-26 00:31:59 -07:00
ThatOneCalculator
accbb55be0
fix: 🥚 animation 2023-07-26 00:15:12 -07:00
ThatOneCalculator
97d395ce2a
chore: 🎨 format 2023-07-25 23:46:43 -07:00
ThatOneCalculator
e4e5ada060
chore: 👥 patrons 2023-07-25 23:45:55 -07:00
ThatOneCalculator
d729790bb3
dev2 2023-07-25 23:44:50 -07:00
ThatOneCalculator
4968d1ecb3
fix: 🥚 animation 2023-07-25 23:44:41 -07:00
ThatOneCalculator
90f58075ba
docs: 📝 1.0.3 changelog 2023-07-25 23:31:03 -07:00
ThatOneCalculator
53baf51a99
docs: 📝 1.0.3 changelog 2023-07-25 23:30:51 -07:00
ThatOneCalculator
784d92bf0f
fix: 🐛 en-US default merge language
Preoperly addresses the issue from !10527
2023-07-25 21:56:59 -07:00
ThatOneCalculator
487fd3faaf
refactor: ♻️ show disabled message if disabled
ref: https://git.joinfirefish.org/firefish/firefish/-/issues/10527#note_230
2023-07-25 21:53:31 -07:00
ThatOneCalculator
03ddc970d5
fix: 🐛 don't show server stats in widget if reporting is disabled
Closes #10527
2023-07-25 21:49:09 -07:00
ThatOneCalculator
92a0952794
dev1 2023-07-25 21:40:20 -07:00
Laura Hausmann
bdce35d522
fix: 🐛 MkTime logic 2023-07-25 21:30:26 -07:00
Laura Hausmann
466917feb6
Improve /api/v1/instance accuracy 2023-07-25 21:25:37 -07:00
Laura Hausmann
56bf7a0ffb
Fix cpu/memory stats widget 2023-07-25 21:23:21 -07:00
Laura Hausmann
0301e3fe80
Fix compose box button alignment
Co-authored by @volpeon@is-a.wyvern.rip: https://is-a.wyvern.rip/notes/9hkk0o4uy13mrdt3
2023-07-25 21:23:14 -07:00
ThatOneCalculator
42154ce4cf
fix: 🌐 deleteAccountConfirm text is not yours 2023-07-25 20:23:20 -07:00
ThatOneCalculator
ba192b11d9
fix: ✏️ fix newly discovered users header icon
Typo: rocke-launch -> rocket-launch
2023-07-25 20:20:38 -07:00
ThatOneCalculator
27efb62a8b
fix: 💄 remove border radius on welcome icon 2023-07-25 19:35:34 -07:00
ThatOneCalculator
07b9948d68
fix: 🥚 woozy mode behavior 2023-07-25 19:22:06 -07:00
ThatOneCalculator
65e7b2841c
fix: 💄 deleteAndEdit is danger action 2023-07-25 18:56:55 -07:00
ThatOneCalculator
318fb787d1
chore: 👥 patrons 2023-07-25 18:56:01 -07:00
ThatOneCalculator
5dcdb8d365
fix: 💄 don't round corners on status images/server icon
ref: https://akko.unix.dog/notice/AY45yUgIC29eKVC59k
2023-07-25 18:40:01 -07:00
ThatOneCalculator
38a1b041a8
fix: 🌐 copying origin: "remote" -> "origin" 2023-07-25 18:29:24 -07:00
ThatOneCalculator
03910d7173
refactor: 🚸 only ask for reload on apply button 2023-07-25 18:26:55 -07:00
Kainoa Kanter
1eab2e944a Merge branch 'refactor/navbar-editor' into 'develop'
Refactor/navbar editor

See merge request firefish/firefish!10535
2023-07-26 01:15:20 +00:00
Kainoa Kanter
df3d8a91b9 feat: draggable navbar items in settings
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: moshibar <moshibar@mailo.com>
2023-07-26 01:15:20 +00:00
Butters
a8be362b20
chore: Translated using Weblate (German)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 02:28:32 +02:00
Michael 465537
0c8e855c63
chore: Translated using Weblate (German)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 02:01:18 +02:00
Butters
b8a5463357
chore: Translated using Weblate (German)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 02:01:17 +02:00
Byron Fröhlich
2af3c098fe
chore: Translated using Weblate (German)
Currently translated at 99.8% (1833 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 01:56:43 +02:00
Butters
b33cc081b8
chore: Translated using Weblate (German)
Currently translated at 99.8% (1833 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 01:56:42 +02:00
Hosted Weblate
17e8f1defa
chore: Merge branch 'origin/develop' into Weblate. 2023-07-26 01:38:43 +02:00
Butters
b1e8b0629b
chore: Translated using Weblate (German)
Currently translated at 98.8% (1814 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 01:38:42 +02:00
Pi-Hsun Shih
27e6a7871f
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 98.2% (1804 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hant/
2023-07-26 01:38:36 +02:00
Aliberk Sandıkçı
fbf2e291f3
chore: Translated using Weblate (Turkish)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/tr/
2023-07-26 01:38:34 +02:00
Ramdziana F Y
e0f417265d
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-26 01:38:32 +02:00
Byron Fröhlich
e30ef1afd1
chore: Translated using Weblate (German)
Currently translated at 98.8% (1814 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 01:38:30 +02:00
Butters
1a2e562f68
chore: Translated using Weblate (German)
Currently translated at 98.8% (1814 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-26 01:38:29 +02:00
jolupa
ad840643f3
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-07-26 01:38:27 +02:00
Kainoa Kanter
6413c113a1 Update README.md 2023-07-25 17:22:49 +00:00
Kainoa Kanter
6ddb1a2a89 Delete FIREFISH.md 2023-07-25 17:21:42 +00:00
ThatOneCalculator
37fac16aa4
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-07-24 21:14:55 -07:00
ThatOneCalculator
2e727e94e7
Merge remote-tracking branch 'weblate/develop' into develop 2023-07-24 21:14:47 -07:00
Ramdziana F Y
c8be5a961c
chore: Translated using Weblate (Indonesian)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-25 06:06:08 +02:00
Michael 465537
596858836b
chore: Translated using Weblate (German)
Currently translated at 98.6% (1811 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-25 06:06:05 +02:00
Butters
7a280a69ac
chore: Translated using Weblate (German)
Currently translated at 98.6% (1811 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-25 06:06:04 +02:00
Byron Fröhlich
eb4b8e81da
chore: Translated using Weblate (German)
Currently translated at 98.6% (1811 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-25 06:06:03 +02:00
AkDk7
f5b397de09
chore: Translated using Weblate (German)
Currently translated at 98.6% (1811 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-25 06:06:03 +02:00
Viv Lim
74179aafdf Log the assembled S3 url if constructing a S3 client fails.
I was configuring an instance and didn't notice that I had pasted a space into the `endpoint` field. It was not obvious from the logs why the URL was invalid.
2023-07-24 20:34:37 -07:00
Kainoa Kanter
8ff1c9b722 Merge branch 'mastodon-api-emoji-reactions' into 'develop'
Support proposed Glitch emoji reactions API

Closes #10537

See merge request firefish/firefish!10532
2023-07-25 01:24:35 +00:00
ThatOneCalculator
548de39e3c
fix? 2023-07-24 17:28:47 -07:00
Vyr Cossont
5fedfd2599 Support proposed Glitch emoji reactions API
Fixes #10537
2023-07-24 17:11:10 -07:00
ThatOneCalculator
005f138e3f
v1.0.4 2023-07-24 17:10:35 -07:00
ThatOneCalculator
c996e88710
style: 💄 don't show activity if narrow (cleaner) 2023-07-24 17:10:27 -07:00
ThatOneCalculator
5930c8fc08
fix: 🐛 make admin users page properly direct user cards to about page 2023-07-24 16:55:57 -07:00
ThatOneCalculator
7ef99069e6
fix: 🐛 revert last part of c0eac56355 to properly paginate antennas/notes query 2023-07-24 16:27:53 -07:00
ThatOneCalculator
404476240e
feat: 🧑‍💻 pull request template 2023-07-24 16:14:39 -07:00
ThatOneCalculator
732b2bf75e
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-07-24 16:11:19 -07:00
ThatOneCalculator
3951a6ab5d
feat: 🧑‍💻 gitlab issue templates 2023-07-24 16:11:12 -07:00
Kainoa Kanter
a7fbc02ca5 Merge branch 'enhance/log-backend-error-objects' into 'develop'
Log backend error objects

See merge request firefish/firefish!10528
2023-07-24 23:04:42 +00:00
ThatOneCalculator
bec0aae418
chore: 🎨 format 2023-07-24 16:03:58 -07:00
Kainoa Kanter
175b6a36ef Merge branch 'develop' into 'develop'
Fixed invalid links

See merge request firefish/firefish!10529
2023-07-24 19:50:14 +00:00
Namekuji
5832940d7a
fix: rename copyright to firefish 2023-07-24 13:10:35 -04:00
Kainoa Kanter
d1378ed99e fix: 🍱 old custom assets 2023-07-24 10:02:41 -07:00
Ramdziana F Y
9da56c89bf
chore: Translated using Weblate (Indonesian)
Currently translated at 97.3% (1788 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-24 17:31:48 +02:00
Ramdziana F Y
8c595403dd
chore: Translated using Weblate (Indonesian)
Currently translated at 97.3% (1787 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-24 17:31:37 +02:00
Linerly
a456f0c642
chore: Translated using Weblate (Indonesian)
Currently translated at 97.3% (1787 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-24 17:31:36 +02:00
Lizzy Hennig
2d7f19a704
chore: Translated using Weblate (German)
Currently translated at 97.6% (1793 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-24 17:31:33 +02:00
Byron Fröhlich
492e356b01
chore: Translated using Weblate (German)
Currently translated at 97.6% (1793 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-24 17:31:32 +02:00
Michael 465537
7f1ac019b5
chore: Translated using Weblate (German)
Currently translated at 97.6% (1793 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-24 17:31:31 +02:00
AkDk7
aa451ab1f9
chore: Translated using Weblate (German)
Currently translated at 97.6% (1793 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-24 17:31:31 +02:00
Butters
5b1eb14803
chore: Translated using Weblate (German)
Currently translated at 97.6% (1793 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/de/
2023-07-24 17:31:30 +02:00
jolupa
2e6bfa465a
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ca/
2023-07-24 17:31:28 +02:00
yumeko
ae22abd61b Merge branch firefish:develop into fix/10404-object-storage-prefix 2023-07-24 10:08:38 +00:00
naskya
f5a88e7080 Update patrons.json 2023-07-24 00:55:26 +00:00
ThatOneCalculator
845d865238
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-07-23 14:14:00 -07:00
ThatOneCalculator
c0eac56355
fix: 🐛 antenna notes pagination repeat 2023-07-23 14:13:46 -07:00
Tom Funken
8811b472cf Fixed invalid links 2023-07-23 11:57:54 +00:00
yumeko
19311e683c
Dump to console the error data associated with logger error calls. 2023-07-22 22:12:52 +03:00
Ramdziana F Y
6caaa1f7ad
chore: Translated using Weblate (Indonesian)
Currently translated at 89.1% (1636 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-22 19:08:22 +02:00
Kainoa Kanter
c50d4b0f6e Merge branch 'add-feeds-translations-for-ja-jp' into 'develop'
Add some translations to avoid bugs

See merge request firefish/firefish!10527
2023-07-22 17:02:21 +00:00
Mizunashi Mana
9854b313fd Add lang translation for bul_BG 2023-07-23 00:41:55 +09:00
yumeko
4e23b77aff Replace URL generation code in the drive file uploader with something more robust.
Closes #10404, hopefully.
2023-07-22 14:03:40 +03:00
yumeko
2137c57541 Add a basic title and description for the objectStorageS3ForcePathStyle storage configuration option. 2023-07-22 11:31:01 +03:00
Kainoa Kanter
2f49c8734d build: 👷 add CI config 2023-07-22 03:14:10 +00:00
Kainoa Kanter
52dee7fff4 Merge branch 'vyr_mastodon-api-convert-quote-emoji-reactions' into 'develop'
fix: convert quoted status and reaction accounts in Mastodon API layer

See merge request firefish/firefish!10524
2023-07-22 02:55:18 +00:00
ThatOneCalculator
07d7e5c157
docs: 📝 fix link 2023-07-21 18:31:31 -07:00
Vyr Cossont
0394f22c4f
fix: convert quoted status and reaction accounts in Mastodon API layer 2023-07-21 16:23:15 -07:00
Kainoa Kanter
7569081040 Update MkImgWithBlurhash.vue 2023-07-21 23:16:54 +00:00
Kainoa Kanter
a2d81850e4 Merge branch 'fix/10332-internal-error-on-nonexisting-emoji' into 'develop'
Throw a proper ApiError with statusCode 404 when GETting a non-existing emoji.

Closes #10332

See merge request firefish/firefish!10523
2023-07-21 23:14:49 +00:00
Kainoa Kanter
c0bbf03201 Merge branch 'fix/dont-leak-api-error-stack' into 'develop'
Don't leak error details (including the stack trace) upon API call failure to client in production

See merge request firefish/firefish!10522
2023-07-21 23:14:13 +00:00
yumeko
c9526b9a31 Throw a proper ApiError with statusCode 404 when GETting a non-existing emoji.
Closes #10332
2023-07-21 23:15:53 +03:00
yumeko
47f5cb2e76 Don't leak error details (including the stack trace) upon API call failure to client in production 2023-07-21 22:32:39 +03:00
Namekuji
740ebcf5cc
chore: fix repository url 2023-07-21 14:33:03 -04:00
Namekuji
2dcb21349f
chore: change image url 2023-07-21 14:30:36 -04:00
Алексей Ермолаев
1f4eb88d45 Merge branch 'develop' into fix/photoswipe-animation 2023-07-21 20:32:02 +03:00
Kainoa Kanter
6a0f17b9df Merge branch 'revert-346658f2' into 'develop'
Revert "docs: 📝 repo move"

See merge request firefish/firefish!10520
2023-07-21 17:15:34 +00:00
Kainoa Kanter
72b11f2c7d Revert "docs: 📝 repo move"
This reverts commit 346658f27f
2023-07-21 17:15:27 +00:00
ThatOneCalculator
346658f27f
docs: 📝 repo move 2023-07-21 10:12:14 -07:00
ThatOneCalculator
e35b38302d
refactor: ♻️ new git repo
for real this time
2023-07-21 09:44:29 -07:00
Алексей Ермолаев
8550a8fe2c Add largest dimension property to enhance image display 2023-07-21 19:05:45 +03:00
Алексей Ермолаев
3d0a56e4c6 Re-centering images after changing image component
Also fixing scaling issues in pages when image is thinner than page width.
2023-07-21 17:50:09 +03:00
Алексей Ермолаев
40350c5eab Better animations on opening images in Photoswipe 2023-07-21 17:06:24 +03:00
Mizunashi Mana
d5bc0ab39c Add feeds translations for ja_JP 2023-07-21 17:31:19 +09:00
ThatOneCalculator
5557836f61
Merge branch 'develop' of codeberg.org:firefish/firefish into develop 2023-07-20 23:32:00 -07:00
ThatOneCalculator
8de79198a1
fix: 🩹 version manifest assets based on instance version 2023-07-20 23:31:51 -07:00
freeplay
d5abff3c84 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-20 19:17:21 -04:00
freeplay
389beda241 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-20 19:14:54 -04:00
freeplay
942efb635e refactor: sticky-container class 2023-07-20 19:14:13 -04:00
ThatOneCalculator
03077a157e
refactor: ♻️ create drive file endpoint
Adjusts ratelimit to 250 files every 10 minutes, fixes error text, fixes reused variable name.
2023-07-20 16:13:10 -07:00
ltlapy
93dddda287
chore: Translated using Weblate (Korean)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ko/
2023-07-20 23:19:19 +02:00
mastoduy
a4ff5c4ecf
chore: Translated using Weblate (Vietnamese)
Currently translated at 82.0% (1506 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/vi/
2023-07-20 23:19:16 +02:00
Ramdziana F Y
c9f6ccc5a8
chore: Translated using Weblate (Indonesian)
Currently translated at 86.3% (1586 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
2023-07-20 23:19:14 +02:00
Matyáš Caras
3f1f4d3832
chore: Translated using Weblate (Czech)
Currently translated at 46.5% (854 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/cs/
2023-07-20 23:19:12 +02:00
ltlapy
ce9fa4cc26
chore: Translated using Weblate (Korean)
Currently translated at 93.3% (1713 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ko/
2023-07-20 13:16:11 +02:00
Xalis Ratt
f52fc32ddf
chore: Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/uk/
2023-07-20 13:16:09 +02:00
Xalis Ratt
fec5b9aa04
chore: Translated using Weblate (Polish)
Currently translated at 93.0% (1708 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/pl/
2023-07-20 13:16:06 +02:00
josé m
5e1436da8c
chore: Translated using Weblate (Galician)
Currently translated at 13.9% (257 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/gl/
2023-07-20 12:38:06 +02:00
ltlapy
158b6cbdd2
chore: Translated using Weblate (Korean)
Currently translated at 88.2% (1621 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ko/
2023-07-20 12:38:04 +02:00
誠誠-ChengCheng
385b23674a
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 97.1% (1783 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/zh_Hant/
2023-07-20 12:38:01 +02:00
Xalis Ratt
13d69524ca
chore: Translated using Weblate (Russian)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ru/
2023-07-20 12:37:59 +02:00
Алексей Ермолаев
009655a18d
chore: Translated using Weblate (Russian)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ru/
2023-07-20 12:37:58 +02:00
naskya
6c17caab4c
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ja/
2023-07-20 12:37:56 +02:00
ThatOneCalculator
7364ebdca8
fix: 🍱 asset versioning, screenshots 2023-07-19 20:32:04 -07:00
ThatOneCalculator
67435f1557
Merge branch 'develop' 2023-07-19 19:14:36 -07:00
ThatOneCalculator
76ad0a19b3
fix: 🍱 fix old favicon 2023-07-19 19:13:54 -07:00
ThatOneCalculator
cbc4403cd0
Merge branch 'develop' 2023-07-19 15:21:57 -07:00
ThatOneCalculator
3861f79cee
readme 2023-07-19 15:21:04 -07:00
ThatOneCalculator
b4ed4dec47
v1.0.1 2023-07-19 15:20:22 -07:00
ThatOneCalculator
314daf1305
reduce border radius on about icon 2023-07-19 12:52:55 -07:00
Алексей Ермолаев
081ea97663
chore: Translated using Weblate (Russian)
Currently translated at 99.4% (1826 of 1836 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ru/
2023-07-19 21:23:14 +02:00
Xalis Ratt
3e133c5e6a
chore: Translated using Weblate (Russian)
Currently translated at 99.4% (1826 of 1836 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/ru/
2023-07-19 21:23:09 +02:00
ThatOneCalculator
8c7e828511
Merge branch 'develop' 2023-07-19 11:53:18 -07:00
ThatOneCalculator
0a7b4bdb8a
logo 2023-07-19 11:53:03 -07:00
ThatOneCalculator
65157a42ea
Merge branch 'develop' 2023-07-19 11:22:58 -07:00
Salif Mehmed
470f745cd5
chore: Translated using Weblate (Bulgarian (bul_BG))
Currently translated at 20.2% (371 of 1836 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/bul_BG/
2023-07-19 20:16:02 +02:00
Poesty Li
989f6e9663
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-19 20:15:59 +02:00
Xalis Ratt
24773f071c
chore: Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/uk/
2023-07-19 20:15:58 +02:00
Алексей Ермолаев
f6ed695aec
chore: Translated using Weblate (Russian)
Currently translated at 99.1% (1820 of 1836 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-07-19 20:15:56 +02:00
Xalis Ratt
050307b568
chore: Translated using Weblate (Russian)
Currently translated at 99.1% (1820 of 1836 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-07-19 20:15:55 +02:00
Ramdziana F Y
49cc0c9162
chore: Translated using Weblate (Indonesian)
Currently translated at 83.6% (1536 of 1836 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/id/
2023-07-19 20:15:53 +02:00
ThatOneCalculator
d0d7952b59
repo move 2023-07-19 11:15:08 -07:00
ThatOneCalculator
af08308913
badge 2023-07-19 10:51:58 -07:00
ThatOneCalculator
cac284a79d
fix: 🐛 merge somehow stripped style.css of splash style 2023-07-19 10:24:42 -07:00
ThatOneCalculator
1eea65386e
docs: 📝 codeberg -> gitlab 2023-07-19 10:22:36 -07:00
ThatOneCalculator
e67633298e
docs: 🚚 new website 2023-07-19 10:06:57 -07:00
ThatOneCalculator
e4aae6c27c
docs: 📝 changelog 2023-07-19 10:00:43 -07:00
ThatOneCalculator
5e3bc675ef
add 2023-07-19 09:58:14 -07:00
ThatOneCalculator
ebf7fb1a04
fix: 🐛 gitignore causing wrong file to be pushed 2023-07-19 09:56:16 -07:00
DVD
6e296320e0
fix: skip attachment import if undefined 2023-07-19 09:45:00 -07:00
ThatOneCalculator
91033ab90a
fix: import 2023-07-19 09:37:11 -07:00
ThatOneCalculator
4ef22c0abf
pnpm 8.6.9 2023-07-19 09:33:02 -07:00
ThatOneCalculator
aa24a3c172
links 2023-07-19 08:58:59 -07:00
ThatOneCalculator
a31805ad25
rm about-calckey 2023-07-19 08:55:35 -07:00
ThatOneCalculator
8422807031
Merge branch 'rebrand' into develop 2023-07-19 08:55:26 -07:00
ThatOneCalculator
73d023930b
error 2023-07-18 23:42:42 -07:00
ThatOneCalculator
7dce4cccae
repo 2023-07-18 21:21:48 -07:00
freeplay
fa55fa5e44 fix: add back follows you tag 2023-07-18 14:07:16 -04:00
Kainoa Kanter
31f1e86b49 Merge pull request '[PR]: [mastodon-client] improve mentions parser' (#10516) from e2net/calckey:masto-client-improvements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10516
2023-07-18 16:04:25 +00:00
Laura Hausmann
ed5c5a7156
[mastodon-client] fix mentions of remote local users without host 2023-07-18 18:01:44 +02:00
Laura Hausmann
0ff1f7ca65
[mastodon-client] improve mention regexes 2023-07-18 18:01:44 +02:00
Kainoa Kanter
2b59d03d6f Merge pull request '[PR]: Fix user lists' (#10515) from PrivateGER/calckey:fix/user-lists into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10515
2023-07-18 15:59:44 +00:00
PrivateGER
457bd6c2e5 Fix broken lists 2023-07-18 16:00:48 +02:00
Poesty Li
2880030158
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-18 11:38:44 +02:00
Алексей Ермолаев
ecad423556
chore: Translated using Weblate (Russian)
Currently translated at 92.2% (1694 of 1836 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-07-18 11:38:42 +02:00
jolupa
f63970c583
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1836 of 1836 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-18 11:38:40 +02:00
Kainoa Kanter
ad3fb52dd8 docs: 📝 foundkey migration apply patch correctly 2023-07-18 06:52:08 +00:00
Kainoa Kanter
ca58388a98 Update 'docs/fk.patch' 2023-07-18 06:32:39 +00:00
Namekuji
be5713f20c
chore: make contributors consistent with the website 2023-07-18 00:23:13 -04:00
ThatOneCalculator
272c1d3514
docs: 📝 migration note 2023-07-17 17:46:45 -07:00
ThatOneCalculator
d985d16f65
docs: 📝 foundkey patch (thanks volpeon!)
ref: https://is-a.wyvern.rip/notes/9hac2nd98s
2023-07-17 17:45:53 -07:00
ThatOneCalculator
d94d015ec7
chore: 🎨 format 2023-07-17 17:43:04 -07:00
ThatOneCalculator
b54dfff32f
chore: 🎨 format 2023-07-17 17:38:27 -07:00
ThatOneCalculator
aa7d16febb
Merge branches 'develop' and 'develop' of codeberg.org:calckey/calckey into develop 2023-07-17 17:22:21 -07:00
ThatOneCalculator
2bdeb700be
fix: 🌐 missing locale 2023-07-17 17:15:26 -07:00
PrivateGER
933a4d2aa2 Use MS sorting rather than manual JS 2023-07-18 02:12:33 +02:00
Hosted Weblate
9f752074dd
chore: Merge branch 'origin/develop' into Weblate. 2023-07-18 02:10:45 +02:00
jolupa
f9f7275e58
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1832 of 1832 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-18 02:10:44 +02:00
ThatOneCalculator
5dff9df704
feat: copy feeds from user menu 2023-07-17 17:10:25 -07:00
Kainoa Kanter
d4aeacfae6
chore: Added translation using Weblate (Bulgarian (bul_BG)) 2023-07-17 21:27:48 +02:00
Hosted Weblate
9e5083d554
chore: Merge branch 'origin/develop' into Weblate. 2023-07-17 20:29:16 +02:00
jolupa
c2f949a9fc
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1832 of 1832 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-17 20:29:16 +02:00
freeplay
7c54c11326 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-17 14:28:56 -04:00
freeplay
9b854c1506 i18n: "View on remote server" to "Open original page" 2023-07-17 14:27:51 -04:00
ThatOneCalculator
acf364cdea
dev83 2023-07-17 09:56:53 -07:00
ThatOneCalculator
b5534ccd3b
docs: 📝 changelog 2023-07-17 09:56:30 -07:00
ThatOneCalculator
9128459ed1
chore: 🌐 (only outbox.json) no longer needed 2023-07-17 09:55:44 -07:00
Kainoa Kanter
2c1df97c15 Merge pull request '[PR]: Import mastodon note package' (#10499) from cgsama/calckey:import-masto-package into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10499
2023-07-17 16:54:45 +00:00
Kainoa Kanter
19934043c5 Merge pull request '[PR]: Store antennas in cache instead of postgres' (#10442) from refactor/antennas-in-cache into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10442
2023-07-17 16:51:33 +00:00
ThatOneCalculator
082b119300
hide mark read button 2023-07-17 09:50:28 -07:00
Kainoa Kanter
3b56117fab revert 00d1c034d5
revert fix: 🐛 Scrolling Issue in Safari for Top and Bottom Bars
2023-07-17 16:26:07 +00:00
freeplay
23b7c3c1b0 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-17 12:16:19 -04:00
freeplay
a79bd2c555 feat: show snippet of alt text when hovering alt button 2023-07-17 12:14:57 -04:00
コルセット姫@がんばらない
cb3b7ef5be Merge branch 'develop' into import-masto-package 2023-07-17 09:47:04 +00:00
Xalis Ratt
04a724fe10
chore: Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1832 of 1832 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/uk/
2023-07-17 11:13:18 +02:00
jolupa
0424bba44d
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1832 of 1832 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-17 11:13:15 +02:00
Syuilo
00d1c034d5
fix: 🐛 Scrolling Issue in Safari for Top and Bottom Bars 2023-07-16 22:51:50 -07:00
Namekuji
0775ad96f9
fix: use hostname as prefix instead of host 2023-07-17 01:48:53 -04:00
Hosted Weblate
c660f66811
chore: Merge branch 'origin/develop' into Weblate. 2023-07-17 07:31:48 +02:00
誠誠-ChengCheng
5104c51283
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 95.5% (1750 of 1831 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hant/
2023-07-17 07:31:48 +02:00
Xalis Ratt
e399ed43e4
chore: Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1831 of 1831 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/uk/
2023-07-17 07:31:46 +02:00
Kainoa Kanter
15ffb8cf40 feat: verify links with rel=me (#10506)
Adds Mastodon-style `rel=me` link verification, and creates a background job to verify said links

Closes #9341

![image](/attachments/861e01eb-660f-4c62-8d83-d824cb79da48)

Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Co-authored-by: Namekuji <nmkj@waah.day>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10506
2023-07-17 05:31:34 +00:00
Syuilo
5d4af6b69e
refactor: improve performance of contextmenu 2023-07-16 22:12:42 -07:00
naskya
04c43ed3ef Merge branch 'develop' into refactor/antennas-in-cache 2023-07-17 04:43:03 +00:00
Mizunashi Mana
f079e8b9ed fix: Revert k8s template updates 2023-07-17 10:55:24 +09:00
Mizunashi Mana
b7c72b902d fix: Branch by bind address 2023-07-17 09:52:35 +09:00
CGsama
32faf81637 fix lock 2023-07-16 20:40:40 -04:00
CGsama
f5adccecb8 Merge commit '97a0127dbf0b96203902fb075b1d51659a921bfc'
Conflicts:
	pnpm-lock.yaml
2023-07-16 20:39:26 -04:00
Mizunashi Mana
d5db0360a7 fix: fix typo 2023-07-17 09:17:47 +09:00
ThatOneCalculator
97a0127dbf
changelog 2023-07-16 16:49:24 -07:00
ThatOneCalculator
a5d141bd9a
docs: 📝 changelog 2023-07-16 16:40:57 -07:00
Kainoa Kanter
3ea52b252a Merge pull request '[PR]: Make json5 as production dependency' (#10500) from mizunashi-mana/calckey:move-json5-to-prod-dependencies into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10500
2023-07-16 22:36:49 +00:00
Kainoa Kanter
fa02334ddb Merge branch 'develop' into move-json5-to-prod-dependencies 2023-07-16 22:34:49 +00:00
ThatOneCalculator
2958655948
chore: 🎨 format 2023-07-16 15:33:17 -07:00
ThatOneCalculator
6165a4b580
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-16 15:32:45 -07:00
ThatOneCalculator
bdc35a343e
refactor: 🚨 linting fix 2023-07-16 15:32:32 -07:00
freeplay
18260e1a63 feat: add view on remote server to user profile dropdowns 2023-07-16 17:46:30 -04:00
freeplay
dfd900c09f Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-16 17:25:12 -04:00
freeplay
6fbbef1a8e fix: unable to scroll through reactions on mobile 2023-07-16 17:24:34 -04:00
ThatOneCalculator
a88133c4bc
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-16 13:57:46 -07:00
ThatOneCalculator
35f42ce83f
dev79 2023-07-16 13:57:38 -07:00
ThatOneCalculator
04c0993f23
Merge branch 'fix/ssrf' into develop 2023-07-16 13:57:27 -07:00
Kainoa Kanter
1f7ca63d39 Merge pull request '[PR]: Fixes Post Import from Certain Mastodon Instances' (#10473) from dvd/calckey:fix/post-import into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10473
2023-07-16 20:51:47 +00:00
Kainoa Kanter
58cd156a54 Merge pull request '[PR]: Fix Quicktime (.mov) Video Player on Chrome' (#10503) from dvd/calckey:fix/quicktime-on-chrome into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10503
2023-07-16 18:14:51 +00:00
freeplay
48c52c3ee8 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-16 13:42:21 -04:00
freeplay
5b5f997ecf fix: more reliable not closing emoji picker on shift key 2023-07-16 13:41:55 -04:00
DVD
e38facfb7b
Fix: Quicktime Video Play on Chrome 2023-07-16 21:56:08 +08:00
Mizunashi Mana
b9db50de08 fix: Add error message on initialization failed 2023-07-16 20:59:41 +09:00
Mizunashi Mana
e5360536f3 feat: Add bind address option 2023-07-16 20:13:24 +09:00
CGsama
4bb6d7105a support new zip file by mastodon 2023-07-16 06:24:37 -04:00
Mizunashi Mana
1f441507f7 feat: Move json5 to prod dependencies 2023-07-16 19:00:51 +09:00
CGsama
ffb7fb5309 Update pnpm-lock.yaml 2023-07-16 04:07:55 -04:00
CGsama
35f09d0067 change wording 2023-07-16 03:24:37 -04:00
CGsama
0c9ab9fdfa fix format 2023-07-16 01:47:06 -04:00
CGsama
809d418018 use gunzip-maybe tar-stream to replace exec 2023-07-16 01:41:57 -04:00
CGsama
324d1a932d handle import mastodon package 2023-07-15 23:02:00 -04:00
コルセット姫@がんばらない
cae6ba0edb feat: Add media to Mastodon and Calckey post imports (#10496)
### What does this PR do?

Adding files fields in the export notes option, and corresponding import notes

Current the mastodon import does not import any attachments, this pr will use the "upload from url" feature to include medias if its a valid URL.

There are many way to convert the outbox.json file, can be simple as upload media_attachments to any web hosting and do string replace on the json file.

I also create a tool that upload the tar.gz file with auto convert and host the media as simplify the process at https://tempfile.moegirl.live

Detail example can be found at https://fedi.moegirl.live/notes/9h76gtqnp2gwl5dz

https://r2temp.moegirl.live/2023/7/15/15356683-050f-423a-b331-c9a05561f52a/shana-settings-_-meng-zhai-le-yuan-xyou-yu-ou-xiang-de-luo-ke-ke-wu-yan-moe-otaku-elysian-x-gloomily-idol-s-rococo-luncheon----mozilla-firefox-private-browsing-2023-07-15-18-36-37.mp4

Co-authored-by: CGsama <CGsama@outlook.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10496
Co-authored-by: コルセット姫@がんばらない <cgsama@noreply.codeberg.org>
Co-committed-by: コルセット姫@がんばらない <cgsama@noreply.codeberg.org>
2023-07-15 22:56:09 +00:00
ThatOneCalculator
bd57b95a97
docs: 💡 going past DB_MAX_NOTE_TEXT_LENGTH 2023-07-15 15:32:39 -07:00
ThatOneCalculator
49b0a52f9f
fix: 🔧 max post length 100000
Pleroma doesn't accept >100K (ref: https://blob.cat/objects/82f33d96-534f-45ee-902a-f77c2723db8b)
2023-07-15 14:50:23 -07:00
ThatOneCalculator
247c5ec760
dev78 2023-07-15 14:28:44 -07:00
ThatOneCalculator
e1b8532cd8
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-15 14:22:36 -07:00
ThatOneCalculator
ff08ec77ee
we be renamin 2023-07-15 14:21:17 -07:00
ThatOneCalculator
bb22a671b0
Merge branch 'develop' into rebrand 2023-07-15 14:15:01 -07:00
ThatOneCalculator
d64389543c
fix: 🔒 prevent potential SSRF through media proxy 2023-07-15 14:13:21 -07:00
freeplay
05477ee6b4 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-15 15:26:31 -04:00
freeplay
e74af25d16 fix: move nowrap to proper place 2023-07-15 15:26:15 -04:00
Hosted Weblate
dd8a6235b0
chore: Merge branch 'origin/develop' into Weblate. 2023-07-15 21:22:15 +02:00
Xalis Ratt
ba66c3bcd7
chore: Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1831 of 1831 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/uk/
2023-07-15 21:22:15 +02:00
Rauf
14f319e9d6
chore: Translated using Weblate (Turkish)
Currently translated at 100.0% (1831 of 1831 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/tr/
2023-07-15 21:22:11 +02:00
Cold Ravioli
1bb7dd55d5
chore: Translated using Weblate (Spanish)
Currently translated at 86.9% (1592 of 1831 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/es/
2023-07-15 21:22:09 +02:00
freeplay
83294c6c3d fix: note detailed tabs using wrong styling 2023-07-15 15:21:33 -04:00
Rauf
2d95142ca4
chore: Translated using Weblate (Turkish)
Currently translated at 100.0% (1831 of 1831 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/tr/
2023-07-15 09:52:18 +02:00
jolupa
0b6369acdd
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1831 of 1831 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-15 09:52:12 +02:00
ThatOneCalculator
9c2264fb8e
fix: 🐛 allow up to 1024 chars for SMTP login
Closes #10472
2023-07-15 00:19:09 -07:00
ThatOneCalculator
63b3666b71
chore: 🎨 format 2023-07-15 00:06:53 -07:00
ThatOneCalculator
9f38f8bbca
refactor: 🗑️ deprecate DB_MAX_NOTE_TEXT_LENGTH 2023-07-15 00:06:42 -07:00
ThatOneCalculator
e3b8c05e47
docs: 📝 descriptions for notes/children+conversation endpoints 2023-07-14 23:16:50 -07:00
ThatOneCalculator
4dc3d090dd
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-14 23:13:42 -07:00
ThatOneCalculator
c467db2ea2
refactor: ♻️ correct params for notes/children+conversion 2023-07-14 23:13:32 -07:00
Hosted Weblate
4f5238a2d8
chore: Merge branch 'origin/develop' into Weblate. 2023-07-15 08:03:25 +02:00
Rauf
7170890c35
chore: Translated using Weblate (Turkish)
Currently translated at 56.5% (1035 of 1830 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/tr/
2023-07-15 08:03:25 +02:00
ThatOneCalculator
c99480529f
feat: seperate sponsors and patrons 2023-07-14 23:03:07 -07:00
ThatOneCalculator
ab700600d1
chore: 👥 patrons 2023-07-14 20:26:07 -07:00
ThatOneCalculator
da994d87f0
chore: 👥 patrons 2023-07-14 18:39:51 -07:00
ThatOneCalculator
d588c812dd
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-14 18:39:04 -07:00
ThatOneCalculator
7be2b16215
remove trailing slash 2023-07-14 18:38:53 -07:00
PrivateGER
c9c183fec0 formattin~ 2023-07-15 02:15:10 +02:00
PrivateGER
f1c18e0b09 Allow relevancy sorting of Meilisearch 2023-07-15 02:10:42 +02:00
Hosted Weblate
69d7018b35
chore: Merge branch 'origin/develop' into Weblate. 2023-07-15 01:52:17 +02:00
Xalis Ratt
445af78d83
chore: Translated using Weblate (Ukrainian)
Currently translated at 74.9% (1372 of 1830 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/uk/
2023-07-15 01:52:16 +02:00
Rauf
b2ae2f23ce
chore: Translated using Weblate (Turkish)
Currently translated at 54.4% (996 of 1830 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/tr/
2023-07-15 01:52:14 +02:00
naskya
11cd4cad4d
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1830 of 1830 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ja/
2023-07-15 01:52:08 +02:00
jolupa
d25fc603f4
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1830 of 1830 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-15 01:52:07 +02:00
ThatOneCalculator
f3aa965c38
chore: 🎨 format 2023-07-14 16:51:49 -07:00
ThatOneCalculator
102b57424e
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-14 16:51:31 -07:00
ThatOneCalculator
8f650e6e3a
refactor: 🚸 filter out https on recommended instances 2023-07-14 16:51:21 -07:00
naskya
6072ec92ab nowrap tab texts in MkNoteDetailed 2023-07-14 21:48:13 +00:00
freeplay
79aaf392e8 refactor: remove tinycolor from MkFolder + a11y 2023-07-14 15:31:31 -04:00
freeplay
038a180891 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-14 00:26:13 -04:00
freeplay
4fde8ba470 fix: error in user card if no user desc 2023-07-14 00:25:01 -04:00
Hosted Weblate
dad2379a96
chore: Merge branch 'origin/develop' into Weblate. 2023-07-14 06:18:21 +02:00
josé m
8b4df60ebc
chore: Translated using Weblate (Galician)
Currently translated at 0.8% (15 of 1830 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/gl/
2023-07-14 06:18:21 +02:00
Aléxia Cordeiro Oliveira
eecffea8b9
chore: Translated using Weblate (Portuguese (Brazil))
Currently translated at 5.6% (103 of 1830 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/pt_BR/
2023-07-14 06:18:21 +02:00
Aléxia
0180636250
chore: Translated using Weblate (Portuguese (Brazil))
Currently translated at 5.6% (103 of 1830 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/pt_BR/
2023-07-14 06:18:20 +02:00
Erik Spjelkavik
0eb943334f
chore: Translated using Weblate (Norwegian Bokmål)
Currently translated at 4.3% (79 of 1830 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nb_NO/
2023-07-14 06:18:20 +02:00
jolupa
a7d173882f
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1830 of 1830 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-14 06:18:19 +02:00
freeplay
f67ea7a609 fix: Follow Request labeling
resolves #10368
2023-07-14 00:17:20 -04:00
ThatOneCalculator
2c3b7f5288
dev77 2023-07-13 19:07:06 -07:00
ThatOneCalculator
133c9f775c
Revert "refactor: use blurhash-as for encoding and decoding"
This reverts commit ae059881fb.
2023-07-13 19:06:57 -07:00
ThatOneCalculator
f09e740181
dev76 2023-07-13 19:00:50 -07:00
ThatOneCalculator
ae059881fb
refactor: use blurhash-as for encoding and decoding 2023-07-13 19:00:26 -07:00
ThatOneCalculator
17e0601a95
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-13 18:32:58 -07:00
ThatOneCalculator
2e4c30e572
chore: 🎨 format 2023-07-13 18:32:23 -07:00
Kainoa Kanter
41e5f8495e Merge pull request '[PR]: User card design' (#10486) from Freeplay/calckey:user-cards into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10486
2023-07-14 00:55:57 +00:00
ThatOneCalculator
361873c6f4
chore: 🎨 format 2023-07-13 17:52:23 -07:00
ThatOneCalculator
cd5c4ff191
refactor: ♻️ no autobind 2023-07-13 17:52:19 -07:00
ThatOneCalculator
be67a5e599
fix: 💄 mkdonation bg 2023-07-13 17:38:44 -07:00
ThatOneCalculator
5b2884c5d3
refactor: 💄 privacy icon 2023-07-13 17:24:24 -07:00
ThatOneCalculator
a82ef942b4
refactor: 💄 relay icon 2023-07-13 17:22:35 -07:00
ThatOneCalculator
cb561ddef8
fix: 💄 different default font if cjk 2023-07-13 17:11:59 -07:00
ThatOneCalculator
5d38558e8a
chore: 🎨 format 2023-07-13 16:53:53 -07:00
ThatOneCalculator
5ecd33b6ec
dev75 2023-07-13 16:52:36 -07:00
okayurisotto
599417de6e
Refactor sw (#10579)
* refactor(sw): remove dead code

* refactor(sw): remove dead code

* refactor(sw): remove dead code

* refactor(sw): remove dead code

* refactor(sw): remove dead code

* refactor(sw): remove dead code

* refactor(sw): 冗長な部分を変更

* refactor(sw): 使われていない煩雑な機能を削除

* refactor(sw): remove dead code

* refactor(sw): URL文字列の作成に`URL`を使うように

* refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処

* refactor(sw): `append` -> `set` in `URLSearchParams`

* refactor(sw): `any`の削除とそれに伴い露呈したエラーへの対処

* refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処

対処と言っても`throw`するだけ。いままでもこの状況ではエラーが投げられていたはずなので、この対処により新たな問題が起きることはないはず。

* refactor(sw): i18n loading

* refactor(sw): 型推論がうまくできる書き方に変更

`codes`が`(string | undefined)[]`から`string[]`になった

* refactor(sw): クエリ文字列の作成に`URLSearchParams`を使うように

* refactor(sw): `findClient`

* refactor(sw): `openClient`における`any`や`as`の書き換え

* refactor(sw): `openPost`における`any`の書き換え

* refactor(sw): `let` -> `const`

* refactor(sw): `any` -> `unknown`

* cleanup(sw): import

* cleanup(sw)

* cleanup(sw): `?.`

* cleanup(sw/.eslintrc.js)

* refactor(sw): `@typescript-eslint/explicit-function-return-type`

* refactor(sw): `@typescript-eslint/no-unused-vars`

* refactor(sw): どうしようもないところに`eslint-disable-next-line`を

* refactor(sw): `import/no-default-export`

* update operations.ts

* throw new Error

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: Kainoa kanter <kainoa@t1c.dev>
2023-07-13 16:52:04 -07:00
freeplay
46c436bbb1 fix: collapsing white space 2023-07-13 19:32:35 -04:00
freeplay
33931fd896 chore: format 2023-07-13 19:30:22 -04:00
freeplay
55d150f9b1 refactor: use new card design in user popup 2023-07-13 19:27:00 -04:00
freeplay
f591fa14ed style: user card design 2023-07-13 19:26:44 -04:00
Namekuji
3fc381c050
refactor: use copy_limit if greater than 0 2023-07-13 18:19:08 -04:00
naskya
479d76d763 Fallback language for code MFM should be plaintext 2023-07-13 21:45:54 +00:00
Kainoa Kanter
db1edca84e Merge pull request '[PR]: chore: Use exist instead of findOneBy to check for existence' (#10484) from naskya/calckey:chore/findOneBy-exist into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10484
2023-07-13 18:44:05 +00:00
naskya
22102d6c38
fix 2023-07-13 16:10:13 +00:00
naskya
8ad603cba8 Merge branch 'develop' into chore/findOneBy-exist 2023-07-13 15:44:42 +00:00
naskya
ae70f02bb0
More replacements which aren't covered by f4870d6e 2023-07-13 15:31:40 +00:00
naskya
65dcff4a66
Stop using the name 'exist' if it's not for existence check 2023-07-13 15:28:44 +00:00
okayurisotto
f4870d6e4a
refactor(backend): Use exist to check existence
* refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え

* cleanup
2023-07-13 15:08:36 +00:00
naskya
c9448bb281 fix #10483 (2) 2023-07-13 13:25:45 +00:00
naskya
f451e97505 fix #10483 2023-07-13 13:22:50 +00:00
ThatOneCalculator
64322721b6
refactor: ♻️ substr -> slice 2023-07-12 23:56:22 -07:00
ThatOneCalculator
1c7a805ff1
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-12 23:32:39 -07:00
ThatOneCalculator
7b4acb76b3
dev73 2023-07-12 23:32:28 -07:00
ThatOneCalculator
34b05e1a9d
Revert "refactor: ♻️ simplify shift key logic"
This reverts commit ea76790997.
2023-07-12 23:31:14 -07:00
Hosted Weblate
881ec0ca6c
chore: Merge branch 'origin/develop' into Weblate. 2023-07-13 08:23:43 +02:00
jolupa
85e82b8795
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1827 of 1827 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-13 08:23:43 +02:00
ThatOneCalculator
e7b9362f01
dev72 2023-07-12 23:23:09 -07:00
ThatOneCalculator
9a68e77f92
refactor: add aria labels to buttons 2023-07-12 23:22:58 -07:00
ThatOneCalculator
c1fe242a25
fix: 💄 scoped style fix 2023-07-12 23:11:36 -07:00
ThatOneCalculator
83f4e6f0ca
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-12 23:09:44 -07:00
ThatOneCalculator
ea76790997
refactor: ♻️ simplify shift key logic 2023-07-12 23:08:41 -07:00
Kainoa Kanter
ead1077c9b
chore: Added translation using Weblate (Galician) 2023-07-13 06:11:37 +02:00
Kainoa Kanter
1514d1b8d0 Merge pull request '[PR]: Import Content Warning Tags When Importing Posts From Mastodon' (#10481) from dvd/calckey:fix/cw-import into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10481
2023-07-13 01:58:02 +00:00
DVD
c5eeb5e583
Fix CW Import 2023-07-13 09:07:35 +08:00
naskya
6129d6eddb chore: forgot to remove a debug print stmt? 2023-07-13 00:45:26 +00:00
freeplay
b3776a5e69 fix: match custom emoji size to Misskey's
resolves #10438
2023-07-12 13:26:36 -04:00
ThatOneCalculator
1c2fa18f34
refactor: 💄 max instance name length 37, gradate specific server dono button 2023-07-12 01:05:16 -07:00
ThatOneCalculator
c75c9f4b75
gap 2023-07-12 01:01:05 -07:00
ThatOneCalculator
17e578010a
fix: 💄 ease-out transitions 2023-07-12 00:58:09 -07:00
ThatOneCalculator
8d88ac30e1
fix: 💄 properly slide in 2023-07-12 00:56:40 -07:00
ThatOneCalculator
6b5d9f7454
fix: 🐛 give donation link in non-admin meta 2023-07-12 00:54:28 -07:00
ThatOneCalculator
badd040df6
fix: 🐛 properly show instance's link 2023-07-12 00:48:07 -07:00
ThatOneCalculator
66d7884b72
feat: 💄 fly in as well 2023-07-12 00:45:53 -07:00
ThatOneCalculator
c7ca8aed74
fix: 💄 scope transition style 2023-07-12 00:36:24 -07:00
ThatOneCalculator
d2c7e7cde5
dev71 2023-07-12 00:24:04 -07:00
ThatOneCalculator
d9fd0ea714
fix: 💄 locales, transition for MkDonation 2023-07-12 00:23:54 -07:00
ThatOneCalculator
c1ebe11ee9
dev70 2023-07-12 00:13:39 -07:00
ThatOneCalculator
5bc1d7ff86
Merge remote-tracking branch 'weblate/develop' into develop 2023-07-11 23:45:39 -07:00
ThatOneCalculator
acb6edef3c
refactor: ♻️ donation link logic, add link to /about, fix typo 2023-07-11 23:42:59 -07:00
ThatOneCalculator
04224bfc66
feat: Donation pop-up with optional admin link
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
2023-07-11 23:23:44 -07:00
ThatOneCalculator
a8382fd007
docs: 📝 FoundKey EOL disclaimer 2023-07-11 21:07:32 -07:00
ThatOneCalculator
ba7dbe9861
fix: 🐛 save reactions if added 2023-07-11 21:01:31 -07:00
ThatOneCalculator
d8a46370c0
dev69 2023-07-11 20:58:33 -07:00
ThatOneCalculator
b0b0fda42c
fix 2023-07-11 20:57:28 -07:00
ThatOneCalculator
7d41179b83
feat: don't close emoji picker if shift is held down, like Discord
https://snug.moe/notes/9h1p04dqytz2qfsz
2023-07-11 20:56:40 -07:00
ThatOneCalculator
2a86a8ad75
fix: 🐛 plus button in reaction settings 2023-07-11 20:36:15 -07:00
ThatOneCalculator
c84572c58b
dev67 2023-07-11 20:31:26 -07:00
ThatOneCalculator
d45c028af4
fix: 🐛 plus button for reactions 2023-07-11 20:30:31 -07:00
ThatOneCalculator
cfb46f2775
fix popup menu 2023-07-11 19:44:00 -07:00
ThatOneCalculator
e57a9a075c
refactor: ♻️ MkPostFormAttachees setup syntax 2023-07-11 19:38:49 -07:00
ThatOneCalculator
d6dd1bc43c
save on delete 2023-07-11 19:24:24 -07:00
ThatOneCalculator
648cc87823
chore: 🎨 format 2023-07-11 19:21:52 -07:00
ThatOneCalculator
d9113cc62c
fix 2023-07-11 19:20:58 -07:00
ThatOneCalculator
bd5bf012d4
fix 2023-07-11 19:08:47 -07:00
ThatOneCalculator
adb5a39b96
fix? 2023-07-11 18:55:24 -07:00
dvd
56906803c8 Merge branch 'develop' into fix/post-import 2023-07-12 01:42:39 +00:00
ThatOneCalculator
8a79080048
dev63 2023-07-11 18:28:23 -07:00
DVD
576e4121be
Disable signature check 2023-07-12 09:27:20 +08:00
ThatOneCalculator
cacee0228b
fix: 🐛 fix draggable
Use vue-draggable-plus instead of vuedraggable: https://github.com/SortableJS/vue.draggable.next/issues/216

Closes #10467
2023-07-11 18:26:53 -07:00
Namekuji
17320b960b
chore: change account 2023-07-11 20:48:38 -04:00
ThatOneCalculator
b4c69ad674
fix: 📄 don't gitignore .config license
Follow-up #10470
2023-07-11 15:46:41 -07:00
ThatOneCalculator
b5c01e9f61
chore: 📄 LICENSE for configuration directories
Closes #10470
2023-07-11 15:45:28 -07:00
ThatOneCalculator
5a6eba62a5
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-11 15:06:20 -07:00
ThatOneCalculator
13bf9839d1
docs: 📝 FoundKey migration docs
Co-authored-by: Jeder <jeder@noreply.codeberg.org>
Superscedes #10471
2023-07-11 15:05:58 -07:00
Kainoa Kanter
214f445905 Merge pull request '[PR]: Fixes Avatar Crop UI' (#10469) from dvd/calckey:fix/crop-ui into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10469
2023-07-11 15:53:25 +00:00
DVD
4bcfcfe7f1
Fixes image cropper ui 2023-07-11 21:27:10 +08:00
ThatOneCalculator
afb89029b8
chore: vite conf changes 2023-07-10 22:34:04 -07:00
ThatOneCalculator
cd66f859ab
docs: 📝 join server 2023-07-10 21:35:20 -07:00
ThatOneCalculator
4fe5322419
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-10 21:29:09 -07:00
ThatOneCalculator
36ef3600c3
build: ⬆️ up backend deps 2023-07-10 21:29:01 -07:00
freeplay
6d70b2402d style: consistent link underline thickness 2023-07-11 00:27:21 -04:00
ThatOneCalculator
54b6106be3
fix: 🚑 correct import for swiper 10 2023-07-10 21:16:56 -07:00
ThatOneCalculator
99b87138dc
dev60 2023-07-10 21:14:22 -07:00
ThatOneCalculator
8d9154c8c0
perf: use fast-blurhash for blurhash decoding, up deps 2023-07-10 21:09:07 -07:00
Kainoa Kanter
225fa2976b Merge pull request '[PR]: Fix indexing causing Postgres error loop' (#10462) from PrivateGER/calckey:fix/indexing-hang into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10462
2023-07-11 00:51:32 +00:00
freeplay
6c85183da7 style: underline-offset tweak 2023-07-10 19:38:32 -04:00
freeplay
a37daacc56 style: don't truncate URL's 2023-07-10 19:02:31 -04:00
PrivateGER
b46d437971 Fix Postgres error loop when indexing notes 2023-07-10 23:44:31 +02:00
freeplay
4176328b8e Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-10 17:43:33 -04:00
freeplay
ff7df3cc01 style: use muted repeat icon instead of forbidden for disabled boosts 2023-07-10 17:43:02 -04:00
ThatOneCalculator
69efd3df76
chore: 👥 patrons 2023-07-10 14:02:44 -07:00
freeplay
ed7b30ad7e Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-10 13:11:09 -04:00
freeplay
ac2f75857f style: link underlines, attempt two™ 2023-07-10 13:09:44 -04:00
Kainoa Kanter
9fa8ae186c Merge pull request '[PR]: mastodon-client fixes' (#10461) from e2net/calckey:masto-client-improvements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10461
2023-07-10 17:02:35 +00:00
Laura Hausmann
5bb7707649
[mastodon-client] fix getDefaultPostPrivacy 2023-07-10 18:58:15 +02:00
Laura Hausmann
5c3a3ac02b
[mastodon-client] userDetail: fallback to username if displayname is null 2023-07-10 18:58:15 +02:00
Laura Hausmann
dc0194a842
Revert "Revert "[mastodon-client] send proper user preferences""
This reverts commit dfd9bd5dd1.
2023-07-10 18:58:15 +02:00
Laura Hausmann
3e1b112f92
Revert "Revert "[mastodon-client] send actual default post privacy instead of fallback value""
This reverts commit a441cc6067.
2023-07-10 18:58:15 +02:00
Namekuji
66fbca321c
docs: fix typo 2023-07-10 12:50:54 -04:00
Namekuji
5291fd4f10
fix: add db to redis uri 2023-07-10 03:54:28 -04:00
Namekuji
b9794dd625
make unused dependencies optional 2023-07-10 03:48:46 -04:00
Namekuji
4f0c6c94aa
remove unnecessary migration file 2023-07-10 03:43:44 -04:00
Namekuji
b6d909f79d
fix config parser 2023-07-10 03:23:38 -04:00
Namekuji
a9ac5fcfec
add environment variable of read size 2023-07-10 02:51:54 -04:00
Namekuji
74eb19acdd
add environment variable to skip copying antenna 2023-07-10 02:31:50 -04:00
Namekuji
4d36c7f4ed
fix: renew entity models 2023-07-10 02:17:30 -04:00
Namekuji
61f0f52d42
copy existing posts in antenna to redis at migration 2023-07-10 01:59:14 -04:00
ThatOneCalculator
ce239565a7
Revert "fix: nav post button gradient transition (#10401) + half refactor ?"
This reverts commit 6031e11721.
2023-07-09 21:08:24 -07:00
ThatOneCalculator
645480f889
chore: 🎨 format 2023-07-09 20:46:58 -07:00
ThatOneCalculator
a5f84ec30b
feat: Timestamps on announcements
Closes #10453
2023-07-09 20:46:53 -07:00
ThatOneCalculator
ba4e96ee1e
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-09 20:12:34 -07:00
ThatOneCalculator
a441cc6067
Revert "[mastodon-client] send actual default post privacy instead of fallback value"
This reverts commit 81145570fcb458a9239f88fe9a273d6c2f1810d3.
2023-07-09 20:12:16 -07:00
ThatOneCalculator
dfd9bd5dd1
Revert "[mastodon-client] send proper user preferences"
This reverts commit 3fe156f79578d8506cfbb70f3f6f806f50a818b9.
2023-07-09 20:12:13 -07:00
naskya
6e6c3c5845 revert Chinese cat mode for now
https://codeberg.org/calckey/calckey/issues/9746#issuecomment-978014
2023-07-10 03:05:27 +00:00
ThatOneCalculator
4f969f63c1
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-09 20:01:23 -07:00
ThatOneCalculator
84b70a4fcc
Revert "style: link underlines"
This reverts commit 46d97d49a2.
2023-07-09 20:01:01 -07:00
ThatOneCalculator
22ab154215
Revert "Isolate text directions in posts"
This reverts commit 4795a50162.
2023-07-09 20:00:55 -07:00
Kainoa Kanter
5f3c676b5a revert 4795a50162
revert Isolate text directions in posts
2023-07-10 02:59:16 +00:00
ThatOneCalculator
5bae3d5d24
build: parallel build (pnpm 8.6.7) 2023-07-09 19:54:33 -07:00
freeplay
4795a50162 Isolate text directions in posts 2023-07-09 22:15:56 -04:00
jolupa
bc79ca7767
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1819 of 1819 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-10 00:51:20 +02:00
Kainoa Kanter
e84460532d Merge pull request '[PR]: [mastodon-client] Various fixes & improvements' (#10450) from e2net/calckey:masto-client-improvements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10450
2023-07-09 22:22:44 +00:00
Laura Hausmann
02ddbe2363
[mastodon-client] return actual status bookmark state 2023-07-10 00:05:52 +02:00
Laura Hausmann
c1e43407d5
[mastodon-client] enforce limits for favorites and bookmarks 2023-07-09 23:53:15 +02:00
Laura Hausmann
ec06d62d61
[mastodon-client] return 404 instead of 401 on NO_SUCH_NOTE 2023-07-09 23:39:48 +02:00
Laura Hausmann
28992db8e4
[server/api/notes/show] return correct status code 2023-07-09 23:35:23 +02:00
Laura Hausmann
76a10c0a54
[mastodon-client] fix posting polls 2023-07-09 23:32:01 +02:00
Laura Hausmann
32ea8320ac
[mastodon-client] populate user details for notifications 2023-07-09 23:32:00 +02:00
Laura Hausmann
d1c9c7cc31
[mastodon-client] fix poll notifications 2023-07-09 23:32:00 +02:00
Kainoa Kanter
b841ed5be8 Merge pull request '[PR]: Fix Mastodon compatibility string' (#10447) from mkljczk/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10447
2023-07-09 21:26:48 +00:00
naskya
3237a0c27c Nya-ify capital Greek alphabets 2023-07-09 21:19:09 +00:00
Kainoa Kanter
0cab9d1825 Merge pull request '[PR]: enhance: Implement speak-as-cat for Chinese and Greek' (#10449) from sinofp/calckey:miao into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10449
2023-07-09 21:09:51 +00:00
freeplay
d76a66716a Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-09 15:06:18 -04:00
freeplay
46d97d49a2 style: link underlines 2023-07-09 15:05:39 -04:00
sinofp
d850381376 Implement speak-as-cat for Chinese and Greek
The Chinese meow character is 喵, whose pinyin is miāo.
妙, 庙, 描, 渺, 瞄, 秒, 苗, and 藐 are all the miao characters from *3500 commonly used Chinese characters.xls*

@naskya proposed to include 廟 and να.

Download the spreadsheet from https://faculty.blcu.edu.cn/xinghb/zh_CN/article/167473/content/1045.htm

See the discussion at https://codeberg.org/calckey/calckey/issues/9746#issuecomment-974699
2023-07-09 18:54:12 +01:00
marcin mikołajczak
49c68c7d07 Merge branch 'develop' into develop 2023-07-09 16:36:13 +00:00
Kainoa Kanter
12a98966d2 Merge pull request '[PR]: fix: always get REACTIONS_NOT_PUBLIC if signed out' (#10445) from naskya/calckey:fix/public-reaction into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10445
2023-07-09 16:23:45 +00:00
marcin mikołajczak
d2e4769fa4 Fix Mastodon compatibility string
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-09 18:22:53 +02:00
naskya
8442beae92
fix reactions_not_public condition 2023-07-09 13:58:58 +00:00
ThatOneCalculator
6d7acfb7d3
Merge remote-tracking branch 'origin/develop' into refactor/antennas-in-cache 2023-07-08 23:21:14 -07:00
freeplay
12ae9653ec fix: error if no banner 2023-07-09 00:42:49 -04:00
freeplay
98ba4a2b55 style fix 2023-07-09 00:32:55 -04:00
freeplay
6031e11721 fix: nav post button gradient transition (#10401) + half refactor ? 2023-07-09 00:22:17 -04:00
freeplay
9588ba3cbf Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-08 23:21:29 -04:00
freeplay
a19e014cc5 fix: MkMedia #10429 ? + styling 2023-07-08 23:21:02 -04:00
Kainoa Kanter
caf1efdf67 Merge pull request '[PR]: [mastodon-client] Always sort timelines by id descending' (#10443) from e2net/calckey:masto-client-improvements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10443
2023-07-09 01:58:57 +00:00
Laura Hausmann
bd1faa9ab3
[mastodon-client] enforce limit for notifications 2023-07-09 03:44:41 +02:00
Laura Hausmann
19470265f3
[mastodon-client] always sort timelines by id (descending) 2023-07-09 03:24:23 +02:00
freeplay
9ecffcb1f9 style; proper styling for url preview 2023-07-08 20:30:24 -04:00
ThatOneCalculator
83bcd4fe56
fix: 💄 url preview title size 2023-07-08 17:21:32 -07:00
ThatOneCalculator
45de86370f
chore: 🎨 format 2023-07-08 16:21:15 -07:00
ThatOneCalculator
6883234517
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-08 16:20:55 -07:00
ThatOneCalculator
364266da0a
fix: 🐛 server stats setting, meta fetching 2023-07-08 16:20:38 -07:00
ThatOneCalculator
1f5cf72ae7
fix: 🐛 server stats setting, meta fetching 2023-07-08 16:19:55 -07:00
ThatOneCalculator
c33313f797
typo 2023-07-08 16:10:12 -07:00
Kainoa Kanter
80b60af9f4 Merge pull request '[PR]: Next batch of masto-client improvements' (#10440) from e2net/calckey:masto-client-improvements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10440
2023-07-08 23:00:09 +00:00
ThatOneCalculator
01064dd3c6
fix 2023-07-08 15:59:47 -07:00
Laura Hausmann
858549ce41
[mastodon-client] populate user details for account following/followers 2023-07-09 00:58:45 +02:00
Laura Hausmann
e47e905ce9
[mastodon-client] enforce limits for /following and /followers 2023-07-09 00:58:45 +02:00
Laura Hausmann
a9ae14431d
[mastodon-client] TODO/FIXME cleanup 2023-07-09 00:58:45 +02:00
Laura Hausmann
69d1c9746a
[mastodon-client] drive file name fixup 2023-07-09 00:58:45 +02:00
Laura Hausmann
12d7246bf3
[mastodon-client] media caption support 2023-07-09 00:58:45 +02:00
Laura Hausmann
2446822680
[mastodon-client] send proper user preferences 2023-07-09 00:58:45 +02:00
Laura Hausmann
2775ab324e
[mastodon-client] send actual default post privacy instead of fallback value 2023-07-09 00:58:45 +02:00
Laura Hausmann
68ec7b3d94
[mastodon-client] remove reactions reply 2023-07-09 00:58:44 +02:00
Hosted Weblate
02e23134a0
chore: Merge branch 'origin/develop' into Weblate. 2023-07-09 00:42:26 +02:00
誠誠-ChengCheng
a79ddb5a24
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 95.0% (1726 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hant/
2023-07-09 00:42:26 +02:00
Aliberk Sandıkçı
ddff273a42
chore: Translated using Weblate (Turkish)
Currently translated at 3.9% (71 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/tr/
2023-07-09 00:42:24 +02:00
Kainoa Kanter
523bf79273 Merge pull request '[PR]: feat: notify announcements with popups' (#10441) from naskya/calckey:feat/announcement-popup into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10441
2023-07-08 22:41:54 +00:00
Syuilo
fd1bc109d9
refactor: antenna notes in cache
Co-authored-by: Kainoa Kanter <kainoa@t1c.dev>
2023-07-08 15:39:42 -07:00
naskya
fb8c2b1310
fix 2023-07-08 22:37:15 +00:00
naskya
b5585c1e98
better locale & style 2023-07-08 22:29:36 +00:00
naskya
12f6c57ed1
Update locale 2023-07-08 22:16:40 +00:00
Syuilo
5e85d0761e
fix: 🐛 prevent creation of empty antennas 2023-07-08 15:06:59 -07:00
naskya
cb6df7fe25
Don't show announcement popups if the tutorial isn't completed 2023-07-08 21:47:06 +00:00
naskya
2f4f3a3e02
Remove unnecessary imports 2023-07-08 21:21:16 +00:00
naskya
ac9774c1e6
Refactor MkAnnouncement 2023-07-08 21:17:13 +00:00
naskya
8b79f59d8d
Navigate to /announcements if there are more than three unreads 2023-07-08 21:02:11 +00:00
naskya
20fbb4f57e
Don't show more then three announcement popups (because it can be annoying for new users) 2023-07-08 20:31:18 +00:00
naskya
d8a94fc707
oops (remove debug logs) 2023-07-08 20:22:04 +00:00
naskya
e7ccbb030d
Fix isRead not being saved on closing popups 2023-07-08 20:15:08 +00:00
naskya
f7062a03fe
Show popups at client init 2023-07-08 20:09:40 +00:00
naskya
c47ec377c7
Add showPopup, isGoodNews to announcement setting UI 2023-07-08 20:01:16 +00:00
naskya
aeb1f9c993
chore: Use css module 2023-07-08 19:57:26 +00:00
naskya
478be7a3ae
Create MkAnnouncement component 2023-07-08 19:55:38 +00:00
naskya
83d754c7ed
Merge remote-tracking branch 'calckey/develop' into feat/announcement-popup 2023-07-08 19:52:49 +00:00
naskya
75b352b721
Add showPopup, isGoodNews & Update API 2023-07-08 19:48:20 +00:00
naskya
3a574cf4e2
Update locale 2023-07-08 19:21:25 +00:00
freeplay
ab19e68417 fix: banner blur 2023-07-08 13:06:56 -04:00
Kainoa Kanter
c8ae0cfb95 revert 679d89fa59
revert build:  build megalodon with swc

Do it right this time
2023-07-08 16:56:54 +00:00
ThatOneCalculator
679d89fa59
build: build megalodon with swc
Do it right this time
2023-07-07 20:44:41 -07:00
Kainoa Kanter
f8ed3fac13 Merge pull request '[PR]: [mastodon-client] More improvements' (#10435) from e2net/calckey:masto-client-improvements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10435
2023-07-08 02:14:50 +00:00
Laura Hausmann
f6f00100a4
increase ap/show rate limit 2023-07-08 04:11:41 +02:00
Laura Hausmann
42ac4510eb
[mastodon-client] handle user & note URLs in search 2023-07-08 04:11:41 +02:00
Laura Hausmann
770e8bdf6d
[mastodon-client] render bio newlines correctly 2023-07-08 04:11:41 +02:00
Laura Hausmann
326b0ea408
[mastodon-client] fix polls 2023-07-08 04:11:41 +02:00
Laura Hausmann
2dd7bdcfa1
[mastodon-client] fix local instance mentions 2023-07-08 04:11:40 +02:00
freeplay
9472248e1c style: make background banner blur static 2023-07-07 21:50:45 -04:00
Kainoa Kanter
9c86694fd8 Merge pull request '[PR]: [mastodon-client] Various bug fixes' (#10431) from e2net/calckey:fix/various-masto-client-bugs into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10431
2023-07-07 22:11:41 +00:00
Laura Hausmann
7ffe30dcdb
[mastodon-client] fix search type param 2023-07-07 23:47:21 +02:00
Laura Hausmann
8323a33f97
[mastodon-client] populate details for quote and reblog fields 2023-07-07 23:18:43 +02:00
Laura Hausmann
f33ccfc98a
[mastodon-client] populate user data for favorited_by and reblogged_by 2023-07-07 22:51:07 +02:00
Laura Hausmann
2d47cdf53f
[mastodon-client] implement favorited_by 2023-07-07 22:42:39 +02:00
Laura Hausmann
c3f5836ac1
[mastodon-client] populate note details for notifications 2023-07-07 22:06:26 +02:00
Laura Hausmann
72887f54e0
[mastodon-client] populate user details for all notes 2023-07-07 21:50:42 +02:00
Laura Hausmann
d6a4b18744
[mastodon-client] Don't display unsupported notification types 2023-07-07 19:45:08 +02:00
Laura Hausmann
7b64cf9688
[mastodon-client] Fix global timeline 2023-07-07 19:30:23 +02:00
Laura Hausmann
5e6594d91d
[mastodon-client] Fail gracefully if user resolve fails 2023-07-07 19:06:42 +02:00
誠誠-ChengCheng
9d9e069588
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 94.3% (1714 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hant/
2023-07-07 15:17:30 +02:00
naskya
1166e88149
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1816 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ja/
2023-07-07 15:17:28 +02:00
Namekuji
b75c935eb8
chore: add megalodon to cleaning scripts 2023-07-07 02:53:24 -04:00
Namekuji
430390e930
fix: copy megalodon before node_modules, fix #10424 2023-07-07 02:46:50 -04:00
Kainoa Kanter
bcb8ceadc7 docs: 📝 simplify dependencies 2023-07-07 05:44:22 +00:00
Kainoa Kanter
dcc528916c Merge pull request '[PR]: fix: add megalodon to docker' (#10423) from fix/megalodon-docker into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10423
2023-07-07 03:15:17 +00:00
Namekuji
86d5953870
fix: add megalodon to docker image 2023-07-06 22:54:53 -04:00
ThatOneCalculator
69b8dba054
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-06 17:44:42 -07:00
ThatOneCalculator
7e77819c69
fix: 🚸 switch account when adding existing account 2023-07-06 17:44:32 -07:00
Hosted Weblate
e2d65656d4
chore: Merge branch 'origin/develop' into Weblate. 2023-07-07 02:29:45 +02:00
ThatOneCalculator
b28a1c97cb
docs: 📝 KeyDB, megalodon 2023-07-06 17:29:29 -07:00
Kainoa Kanter
000094e953 docs: 📝 KeyDB minimum version 2023-07-06 22:04:11 +00:00
Kainoa Kanter
63da6ac437 Merge pull request '[PR]: Cache server' (#10419) from refactor/cache-server into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10419
2023-07-06 21:55:44 +00:00
Kainoa Kanter
1ad0eec00d revert 49fd403474
revert fix: 🐛 fix quotes with CW-only quotes
2023-07-06 21:53:44 +00:00
Namekuji
3705a1ecb1
refactor: cache relays for a longer time 2023-07-06 17:49:41 -04:00
Namekuji
f5edaaf130
perf: use msgpackr to encode and decode 2023-07-06 17:22:15 -04:00
Namekuji
c51e5074cf
fix: use host as prefix of cacheServer if undefined 2023-07-06 17:06:31 -04:00
Kainoa Kanter
815917c3d1 revert 6355bb6042
revert build:  build megalodon with swc
2023-07-06 21:04:39 +00:00
ThatOneCalculator
8790b3c457
refactor: 🔒 password input for object storage secret key 2023-07-06 13:03:39 -07:00
ThatOneCalculator
49984a1d18
Revert "refactor: 💫 tweak photoswipe animation speed"
This reverts commit 96f740477b.
2023-07-06 12:50:05 -07:00
ThatOneCalculator
cf83065254
chore: 🎨 format 2023-07-06 12:47:33 -07:00
Johann150
49fd403474
fix: 🐛 fix quotes with CW-only quotes 2023-07-06 12:46:19 -07:00
ThatOneCalculator
9e69f104ae
fix: use unique key for my galleries 2023-07-06 12:41:34 -07:00
ThatOneCalculator
423b886b8f
fix: use unique key for my page query 2023-07-06 12:41:29 -07:00
ThatOneCalculator
e61b229229
fix: use unique key for my galleries 2023-07-06 12:26:37 -07:00
ThatOneCalculator
aa1482224c
fix: use unique key for my page query 2023-07-06 12:25:54 -07:00
ThatOneCalculator
5fb2d95598
docs: ✏️ dragonflydb typo 2023-07-06 11:55:02 -07:00
ThatOneCalculator
5aef784ecd
docs: 📝 dragonfly flag 2023-07-06 11:52:48 -07:00
ThatOneCalculator
1548250360
feat: cache server 2023-07-06 11:50:34 -07:00
Syuilo
96f740477b
refactor: 💫 tweak photoswipe animation speed 2023-07-06 00:20:48 -07:00
ThatOneCalculator
3e15666089
fix: 🐛 fallback locales for skin tone labels
Closes #10406
2023-07-05 23:42:34 -07:00
ThatOneCalculator
6355bb6042
build: build megalodon with swc 2023-07-05 23:28:47 -07:00
Kainoa Kanter
cc872cca2e Merge pull request '[PR]: Overhaul mastodon client API support (megalodon)' (#10411) from e2net/calckey:mastodon-client-api-overhaul into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10411
2023-07-06 06:11:58 +00:00
誠誠-ChengCheng
2e4ca88068
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 93.9% (1707 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hant/
2023-07-06 06:51:31 +02:00
Poesty Li
61b80e827d
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1816 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-06 04:49:38 +02:00
Astro Orbis
7996991bc7
chore: Translated using Weblate (French)
Currently translated at 88.7% (1612 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fr/
2023-07-06 04:49:37 +02:00
Laura Hausmann
30ef791a24 [mastodon-client] Remove even more debug messages 2023-07-06 02:16:51 +00:00
Laura Hausmann
c0479f97cb PR cleanup 2023-07-06 02:16:51 +00:00
Laura Hausmann
c2e17fbaff [mastodon-client] code cleanup, remove redundant function calls 2023-07-06 02:16:51 +00:00
Laura Hausmann
a315c101d4 Remove debug logging 2023-07-06 02:16:51 +00:00
Laura Hausmann
1aad110cb9 [mastodon-client] fix mentions 2023-07-06 02:16:51 +00:00
Laura Hausmann
034e1aeb14 [mastodon-client] remove debug logging 2023-07-06 02:16:51 +00:00
Laura Hausmann
3ebd35ec0e [mastodon-client] Remove compiled megalodon code 2023-07-06 02:16:51 +00:00
Laura Hausmann
a8f58fa912 [mastodon-client] general code cleanup, rename megalodon package 2023-07-06 02:16:51 +00:00
Laura Hausmann
2a5edd3ca1 [mastodon-client] Disable emoji reactions preview in TL 2023-07-06 02:16:51 +00:00
Laura Hausmann
ab18c22fa9 [mastodon-client] Move megalodon to main repo 2023-07-06 02:16:51 +00:00
Laura Hausmann
9fd44339e8 [mastodon-client] Code formatting pass 2023-07-06 02:16:51 +00:00
Laura Hausmann
6606abd7d9 [mastodon-client] Fix posting statuses with attachment 2023-07-06 02:16:51 +00:00
Laura Hausmann
147e9f1e89 [mastodon-client] megalodon compat changes 2023-07-06 02:16:51 +00:00
Laura Hausmann
eae145eb53 [mastodon-client] Add transparent.png asset 2023-07-06 02:16:51 +00:00
Laura Hausmann
c0517b57a0 [mastodon-client] Add endpoints 2023-07-06 02:16:51 +00:00
ThatOneCalculator
8d2401b158
chore: 👥 patrons 2023-07-05 18:48:10 -07:00
ThatOneCalculator
092c439993
refactor: ♻️ read patrons from local file for fallback instead of empty array 2023-07-05 18:44:29 -07:00
ThatOneCalculator
e2ff531172
chore: ⬆️ up prettier, pnpm 2023-07-05 18:28:27 -07:00
freeplay
892610092a remove unneeded property 2023-07-04 21:39:41 -04:00
freeplay
ef3f9316a0 style: truncate long URL's 2023-07-04 21:37:50 -04:00
freeplay
d06bbe7b1b fix: add back channel display in timeline 2023-07-04 13:47:31 -04:00
freeplay
bd5e2c5692 style: add back scrollbar-color for firefox 2023-07-04 13:33:56 -04:00
freeplay
75cbe78387 style: accent color in plyr 2023-07-04 12:00:48 -04:00
Poesty Li
2a98894891
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1816 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-04 12:29:23 +02:00
Hosted Weblate
3ec85b77e4
chore: Merge branch 'origin/develop' into Weblate. 2023-07-04 07:59:54 +02:00
Namekuji
bc13416f8e
fix: do not deliver poll result if local-only 2023-07-04 01:59:43 -04:00
Namekuji
0e38baf145
fix: do not deliver poll reulst if local-only 2023-07-04 01:58:51 -04:00
Kainoa Kanter
9de97d3ebd fix: 🐛query search endpoint for local userselect, disregard host 2023-07-04 01:29:57 +00:00
Kainoa Kanter
0fa4dbf11d chore: 👥 patrons 2023-07-03 22:57:03 +00:00
freeplay
bee2a245ae fix: videos not appearing when don't play animated images is one 2023-07-03 16:01:54 -04:00
ThatOneCalculator
e603745f97
fix: immediately fail jobs with invalid signature 2023-07-03 10:29:52 -07:00
Hosted Weblate
53dedadc58
chore: Merge branch 'origin/develop' into Weblate. 2023-07-03 14:39:21 +02:00
Claire
da299f0604
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1816 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-03 14:39:13 +02:00
jolupa
9283b2d92c
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1816 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-03 14:39:05 +02:00
Kainoa Kanter
b94f527d9a chore: 👥 patrons 2023-07-03 09:02:14 +00:00
ThatOneCalculator
5847f95da2
chore: 👥 patrons 2023-07-02 23:37:44 -07:00
ThatOneCalculator
c392697b4c
chore: 🎨 format 2023-07-02 23:08:33 -07:00
ThatOneCalculator
02a8d3283e
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-02 23:07:51 -07:00
ThatOneCalculator
1f3f0720f8
fix: 💄 form switch padding 2023-07-02 23:06:25 -07:00
wuhang2003
c0d1f76f6f
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1816 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-03 06:52:58 +02:00
Claire
4c09522f76
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1816 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-03 06:52:57 +02:00
freeplay
40cbaff74c Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-03 00:03:23 -04:00
freeplay
b37ba33c12 feat: show alt button even when content hidden 2023-07-03 00:02:36 -04:00
freeplay
ac51ce0051 refactor: combine MediaVideo & MediaImage components 2023-07-02 23:41:38 -04:00
Kainoa Kanter
2968d17bc5 Merge pull request '[PR]: perf: enforce redis with TTL to cache' (#10397) from nmkj/calckey:replace-cache into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10397
2023-07-03 03:23:19 +00:00
Namekuji
722ccf04f9
rename arg 2023-07-02 23:14:43 -04:00
Hosted Weblate
a4af82c21b
chore: Merge branch 'origin/develop' into Weblate. 2023-07-03 04:33:09 +02:00
Poesty Li
3434c23ae6
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 97.4% (1769 of 1816 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-03 04:33:09 +02:00
Namekuji
af4797bb8e
throw error if failed 2023-07-02 22:25:58 -04:00
Syuilo
f17c9837c5
refactor: make identicons and server metrics optional
Co-authored-by: Kainoa Kanter <kainoa@t1c.dev>
2023-07-02 19:23:55 -07:00
Namekuji
355b1e0063
no more infinity caches 2023-07-02 22:14:31 -04:00
Namekuji
76c9422d53
add cache prefix 2023-07-02 20:55:20 -04:00
Namekuji
947163fde2
store cache values to redis 2023-07-02 20:37:46 -04:00
Hosted Weblate
37f08826d1
chore: Merge branch 'origin/develop' into Weblate. 2023-07-03 01:26:30 +02:00
ThatOneCalculator
a77787bd4d
Merge remote-tracking branch 'weblate/develop' into develop 2023-07-02 16:26:16 -07:00
ThatOneCalculator
f37a375ec7
Merge remote-tracking branch 'weblate/develop' into develop 2023-07-02 16:25:17 -07:00
Kainoa Kanter
967c26a0a5 Merge pull request '[PR]: Render instance description in about page as HTML' (#10393) from esm/calckey:fix/about-page-html into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10393
2023-07-02 23:23:52 +00:00
Syuilo
703f28a1ab
refactor: make identicons and server metrics optional
Co-authored-by: Kainoa Kanter <kainoa@t1c.dev>
2023-07-02 16:23:11 -07:00
Hosted Weblate
7ed8f9a5e5
chore: Merge branch 'origin/develop' into Weblate. 2023-07-03 01:21:50 +02:00
Poesty Li
b2932f77fa
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 96.8% (1757 of 1814 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-03 01:21:50 +02:00
Claire
5965093326
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 96.8% (1757 of 1814 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-03 01:21:49 +02:00
Syuilo
0cac6f018d
refactor: make identicons and server metrics optional
Co-authored-by: Kainoa Kanter <kainoa@t1c.dev>
2023-07-02 16:20:40 -07:00
Kainoa Kanter
7ab8021a9d Merge pull request '[PR]: Temp fix for null metadata' (#10390) from yawhn/trickey:fix_avatar_errors into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10390
2023-07-02 22:54:56 +00:00
ThatOneCalculator
39aa318840
images 2023-07-02 15:54:11 -07:00
ThatOneCalculator
6da5a5b89b
find and replace 2023-07-02 15:18:30 -07:00
ThatOneCalculator
eec54dd6f7
ascii art 2023-07-02 15:17:58 -07:00
Kainoa Kanter
c0348add7a Merge pull request '[PR]: Embedded all attachment, renotes and discussion history into rss feed content & improve title, and not generate feed for locked account' (#10388) from cgsama/calckey:feedenhance into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10388
2023-07-02 21:50:09 +00:00
Essem
a147d56ae7 Render instance description as HTML 2023-07-02 18:23:02 +00:00
ThatOneCalculator
71ca2e631e
chore: 👥 patrons 2023-07-02 10:18:36 -07:00
ThatOneCalculator
082fafe502
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-02 10:10:43 -07:00
ThatOneCalculator
63c193f9fc
Revert "Merge pull request '[PR]: fix: use redis-based mutex to prevent memory leak' (#10389) from nmkj/calckey:fix-cache-leak into develop"
This reverts commit 224b1d585b, reversing
changes made to b5907fb86d.
2023-07-02 10:10:25 -07:00
Kainoa Kanter
b78ad937a5 Merge pull request '[PR]: Add aria labels to notification settings/mark as read buttons' (#10392) from esm/calckey:fix/notif-button-a11y into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10392
2023-07-02 17:08:37 +00:00
freeplay
567d94196a Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-02 13:01:54 -04:00
freeplay
cd121790b9 style: visible button w/out hovering in url preview 2023-07-02 13:01:50 -04:00
Essem
a41f537970
Add aria labels to notification buttons 2023-07-02 12:00:29 -05:00
Poesty Li
196eaaa580
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 94.7% (1719 of 1814 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-02 18:55:51 +02:00
Claire
90f4ab9739
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 94.7% (1719 of 1814 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-02 18:55:50 +02:00
Claire
5567dbb3c3
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 91.0% (1651 of 1814 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-02 18:41:30 +02:00
Poesty Li
5ec419394d
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 91.0% (1651 of 1814 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-02 18:41:29 +02:00
Claire
ee1218b336
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 88.2% (1600 of 1814 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-02 18:29:30 +02:00
Poesty Li
f243a5ec50
chore: Translated using Weblate (Chinese (Simplified))
Currently translated at 88.2% (1600 of 1814 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hans/
2023-07-02 18:29:28 +02:00
jolupa
57b5fcff6d
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1814 of 1814 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-02 18:29:24 +02:00
ThatOneCalculator
cb2046efac
fix: 🐛 display emoji stat properly 2023-07-02 09:26:03 -07:00
ThatOneCalculator
73edce511f
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-02 08:30:25 -07:00
Kainoa Kanter
224b1d585b Merge pull request '[PR]: fix: use redis-based mutex to prevent memory leak' (#10389) from nmkj/calckey:fix-cache-leak into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10389
2023-07-02 14:43:01 +00:00
yawhn
f74c968714 fix: temp fix for null metadata 2023-07-02 16:16:01 +03:00
ThatOneCalculator
5004da0ea3
adjust timeout for indexing notes 2023-07-02 00:47:55 -07:00
ThatOneCalculator
d3ccd00d5e
me when codeberg 2023-07-02 00:20:14 -07:00
ThatOneCalculator
17009455da
fix: 🐛 patron timeout 2023-07-02 00:16:01 -07:00
Namekuji
eee80b3ff6
set log level to debug 2023-07-02 02:03:14 -04:00
Namekuji
ac2b057f85
fix: use redis-semaphore for global mutex and memory leak prevention 2023-07-02 01:47:11 -04:00
ThatOneCalculator
b5907fb86d
chore: 🎨 format 2023-07-01 22:37:28 -07:00
ThatOneCalculator
fe495c6118
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-01 22:35:45 -07:00
ThatOneCalculator
4b410194c2
fix 2023-07-01 22:35:38 -07:00
Kainoa Kanter
599fc3d7a3 Merge pull request '[PR]: fix: publication logic involving relays' (#10383) from nmkj/calckey:fix-boost-publication into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10383
2023-07-02 05:28:01 +00:00
ThatOneCalculator
9788fc0ce1
chore: 👥 patrons 2023-07-01 22:21:48 -07:00
ThatOneCalculator
0d9e50d04e
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-01 22:07:51 -07:00
Laura Hausmann
6c29a2ae01
Fix mastodon api conversion for new note id type 2023-07-01 22:07:08 -07:00
naskya
79765e4b19 Please let me revert this (appearNote in getWordSoftMute) for now
This reverts commit cda1c19454.
2023-07-02 04:47:11 +00:00
ThatOneCalculator
b90c824f0c
fix typo 2023-07-01 21:05:38 -07:00
ThatOneCalculator
6e17c0d7ef
drive todo 2023-07-01 21:03:11 -07:00
ThatOneCalculator
097c93df3a
chore: 👥 patrons 2023-07-01 21:02:01 -07:00
CGsama
ba680211ca Embedded all attachment, renotes and discussion history into rss feed content & improve title, and not generate feed for locked account 2023-07-01 23:58:36 -04:00
ThatOneCalculator
592894dbb0
feat: add emoji count to admin panel 2023-07-01 20:54:37 -07:00
ThatOneCalculator
3d8fe32ef4
chore: 🎨 format 2023-07-01 20:46:33 -07:00
ThatOneCalculator
cf3c3e8234
feat: celebrate on calendar when birthday 2023-07-01 20:46:13 -07:00
ThatOneCalculator
6aae847c4d
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-01 20:00:58 -07:00
ThatOneCalculator
d9af4f3a27
refactor: 🚩 post editing is no longer experimental 2023-07-01 20:00:51 -07:00
Hosted Weblate
6b85892c88
chore: Merge branch 'origin/develop' into Weblate. 2023-07-02 04:31:29 +02:00
Ettore Atalan
eeed9159da
chore: Translated using Weblate (German)
Currently translated at 98.7% (1793 of 1815 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-07-02 04:31:28 +02:00
ThatOneCalculator
f2bedbd645
refactor: 🌐 patrons description 2023-07-01 19:31:05 -07:00
ThatOneCalculator
1048c1f676
chore: 👥 patrons 2023-07-01 19:17:22 -07:00
ThatOneCalculator
43561500d7
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-07-01 19:14:35 -07:00
ThatOneCalculator
fc8f9f63ca
chore: 👥 patrons 2023-07-01 19:14:14 -07:00
freeplay
934a21776c fix: new posts click 2023-07-01 21:48:18 -04:00
freeplay
e0581f8999 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-01 21:35:09 -04:00
freeplay
aead731e63 fix/refactor: move new posts button to MkTimeline 2023-07-01 21:35:05 -04:00
ThatOneCalculator
0ee70ebffd
chore: 👥 patrons 2023-07-01 18:21:40 -07:00
ThatOneCalculator
7007abff46
chore: 👥 patrons 2023-07-01 18:11:21 -07:00
ThatOneCalculator
ec8642bf4f
chore: 👥 patrons 2023-07-01 17:31:45 -07:00
ThatOneCalculator
3db785444a
fix: 🔊 log emoji picker errors 2023-07-01 16:59:57 -07:00
freeplay
ba6502a45b Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-07-01 19:21:44 -04:00
freeplay
61ad79ec17 fix: webkit blur effects 2023-07-01 19:21:26 -04:00
Kainoa Kanter
d0877c8db9 chore: 👥 patrons 2023-07-01 15:16:14 +00:00
Namekuji
49e17e776c
refactor: examine by get instead of exists 2023-07-01 04:09:04 -04:00
Kainoa Kanter
1ad356c30e chore: 👥 patrons 2023-07-01 07:57:59 +00:00
Namekuji
ab789f2ca8
fix: await release 2023-07-01 03:49:44 -04:00
Namekuji
4bf1dbbd83
change mutex key 2023-07-01 03:49:43 -04:00
Namekuji
38d4d34713
refactor: use redis-semaphore for mutex across workers 2023-07-01 03:49:43 -04:00
Namekuji
f53fa96fc6
refactor: no url instantiation 2023-07-01 03:49:43 -04:00
Namekuji
159f788696
fix: ignore if post boosted by relay is local 2023-07-01 03:49:42 -04:00
Namekuji
44bf99e0c1
fix: multiple boost publication by relay 2023-07-01 03:49:39 -04:00
ThatOneCalculator
ee5a08efdc
chore: 🎨 format 2023-06-30 23:35:45 -07:00
ThatOneCalculator
6fbe508403
refactor: ♻️ force patrons update on about-calckey 2023-06-30 23:33:54 -07:00
ThatOneCalculator
8103dd82ec
chore: 👥 patrons 2023-06-30 23:27:41 -07:00
jolupa
ec7928d478
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1815 of 1815 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-07-01 07:52:09 +02:00
freeplay
6c3e96f24b Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-06-30 18:44:42 -04:00
freeplay
6ebd2f1569 fix: misaligned new post button
I don't understand why margin-top caused that ??
2023-06-30 18:44:38 -04:00
freeplay
cda1c19454 fix: soft mutes not being applied to boosts 2023-06-30 18:43:35 -04:00
Kainoa Kanter
8326804603 Merge pull request 'fix: proper expire remote user drivefile over limits at adding time' (#10382) from cgsama/calckey:cgsama-patch-1 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10382
2023-06-30 17:15:48 +00:00
freeplay
72a54a48f7 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-06-30 03:52:52 -04:00
freeplay
326679784a feat: link previews redesign 2023-06-30 03:52:22 -04:00
cgsama
42ede2ce6a Merge branch 'develop' into cgsama-patch-1 2023-06-30 06:40:53 +00:00
cgsama
7a93c81a3f proper expire remote user drivefile over limits at adding time 2023-06-30 06:26:22 +00:00
ThatOneCalculator
05d869d0fc
fix: 🐛 addSkinTone strip logic 2023-06-29 21:34:09 -07:00
ThatOneCalculator
450cbe56fd
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-29 21:13:02 -07:00
ThatOneCalculator
34beab24b7
fix 2023-06-29 21:12:55 -07:00
freeplay
1863d2318c Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-06-29 22:58:56 -04:00
freeplay
914ebd0b29 feat: reveal muted word on press & hold
Refs: #10363
2023-06-29 22:58:34 -04:00
ThatOneCalculator
24cc6a925d
feat: introduce local user select dialog
Used for selecting group members and proxy account.

Closes #7987, API change: users/search-by-username-and-host now takes `maxDaysSinceLastActive` parameter and doesn't have any active threshold anymore by default.
2023-06-29 19:53:46 -07:00
ThatOneCalculator
7df442b48e
fix: 🐛 standard input for 2FA token
Closes #10361, removes client dependency
2023-06-29 19:12:42 -07:00
ThatOneCalculator
3e36531afd
fix: 🐛 fix tapping parent on mobile causing side effects 2023-06-29 18:05:27 -07:00
ThatOneCalculator
97e74198ff
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-28 23:04:50 -07:00
ThatOneCalculator
5343c14184
fix: 🐛 don't convert time since epoch for ratelimit
https://calckey.social/notes/9gkasnzglmi07rpa
2023-06-28 23:04:40 -07:00
Namekuji
2d4eda2c1d
fix: disable redis tls if undefined in config 2023-06-28 02:44:16 -04:00
ThatOneCalculator
0015afaca8
chore: 🎨 format 2023-06-27 23:37:24 -07:00
ThatOneCalculator
bf1e61236b
fix: 🐛 security key display name
Closes #10313
2023-06-27 23:04:31 -07:00
Kainoa Kanter
06f569756b Merge pull request '[PR]: Add signature to remote note lookups' (#10374) from e2net/calckey:fix/authenticated-remote-note-lookups into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10374
2023-06-28 06:02:28 +00:00
jolupa
4147073fda
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1814 of 1814 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-28 07:51:31 +02:00
Namekuji
89e4e3ea5b
refactor: simplify getSignatureUser 2023-06-28 01:46:52 -04:00
ThatOneCalculator
487e7ba43c
fixes 2023-06-28 01:46:38 -04:00
Kainoa Kanter
48a9fd703d Merge pull request '[PR]: Make TLS opttional for postgres and redis' (#10375) from sparrow/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10375
2023-06-28 03:11:17 +00:00
sparrow
022d478fa8 format 2023-06-28 03:55:29 +01:00
ThatOneCalculator
5c10b18014
chore: 🎨 format, add scss to prettier formatting 2023-06-27 19:32:17 -07:00
ThatOneCalculator
23da13edac
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-27 19:25:14 -07:00
ThatOneCalculator
ad62cadb7d
fix: don't animate indicator dot if animation is off
Closes #10372
2023-06-27 19:25:01 -07:00
sparrow
bb43cc27ee update helm config template 2023-06-28 03:10:54 +01:00
sparrow
f0256b08ff expose redis tls settings directly to config 2023-06-28 03:09:22 +01:00
Laura Hausmann
516e0f8ecf
Allow follower-only notes to be fetched by properly authorized remote users 2023-06-28 04:06:39 +02:00
sparrow
2f1e9696a8 empty object instead of undefined 2023-06-28 02:11:02 +01:00
sparrow
cc32d09913 Remove static postgres tls settings
They can be configured through `extra` in config.
2023-06-28 01:48:55 +01:00
Laura Hausmann
b20298ceb1
Fix AP resolver history on reuse for authorized fetch 2023-06-28 02:30:00 +02:00
sparrow
75518ed1f1 Merge remote-tracking branch 'upstream/develop' into develop 2023-06-28 00:42:07 +01:00
sparrow
1b77d101ee Make redis and postgres tls optional and opt-in 2023-06-28 00:41:44 +01:00
Laura Hausmann
d9fc2c061d
Add signature to remote note lookup 2023-06-28 01:05:25 +02:00
Kainoa Kanter
80e90c7985 Merge pull request 'Fix note url resolver' (#10371) from e2net/calckey:fix/db-resolve-note-url into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10371
2023-06-27 22:44:42 +00:00
Namekuji
9d56db0fbf
index note url 2023-06-27 15:34:30 -04:00
Laura Hausmann
e0e957c721 Also search for url field when looking for existing note in database 2023-06-27 18:37:16 +00:00
Kainoa Kanter
4f92a1066f Merge pull request '[PR]: Hide replies per default settings in timelines' (#10370) from braydofficial/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10370
2023-06-27 17:43:52 +00:00
Brayd
e2670c90f5 change: hide replies in timeline
Hide replies in timeline per default due to being more straightforward for people comming from other Fediverse platforms. Also reduces amount of "posts" in timeline, linking to one "viral" post.
2023-06-27 12:21:28 +00:00
freeplay
404e1659fc Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-26 23:23:30 -04:00
freeplay
9f14f0ad9b feat: horizontally scrolling reactions 2023-06-26 23:22:43 -04:00
Hosted Weblate
b8665faab5
chore: Merge branch 'origin/develop' into Weblate. 2023-06-27 04:53:09 +02:00
Pointify
5df6c2c819
chore: Translated using Weblate (Spanish)
Currently translated at 87.2% (1582 of 1813 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/es/
2023-06-27 04:53:09 +02:00
Kainoa Kanter
09f70f6d24 Merge pull request '[PR]: Option to disable swiping' (#10367) from Freeplay/calckey:swiper into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10367
2023-06-27 02:52:35 +00:00
freeplay
8cb5f581a8 fix: only show option based on device + add option to backups 2023-06-26 21:50:02 -04:00
ThatOneCalculator
e53d1f6bdc
fix: 🩹 use redis user for bull and postgres cache interface
Follow up #10366, d96877033b
2023-06-26 15:06:32 -07:00
ThatOneCalculator
d96877033b
refactor: 🔧 allow redis user to be configured
Follow up #10366, 3df3c97deb
2023-06-26 15:02:54 -07:00
ThatOneCalculator
09b3e63558
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-26 14:55:04 -07:00
Ashex
3df3c97deb
fix: 🐛 support for SSL data when loading redis and postgres configs
Closes #10366
2023-06-26 14:54:16 -07:00
Hosted Weblate
c905a60bdc
chore: Merge branch 'origin/develop' into Weblate. 2023-06-26 23:52:21 +02:00
jolupa
7198c1d5eb
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1807 of 1807 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-26 23:52:20 +02:00
ThatOneCalculator
7575a04a5f
chore: 🎨 format 2023-06-26 14:51:45 -07:00
ThatOneCalculator
2e5af9c94a
Merge branches 'develop' and 'develop' of codeberg.org:calckey/calckey into develop 2023-06-26 14:50:19 -07:00
ThatOneCalculator
d740c9fc61
fix: 🐛 apply skin tone to default reactions, aria labels for tone picker 2023-06-26 14:49:55 -07:00
freeplay
e17497e668 chore: format 2023-06-26 15:47:05 -04:00
freeplay
4d6d04a786 chore: apply to all swipers 2023-06-26 15:39:59 -04:00
freeplay
03f0a7144b feat: toggle-able swiping 2023-06-26 14:36:28 -04:00
Hosted Weblate
fdbbea415d
chore: Merge branch 'origin/develop' into Weblate. 2023-06-26 18:57:54 +02:00
jolupa
371b6b7848
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1806 of 1806 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-26 18:57:54 +02:00
freeplay
666d723b36 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-26 12:57:29 -04:00
freeplay
674f243885 fix: new posts button z-index + use darkened accent 2023-06-26 12:56:47 -04:00
Namekuji
4fdbf1c712
fix: back from the future 2023-06-26 07:47:56 -04:00
Hosted Weblate
118a51c0a9
chore: Merge branch 'origin/develop' into Weblate. 2023-06-26 06:10:39 +02:00
jolupa
5e40afb471
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1806 of 1806 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-26 06:10:39 +02:00
freeplay
f0ebd73a11 fix: prevent jump when new posts button appears 2023-06-25 20:33:08 -04:00
freeplay
88f435015d feat: ALT button (#9265) 2023-06-25 20:26:15 -04:00
freeplay
a61054e3f5 fix: ad widget size 2023-06-25 18:49:12 -04:00
freeplay
5fcbf699ff feat: make RSS feed scrollable (#10108) 2023-06-25 18:33:13 -04:00
freeplay
cc1b34d3e5 feat: Make scrollable widgets flexible 2023-06-25 18:19:37 -04:00
freeplay
6809c2fcbc fix: actually fix mobile pos
oops...
2023-06-25 17:28:35 -04:00
freeplay
0a2f1d9243 fix: new posts button mobile position + webkit-mask 2023-06-25 17:10:10 -04:00
freeplay
fc30217c69 style: New posts button 2023-06-25 17:07:01 -04:00
freeplay
7fa2ed853a Update visibility descriptions 2023-06-25 11:11:18 -04:00
Namekuji
dabd0d0acc
fix: 2fa registration code 2023-06-24 23:25:25 -04:00
Hosted Weblate
e520e4b226
chore: Merge branch 'origin/develop' into Weblate. 2023-06-25 04:49:33 +02:00
mutex
f172c3a59a
chore: Translated using Weblate (German)
Currently translated at 99.5% (1796 of 1805 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-06-25 04:49:33 +02:00
ThatOneCalculator
41c65a4623
fix: 🐛 properly apply unicode for skin tone selector 2023-06-24 19:38:55 -07:00
ThatOneCalculator
e5315db92c
fix: 🩹 ask for reload upon changing skin tone 2023-06-24 19:23:14 -07:00
ThatOneCalculator
2425382d63
fix: ✏️ deduplicate class 2023-06-24 19:17:48 -07:00
ThatOneCalculator
dba594c55a
refactor: 💄 improve miauth style 2023-06-24 19:16:15 -07:00
ThatOneCalculator
5ab80337db
docs: 📝 v14.0.0-rc3 changelog 2023-06-24 15:18:26 -07:00
ThatOneCalculator
0c6e0ba09d
Merge branch 'develop' into beta 2023-06-24 15:17:43 -07:00
ThatOneCalculator
b13cc20a6a
feat: 🔖 v14.0.0-rc3 2023-06-24 15:16:27 -07:00
ThatOneCalculator
389734e5a6
Merge branch 'develop' into beta 2023-06-24 15:12:45 -07:00
Kainoa Kanter
1c2a4c1a22 Merge pull request '[PR]: fix: scrolling in deck view' (#10359) from naskya/calckey:fix/deck-scroll into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10359
2023-06-24 21:14:09 +00:00
syuilo
65d0e8f683
enhance(frontend): improve ux of deck scroll 2023-06-24 21:09:32 +00:00
freeplay
c63f56f79b Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-24 16:36:17 -04:00
freeplay
ce53288bf0 fix: basically just undo my previous modal changes 2023-06-24 16:35:56 -04:00
ThatOneCalculator
ae14da7014
fix: 🩹 make cacheRemoteFiles false by default for new instances 2023-06-24 13:25:25 -07:00
ThatOneCalculator
4a3bcbeb5e
docs: 📝 mention libvips requirement
#10352
2023-06-24 13:23:12 -07:00
ThatOneCalculator
15e8db0563
feat: 🔒 expand /api/v1/instance/peers to proper endpoint and check for private mode
Closes #10358
2023-06-24 13:00:50 -07:00
freeplay
0b2a84d805 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-24 15:03:27 -04:00
freeplay
08df1d9d44 fix: focus first element inside modal 2023-06-24 15:02:54 -04:00
ThatOneCalculator
ac768ece13
fix: ⚗️ ensure splash is removed upon load
https://codeberg.org/calckey/calckey/pulls/10285#issuecomment-951231
2023-06-24 11:43:37 -07:00
freeplay
dd140db13f Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-24 10:22:06 -04:00
Freeplay
eff50abf3d fix: jump to top of page when opening modals
I want to do this probably later, for now it will still focus inside the window when pressing tab
2023-06-24 10:21:14 -04:00
jolupa
77aa1f9b92
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1805 of 1805 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-24 13:52:45 +02:00
Kainoa Kanter
9712299065 Merge pull request '[PR]: fix (calckey-js): compile error' (#10356) from nmkj/calckey:fix-build-calckey-js into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10356
2023-06-24 08:34:40 +00:00
Namekuji
fd6b655a7c
fix compile error 2023-06-24 04:07:19 -04:00
ThatOneCalculator
d110099e1c
chore: ⬆️ up emojilib 2023-06-23 22:21:37 -07:00
ThatOneCalculator
18f88034bb
chore: ⚰️ remove vim settings 2023-06-23 22:11:13 -07:00
ThatOneCalculator
6e364a857f
docs: 📝 clearer package docs 2023-06-23 22:07:52 -07:00
ThatOneCalculator
62efd07ca0
docs: 📝 document packages dir 2023-06-23 22:00:29 -07:00
ThatOneCalculator
ff71963414
docs: 📝 use document instead of symlink 2023-06-23 21:48:49 -07:00
ThatOneCalculator
98a22d8d04
docs: 📝 add symlink for api docs in docs/ 2023-06-23 21:41:52 -07:00
ThatOneCalculator
301c79bb36
chore: 📝 too many emojis 2023-06-23 21:27:00 -07:00
ThatOneCalculator
d3c5c48537
fix: 👷 fix format run 2023-06-23 21:24:16 -07:00
ThatOneCalculator
2eea153ba1
chore: 🎨 format 2023-06-23 21:22:44 -07:00
ThatOneCalculator
1fddd319c4
fix: 🐛 remove cw in post edit
Closes #10353
2023-06-23 21:18:04 -07:00
ThatOneCalculator
0e4a4b09c9
docs: 📝 API documentation generation 2023-06-23 21:13:03 -07:00
ThatOneCalculator
0625bcbec3
refactor: 🏷️ add antenna type to streaming types 2023-06-23 20:37:24 -07:00
ThatOneCalculator
fea10ab6db
docs: 📝 changelog 2023-06-23 20:19:25 -07:00
ThatOneCalculator
cbd781b5b9
docs: 📝 update links 2023-06-23 20:10:12 -07:00
ThatOneCalculator
f91b8019e9
chore: 📝 emojis in issue label 2023-06-23 19:17:53 -07:00
ThatOneCalculator
ebe86c7bed
chore: 📝 add emojis to issue templates
Because everything's better with emojis!
2023-06-23 19:14:35 -07:00
ThatOneCalculator
8113c77df7
chore: 📝 fix duplicate, add emojis 2023-06-23 19:09:14 -07:00
ThatOneCalculator
efd96621b4
chore: 📝 deployment method in bug report 2023-06-23 19:06:19 -07:00
ThatOneCalculator
3e5886883a
chore: 📝 bring bug template changes to feature template 2023-06-23 19:01:10 -07:00
ThatOneCalculator
873cc0ae51
chore: 📝 links in bug template 2023-06-23 18:57:00 -07:00
ThatOneCalculator
796d1a171d
fix: ✏️ fix tab characters
thanks, yaml. ugh.
2023-06-23 18:52:51 -07:00
ThatOneCalculator
38e1c4c0fd
chore: update bug report template 2023-06-23 18:51:25 -07:00
tamania
c462d48bdb
perf: use setInterval instead of setTimeout chain in MkTime 2023-06-23 18:33:37 -07:00
ThatOneCalculator
be83ac8f43
fix: 🐛 start transaction with multi 2023-06-23 18:21:00 -07:00
ThatOneCalculator
8bb5844feb
show greeter on rebuild 2023-06-23 18:04:13 -07:00
ThatOneCalculator
0d6256113d
Revert "build: use vite 4.4 beta with lightningcss"
This reverts commit 25aab24861.
2023-06-23 18:04:02 -07:00
ThatOneCalculator
c567f4f14b
Revert "fix: 🚑 disable lightningcss transformer for now"
This reverts commit d0fd6a7de8.
2023-06-23 18:03:49 -07:00
ThatOneCalculator
089abadc31
fix: ⬇️ downgrade chalk 2023-06-23 17:59:27 -07:00
ThatOneCalculator
9e14daecbf
fix: typo 2023-06-23 17:57:05 -07:00
ThatOneCalculator
d0fd6a7de8
fix: 🚑 disable lightningcss transformer for now 2023-06-23 17:55:42 -07:00
ThatOneCalculator
3ea701afdc
build: build greeting 2023-06-23 17:54:58 -07:00
ThatOneCalculator
9d161d9021
chore: 🎨 format 2023-06-23 17:47:14 -07:00
ThatOneCalculator
2f38f228d6
fix: 🐛 non-duplicate skin tone selection 2023-06-23 17:47:07 -07:00
ThatOneCalculator
b6dd48a375
refactor: ♻️ url preview 2023-06-23 17:40:01 -07:00
ThatOneCalculator
25aab24861
build: use vite 4.4 beta with lightningcss 2023-06-23 17:35:52 -07:00
ThatOneCalculator
c0f6a53223
fix: 🐛 race condition between workers when creating note
Closes #10345
Discovered here: https://codeberg.org/calckey/calckey/issues/10345#issuecomment-950475
2023-06-23 17:27:25 -07:00
ThatOneCalculator
7640f4d3f8
refactor: ♻️ make skin tones modular
Could possibly be for future custom emoji sets that support custom skin tones? (i.e. Mutant Standard)
2023-06-23 17:19:26 -07:00
ThatOneCalculator
3a17ef6d42
feat: skin tone selector in category 2023-06-23 16:51:13 -07:00
ThatOneCalculator
9e1fbed9b9
refactor: ♻️ simplify null check 2023-06-23 15:40:38 -07:00
ThatOneCalculator
087591e62d
chore: 🔖 dev52 2023-06-23 15:36:43 -07:00
ThatOneCalculator
66ef6a8da8
refactor: ♻️ refactor MkModalWindow for TS safety 2023-06-23 15:36:28 -07:00
Freeplay
cf923e57ad fix: mobile note spacing 2023-06-23 17:41:39 -04:00
Freeplay
56cd2ea888 fix: autocomplete not being focused properly 2023-06-23 17:30:50 -04:00
ThatOneCalculator
f101317f3c
refactor: 📌 use own emoji descriptions 2023-06-23 00:27:26 -07:00
ThatOneCalculator
d7ffffa8ab
chore: 🎨 format 2023-06-23 00:22:55 -07:00
ThatOneCalculator
7c5e7d7d85
fix: 🐛 pull up instance window instead of search field 2023-06-23 00:21:48 -07:00
ThatOneCalculator
a7dd8bffe5
fix: 🩹 disable Unicode 15 emojis
https://github.com/jdecked/twemoji/pull/43
2023-06-22 22:39:52 -07:00
ThatOneCalculator
11dbe898d9
docs: 📝 changelog 2023-06-22 22:11:06 -07:00
ThatOneCalculator
05c75579d5
Merge branch 'refactor/emojis' into develop 2023-06-22 22:09:25 -07:00
ThatOneCalculator
77734cf69b
fix: 💄 consistent emoji styling 2023-06-22 21:08:04 -07:00
ThatOneCalculator
a5fe0ac8b5
feat: emoji skin tone
Closes #9959
2023-06-22 20:58:44 -07:00
ThatOneCalculator
738b111a4c
fix: don't use cache on autocomplete for now 2023-06-22 19:56:42 -07:00
ThatOneCalculator
d296fee10a
perf: update emojis, cache in IndexedDb
Closes #9959
May fix #9724
2023-06-22 19:34:52 -07:00
Hosted Weblate
c69e8315cd
chore: Merge branch 'origin/develop' into Weblate. 2023-06-23 04:20:10 +02:00
Kainoa Kanter
1db5beb41b refactor: ♻️ open instance as lookup window 2023-06-23 02:02:27 +00:00
Hosted Weblate
e1e3973858
chore: Merge branch 'origin/develop' into Weblate. 2023-06-23 03:46:58 +02:00
Daniele Tricoli
4fda6e6b6b
chore: Translated using Weblate (Italian)
Currently translated at 69.9% (1262 of 1804 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/it/
2023-06-23 03:41:56 +02:00
ThatOneCalculator
5e0a0df262
feat: clickable domains on job queue
https://post.naskya.net/notes/9gbfos2mv5iz6g63
2023-06-22 18:11:25 -07:00
ThatOneCalculator
1a971efa68
feat: $[small ] and $[center ] MFM syntax 2023-06-22 17:41:34 -07:00
ThatOneCalculator
6c72806e31
refactor: ♻️ reorganize note menu
translate just above view remote
2023-06-22 17:25:50 -07:00
ThatOneCalculator
43dacdcf81
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-22 17:14:49 -07:00
ThatOneCalculator
7ca519560f
feat: display remaining time on ratelimits 2023-06-22 17:14:27 -07:00
Freeplay
0c5c3f8e07 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-22 19:55:04 -04:00
Freeplay
260afcd6e8 fix: hide tooltip on page change 2023-06-22 19:54:26 -04:00
ThatOneCalculator
8a45d25912
fix: ✏️ typo in API docs + errors
Co-authored-by: naskya <m@naskya.net>
2023-06-22 16:53:56 -07:00
ThatOneCalculator
9eb130880d
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-22 16:46:33 -07:00
ThatOneCalculator
278f42a720
fix: 🐛 collapse reply if type is a mention and it has a reply 2023-06-22 16:46:18 -07:00
Kainoa Kanter
17018c9b99 Merge pull request '[PR]: enhance (docker): proper caching and smaller image size' (#10349) from nmkj/calckey:v14-docker into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10349
2023-06-22 23:42:50 +00:00
naskya
d5854c2324
fix: 🐛 proper isDuplicateKeyValueError handling
Closes #10340
Co-authored-by: Kainoa Kanter <kainoa@t1c.dev>
2023-06-22 16:25:27 -07:00
ThatOneCalculator
a0a4423f45
fix: 🐛 only collapsed reply if notification is reply 2023-06-22 16:18:59 -07:00
Freeplay
e91389b1af fix 2023-06-22 17:04:57 -04:00
Namekuji
f7631772a3
cache native-utils 2023-06-22 16:25:42 -04:00
Namekuji
99e1f1ad84
chore: format 2023-06-22 16:00:28 -04:00
Namekuji
80f21df0e0
mount files directory 2023-06-22 16:00:28 -04:00
Namekuji
9b009918ac
add environment variable 2023-06-22 16:00:28 -04:00
Namekuji
3780be57c0
clean unnecessary artifacts 2023-06-22 16:00:28 -04:00
Namekuji
e232332a46
fix build and clean scripts 2023-06-22 16:00:28 -04:00
Lily Cohen
48f58feae6
precompile rust components 2023-06-22 16:00:28 -04:00
Lily Cohen
90ad37c3a3
remove apk update as 'no-cache' already updates 2023-06-22 16:00:28 -04:00
Lily Cohen
90c7ecf92f
update to node 20 2023-06-22 16:00:27 -04:00
Freeplay
b3a34075eb Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-22 15:36:00 -04:00
Freeplay
eb52e67398 fix 2023-06-22 15:35:56 -04:00
ThatOneCalculator
d342539450
docs: 📝 min rust ver 2023-06-21 22:13:57 -07:00
Freeplay
f407910e70 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-21 23:41:06 -04:00
Freeplay
94a8f64b3b Minimize reply context in notifications 2023-06-21 23:38:56 -04:00
Namekuji
4bd0838f29
fix: 🐛 empty fs stat 2023-06-21 16:26:43 -07:00
Freeplay
29d1970f59 Fix missing deviceKind imports for swipers 2023-06-21 17:13:46 -04:00
Freeplay
7ed1cc1ff7 i apologize to all the cats that may have been harmed before this commit (#10342) 2023-06-21 14:22:04 -04:00
Freeplay
49142df177 Fix show more button being shown when more than 4 images inside CW 2023-06-21 12:51:36 -04:00
Byron Fröhlich
a15e5753b0
chore: Translated using Weblate (German)
Currently translated at 99.2% (1791 of 1804 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-06-20 21:53:07 +02:00
jolupa
526260260c
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1804 of 1804 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-20 21:53:04 +02:00
Freeplay
19874ef231 label to close button 2023-06-20 14:41:51 -04:00
Freeplay
c05f151b1a Proper use of focus trap 2023-06-20 14:13:05 -04:00
Freeplay
be6a640edb remove gaps ? 2023-06-20 10:30:13 -04:00
Freeplay
77d1cf1add Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-19 16:50:56 -04:00
Freeplay
d830a6dad3 Share dropdown w/ remote copy 2023-06-19 16:50:51 -04:00
Kainoa Kanter
6e1f3a01cf Merge pull request '[PR]: Allow moderators to see modlogs' (#10327) from daikei/calckey:allow-mods-to-see-mod-notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10327
2023-06-19 16:39:03 +00:00
Freeplay
8281817c0f fix UI sometimes being offset on mobile 2023-06-19 12:21:46 -04:00
daikei
87145bd823 Merge branch 'develop' into allow-mods-to-see-mod-notes 2023-06-19 15:41:38 +00:00
daikei
0bc68a4b6f Fix formatting 2023-06-19 14:14:15 +00:00
daikei
a3d26eaf31 Allow moderators to see moderation notes 2023-06-19 14:08:34 +00:00
ThatOneCalculator
e2ce197938
refactor: ♻️ better edited timestamp display 2023-06-18 20:34:57 -07:00
ThatOneCalculator
cc9e5cada4
fix: 💄 badge style on mobile 2023-06-18 20:11:30 -07:00
ThatOneCalculator
2339c63fcb
fix: 🩹 duplicate update 2023-06-18 19:38:32 -07:00
ThatOneCalculator
b179970f15
fix: 🐛 properly index edited post 2023-06-18 19:04:04 -07:00
ThatOneCalculator
fe0ceb98c5
chore: formatting 2023-06-18 18:36:34 -07:00
ThatOneCalculator
6fd240a764
fix: 🐛 when editing polls, keep votes for unmodified choices 2023-06-18 18:36:26 -07:00
ThatOneCalculator
10b9030368
fix: 🐛 don't allow editing a post on another account 2023-06-18 17:46:39 -07:00
Hosted Weblate
ac614e72f1
chore: Merge branch 'origin/develop' into Weblate. 2023-06-19 01:55:51 +02:00
NISZOgen
24f69de918
chore: Translated using Weblate (Polish)
Currently translated at 95.1% (1716 of 1804 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/pl/
2023-06-19 01:55:51 +02:00
jolupa
5f39e4c575
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1804 of 1804 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-19 01:55:48 +02:00
ThatOneCalculator
8a98888595
fix: 🌐 correct "clear" 2023-06-18 16:55:11 -07:00
ThatOneCalculator
37be746812
fix: 💄 white foreground on forced black background
Remedies the problem introduced by 020c4f5788 causing black text to appear over a black-ish background
2023-06-18 16:37:46 -07:00
ThatOneCalculator
f978c9200d
Revert "dot inside renote button when renoted"
This reverts commit e0c7c8f49d.
2023-06-18 15:54:45 -07:00
Kainoa Kanter
46f051cc57 Merge pull request '[PR]: Fix missing recursion in dockerignore' (#10323) from PrivateGER/calckey:fix/dockerignore-missing-recursion into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10323
2023-06-18 22:41:50 +00:00
Kainoa Kanter
a1e9609605 Merge pull request '[PR]: fix: poll result update' (#10322) from nmkj/calckey:fix-poll-update into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10322
2023-06-18 22:36:41 +00:00
PrivateGER
6c6be5af78 Fix missing recursive exclusion 2023-06-18 22:20:02 +00:00
Namekuji
739a80a94e
shorten cache expire 2023-06-18 18:04:26 -04:00
Namekuji
4c9153fd14
add refresh button to poll 2023-06-18 17:14:38 -04:00
Namekuji
68cc264f5f
don't broadcast poll updates 2023-06-18 13:23:59 -04:00
Freeplay
020c4f5788 Prevent white flash during loading screen
no longer have to deal with getting flashbanged every time! :D
2023-06-17 22:22:35 -04:00
Freeplay
f53d8b7e1d fix user preview menu color 2023-06-17 21:41:41 -04:00
Freeplay
ad4c43b3f4 fix overflow 2023-06-17 21:21:58 -04:00
Freeplay
24390f1d99 reply line fixes 2023-06-17 16:35:11 -04:00
Freeplay
e0c7c8f49d dot inside renote button when renoted 2023-06-17 14:59:19 -04:00
Freeplay
11c00946b5 fix 2023-06-17 13:18:19 -04:00
Freeplay
8f8025910e Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-17 00:51:43 -04:00
Freeplay
1abf71f569 add faded edges to swiper + shadows :3 2023-06-17 00:51:38 -04:00
Hosted Weblate
8ac328bcaf
chore: Merge branch 'origin/develop' into Weblate. 2023-06-17 05:18:16 +02:00
Aléxia
5019d42345
chore: Translated using Weblate (Portuguese (Brazil))
Currently translated at 4.4% (81 of 1803 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/pt_BR/
2023-06-17 05:18:16 +02:00
jolupa
d62182454a
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1803 of 1803 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-17 05:18:15 +02:00
Freeplay
cbefe34e99 Add 'remove your reaction' label 2023-06-16 23:17:55 -04:00
Freeplay
be413d5bd2 Add backgrounds in nav & settings when wallpaper in use 2023-06-16 22:54:01 -04:00
Freeplay
b4f7506950 Fix mini follow button label + its position in user cards 2023-06-16 22:05:36 -04:00
ThatOneCalculator
51a7bab9ff
fix 2023-06-16 14:19:42 -07:00
ThatOneCalculator
3d6d90a137
refactor: 🎨 locale loader 2023-06-16 14:14:47 -07:00
ThatOneCalculator
0127cc6ac3
refactor: ⚰️ unused import 2023-06-16 14:12:21 -07:00
ThatOneCalculator
54bdfd6e1d
Revert "refactor: ⬆️ use custom version of vue3-otp-input"
This reverts commit f50f8830a8.
2023-06-16 14:11:33 -07:00
ThatOneCalculator
35445f8591
Revert "refactor: 🦺 replace js-yaml with yaml"
This reverts commit 837a45bd98.
2023-06-16 14:09:42 -07:00
ThatOneCalculator
c921d5117b
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-16 10:16:31 -07:00
ThatOneCalculator
3aab4c05e7
fix: 🐛 display punishments on desktop 2023-06-16 10:16:19 -07:00
Kainoa Kanter
27965f708d Merge pull request '[PR]: fix: publish posts boosted by relays' (#10309) from nmkj/calckey:fix-aode-relay into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10309
2023-06-16 16:59:10 +00:00
Kainoa Kanter
5cccb3378c Merge pull request '[PR]: fix: skip deleting remote actor if not found or already deleted' (#10310) from nmkj/calckey:fix-delete-actor into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10310
2023-06-16 16:49:59 +00:00
Namekuji
aa46f5f1bb
skip if actor is not found or has been already deleted 2023-06-16 04:49:11 -04:00
Namekuji
c5ccd68c08
remove unused import 2023-06-16 04:17:32 -04:00
Namekuji
2b1e16d489
add comments 2023-06-16 03:48:40 -04:00
Namekuji
fda6a1b1d2
wait a bit more 2023-06-16 03:48:39 -04:00
Namekuji
6236661d62
use redis 2023-06-16 03:48:39 -04:00
Namekuji
0c9cce7c7c
fix aode-relay compatibility 2023-06-16 03:48:39 -04:00
Hosted Weblate
da6f611185
chore: Merge branch 'origin/develop' into Weblate. 2023-06-16 09:14:12 +02:00
ThatOneCalculator
837a45bd98
refactor: 🦺 replace js-yaml with yaml
Technically mitigates CVE-2023-2251, but users never input YAML to Calckey. Still, this does no harm, and it's a good idea to keep dependencies like these up-to-date, as js-yaml was last updated 2 years ago.
2023-06-16 00:13:41 -07:00
ThatOneCalculator
074e633306
fix: 🩹 convert numeric input to string 2023-06-15 22:16:21 -07:00
ThatOneCalculator
f50f8830a8
refactor: ⬆️ use custom version of vue3-otp-input
This enables the use of number inputs without the slider
2023-06-15 22:15:16 -07:00
ThatOneCalculator
b148338b78
fix: 🐛 use correct 2fa value 2023-06-15 20:06:47 -07:00
ThatOneCalculator
9c16c879de
fix: 🐛 2FA dialog 2023-06-15 19:52:51 -07:00
ThatOneCalculator
7220fede8c
feat: 2FA input dialog 2023-06-15 19:32:27 -07:00
ThatOneCalculator
c5ad1d9580
Merge remote-tracking branch 'weblate/develop' into develop 2023-06-15 16:51:10 -07:00
ThatOneCalculator
905d80898a
fix: 💄 fix sign-in 2fa token style 2023-06-15 16:50:04 -07:00
ThatOneCalculator
892a9ad0b6
feat: 💄 button icons for security 2023-06-15 16:42:24 -07:00
ThatOneCalculator
16b2eda924
style: 💄 2fa dialog styling 2023-06-15 16:34:56 -07:00
ThatOneCalculator
ef37b360ed
fix: 🚑 fix switch import 2023-06-15 16:25:31 -07:00
ThatOneCalculator
1dbe44b211
fix: 🐛 sonic logged connection despite not existing 2023-06-15 16:21:51 -07:00
Kenny Hui
0504c17b93
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 95.6% (1709 of 1787 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hant/
2023-06-16 01:13:12 +02:00
Namekuji
e915604b32
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1787 of 1787 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ja/
2023-06-16 01:13:09 +02:00
ThatOneCalculator
46af585cf7
feat: 🔒 Improve 2FA/keypass experience
Co-authored-by: Tamania <tamaina@hotmail.co.jp>
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
2023-06-15 16:12:32 -07:00
ThatOneCalculator
fbce5d819f
style: 💄 margin on user card follow btn 2023-06-15 14:53:21 -07:00
Kainoa Kanter
55902208e7 docs: 📝 fix formatting 2023-06-15 03:49:17 +00:00
ThatOneCalculator
9fa71f37d7
docs: 📝 sea orm migration "Setting Up Migration" doc link 2023-06-14 20:47:49 -07:00
ThatOneCalculator
fe5834e470
docs: 📝 rudamentary sea-orm-cli instructions 2023-06-14 20:46:54 -07:00
ThatOneCalculator
0850950449
chore: 🎨 format 2023-06-14 20:34:00 -07:00
ThatOneCalculator
084e9072d1
fix: 🚑 fix stream.ts 2023-06-14 20:32:59 -07:00
ThatOneCalculator
e728a40a9a
docs: 📝 changelog 2023-06-14 20:25:22 -07:00
ThatOneCalculator
8f61ff7f33
fix: 🚸 make "show replies in timeline" work as expected
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
2023-06-14 20:17:56 -07:00
Freeplay
50031f1150 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-14 14:58:17 -04:00
Freeplay
8b201fddbd hide acc menu button in notifications 2023-06-14 14:57:16 -04:00
ThatOneCalculator
88e96fc640
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-14 11:52:48 -07:00
ThatOneCalculator
9f7151e3aa
style: 💄 full follow button for userinfo in userlist 2023-06-14 11:52:35 -07:00
Aléxia
3075c535a2
chore: Translated using Weblate (Portuguese (Brazil))
Currently translated at 0.6% (12 of 1787 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/pt_BR/
2023-06-14 06:40:58 +02:00
Ettore Atalan
76dc36fd53
chore: Translated using Weblate (German)
Currently translated at 98.6% (1762 of 1787 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-06-14 06:40:57 +02:00
Kainoa Kanter
d4bf86d0f8
chore: Added translation using Weblate (Portuguese (Brazil)) 2023-06-14 04:59:43 +02:00
ThatOneCalculator
7517c77ca9
build: 🔨 add cargo clean to clean-all 2023-06-13 19:13:54 -07:00
ThatOneCalculator
f3aad508d6
chore: ⬆️ up pnpm 2023-06-13 17:48:29 -07:00
ThatOneCalculator
cd929a01c1
refactor: 💄 style punishments 2023-06-13 17:42:00 -07:00
ThatOneCalculator
de5d210b04
fix: 🩹 day isn't decreased by 1 2023-06-13 17:32:01 -07:00
ThatOneCalculator
6a6f5e57da
chore: 🛂 conventional commits in body, not checkbox 2023-06-13 17:25:12 -07:00
ThatOneCalculator
c0397474c8
fix: 🚨 fix unused import 2023-06-13 17:23:18 -07:00
ThatOneCalculator
40841227b1
chore: 🛂 improve gitea templates 2023-06-13 17:20:57 -07:00
ThatOneCalculator
8151da6b6a
fix: 🩹 YYYYMMDD with dashes 2023-06-13 17:16:10 -07:00
ThatOneCalculator
beb96f7cff
feat: 🧐 bring back misskey's moderation displays on profile 2023-06-13 17:15:00 -07:00
ThatOneCalculator
5a7aca3b91
fix: "24"th hour doesn't exist, it's 0 2023-06-13 17:06:32 -07:00
ThatOneCalculator
c80d91dc38
chore: formatting 2023-06-13 17:04:17 -07:00
Freeplay
ca1581a494 oh 2023-06-13 15:18:43 -04:00
Freeplay
21677fdd27 match posting form font size 2023-06-13 15:16:46 -04:00
Freeplay
119ca924a7 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-13 14:42:21 -04:00
Freeplay
e8ae6738d1 Set font size directly rather than using classes, add 18px font size option, fixes 2023-06-13 14:42:18 -04:00
AkDk7
54626e62ea
chore: Translated using Weblate (German)
Currently translated at 97.4% (1741 of 1787 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-06-13 19:12:12 +02:00
Ettore Atalan
e8efee009a
chore: Translated using Weblate (German)
Currently translated at 97.4% (1741 of 1787 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-06-13 19:12:09 +02:00
jolupa
bae5ad8db8
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1787 of 1787 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-13 07:47:45 +02:00
Freeplay
35fd45965d spacing and font size adjustments 2023-06-13 00:04:36 -04:00
Freeplay
cb59298df4 Always bold first boost option 2023-06-12 20:06:42 -04:00
Freeplay
1a29bbe895 chore: format 2023-06-12 19:56:15 -04:00
Freeplay
c1d4178360 fix 2023-06-12 19:49:38 -04:00
Freeplay
d1c3706940 Add user options to note menu 2023-06-12 19:44:30 -04:00
Freeplay
d0aeee089d fix back button display 2023-06-12 18:54:29 -04:00
Freeplay
fea8203c2f fix 2023-06-12 18:05:31 -04:00
Freeplay
85c5af4a5b Move user menu to MkFollowButton 2023-06-12 17:59:13 -04:00
ThatOneCalculator
1862d83f9f
chore: formatting 2023-06-12 13:20:30 -07:00
Freeplay
a9bbae27df Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-12 15:01:25 -04:00
Freeplay
79f9398ca3 widgets scrollbar + little refactor 2023-06-12 14:59:54 -04:00
Kainoa Kanter
5d627d56aa Merge pull request '[PR]:' (#10302) from PrivateGER/calckey:fix/search-filter-behavior into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10302
2023-06-12 17:25:23 +00:00
PrivateGER
8e46059d61 Merge branch 'develop' into fix/search-filter-behavior 2023-06-12 14:54:44 +00:00
PrivateGER
40f7756176 use actually correct webfinger check 2023-06-12 16:46:30 +02:00
PrivateGER
cb47c585f9 Add webfinger support to from: and allow UNIX timestamps in date filters 2023-06-12 16:35:04 +02:00
ThatOneCalculator
d778f6ad77
refactor: ♻️ use parent/child selector for attachment 2023-06-12 02:19:27 -07:00
ThatOneCalculator
f72120bb9a
fix math 2023-06-12 02:00:38 -07:00
ThatOneCalculator
f69c6ef274
refactor: 💄 reverse pie chart color on indexing
Co-authored-by: PrivateGER <privateger@codeberg.org>
2023-06-12 01:58:32 -07:00
ThatOneCalculator
856c8a26e4
fix: 🐛 properly enter date 2023-06-12 01:39:52 -07:00
ThatOneCalculator
1d9ce9c288
refactor: ♻️ import from @/db 2023-06-12 01:28:39 -07:00
ThatOneCalculator
4b1fc747e4
refactor: ⚰️ remove old db calls, add todo 2023-06-12 01:23:53 -07:00
ThatOneCalculator
bd9f28246b
perf: use charts data for stats endpoint 2023-06-12 01:16:36 -07:00
ThatOneCalculator
d4ddf2c867
fix 2023-06-12 01:01:32 -07:00
ThatOneCalculator
703b34c07c
fix search features 2023-06-11 23:25:10 -07:00
ThatOneCalculator
266534d35c
fix typo 2023-06-11 23:12:22 -07:00
ThatOneCalculator
69d4a3aee5
chore: formatting 2023-06-11 21:57:20 -07:00
ThatOneCalculator
c3b332acf9
seperate error for null followers 2023-06-11 21:56:56 -07:00
Kainoa Kanter
fc7c752337 Merge pull request '[PR]: Advanced Search dropdown' (#10299) from Freeplay/calckey:search2 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10299
2023-06-12 03:54:07 +00:00
Freeplay
d79e974fd0 Only show if available 2023-06-11 22:12:11 -04:00
Freeplay
19ca91c201 i18n 2023-06-11 22:05:50 -04:00
Daniele Tricoli
7efd99d16f
chore: Translated using Weblate (Italian)
Currently translated at 71.0% (1262 of 1777 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/it/
2023-06-11 18:49:25 +02:00
Kainoa Kanter
41b3ecbb49 Merge pull request '[PR]: fix: boost mutes logic' (#10300) from naskya/calckey:fix/boost-mutes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10300
2023-06-11 12:18:49 +00:00
Kainoa Kanter
5ebb0e1c8d Merge pull request '[PR]: Bring back the scrollable sticky widgets sidebar' (#10294) from Freeplay/calckey:sticky into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10294
2023-06-11 12:17:30 +00:00
naskya
4e382c9124
fix boost mutes 2023-06-11 11:46:18 +00:00
Freeplay
621e760056 remove unnecessary 2023-06-10 20:58:22 -04:00
Freeplay
b20225a1d4 format 2023-06-10 20:48:35 -04:00
Freeplay
930ca79392 fix width 2023-06-10 20:46:35 -04:00
Freeplay
715f7a7a1a fixes 2023-06-10 20:33:51 -04:00
Freeplay
5b686d161a Add dropdown for advanced search 2023-06-10 20:33:40 -04:00
Freeplay
999722f262 Hide time travel button from Antennas for now (it's been broken) 2023-06-10 19:45:11 -04:00
Freeplay
1276025e1d Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-10 19:35:02 -04:00
Freeplay
fbc67ca745 force advanced MFM in posting form preview 2023-06-10 19:34:20 -04:00
Freeplay
4bf7357c30 format 2023-06-10 18:33:39 -04:00
Freeplay
2ec1e09105 remove scrollbars 2023-06-10 18:08:06 -04:00
Freeplay
5893b4c117 simpler way lol 2023-06-10 16:49:07 -04:00
Kainoa Kanter
9bc2a8202e docs: 📝 tips 2023-06-10 16:09:48 +00:00
Grunge Fox
1c1dc36f6a
chore: Translated using Weblate (Polish)
Currently translated at 96.4% (1714 of 1777 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/pl/
2023-06-10 14:51:41 +02:00
jolupa
64953b9c2f
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1777 of 1777 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-10 14:51:38 +02:00
Kainoa Kanter
f6c2acc7f5 Merge pull request '[PR]: Fix invalid CSP policy' (#10296) from esm/calckey:fix/note-csp-urls into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10296
2023-06-09 18:51:53 +00:00
ThatOneCalculator
3cc8f60ee9
feat: delay function in animated MFM 2023-06-09 11:46:55 -07:00
ThatOneCalculator
3f3d777e6e
update cheat sheet with delay 2023-06-09 10:52:20 -07:00
Essem
84be788034
Fix CSP 2023-06-09 11:15:49 -05:00
Freeplay
27a935a2ff scrollable sticky widgets attempt 2023-06-08 23:33:39 -04:00
ThatOneCalculator
f5945269bf
revert method 2023-06-08 13:27:28 -07:00
Hosted Weblate
abf8e4f585
chore: Merge branch 'origin/develop' into Weblate. 2023-06-08 22:20:42 +02:00
ThatOneCalculator
c5d102021e
perf: set patrons in redis 2023-06-08 13:19:46 -07:00
ThatOneCalculator
31acc8caad
patron async computed 2023-06-08 12:51:05 -07:00
ThatOneCalculator
344adbe2a1
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-08 12:41:27 -07:00
ThatOneCalculator
8cbfcedf92
old patrons method 2023-06-08 12:40:47 -07:00
Hosted Weblate
eed96d0a97
chore: Merge branch 'origin/develop' into Weblate. 2023-06-08 21:34:21 +02:00
jolupa
33064fac92
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1772 of 1772 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-08 21:34:21 +02:00
ThatOneCalculator
f2d8882fd5
Merge branch 'patron-labels' into develop 2023-06-08 12:33:51 -07:00
ThatOneCalculator
c980920094
chore: update patrons 2023-06-08 12:33:16 -07:00
ThatOneCalculator
fb71b7beff
Revert "fix logic"
This reverts commit 8734de13f1.
2023-06-08 11:35:31 -07:00
ThatOneCalculator
2945f25268
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-08 11:22:16 -07:00
ThatOneCalculator
8734de13f1
fix logic 2023-06-08 11:22:11 -07:00
Freeplay
63255b5641 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-08 14:16:06 -04:00
Freeplay
449a75319a allow scrolling from body again, keep scrollbar in widgets 2023-06-08 14:16:00 -04:00
ThatOneCalculator
73ff326ca9
dev46 2023-06-08 11:14:01 -07:00
ThatOneCalculator
9f931e6e8b
fix: unread message bgcolor 2023-06-08 11:13:45 -07:00
ThatOneCalculator
5d3abfcb98
Close #10280 2023-06-08 11:03:39 -07:00
ThatOneCalculator
5769bdcc69
chore: formatting 2023-06-08 11:01:00 -07:00
Kainoa Kanter
1186969ee6 Merge pull request '[PR]: Improve the order of note menu items' (#10290) from naskya/calckey:chore/note-menu-order into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10290
2023-06-08 17:53:32 +00:00
naskya
db37f2f8e0
change style 2023-06-08 17:47:21 +00:00
Hosted Weblate
2c39e99875
chore: Merge branch 'origin/develop' into Weblate. 2023-06-08 18:52:59 +02:00
Namekuji
6ab48c947e
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1770 of 1770 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ja/
2023-06-08 18:52:58 +02:00
jolupa
ed34d62eff
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1770 of 1770 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-08 18:52:56 +02:00
Kainoa Kanter
d7b3813c9a Merge pull request '[PR]: feat: channel column in deck view' (#10291) from naskya/calckey:feat/deck-channel-column into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10291
2023-06-08 16:52:43 +00:00
Kainoa Kanter
4dbe74a6bd Merge pull request '[PR]: Split content/sidebar scrolling on default/centered views' (#10292) from esm/calckey:fix/column-scroll-split into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10292
2023-06-08 16:46:42 +00:00
Kainoa Kanter
cfa339a51b Merge pull request '[PR]: fix: take invalid expiresAt of polls as null' (#10279) from nmkj/calckey:fix-poll-expire into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10279
2023-06-08 16:46:14 +00:00
Essem
6aa3c301e3
Attempt to split column scrolling 2023-06-08 10:06:22 -05:00
naskya
f4bf5cc447
feat: channel column in deck view 2023-06-08 13:29:19 +00:00
naskya
91190244fb
change note menu order 2023-06-08 19:02:50 +09:00
Kainoa Kanter
bf78733da4 Merge pull request '[PR]: Fixes #10284 and Fixes #10208; Allows Custom MOTD and Splash Icons on all pages, by passing in variables more consistantly - fixes a CSP issue preventing the site from loading' (#10285) from kartonrad/calckey:fix-motd-and-csp into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10285
2023-06-07 18:50:55 +00:00
Konni (im Schloss)
2d8ad9389c fixes #10284, fixes #10208; passing in all pugVariables needed in base.pug, fixes csp 2023-06-07 20:35:24 +02:00
Namekuji
ab9b9e5bff
fix inbox stall 2023-06-07 10:01:16 -04:00
Kainoa Kanter
f49f8bf8f7 chore: update patrons 2023-06-07 06:55:24 +00:00
Kainoa Kanter
4d9457ec6a chore: update patrons 2023-06-07 04:46:35 +00:00
ThatOneCalculator
e13af49118
dont lint in format 2023-06-06 21:02:02 -07:00
ThatOneCalculator
ca5ae3a4c9
chore: lint sw 2023-06-06 21:01:28 -07:00
ThatOneCalculator
90c0e4e9ed
allow iframes for notes 2023-06-06 21:00:16 -07:00
ThatOneCalculator
abe8474883
fix server metric iteration 2023-06-06 19:10:43 -07:00
ThatOneCalculator
23d59b634b
fix: only show meili in metrics if available 2023-06-06 19:08:41 -07:00
ThatOneCalculator
0c5be99d77
perf: limit number of antennas 2023-06-06 18:47:06 -07:00
ThatOneCalculator
6825595bdc
feat: patron labels 2023-06-06 18:43:05 -07:00
ThatOneCalculator
71d4f5d516
chore: update patrons 2023-06-06 16:54:41 -07:00
ThatOneCalculator
eda82780de
feat: searchFilters meta property 2023-06-06 16:19:13 -07:00
ThatOneCalculator
8bd8c7532b
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-06 13:27:53 -07:00
ThatOneCalculator
75f9831d46
Merge remote-tracking branch 'weblate/develop' into develop 2023-06-06 13:27:30 -07:00
Kainoa Kanter
7dfc94b2c1 Update 'issue_template/bug.yaml' 2023-06-06 20:17:56 +00:00
Kainoa Kanter
7e9abc9b1c Update 'issue_template/feature.yaml' 2023-06-06 20:17:31 +00:00
ThatOneCalculator
047e923660
refactor: client assets 2023-06-06 13:03:15 -07:00
ThatOneCalculator
1e58e4ce69
fix: editing caption accuracy 2023-06-06 13:03:09 -07:00
ThatOneCalculator
441bdd6211
refactor: client assets 2023-06-06 13:02:30 -07:00
ThatOneCalculator
41dcd10900
fix: editing caption accuracy 2023-06-06 12:29:45 -07:00
ThatOneCalculator
df69149826
Merge branch 'develop' into beta 2023-06-06 12:17:30 -07:00
ThatOneCalculator
349411ac76
typo 2023-06-06 12:16:49 -07:00
ThatOneCalculator
0485b545e2
release: 🚑 rc2c 2023-06-06 12:13:54 -07:00
ThatOneCalculator
7ecb20bf79
Merge branch 'develop' into beta 2023-06-06 12:11:37 -07:00
ThatOneCalculator
f621e58efa
fix: post editing meta 2023-06-06 12:11:15 -07:00
Namekuji
3ca1f31c82
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1753 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ja/
2023-06-06 18:41:10 +02:00
Kainoa Kanter
84506b606d Merge pull request '[PR]: fix: JSON5.parse error' (#10272) from nmkj/calckey:fix-json5 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10272
2023-06-06 16:39:51 +00:00
CaffeeLake
cb8f1617c7
Fix: #10955 TypeError: JSON5.parse is not a function (#10956)
* Fix: JSON5.parse is not a function

* update changelog

* update chglog

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-06-06 04:32:22 -04:00
ThatOneCalculator
2d79418851
rc2b 2023-06-05 21:21:10 -07:00
ThatOneCalculator
10823934de
Merge branch 'develop' into beta 2023-06-05 21:20:41 -07:00
ThatOneCalculator
c5a0c01e4e
Revert "chore: formatting"
This reverts commit 36283b9a35.
2023-06-05 21:15:49 -07:00
ThatOneCalculator
7925399f0d
Merge branch 'develop' into beta 2023-06-05 18:56:05 -07:00
ThatOneCalculator
9bd03cc92e
update cargo.lock 2023-06-05 18:55:27 -07:00
ThatOneCalculator
9a20ad0d02
Merge branch 'develop' into beta 2023-06-05 18:51:10 -07:00
ThatOneCalculator
5483dd567f
Don't ignore Cargo.lock 2023-06-05 18:49:27 -07:00
Freeplay
bea409b4fa Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-05 20:54:25 -04:00
Freeplay
747a71ddc4 fix cw button pos... oops 2023-06-05 20:54:21 -04:00
ThatOneCalculator
ae880ff716
Merge branch 'develop' into beta 2023-06-05 17:37:17 -07:00
ThatOneCalculator
0c5246b6ab
changelog 2023-06-05 17:36:58 -07:00
ThatOneCalculator
65bd69fd01
Merge branch 'develop' into beta 2023-06-05 17:34:27 -07:00
ThatOneCalculator
ed674f2dac
chore: format 2023-06-05 17:27:40 -07:00
Freeplay
96b6c433c8 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-05 20:15:21 -04:00
Freeplay
6bddeac975 fix 2023-06-05 20:15:17 -04:00
ThatOneCalculator
9b55518bf8
Merge branch 'develop' into beta 2023-06-05 17:11:55 -07:00
ThatOneCalculator
36283b9a35
chore: formatting 2023-06-05 16:40:48 -07:00
Kainoa Kanter
5b73351e80 Merge pull request '[PR]: Add delay to MFM' (#10248) from Freeplay/calckey:mfm into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10248
2023-06-05 22:38:33 +00:00
ThatOneCalculator
c664d7da08
fix 2023-06-05 15:08:35 -07:00
Freeplay
035d6660be Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-05 18:07:53 -04:00
Freeplay
63798dd4b7 remove invalid css 2023-06-05 18:07:42 -04:00
ThatOneCalculator
a018bfca9a
dep: down typeorm 2023-06-05 15:02:59 -07:00
ThatOneCalculator
4f16bdea78
chore: ⬆️ up deps 2023-06-05 14:54:43 -07:00
Kainoa Kanter
a60cb874c1 Merge pull request '[PR]: Meilisearch Stop-Words' (#10261) from PrivateGER/calckey:feat/meilisearch-stop-words into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10261
2023-06-05 21:39:31 +00:00
Kainoa Kanter
c32d26e6c7 Merge pull request '[PR]: Fix database connection URL' (#10263) from nmkj/calckey:fix-database-url into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10263
2023-06-05 21:36:48 +00:00
Freeplay
9382afeb5e comment out easing part for now 2023-06-05 15:28:42 -04:00
Freeplay
6f1bdf79cd fix collapsed height 2023-06-05 15:07:04 -04:00
Freeplay
807093b94c Better post clipping 2023-06-05 13:11:14 -04:00
Namekuji
cf3f566e06
escape database password as it may contain special characters 2023-06-05 11:59:45 -04:00
Freeplay
de65c3c3f6 the better way of doing advanced MFM™ 2023-06-05 11:55:21 -04:00
Freeplay
60960d659d fix in cheat sheet also, I've realized I will need to do it a different at some point but this works for now. 2023-06-05 11:41:56 -04:00
Freeplay
c25b80d39a Fix animated MFM not playing in posting form preview 2023-06-05 11:33:48 -04:00
Freeplay
e1279b4abe Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-04 18:17:07 -04:00
Freeplay
47e3acd233 center-align navbar icons 2023-06-04 18:16:54 -04:00
Kainoa Kanter
3fb246f962 Update 'docker-compose.yml' 2023-06-04 21:55:35 +00:00
Freeplay
517e0a16f3 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-04 17:52:49 -04:00
Freeplay
7c436d0a41 Prevent newly-made unlisted posts from showing in antennas 2023-06-04 17:52:44 -04:00
Kainoa Kanter
f1e8099c48 Merge pull request '[PR]: Fix docker' (#10259) from nmkj/calckey:fix-docker into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10259
2023-06-04 21:48:39 +00:00
ThatOneCalculator
6a7e950f21
chore: formatting 2023-06-04 14:42:22 -07:00
ThatOneCalculator
acc3b672bc
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-04 14:41:30 -07:00
ThatOneCalculator
535fa9f506
fix: 🐛 prevent null date insertion
https://calckey.aokaga.work/notes/9f6ksv2oov
2023-06-04 14:41:18 -07:00
Namekuji
0151b256fc
cache cargo artifacts 2023-06-04 17:03:47 -04:00
Namekuji
9a9c3d4c62
add rust to the runtime container for migrations 2023-06-04 16:29:24 -04:00
Freeplay
b0cd3b25fc fix background of mentions 2023-06-04 16:29:12 -04:00
Freeplay
3b889d9c05 header spacing 2023-06-04 16:05:06 -04:00
Freeplay
c4fa29be50 i18n to more button in navbar 2023-06-04 15:46:11 -04:00
Freeplay
49d2c87e50 'clip' to 'clips' #10255 2023-06-04 15:39:23 -04:00
Freeplay
9e6a553434 preload antennas & lists 2023-06-04 15:31:42 -04:00
ThatOneCalculator
482c21d00e
chore: format 2023-06-04 12:02:34 -07:00
Kainoa Kanter
89330c5161 Merge pull request '[PR]: Add advanced MFM toggle' (#10254) from Freeplay/calckey:advanced-mfm into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10254
2023-06-04 18:59:56 +00:00
Kainoa Kanter
8d96733137 Merge pull request '[PR]: Some more ARIA label and live-region magic' (#10257) from TalonTheDragon/calckey:fix/more-accessibility into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10257
2023-06-04 16:53:35 +00:00
Talon
4a9e442abb Merge branch 'develop' into fix/more-accessibility 2023-06-04 12:41:40 +02:00
Freeplay
15b30231eb Allow clicking pfp in header of note page 2023-06-03 22:20:42 -04:00
Freeplay
5a3e14fa32 Forgot clip-path 2023-06-03 17:26:37 -04:00
Freeplay
c80e106fb5 Advanced MFM toggle 2023-06-03 17:12:08 -04:00
Freeplay
28780772cb tweak 2023-06-03 13:43:08 -04:00
Freeplay
0c20e7076e Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-03 12:58:23 -04:00
Freeplay
47a38969eb Highlight boost button if boosted! 2023-06-03 12:57:51 -04:00
jolupa
f468fd57a6
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1753 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-06-03 18:01:47 +02:00
Kainoa Kanter
3749f92cc8 docs: 📝 rust version 2023-06-03 16:00:46 +00:00
Freeplay
d780fea36a Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-03 10:47:48 -04:00
Freeplay
9c424ee041 Fix blue highlight on post tap 2023-06-03 10:47:41 -04:00
TalonTheDragon
3d951c7f4b Merge branch 'develop' into fix/more-accessibility 2023-06-03 12:42:20 +02:00
Kainoa Kanter
554241e7c7 fix outdated docker deps 2023-06-03 09:12:32 +00:00
ThatOneCalculator
02658fee0b
chore: ⬆️ up various deps 2023-06-03 00:41:30 -07:00
ThatOneCalculator
8b223bd5bf
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-02 23:55:41 -07:00
ThatOneCalculator
99df1dcbd7
fix: summary if 1 attachment 2023-06-02 23:55:31 -07:00
Kainoa Kanter
89d5810e63 Merge pull request '[PR]: Switch position of Social and Recommended timelines' (#10239) from naskya/calckey:social-recommended-position-switch into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10239
2023-06-03 06:40:16 +00:00
ThatOneCalculator
2ec387de4a
regress: no metrics in dashboard for now 2023-06-02 23:38:05 -07:00
ThatOneCalculator
dbe00078a3
refactor: remove mk remnants 2023-06-02 23:30:51 -07:00
ThatOneCalculator
6956522694
perf: インスタンスデフォルトテーマを予めjson5 -> jsonに変換しておくことでjson5を初期バンドルに含めずに済むように
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
2023-06-02 23:28:21 -07:00
naskya
0eb65d0f12
fix tutorial 2023-06-03 15:24:16 +09:00
ThatOneCalculator
c1f699789b
chore: formatting 2023-06-02 23:21:06 -07:00
ThatOneCalculator
f2a1d5643b
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-02 23:20:46 -07:00
ThatOneCalculator
696c07b19a
fix: remove unessicary extra line in note menu 2023-06-02 23:20:34 -07:00
Kainoa Kanter
7017b13706 dev39 2023-06-03 06:02:47 +00:00
Kainoa Kanter
d81af5e991 Merge pull request '[PR]: feat: rust backend model and utilities' (#10250) from nmkj/calckey:native-model into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10250
2023-06-03 06:00:46 +00:00
ThatOneCalculator
f3bd82b074
refactor: ♻️ sync note summaries 2023-06-02 22:11:34 -07:00
ThatOneCalculator
7ea4c39fb7
refactor: ♻️ ssr views
Correct og:type for users, format docs, deprecate _info_card_
2023-06-02 21:45:11 -07:00
Namekuji
382b009ffd
add cargo test script 2023-06-03 00:40:51 -04:00
Namekuji
15f8a4cbba
cargo formats all modules 2023-06-03 00:37:10 -04:00
Namekuji
d7f80edbea
call seaorm migrations after typeorm 2023-06-03 00:27:00 -04:00
Namekuji
afe4c76392
fix migration 2023-06-02 23:48:28 -04:00
Namekuji
d3d30bbbc2
add integration test of antenna 2023-06-02 23:48:28 -04:00
Namekuji
874b0a2c69
add unit test 2023-06-02 23:48:27 -04:00
Namekuji
7cf2b39cde
fix unit tests 2023-06-02 23:48:27 -04:00
Namekuji
c443a5601c
add format script 2023-06-02 23:48:27 -04:00
Namekuji
80e5d25698
pnpm install 2023-06-02 23:48:26 -04:00
Namekuji
0224824a36
fix native import 2023-06-02 23:48:26 -04:00
Namekuji
10072d6e4d
remove node cuid2 2023-06-02 23:48:26 -04:00
Namekuji
ba578c8701
initialize native database on boot 2023-06-02 23:48:25 -04:00
Namekuji
8bb87f9ea4
use native generators 2023-06-02 23:48:25 -04:00
Namekuji
55118df538
add test 2023-06-02 23:48:25 -04:00
Namekuji
a10ade8cf5
fix unit test 2023-06-02 23:48:24 -04:00
Namekuji
752d63e6de
add native calls 2023-06-02 23:48:24 -04:00
Namekuji
e932d6effa
use schema in native-utils 2023-06-02 23:48:24 -04:00
Namekuji
5e9dce3e8c
adjust module structure 2023-06-02 23:48:23 -04:00
Namekuji
148dbbe56d
move files out from crate 2023-06-02 23:48:23 -04:00
Namekuji
403e95b673
fix unit test 2023-06-02 23:48:22 -04:00
Namekuji
e51deb3794
add napi schema 2023-06-02 23:48:22 -04:00
Namekuji
d0734ef4c9
add pack_by_id 2023-06-02 23:48:22 -04:00
Namekuji
c9f31aef9b
add default values 2023-06-02 23:48:21 -04:00
Namekuji
3eb87c8f04
rename feature 2023-06-02 23:48:21 -04:00
Namekuji
193c75a2bb
skip empty array 2023-06-02 23:48:21 -04:00
Namekuji
d9d2673939
use thread to copy data 2023-06-02 23:48:20 -04:00
Namekuji
3010ac9e74
use iden enum 2023-06-02 23:48:20 -04:00
Namekuji
d28f74b513
fix primary key specifier 2023-06-02 23:48:20 -04:00
Namekuji
98f2397fbb
add migration to convert array to jsonb 2023-06-02 23:48:19 -04:00
Namekuji
745384ff58
use vec newtype 2023-06-02 23:48:19 -04:00
Namekuji
6178593e22
make sqlite compat 2023-06-02 23:48:19 -04:00
Namekuji
354ece6432
add abstraction of string array type 2023-06-02 23:48:18 -04:00
Namekuji
0bd5893e7d
fix varchar array 2023-06-02 23:48:18 -04:00
Namekuji
1455068e0c
add newtype 2023-06-02 23:48:18 -04:00
Namekuji
76e5e31411
todo unread note check 2023-06-02 23:48:17 -04:00
Namekuji
6698c00f78
rename test modules 2023-06-02 23:48:17 -04:00
Namekuji
6bbfe1a6b4
add tests 2023-06-02 23:48:17 -04:00
Namekuji
4012d38f7f
add integration test in model 2023-06-02 23:48:16 -04:00
Namekuji
737ccfe11c
remove mock database 2023-06-02 23:48:16 -04:00
Namekuji
f1f3e5976d
add random string generator 2023-06-02 23:48:15 -04:00
Namekuji
6bb8775b2e
change aid to cuid2 2023-06-02 23:48:15 -04:00
Namekuji
eda1e7ab3b
fix features 2023-06-02 23:48:15 -04:00
Namekuji
00ba8a2804
return mock db when mock feature is enabled 2023-06-02 23:48:14 -04:00
Namekuji
2f9a6859f1
add utility crate 2023-06-02 23:48:14 -04:00
Namekuji
535eb3540b
add mock database 2023-06-02 23:48:14 -04:00
Namekuji
d453eaf4ae
remove unused feature 2023-06-02 23:48:13 -04:00
Namekuji
81ba464f1b
format 2023-06-02 23:48:13 -04:00
Namekuji
9220aa3e4c
remove unused serde 2023-06-02 23:48:13 -04:00
Namekuji
bc0e0b14d0
add repository trait 2023-06-02 23:48:12 -04:00
Namekuji
4e82dab1eb
add entities and two schemas 2023-06-02 23:48:07 -04:00
ThatOneCalculator
14126de3d7
chore: formatting 2023-06-02 20:06:04 -07:00
ThatOneCalculator
44d77f60ef
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-02 20:05:19 -07:00
mappi
bf54fb70af
fix: vue-plyr audio tag
Co-authored-by: mappi <mappi-pr@github.com>
2023-06-02 20:05:02 -07:00
Freeplay
217b389a7b tweak 2023-06-02 22:57:04 -04:00
Freeplay
bf21b84129 fix mfm-cheat-sheet styling 2023-06-02 22:54:23 -04:00
Freeplay
9ee51bc690 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-02 21:05:46 -04:00
Freeplay
389ca3f332 aria to acc menu button 2023-06-02 21:04:51 -04:00
ThatOneCalculator
09983a657d
chore: update example config 2023-06-02 16:10:57 -07:00
ThatOneCalculator
f8879650c6
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-02 15:45:15 -07:00
ThatOneCalculator
b0a04faaba
fix: ♻️ use locale for error
https://calckey.social/notes/9fippqiwhl287b5m
2023-06-02 15:45:05 -07:00
Freeplay
83d5415801 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-02 18:14:43 -04:00
Freeplay
903d12f18f fix gap 2023-06-02 18:14:39 -04:00
ThatOneCalculator
8e5a374ac7
chore: formatting 2023-06-02 14:53:28 -07:00
ThatOneCalculator
088ff4c251
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-02 14:52:58 -07:00
ThatOneCalculator
4cbf73140c
fix: show message on error alert if text is null 2023-06-02 14:52:44 -07:00
Kainoa Kanter
028d47587c Update 'CODE_OF_CONDUCT.md' 2023-06-02 21:36:47 +00:00
Freeplay
6233883cd0 hide close button bottom fade for now 2023-06-02 17:23:09 -04:00
mutex
860e5bdbd0
chore: Translated using Weblate (German)
Currently translated at 99.5% (1745 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-06-02 21:51:58 +02:00
Kainoa Kanter
004bab2d56 Merge pull request '[PR]: chore: use the word "server" instead of "instance" in docs' (#10249) from naskya/calckey:chore/word into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10249
2023-06-02 19:51:36 +00:00
Freeplay
d8d2ee266e Setup to also support steps 2023-06-02 15:39:33 -04:00
naskya
d9bf0f7cc4
instance -> server 2023-06-03 04:16:36 +09:00
Freeplay
c722cee101 Idk why I used ?? there 2023-06-02 15:06:57 -04:00
Freeplay
1efb167f8f Add delay & start adding cubic-bezier to mfm 2023-06-02 14:44:41 -04:00
Kainoa Kanter
caa6408e03 Merge pull request '[PR]: Add an option to toggle opening post on click' (#10242) from Freeplay/calckey:note-click into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10242
2023-06-01 20:44:56 +00:00
Kainoa Kanter
e3b337e115 Merge pull request 'Add raw zip emoji imports' (#10246) from PrivateGER/calckey:fix/no-metadata-emoji-import into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10246
2023-06-01 20:43:57 +00:00
Michael 465537
4c64feee46
chore: Translated using Weblate (German)
Currently translated at 98.9% (1734 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-06-01 22:31:07 +02:00
PrivateGER
7eeac4810a formatter 2023-06-01 21:38:37 +02:00
PrivateGER
9be58ba0b4 missing inversion + use proper emoji path 2023-06-01 21:30:23 +02:00
PrivateGER
d409c31ad5 me when I lack a brain 2023-06-01 21:12:03 +02:00
PrivateGER
f508a358b1 more logging 2023-06-01 21:01:15 +02:00
ThatOneCalculator
35e72bfca7
chore: formatting 2023-06-01 11:55:13 -07:00
ThatOneCalculator
4e4617b475
fix: locale key 2023-06-01 11:53:32 -07:00
PrivateGER
4d2eaa645b Import emojis without meta.json 2023-06-01 20:53:13 +02:00
Morten Juhl-Johansen
b1eab102ec
chore: Translated using Weblate (Danish)
Currently translated at 11.5% (203 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/da/
2023-06-01 13:34:13 +02:00
Freeplay
7c4b14e432 typo 2023-05-31 23:52:18 -04:00
Freeplay
c5cd624d82 Add expand on note click option 2023-05-31 23:52:05 -04:00
Freeplay
2515319c08 hide back button when not needed 2023-05-31 22:38:14 -04:00
Freeplay
b0390a3fc0 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-05-31 22:10:49 -04:00
Freeplay
1548fc2f2a Fix #10219 2023-05-31 22:10:44 -04:00
Kainoa Kanter
001e31bfcd Merge pull request '[PR]: fix: import settings backup' (#10240) from naskya/calckey:fix/import-settings-backups into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10240
2023-06-01 00:35:15 +00:00
Freeplay
c97c6fbe5b hide broken logged-out header link for now 2023-05-31 19:43:58 -04:00
Freeplay
b9046573e1 fix 2023-05-31 19:35:02 -04:00
naskya
7b02b87ec6
format 2023-06-01 08:01:24 +09:00
naskya
151f5e355d
Fix exported settings being not importable 2023-06-01 07:55:59 +09:00
naskya
0a99366298
no change, but more comfortable 2023-06-01 07:29:54 +09:00
naskya
9d9047c33d
switch position of social and recommended 2023-06-01 07:24:49 +09:00
Freeplay
618042c3e3 lemme just update that 2023-05-31 17:59:03 -04:00
Freeplay
f3bdce0636 Fix #10236 2023-05-31 17:02:58 -04:00
Freeplay
0663a67b86 fix 2023-05-31 16:41:31 -04:00
Freeplay
3443e5d649 button styling 2023-05-31 16:34:29 -04:00
Kainoa Kanter
38b92b7aee Merge pull request '[PR]: enhance: multiple alsoKnownAs' (#10232) from nmkj/calckey:more-aka into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10232
2023-05-31 19:10:25 +00:00
Kainoa Kanter
41ba921780 Merge pull request '[PR]: Repair the dev env by: Updating .envrc to new nix-direnv version, Updating flake.lock to fix pnpm version, downgrading to node version 18 and documenting the process' (#10235) from kartonrad/calckey:fix-dev-enviroment into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10235
2023-05-31 19:09:15 +00:00
Kainoa Kanter
831abc22d0 Merge pull request 'Less WS logging + use logger for meilisearch' (#10234) from PrivateGER/calckey:fix/remove-console-logs into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10234
2023-05-31 19:08:36 +00:00
ThatOneCalculator
88892d886e
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-31 12:06:34 -07:00
ThatOneCalculator
0291579e2f
chore: ⬆️ up bull 2023-05-31 12:06:26 -07:00
kartonrad
d1efcd1247 Merge branch 'develop' into fix-dev-enviroment 2023-05-31 12:05:15 +00:00
Konni (im Schloss)
ffb93678d7 Fixed dev enviroment _> documented procedure 2023-05-31 13:52:21 +02:00
PrivateGER
23f551884f Less logging of every single WS message + use logger in Meilisearch 2023-05-31 12:08:21 +02:00
Namekuji
8480ced256
remove empty form input 2023-05-31 01:14:13 -04:00
Namekuji
c321a6ee39
use parse instead 2023-05-31 01:02:41 -04:00
Namekuji
b1d0b291ff
get array for alsoKnownAs 2023-05-31 01:02:22 -04:00
Kainoa Kanter
2619c141ab docs: 📝 full git clone 2023-05-31 02:41:29 +00:00
Kainoa Kanter
e7a028e9dd docs: 📝 typos 2023-05-31 02:40:23 +00:00
Kainoa Kanter
862384d32d docs: 📝 versions 2023-05-31 02:37:57 +00:00
Kainoa Kanter
ea79bdb353 Update '.node-version' 2023-05-31 02:36:19 +00:00
Kainoa Kanter
85fc4bf5ad revert 3bc9577cf3
revert Delete '.node-version'
2023-05-31 02:34:44 +00:00
PrivateGER
b10337c858 Add english and japanese stop words to Meili database 2023-05-30 23:11:10 +02:00
Freeplay
0aef4977b2 fix border w/ wallpaper 2023-05-30 10:15:18 -04:00
Kainoa Kanter
3bc9577cf3 Delete '.node-version' 2023-05-30 03:09:35 +00:00
ThatOneCalculator
d339fa3a1a
node v20 2023-05-29 19:49:53 -07:00
ThatOneCalculator
c1f42d5bc1
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-29 19:46:21 -07:00
ThatOneCalculator
ce5d93c9df
Revert "refactor: add back old info display from mkv12"
This reverts commit c58692fa58.
2023-05-29 19:45:42 -07:00
Freeplay
c6c3ec0bb6 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-05-29 22:41:09 -04:00
Freeplay
102d2bd6a8 swiper tweak 2023-05-29 22:40:53 -04:00
ThatOneCalculator
15d311c513
fix 2023-05-29 19:34:32 -07:00
ThatOneCalculator
2c42707551
up redis deps 2023-05-29 19:32:33 -07:00
ThatOneCalculator
da8ed09932
chore: up bull-board deps 2023-05-29 19:30:20 -07:00
ThatOneCalculator
c58692fa58
refactor: add back old info display from mkv12 2023-05-29 16:13:36 -07:00
ThatOneCalculator
fd97dd7c18
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-29 15:40:18 -07:00
ThatOneCalculator
a5f3822456
margin 2023-05-29 15:40:02 -07:00
Freeplay
209fbf3759 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-05-29 18:29:55 -04:00
Freeplay
380f81dfba fix close button pos in compose box 2023-05-29 18:29:42 -04:00
ThatOneCalculator
28cdfc0b6f
fix query 2023-05-29 15:21:29 -07:00
ThatOneCalculator
e80dc758a2
dev35 2023-05-29 15:10:33 -07:00
ThatOneCalculator
ea6fca97fd
feat: server metrics in admin overview 2023-05-29 15:10:25 -07:00
ThatOneCalculator
a87fc03b92
style: 💄 server metrics widgets 2023-05-29 15:10:14 -07:00
ThatOneCalculator
4a05f0c876
refactor: ⚰️ remove old metrics view 2023-05-29 13:49:38 -07:00
ThatOneCalculator
7969fe3dd1
chore: formatting 2023-05-29 13:17:42 -07:00
ThatOneCalculator
c3bc85e141
fix: server info widget images 2023-05-29 13:16:41 -07:00
ThatOneCalculator
5f0c58a43a
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-29 13:04:03 -07:00
ThatOneCalculator
d6eee26e49
add tooltip to meili pie chart 2023-05-29 13:03:47 -07:00
Freeplay
b8498c09c9 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-05-29 15:59:08 -04:00
Freeplay
f3bb46b94a typo 2023-05-29 15:59:04 -04:00
ThatOneCalculator
908e7e20cb
remove repetitive errors in groups 2023-05-29 12:52:43 -07:00
ThatOneCalculator
c075455bc2
dev33 2023-05-29 12:28:58 -07:00
ThatOneCalculator
0276b59ef6
typo 2023-05-29 12:23:19 -07:00
ThatOneCalculator
97fe0dcedd
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-29 12:22:10 -07:00
ThatOneCalculator
e15449f51d
chore: 🧑‍💻 pull request template 2023-05-29 12:22:03 -07:00
Freeplay
d9211926bc forgot to give aria to close button o o p s 2023-05-29 15:19:53 -04:00
Kainoa Kanter
ba30a9a55b Merge pull request 'Add hints for clips, antennas, lists, and timelines' (#10226) from Freeplay/calckey:hints into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10226
2023-05-29 19:16:56 +00:00
ThatOneCalculator
b0c2f1d99f
locales 2023-05-29 12:16:35 -07:00
Freeplay
d232ba2aff Add lists hint 2023-05-29 15:08:33 -04:00
Freeplay
4bead341a1 closeable prop 2023-05-29 14:55:00 -04:00
Freeplay
7527351620 Add timeline hints 2023-05-29 14:51:02 -04:00
Kainoa Kanter
2fd4041e71 Merge pull request 'Make Meilisearch optional and don't connect if unconfigured' (#10225) from PrivateGER/calckey:fix/meilisearch-optional into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10225
2023-05-29 18:15:49 +00:00
PrivateGER
33ef39cd4a formatter 2023-05-29 20:09:52 +02:00
PrivateGER
0524789185 Make Meilisearch optional and don't connect if unconfigured 2023-05-29 19:46:38 +02:00
ThatOneCalculator
8dd99a2d1d
formatting 2023-05-29 10:19:13 -07:00
ThatOneCalculator
41c80b693d
fixes 2023-05-29 10:18:12 -07:00
Freeplay
020b212b10 always show antennas hint at top 2023-05-29 13:10:35 -04:00
ThatOneCalculator
971347de8c
dev32 2023-05-29 10:01:41 -07:00
ThatOneCalculator
7476ebc7a2
chore: format 2023-05-29 10:01:34 -07:00
ThatOneCalculator
b15f001b31
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-29 10:00:25 -07:00
ThatOneCalculator
316a09409c
revert #10222 2023-05-29 10:00:16 -07:00
Freeplay
6d66bee740 Merge branch 'develop' of https://codeberg.org/calckey/calckey into hints 2023-05-29 12:47:15 -04:00
Kainoa Kanter
8d81e4f5ee Merge pull request 'Delete deleted posts from Meilisearch' (#10223) from PrivateGER/calckey:feat/delete-posts-from-meili into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10223
2023-05-29 16:42:57 +00:00
PrivateGER
73bf8eddc7 Delete deleted posts from Meilisearch 2023-05-29 18:33:57 +02:00
ThatOneCalculator
d7d5915e3b
dev31 2023-05-29 09:32:55 -07:00
ThatOneCalculator
655cf3dc27
chore: format 2023-05-29 09:31:02 -07:00
ThatOneCalculator
ded157a9e5
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-29 09:22:35 -07:00
ThatOneCalculator
61ebac5817
docs: deps 2023-05-29 09:22:24 -07:00
ThatOneCalculator
8806ce8923
docs: searc providers 2023-05-29 09:21:45 -07:00
Kainoa Kanter
48d7c9f881 Merge pull request 'Only connect to Meili with valid config' (#10222) from PrivateGER/calckey:fix/meilisearch-fallback-code into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10222
2023-05-29 16:21:04 +00:00
PrivateGER
e52b1330d3 Only connect to Meili with valid config 2023-05-29 17:36:03 +02:00
Michael 465537
0cf9ad0727
chore: Translated using Weblate (German)
Currently translated at 98.9% (1734 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-29 15:40:40 +02:00
Freeplay
69852b8a05 Move follow button + always show label 2023-05-29 09:40:00 -04:00
Freeplay
ee08e1bdda Add clips, antennas hint 2023-05-29 09:11:42 -04:00
Kainoa Kanter
fca3c6f85e Merge pull request 'fix: deprecate AID and enforce Cuid2' (#10216) from nmkj/calckey:deprecate-aid into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10216
2023-05-29 04:12:15 +00:00
ThatOneCalculator
a717ef6923
properly calculate percent 2023-05-28 21:10:21 -07:00
ThatOneCalculator
9063f93fb2
chore: 💡 meili 2023-05-28 21:04:54 -07:00
ThatOneCalculator
d7e906bcf7
fix 2023-05-28 20:59:36 -07:00
Namekuji
cf4427f4f0
fix example config format 2023-05-28 23:51:09 -04:00
ThatOneCalculator
7f81268f07
fix 2023-05-28 20:47:22 -07:00
ThatOneCalculator
39d73ca6b2
chore: ⬆️ up pnpm 2023-05-28 20:43:23 -07:00
ThatOneCalculator
9be629919a
add pie chart to meili stats 2023-05-28 20:37:53 -07:00
ThatOneCalculator
2cf1d9f630
chore: formatting 2023-05-28 20:34:18 -07:00
Kainoa Kanter
5c56487802 Merge pull request 'MeiliSearch Integration' (#10204) from PrivateGER/calckey:feat/meilisearch-integration into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10204
2023-05-29 03:31:38 +00:00
ThatOneCalculator
544e3a008e
feat: server info widget
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
2023-05-28 20:14:08 -07:00
Namekuji
98f9e3e5c4
use cuid2 with timestamp 2023-05-28 22:16:42 -04:00
Freeplay
eeb4a41d6c add channel federation warn 2023-05-28 20:31:00 -04:00
Freeplay
56359f0c2d fix: move isRenote check to note.vue 2023-05-28 20:20:53 -04:00
TalonTheDragon
7c2876894a Merge branch 'more-accessibility' into fix/more-accessibility 2023-05-29 01:49:44 +02:00
TalonTheDragon
91e5389f86 Add labels to dialog OK and Close buttons 2023-05-29 01:48:24 +02:00
Free
3acf8de621 revert 18156487d9
revert fix: move isRenote check to note.vue
2023-05-28 23:17:10 +00:00
Freeplay
18156487d9 fix: move isRenote check to note.vue 2023-05-28 19:14:01 -04:00
Michael 465537
6ea11668c1
chore: Translated using Weblate (German)
Currently translated at 98.9% (1734 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-28 23:32:30 +02:00
Michael 465537
34c9c1bd92
chore: Translated using Weblate (German)
Currently translated at 98.9% (1734 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-28 23:25:09 +02:00
Kainoa Kanter
5475b6ed44 Merge pull request 'New media list layout + hide controls when player too small' (#10213) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10213
2023-05-28 21:24:45 +00:00
Freeplay
cae7c6b3ca fix position 2023-05-28 16:21:00 -04:00
Freeplay
b15d84451d fix 2023-05-28 15:25:57 -04:00
Freeplay
a55271b96b fix 2023-05-28 14:35:05 -04:00
Freeplay
cb164d0f0a Hide video controls if player too small 2023-05-28 13:57:25 -04:00
Kainoa Kanter
efa48238ad Merge pull request 'fix: MFM crop percentage parsing' (#10212) from ikiko/calckey:feat-mfm-crop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10212
2023-05-28 17:47:59 +00:00
ikiko
b22e0f495e Merge branch 'develop' into feat-mfm-crop 2023-05-28 17:33:23 +00:00
Isabell
19c9f5af68 fix: MFM crop percentage parsing 2023-05-29 03:31:06 +10:00
Kainoa Kanter
28d7d0019b dev26 2023-05-28 16:35:09 +00:00
Kainoa Kanter
d2a77c9964 Merge pull request 'Feat: add MFM crop content' (#10211) from ikiko/calckey:feat-mfm-crop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10211
2023-05-28 16:34:18 +00:00
Richard
d822b74f9e
chore: Translated using Weblate (Dutch)
Currently translated at 34.2% (601 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nl/
2023-05-28 18:31:55 +02:00
Kainoa Kanter
12f316a8e0 Merge pull request 'Use ph-lock for followers-only visibility' (#10210) from naskya/calckey:ph-lock into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10210
2023-05-28 16:31:29 +00:00
Freeplay
d8810600bf tweak 2023-05-28 10:53:45 -04:00
Isabell
e208a96e31 add ability to crop content 2023-05-28 15:19:57 +10:00
Freeplay
01de9c0a3b Add bottom fade to show less & hide buttons 2023-05-28 00:17:23 -04:00
Freeplay
8ef68f559c new media list layout 2023-05-27 23:24:38 -04:00
PrivateGER
57577ddedb use correct stats property 2023-05-28 03:05:32 +02:00
PrivateGER
4fdf331f63 Fix Meilisearch widget reactivity 2023-05-28 02:58:20 +02:00
PrivateGER
9beda9d362 add advanced search parameters in search popup 2023-05-28 00:27:16 +00:00
PrivateGER
0d41422423 Implement follower and following searches 2023-05-28 00:27:16 +00:00
PrivateGER
b6638a7862 add semicolon after property 2023-05-28 00:27:16 +00:00
PrivateGER
a9889721ec Default meilisearch data response + linting + prettyfier 2023-05-28 00:27:16 +00:00
PrivateGER
5dd106e956 i18n strings 2023-05-28 00:27:16 +00:00
PrivateGER
7e1e42bc47 Pin meilisearch library 2023-05-28 00:27:16 +00:00
PrivateGER
8790ac4a11 Remove stray newline 2023-05-28 00:27:16 +00:00
PrivateGER
8549b66a39 Add ssl option to MeiliSearch config 2023-05-28 00:27:16 +00:00
PrivateGER
56ddb0555b add sonic back to compose 2023-05-28 00:27:16 +00:00
PrivateGER
274bfcd898 Lint + formatting 2023-05-28 00:27:16 +00:00
PrivateGER
43813d12b5 Remove indexing logger 2023-05-28 00:27:16 +00:00
PrivateGER
f7a60544b2 Fix up dockerfile to use 1.0 meili 2023-05-28 00:27:16 +00:00
PrivateGER
ecdec8320f Fix apiKey naming in config 2023-05-28 00:27:16 +00:00
PrivateGER
308d0a62a6 Correct logging statement + add missing returns 2023-05-28 00:27:16 +00:00
PrivateGER
d0bd8b7d4c .filter isn't in-place, now reassigning correctly 2023-05-28 00:27:16 +00:00
PrivateGER
1036ac4e8b Actually assign user object to note 2023-05-28 00:27:16 +00:00
PrivateGER
d9ccf4310f Load relationships to populate user fields 2023-05-28 00:27:16 +00:00
PrivateGER
62eef2fa67 Add parsing of host, fix usernames 2023-05-28 00:27:16 +00:00
PrivateGER
dae4f58e4c Specify primary key 2023-05-28 00:27:16 +00:00
PrivateGER
856b05303b Fix import 2023-05-28 00:27:16 +00:00
PrivateGER
5ae89a69bc Add high performance batch imports 2023-05-28 00:27:16 +00:00
PrivateGER
8d08bf3ee4 Add search operators to frontend 2023-05-28 00:27:16 +00:00
PrivateGER
e6371e4665 Adjust search term logging + use filtered search query 2023-05-28 00:27:16 +00:00
PrivateGER
9859060c59 Add createdAt column, fix username filtering, filter advanced search terms correctly 2023-05-28 00:27:16 +00:00
PrivateGER
03cd2de8ec Add basic advanced search + attachment metadata hints 2023-05-28 00:27:16 +00:00
PrivateGER
c7c21f5c16 remove extra header 2023-05-28 00:27:16 +00:00
PrivateGER
ed16e6cc28 Import .js files 2023-05-28 00:27:16 +00:00
PrivateGER
c35a640bb1 Fix property names 2023-05-28 00:27:16 +00:00
PrivateGER
a33b548555 Add Meilisearch widget 2023-05-28 00:27:16 +00:00
PrivateGER
4f07c88abb Fix wrong parameter ordering 2023-05-28 00:27:16 +00:00
PrivateGER
7c0509b2f5 Meilisearch Config 2023-05-28 00:27:16 +00:00
PrivateGER
340be8e35a Implement Meilisearch Indexing 2023-05-28 00:27:16 +00:00
Freeplay
9b0b8a4180 fix 2023-05-27 18:38:27 -04:00
Michael 465537
2084273251
chore: Translated using Weblate (German)
Currently translated at 98.9% (1734 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-27 21:33:42 +02:00
Michael 465537
6a64a6e2bc
chore: Translated using Weblate (German)
Currently translated at 98.1% (1720 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-27 20:10:43 +02:00
naskya
bfe2de8dea
use ph-lock for followers visibility 2023-05-28 03:10:15 +09:00
Freeplay
73d31ec332 Fix hide button being not clickable 2023-05-27 11:00:10 -04:00
Michael 465537
c1f2664e0c
chore: Translated using Weblate (German)
Currently translated at 98.1% (1720 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-27 12:39:15 +02:00
Michael 465537
3828ef028c
chore: Translated using Weblate (German)
Currently translated at 98.1% (1720 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-27 03:04:22 +02:00
Michael 465537
98b9caa7bc
chore: Translated using Weblate (German)
Currently translated at 98.1% (1720 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-27 02:43:07 +02:00
Michael 465537
237e685d4a
chore: Translated using Weblate (German)
Currently translated at 97.6% (1711 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-27 02:07:14 +02:00
Freeplay
c9e5b596c1 Don't show unlisted posts in antennas 2023-05-26 20:05:26 -04:00
TalonTheDragon
be6c41d0c5 Add labels to chat form 2023-05-26 23:43:35 +02:00
TalonTheDragon
371794fb34 Do the same for the typing list 2023-05-26 23:38:38 +02:00
TalonTheDragon
36fbd0e419 Add aria live region to message list so they get read automatically as they come in 2023-05-26 23:30:27 +02:00
jolupa
425f628de3
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1753 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-26 23:04:04 +02:00
Freeplay
7609ac4d88 maybe fix blurry text in swiper ? 2023-05-26 17:02:17 -04:00
Kainoa Kanter
c3456c027a hotfix: try catch hasUnreadAntenna 2023-05-26 16:32:59 +00:00
Richard
0ffa306e1d
chore: Translated using Weblate (Dutch)
Currently translated at 32.3% (567 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nl/
2023-05-26 15:15:00 +02:00
Freeplay
a3f3ccf514 fix font size 2023-05-26 09:13:13 -04:00
Richard
02685cad68
chore: Translated using Weblate (Dutch)
Currently translated at 32.2% (566 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nl/
2023-05-26 07:25:17 +02:00
naskya
8ca72cf143
chore: Translated using Weblate (Japanese)
Currently translated at 98.8% (1732 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ja/
2023-05-26 07:25:16 +02:00
naskya
ff04e6935d
chore: Translated using Weblate (English)
Currently translated at 100.0% (1753 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/en/
2023-05-26 07:25:11 +02:00
ThatOneCalculator
870765684a
locale 2023-05-25 22:24:46 -07:00
ThatOneCalculator
5ecb7815ff
Revert "chore: rebase to v13 MkFolder"
This reverts commit 8783cf0adf.
2023-05-25 22:17:19 -07:00
ThatOneCalculator
5b765eedd5
dev23 2023-05-25 22:06:04 -07:00
ThatOneCalculator
afa15e17ef
refactor: make post imports an experiment 2023-05-25 22:05:43 -07:00
ThatOneCalculator
8783cf0adf
chore: rebase to v13 MkFolder
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
2023-05-25 21:46:45 -07:00
ThatOneCalculator
e1462133f6
chore: format 2023-05-25 20:42:14 -07:00
Kainoa Kanter
f9074ad771 Merge pull request 'fix: weird styling of reaction counts' (#10203) from naskya/calckey:fix/no-emoji-reaction-count-styling into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10203
2023-05-26 03:33:39 +00:00
naskya
0f40c2ea25
fix style 2023-05-26 12:28:31 +09:00
Kainoa Kanter
29e512af4d Merge pull request 'Fix reply and quote icons' (#10202) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10202
2023-05-26 03:16:52 +00:00
ThatOneCalculator
406901236b
fix: 💄 margin on expand tweet button 2023-05-25 20:05:19 -07:00
Freeplay
d373e7be25 Fix reply and quote icons
past me was really dumb wth
2023-05-25 22:51:55 -04:00
ThatOneCalculator
911704d6a8
chore: formatting 2023-05-25 19:47:10 -07:00
Kainoa Kanter
ceae7341d4 Merge pull request 'Only load timeline in active swiper slide' (#10200) from Freeplay/calckey:swiper into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10200
2023-05-26 01:58:24 +00:00
Freeplay
a534ec5565 fix z-index 2023-05-25 21:27:51 -04:00
Freeplay
5d224bf1c6 make consistent 2023-05-25 19:42:42 -04:00
Freeplay
9c7af415ae apply properties to all swipers 2023-05-25 19:40:47 -04:00
Freeplay
30beffab78 Only load timeline in active slide 2023-05-25 19:32:56 -04:00
Kainoa Kanter
6383babe04 Merge pull request 'Fix polls & own reactions not showing in replies' (#10199) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10199
2023-05-25 20:50:57 +00:00
Freeplay
c683ee304e tweak 2023-05-25 16:24:31 -04:00
Freeplay
b5ffb5af8d fix z-index 2023-05-25 15:50:14 -04:00
Freeplay
3f58162cf4 Fix polls & own reactions not showing in replies 2023-05-25 15:49:39 -04:00
Richard
a4f089670d
chore: Translated using Weblate (Dutch)
Currently translated at 32.1% (564 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nl/
2023-05-25 14:30:30 +02:00
Kainoa Kanter
991788dcce Merge pull request 'Display author's replies first, fixes, other stuff' (#10194) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10194
2023-05-25 03:51:34 +00:00
Freeplay
2375d2a8a6 hide follow-button label on mobile 2023-05-24 21:41:28 -04:00
Freeplay
a9a1c22605 a 2023-05-24 21:33:49 -04:00
Freeplay
b70139f2bb little refactor 2023-05-24 19:33:59 -04:00
Freeplay
54777fc12f Display replies by same author first 2023-05-24 17:40:16 -04:00
Kainoa Kanter
cfd9dca7de Merge pull request 'Hide security key section if TOTP is disabled' (#10192) from esm/calckey:hide-fido2 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10192
2023-05-24 19:48:15 +00:00
Essem
af3f36f063
Hide security key section if TOTP is disabled
This should prevent some unintended behavior (and 500 errors) for now.
2023-05-24 14:43:22 -05:00
April John
3ac0946019 update inbox import timeout 2023-05-24 21:03:37 +02:00
April John
208c7d380a update post import 2023-05-24 20:22:16 +02:00
Freeplay
b531145270 Add 'View on remote server' to right click menu 2023-05-24 14:00:18 -04:00
Freeplay
7b86c7087d Fix 'noteOf' text in post title 2023-05-24 13:22:53 -04:00
Kainoa Kanter
2ce76a7097 Merge pull request 'Fix truncated text in header' (#10191) from Freeplay/calckey:header into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10191
2023-05-24 16:33:10 +00:00
Freeplay
34f33e6bb5 Fix truncated text in header 2023-05-24 12:27:12 -04:00
Kainoa Kanter
4fae29e471 Merge pull request 'Change note right click menu to link context menu' (#10186) from Freeplay/calckey:a into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10186
2023-05-24 06:29:06 +00:00
Freeplay
3d6c480334 overflow hidden to clip 2023-05-23 22:09:24 -04:00
Freeplay
2c87697492 fix 2023-05-23 21:48:54 -04:00
Freeplay
7f76143273 Change note right click menu to link context menu 2023-05-23 21:33:18 -04:00
ThatOneCalculator
e8ab73562b
make tosUrl open action in case it's external 2023-05-23 18:23:06 -07:00
ThatOneCalculator
3d27929a41
dev19 2023-05-23 18:17:50 -07:00
ThatOneCalculator
48385d7a8f
feat: 👔 add link to TOS in info icon
Address #10117
2023-05-23 18:16:54 -07:00
ThatOneCalculator
fff166be42
docs: develop by default 2023-05-23 18:03:45 -07:00
ThatOneCalculator
3d5b0c5d83
chore: formatting 2023-05-23 18:02:52 -07:00
ThatOneCalculator
41bfbf7df1
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-23 18:01:50 -07:00
Kainoa Kanter
147e5e42c2 Merge pull request 'Fix z-index's, better clipping in notes' (#10185) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10185
2023-05-24 01:00:50 +00:00
ThatOneCalculator
e615ff5ebd
Merge branches 'develop' and 'develop' of codeberg.org:calckey/calckey into develop 2023-05-23 18:00:10 -07:00
ThatOneCalculator
983c860bd0
webhooks icon 2023-05-23 17:59:58 -07:00
Freeplay
e135f15832 hide scrollbar in header 2023-05-23 20:54:28 -04:00
Freeplay
6e1d5f366d fix 2023-05-23 20:49:56 -04:00
Freeplay
cab146fb96 Fix z-index, better clipping in notes 2023-05-23 20:30:55 -04:00
Richard
5e5fdbdf13
chore: Translated using Weblate (Dutch)
Currently translated at 31.6% (554 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nl/
2023-05-23 23:18:25 +02:00
AkDk7
51874bbdbd
chore: Translated using Weblate (German)
Currently translated at 95.6% (1676 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-23 23:18:24 +02:00
Ettore Atalan
184e887359
chore: Translated using Weblate (German)
Currently translated at 95.6% (1676 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-23 23:18:23 +02:00
Freeplay
e04562cdc8 Fix tabs not transitioning on first click 2023-05-23 13:56:29 -04:00
Richard
8213ba42ee
chore: Translated using Weblate (Dutch)
Currently translated at 30.8% (541 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nl/
2023-05-23 11:39:26 +02:00
jolupa
a3ce3ad5d3
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1753 of 1753 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-23 11:39:25 +02:00
Hosted Weblate
9787a201fe
chore: Merge branch 'origin/develop' into Weblate. 2023-05-23 07:34:17 +02:00
jolupa
18968979e1
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1750 of 1750 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-23 07:34:16 +02:00
Kainoa Kanter
dae9bd43d4 Merge pull request 'Add some labels to & truncate notifications' (#10181) from Freeplay/calckey:notifications into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10181
2023-05-23 05:33:54 +00:00
Kainoa Kanter
88b2c1d60c Merge pull request 'security: escape SQL-like queries' (#10182) from naskya/calckey:security/escape-sql into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10182
2023-05-23 05:29:55 +00:00
naskya
6dba4a145c
Format 2023-05-23 14:11:03 +09:00
naskya
c7943ca177
.js 2023-05-23 14:07:35 +09:00
MeiMei
910b06c35a
fix: Escape SQL LIKE
* SQL LIKE escape
2023-05-23 13:56:16 +09:00
ThatOneCalculator
d8aaa8f199
fix edit icon 2023-05-22 18:42:47 -07:00
Freeplay
8fe2aca14e Match notification padding to note's padding 2023-05-22 21:26:52 -04:00
Freeplay
05ce3e7039 fix rogue :global() (would prevent text in toggles from wrapping) 2023-05-22 21:16:55 -04:00
Freeplay
3a92e77c6c Merge branch 'develop' of https://codeberg.org/calckey/calckey into notifications 2023-05-22 21:12:11 -04:00
Freeplay
d85067fad5 Add labels to some & truncate notifications 2023-05-22 21:11:35 -04:00
Natty
1773ae14e3
Renote button optimization 2023-05-22 17:54:44 -07:00
ThatOneCalculator
97e69144f6
docs: notes 2023-05-22 17:40:59 -07:00
ThatOneCalculator
28750dddc8
why was that ever there?? 2023-05-22 17:36:19 -07:00
ThatOneCalculator
b5eb374e62
fix fade 2023-05-22 17:26:27 -07:00
ThatOneCalculator
79fe1dcd61
chore: formatting 2023-05-22 17:00:50 -07:00
ThatOneCalculator
2a87323242
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-22 16:59:48 -07:00
ThatOneCalculator
549802e5fa
Close #10177 2023-05-22 16:59:38 -07:00
Kainoa Kanter
2c36590ec7 Merge pull request 'Center header tabs, only hide labels if more than 3' (#10178) from Freeplay/calckey:header into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10178
2023-05-22 23:48:01 +00:00
Freeplay
afaf22ee23 padding fix 2023-05-22 19:40:38 -04:00
Hosted Weblate
447bcac862
chore: Merge branch 'origin/develop' into Weblate. 2023-05-22 23:48:29 +02:00
Richard
f27611b00b
chore: Translated using Weblate (Dutch)
Currently translated at 25.0% (438 of 1748 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nl/
2023-05-22 23:48:28 +02:00
jolupa
ccfdf95642
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1748 of 1748 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-22 23:48:28 +02:00
Kainoa Kanter
840f7f1930 Merge pull request 'Feat: MFM fade' (#10179) from ikiko/calckey:Feat-MFM-fade-dev into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10179
2023-05-22 21:48:03 +00:00
Isabell
45a8b9831e clean up rebase 2023-05-23 07:08:58 +10:00
Isabell
5ee098e51f remove autogenerated translations 2023-05-23 07:01:40 +10:00
Isabell
a4f075271f add fade to MFM options 2023-05-23 07:01:10 +10:00
Isabell
006358540c add fade to cheat sheet 2023-05-23 06:59:33 +10:00
Isabell
03f41c12a4 add fade description 2023-05-23 06:56:22 +10:00
Isabell
e2552bdfbb Add MFM fade functionality 2023-05-23 06:54:42 +10:00
ThatOneCalculator
454fec34b9 docs: cleanup apache 2023-05-23 06:54:39 +10:00
warrows
452b0309a5 Doc : Add apache2 basic configuration to documentation
Signed-off-by: warrows <codeberg@warrows.fr>
2023-05-23 06:54:11 +10:00
Freeplay
07ce15d30e this took longer than i would have liked. 2023-05-22 16:38:11 -04:00
Freeplay
e36ce8e849 fix avatar pos 2023-05-22 15:45:39 -04:00
Freeplay
ddb52ca4e3 add ::before & ::after to themeChanging class 2023-05-22 15:40:36 -04:00
Freeplay
9db7962e37 more fix, actually 2023-05-22 15:35:03 -04:00
Freeplay
4b56d34f93 better way of doing that
Couldn't due before becuase of how css was done
2023-05-22 15:23:26 -04:00
Freeplay
9f360606a0 fixes!! 2023-05-22 15:20:05 -04:00
Kainoa Kanter
161557d559 Nyanize non[consonant]
🟨🟪

https://calckey.social/notes/9f2l6x5u8e
2023-05-22 15:57:56 +00:00
Freeplay
f4e4dd6b5e Merge branch 'develop' of https://codeberg.org/calckey/calckey into header 2023-05-22 11:44:08 -04:00
ThatOneCalculator
8526f0af06
chore: up pnpm 2023-05-22 08:24:04 -07:00
ThatOneCalculator
299ee75d83
dev17 2023-05-22 08:23:18 -07:00
ThatOneCalculator
d88d74c8e0
chore: formatting 2023-05-22 08:23:00 -07:00
ThatOneCalculator
afd244351b
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-22 08:22:31 -07:00
ThatOneCalculator
9e94668911
chore: upgrade swiper 2023-05-22 08:22:21 -07:00
Hosted Weblate
8e8e0881ae
chore: Merge branch 'origin/develop' into Weblate. 2023-05-22 16:52:05 +02:00
GayCookie ✌
d6c7d038f6
chore: Translated using Weblate (Dutch)
Currently translated at 24.9% (436 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nl/
2023-05-22 16:52:05 +02:00
Richard
1ad166bfa3
chore: Translated using Weblate (Dutch)
Currently translated at 24.9% (436 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nl/
2023-05-22 16:52:05 +02:00
jolupa
561706bb2f
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1747 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-22 16:52:04 +02:00
Kainoa Kanter
16d0304d97 Merge pull request 'Fix: Accessibility fixes, mostly for screen reader' (#10173) from TalonTheDragon/calckey:fix/accessibility into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10173
2023-05-22 14:51:51 +00:00
Kainoa Kanter
fd03d443ef Hide icons in note tabs, always show reply tab (#10176) 2023-05-22 14:48:53 +00:00
TalonTheDragon
16bec67f27 Set postIsExpanded to ref() for reactivity 2023-05-22 13:08:32 +02:00
Freeplay
ef17ff4e05 fix 2023-05-22 06:26:17 -04:00
Freeplay
fea1f993e2 Hide icons in note tabs, always show reply tab 2023-05-22 06:21:41 -04:00
TalonTheDragon
891cc62e0d Emit event when cw is expanded 2023-05-22 12:18:17 +02:00
TalonTheDragon
c6d6950006 Add cw to english locale 2023-05-22 10:58:20 +02:00
TalonTheDragon
4ae3eea8a3 Add translation to content warning in MKNote.vue 2023-05-22 10:56:42 +02:00
TalonTheDragon
1c275c9114 Add translations to deck.vue aria labels 2023-05-22 10:54:42 +02:00
ThatOneCalculator
892414f303
chore: up mfm-js in backend 2023-05-21 21:39:20 -07:00
ThatOneCalculator
6ef6b62fb2
don't show underline if no tabs 2023-05-21 20:19:41 -07:00
ThatOneCalculator
3d9212c0d6
dev15 2023-05-21 20:07:46 -07:00
ThatOneCalculator
16c48307b6
Close #10175 2023-05-21 20:07:25 -07:00
ThatOneCalculator
70f6a4808c
chore: formatting 2023-05-21 20:05:52 -07:00
ThatOneCalculator
2c9d211af1
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-21 20:05:36 -07:00
ThatOneCalculator
8b2ffa773e
Close #10174 2023-05-21 20:04:59 -07:00
Kainoa Kanter
47b122536b Merge pull request 'Tweak note tabs + add follow button to header + other minor stuff' (#10172) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10172
2023-05-22 01:08:21 +00:00
Freeplay
88f39b2b02 Give article semantic to subnote 2023-05-21 18:23:17 -04:00
TalonTheDragon
8806dc92f7 Add translation to aria labels 2023-05-21 23:02:22 +02:00
Freeplay
a5ba2c3e8f padding fix 2023-05-21 16:48:25 -04:00
Freeplay
0f82c4250b Add follow button to header 2023-05-21 16:30:35 -04:00
TalonTheDragon
c240e37be9 Accessible label in MKNote should be a computed value. Also Fixes renoted note labels 2023-05-21 21:57:29 +02:00
Freeplay
9c1c001f25 Set minimum size for buttons 2023-05-21 14:11:45 -04:00
TalonTheDragon
fd9d23f3cb Label deck and universal bar buttons for screen readers on mobile. Still needs translation and aria-selected 2023-05-21 19:17:13 +02:00
Freeplay
55b6b6075d Accessible follow button 2023-05-21 13:10:27 -04:00
Richard
1a076a5956
chore: Translated using Weblate (Dutch)
Currently translated at 23.2% (407 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nl/
2023-05-21 18:31:12 +02:00
jolupa
0bea4f91e7
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1747 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-21 18:31:10 +02:00
TalonTheDragon
0b7e9068bc Properly set aria-hidden on note content only if CW is present and show content has not been clicked 2023-05-21 16:12:13 +02:00
TalonTheDragon
84ea25771d Add aria-label to note container. This makes screen-readers read out the content while navigating with the keyboard. 2023-05-21 16:10:48 +02:00
Freeplay
da0a0503ba tab fix 2023-05-20 21:46:33 -04:00
Freeplay
b871746b93 hide empty tabs 2023-05-20 21:20:17 -04:00
Kainoa Kanter
7dfb4ff3d4 Merge pull request 'fix: TypeError in word mutes' (#10168) from naskya/calckey:fix/alt-text-mutes-undefined into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10168
2023-05-20 23:41:47 +00:00
Freeplay
506420130e 'Jump to Reply' to 'Jump to previous' 2023-05-20 16:42:06 -04:00
naskya
813fb25d72
files may be undefined 2023-05-21 05:34:39 +09:00
Kainoa Kanter
3146749a30 Merge pull request 'Change detailed note tabs design' (#10164) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10164
2023-05-20 16:36:15 +00:00
Freeplay
e57fbbb335 add back icons 2023-05-20 12:34:04 -04:00
Freeplay
bfde7bbb88 Change detailed note tabs design 2023-05-20 12:08:20 -04:00
ThatOneCalculator
38d323962a
fix import 2023-05-19 23:59:49 -07:00
ThatOneCalculator
76b55e8c21
dev14 2023-05-19 23:38:54 -07:00
ThatOneCalculator
2d316fca4a
standardize post buttons 2023-05-19 23:38:36 -07:00
ThatOneCalculator
b049b5bfaa
chore: formatting 2023-05-19 23:27:56 -07:00
ThatOneCalculator
83db6ec70a
forgot } 2023-05-19 23:26:01 -07:00
ThatOneCalculator
c20e501d69
simpler fix, thank you @wikiyu 2023-05-19 23:22:10 -07:00
ThatOneCalculator
b4983ef56f
Revert "fix api doc?"
This reverts commit 9e366dc563.
2023-05-19 23:21:00 -07:00
ThatOneCalculator
7a004d8850
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-19 23:15:11 -07:00
ThatOneCalculator
9e366dc563
fix api doc? 2023-05-19 23:14:59 -07:00
Hosted Weblate
744afa788e
chore: Merge branch 'origin/develop' into Weblate. 2023-05-20 07:52:49 +02:00
jolupa
2fea627d86
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1746 of 1746 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-20 07:52:48 +02:00
ThatOneCalculator
973b1837a6
fix: show follow requests even if not locked 2023-05-19 22:52:14 -07:00
Kainoa Kanter
7a75ba477d Merge pull request 'Add reactions tab to detailed notes view' (#10161) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10161
2023-05-20 04:57:44 +00:00
Freeplay
e79b1c693e bottom padding 2023-05-20 00:53:15 -04:00
Freeplay
bf9077e1dc fix 2023-05-20 00:41:42 -04:00
Freeplay
c3b8ce2e57 Reactions tab 2023-05-20 00:14:14 -04:00
Kainoa Kanter
36581a5b94 Merge pull request 'enhance: emoji width and height' (#10155) from nmkj/calckey:emoji-size into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10155
2023-05-20 03:26:20 +00:00
Freeplay
7e93391ac3 fix depth 2023-05-19 23:02:15 -04:00
Namekuji
3ddcffd169
enhance: emoji width and height 2023-05-19 22:26:13 -04:00
Kainoa Kanter
6d3a5d63cc chore: formatting 2023-05-19 15:41:59 -07:00
Hosted Weblate
4bf3501668
chore: Merge branch 'origin/develop' into Weblate. 2023-05-19 23:20:39 +02:00
Richard
1dee117ccc
chore: Translated using Weblate (Dutch)
Currently translated at 19.7% (344 of 1743 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/nl/
2023-05-19 23:20:39 +02:00
Kainoa Kanter
722489821c Note tabs + Jump to Reply changes + other stuff (#10157) 2023-05-19 21:20:15 +00:00
Freeplay
2b6053d0b3 fix null error 2023-05-19 17:07:22 -04:00
Freeplay
f7856c6525 note metadata 2023-05-19 16:29:16 -04:00
Freeplay
f573f93d16 Make UserCardMini clickable 2023-05-19 14:45:29 -04:00
Freeplay
5db7460a82 fix loading icon for boosts tab 2023-05-19 14:40:47 -04:00
Freeplay
d60002f426 mini mfm button 2023-05-19 14:34:16 -04:00
Freeplay
79af6df55e add withChart prop to UserCardMini 2023-05-19 14:28:36 -04:00
Freeplay
98a831961e little bit more accessible tabs 2023-05-19 13:20:48 -04:00
Freeplay
d013b351e2 Tabbed content in detailed notes page 2023-05-19 13:02:41 -04:00
Freeplay
e921e2dce3 simplify conversation code 2023-05-18 15:48:36 -04:00
Kainoa Kanter
9f397dd29f Merge pull request 'revert history api for now' (#10150) from Freeplay/calckey:history into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10150
2023-05-18 16:03:21 +00:00
Freeplay
2ed994fb6d revert history api 2023-05-18 11:48:45 -04:00
Kainoa Kanter
b5b8a7c7ef Merge pull request 'fix: check alt text on word mutes' (#10149) from naskya/calckey:fix/alt-text-mutes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10149
2023-05-18 15:08:38 +00:00
naskya
80d4f06962
format 2023-05-18 20:50:24 +09:00
naskya
079d757009
Check alt text on mutes 2023-05-18 20:38:33 +09:00
Kenny Hui
60b5aec626
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 98.6% (1719 of 1743 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hant/
2023-05-18 11:15:39 +02:00
Kainoa Kanter
3fc94f9348 Merge pull request 'More focusable elements + allow closing modal's w/ browser back & esc' (#10142) from Freeplay/calckey:keyboard into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10142
2023-05-18 05:43:55 +00:00
Freeplay
fb06aecb7b Jump to Reply + other note page improvmeents 2023-05-17 21:54:37 -04:00
Freeplay
72a40b3139 Display account info of post rather than 'Post' in header 2023-05-17 18:56:03 -04:00
Freeplay
c3cd14ece0 (actually) fix clicking audio opening post 2023-05-17 16:44:06 -04:00
Freeplay
eec5f5dc23 SubNoteContent fixes 2023-05-17 15:24:51 -04:00
Freeplay
da522482ac Allow pressing esc to close lightbox 2023-05-17 13:46:00 -04:00
Freeplay
4bebe2187f add touch events for tooltip on range input 2023-05-17 12:53:00 -04:00
Freeplay
49acbd10ae Close modals on browser back 2023-05-17 12:34:45 -04:00
Kainoa Kanter
d505b596a4 Update 'patrons.json' 2023-05-17 15:59:18 +00:00
Kainoa Kanter
158a136c68 patrons 2023-05-16 21:19:44 -07:00
Freeplay
1e0d38dc55 There seemed to be no use for that ? 2023-05-17 00:10:24 -04:00
Hosted Weblate
1c6f9cffbb
chore: Merge branch 'origin/develop' into Weblate. 2023-05-17 06:01:55 +02:00
jolupa
c7b2804088
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1743 of 1743 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-17 06:01:55 +02:00
Kainoa Kanter
4a92688c75 locales 2023-05-16 20:59:54 -07:00
Kainoa Kanter
2de535b0b8 fix: dont show cheat sheet when not needed 2023-05-16 20:31:13 -07:00
Freeplay
4d45cd38d9 focus to elements 2023-05-16 22:40:02 -04:00
Kainoa Kanter
dcd6e48101 rm unessicary option 2023-05-16 19:31:18 -07:00
Kainoa Kanter
d79968e095 Merge pull request 'Add loading spinners to detailed note page & popups(if slow)' (#10139) from Freeplay/calckey:loaders into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10139
2023-05-17 01:39:50 +00:00
Freeplay
8a6112ec24 Display waiting dialog if component takes more than a second to load 2023-05-16 19:28:07 -04:00
Freeplay
095ac9d929 Add loading spinners + remove unused 2023-05-16 18:18:07 -04:00
April John
6a5b9009f0 feat: allow horizontal scaling 2023-05-17 00:08:33 +02:00
Kainoa Kanter
3897adaed7 Merge pull request 'chart 0.1.2' (#10135) from lilithmooncohen/calckey:chart-0.1.2 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10135
2023-05-16 21:48:52 +00:00
Lily Cohen
eae1f53684 chart 0.1.2 2023-05-16 14:26:11 -06:00
Kainoa Kanter
3bf08a9610 Merge pull request 'Accessible Form Inputs!' (#10130) from Freeplay/calckey:settings into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10130
2023-05-16 17:58:01 +00:00
Freeplay
86f1d104c4 fix border-radius of folder 2023-05-15 22:39:05 -04:00
Freeplay
3fde459b6e fix noBg timeline BG's when wallpaper set 2023-05-15 22:05:43 -04:00
Freeplay
805134bb74 move labels in migration page into caption 2023-05-15 21:45:17 -04:00
Freeplay
b38607a694 fix show replies toggle not saving 2023-05-15 18:13:59 -04:00
Freeplay
1cc7c3f8dd Accessible form components 2023-05-15 16:19:33 -04:00
jolupa
40496c29b5
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1742 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-15 18:52:34 +02:00
April John
1161db414e Fix 2023-05-15 13:03:48 +00:00
April John
38a5f4e543 Fix: add done statements 2023-05-15 12:25:54 +00:00
Freeplay
38a29ad2c5 organize settings 2023-05-14 22:10:52 -04:00
Kainoa Kanter
21c5b3665c Merge pull request 'Replace classic.vue w/ a class in universal.vue' (#10122) from Freeplay/calckey:classic into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10122
2023-05-14 23:55:54 +00:00
Kainoa Kanter
8b611a175e tooltip for edited 2023-05-14 16:52:31 -07:00
Freeplay
cda1e7bbf4 classic view spacing 2023-05-14 19:19:00 -04:00
Freeplay
ba1f39a9ac Remove classic header (isn't used anywhere anymore) 2023-05-14 19:14:54 -04:00
Freeplay
8b91a6faa1 tweak navbar 2023-05-14 19:10:59 -04:00
Freeplay
d2cee55c35 Change "Classic" to "Centered" 2023-05-14 19:10:48 -04:00
Kainoa Kanter
a3435bf1c9 instance -> server 2023-05-14 15:29:51 -07:00
Kainoa Kanter
231b82b35d fix quote 2023-05-14 15:25:15 -07:00
Kainoa Kanter
779379ab8a Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-14 15:20:44 -07:00
Kainoa Kanter
c6aa87cc9c chore: formatting 2023-05-14 15:20:26 -07:00
Kainoa Kanter
9d6172757c Revert "fix: 🐛 go to last timeline selected"
This reverts commit 4478468256.
2023-05-14 15:19:58 -07:00
Hosted Weblate
88d90a617b
chore: Merge branch 'origin/develop' into Weblate. 2023-05-15 00:18:41 +02:00
jolupa
4b81b4e7a4
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1745 of 1745 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-15 00:18:41 +02:00
Kainoa Kanter
18afe6ab47 Revert "feat: swap home timeline with social's functionality (#9597)"
This reverts commit df68d5ffff.
2023-05-14 15:18:18 -07:00
Freeplay
0996e2e2b6 fix mobile navbar 2023-05-14 17:21:28 -04:00
Hosted Weblate
2e6f9f8461
chore: Merge branch 'origin/develop' into Weblate. 2023-05-14 23:13:19 +02:00
Michael 465537
b4bd4e1511
chore: Translated using Weblate (German)
Currently translated at 99.1% (1729 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-14 23:13:19 +02:00
Abdul Karim Kikar
0833f38c63
chore: Translated using Weblate (Danish)
Currently translated at 11.4% (200 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/da/
2023-05-14 23:13:16 +02:00
Kainoa Kanter
a71f33701d warn against graze for mastodon 2023-05-14 14:12:59 -07:00
Freeplay
2a313e73ff Replace classic.vue w/ a class in universal.vue 2023-05-14 17:06:58 -04:00
Kainoa Kanter
001f8038bf remove duplicate 2023-05-14 13:45:36 -07:00
Kainoa Kanter
b669986060 Merge pull request 'Fix media not displaying when no body text' (#10121) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10121
2023-05-14 20:02:04 +00:00
Freeplay
2c22a20da4 button alignment 2023-05-14 15:33:50 -04:00
Freeplay
448d830c51 fix image not displaying if no text 2023-05-14 15:31:07 -04:00
April John
657857e8d6 Feat: move post imports to new jobs 2023-05-14 20:20:31 +02:00
April John
e4a821a494 Feat: move post imports to new jobs 2023-05-14 18:46:48 +02:00
Kainoa Kanter
d6c8e0dbf4 Merge pull request 'feat: automatically set antenna/list column names' (#10116) from naskya/calckey:feat/set-column-names-by-default into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10116
2023-05-14 14:04:03 +00:00
Kainoa Kanter
02d39d43fb Merge pull request 'chore: use better icons' (#10115) from naskya/calckey:chore/better-icons into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10115
2023-05-14 14:03:12 +00:00
Кибер огурчик
950100e95e
chore: Translated using Weblate (Russian)
Currently translated at 98.1% (1711 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-05-14 15:26:12 +02:00
waon
c2d7b5c183
chore: Translated using Weblate (Japanese)
Currently translated at 99.9% (1743 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ja/
2023-05-14 15:26:09 +02:00
naskya
b8168fed90
chore: Translated using Weblate (Japanese)
Currently translated at 99.9% (1743 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ja/
2023-05-14 15:26:08 +02:00
naskya
389df53f56
chore: Translated using Weblate (English)
Currently translated at 100.0% (1744 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/en/
2023-05-14 15:26:03 +02:00
naskya
5d5edbb655
Set antenna/list column names automatically 2023-05-14 14:53:33 +09:00
naskya
6109122d02
Change "Add caption" icon in Drive 2023-05-14 14:40:36 +09:00
naskya
cdc48bd018
Use ph-flying-saucer for antenna column in Deck 2023-05-14 14:36:29 +09:00
Kainoa Kanter
e63c89c723 Merge pull request 'Fix hover unblur text after keyboard nav changes' (#10113) from amybones/calckey:fix_word_mute_blur into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10113
2023-05-14 00:44:38 +00:00
amy bones
b01c9ce0b0
Fix hover unblur text after keyboard nav changes 2023-05-13 16:30:46 -07:00
Hosted Weblate
1bd8b34238
chore: Merge branch 'origin/develop' into Weblate. 2023-05-13 22:05:16 +02:00
Thomas
49cf003e4f
chore: Translated using Weblate (French)
Currently translated at 96.2% (1682 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fr/
2023-05-13 22:05:16 +02:00
FineFindus
1d4a9a56b2
chore: Translated using Weblate (German)
Currently translated at 99.0% (1730 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-13 22:05:13 +02:00
jolupa
f0ddb5832f
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1747 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-13 22:05:11 +02:00
Kainoa Kanter
a7bd62e964 Use proper beta label 2023-05-13 13:04:53 -07:00
Richard Azia
b904d2616a
chore: Translated using Weblate (French)
Currently translated at 96.2% (1682 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fr/
2023-05-13 18:18:55 +02:00
Marud
15eb13cef6
chore: Translated using Weblate (French)
Currently translated at 96.2% (1682 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fr/
2023-05-13 18:18:53 +02:00
Thomas
8751f0668a
chore: Translated using Weblate (French)
Currently translated at 96.2% (1682 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fr/
2023-05-13 18:18:53 +02:00
jolupa
2dcb5e6f92
chore: Translated using Weblate (Catalan)
Currently translated at 99.9% (1746 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-13 18:18:49 +02:00
Kainoa Kanter
3458573517 Merge pull request 'Implementation of post editing' (#10054) from supakaity/hajkey:feature/edits into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10054
2023-05-13 15:18:20 +00:00
Kaity A
950c9b5caf
update translation 2023-05-14 00:57:37 +10:00
Kaity A
1e48c89528
Update meta to include feaures 2023-05-14 00:51:31 +10:00
Kaity A
adda2816c8
Update meta to return experimentals 2023-05-14 00:18:30 +10:00
Kaity A
ee5c907a72
Add page header to experiments 2023-05-14 00:04:24 +10:00
Kaity A
7f0cd17b38
fix meta update 2023-05-13 23:57:55 +10:00
Kaity A
59307392d4
add experimental feature gate 2023-05-13 23:41:36 +10:00
Kaity A
f0a0a657b9
Merge branch 'develop' of https://codeberg.org/calckey/calckey into feature/edits 2023-05-13 22:13:02 +10:00
Kainoa Kanter
2dbd26e4ed Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-12 20:11:57 -07:00
Kainoa Kanter
8877598799 chore: formatting 2023-05-12 20:11:41 -07:00
Hosted Weblate
97ed28662e
chore: Merge branch 'origin/develop' into Weblate. 2023-05-13 05:06:15 +02:00
Kainoa Kanter
26aa19c9cc dev10 2023-05-12 20:06:01 -07:00
Hosted Weblate
3c2fefe204
chore: Merge branch 'origin/develop' into Weblate. 2023-05-13 05:05:40 +02:00
Kainoa Kanter
a51169a948 todo 2023-05-12 20:05:25 -07:00
Kainoa Kanter
dcd9f0a9c2 Revert "add (back) pwa install button to help menu"
This reverts commit 298960f4dd.
2023-05-12 20:05:18 -07:00
Kainoa Kanter
88ba0a9734 Revert "better icon"
This reverts commit 3808777c93.
2023-05-12 20:03:56 -07:00
Hosted Weblate
d55adb75d9
chore: Merge branch 'origin/develop' into Weblate. 2023-05-13 05:03:09 +02:00
Michael 465537
d56a7be9bf
chore: Translated using Weblate (German)
Currently translated at 99.4% (1729 of 1738 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-13 05:03:08 +02:00
jolupa
46f1439651
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1738 of 1738 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-13 05:03:06 +02:00
Kainoa Kanter
8470fb4a85 Merge pull request 'MFM Play Animation Button' (#10100) from Freeplay/calckey:mfm-warn into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10100
2023-05-13 03:02:38 +00:00
Freeplay
9aee07ef4b update locale 2023-05-12 21:59:13 -04:00
Freeplay
b20b2f5be9 tweak css 2023-05-12 21:54:59 -04:00
Freeplay
d2f1f6f4c0 Only show mfm warning the first time + fix sparkle 2023-05-12 21:48:58 -04:00
Freeplay
f0fe5fcf6c Add reduced motion & autoplay MFM toggles to welcome popup 2023-05-12 21:19:56 -04:00
Freeplay
17acb0ee56 styling + remove log 2023-05-12 20:30:06 -04:00
Freeplay
a5f9dfd84a Settings option 2023-05-12 20:05:33 -04:00
Freeplay
5dedd6b706 Merge branch 'develop' of https://codeberg.org/calckey/calckey into mfm-warn 2023-05-12 17:28:07 -04:00
Kainoa Kanter
245564924c Merge pull request 'Flake updates, dev server, and small doc improvements' (#10104) from pyrox/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10104
2023-05-12 14:01:44 +00:00
Pyrox
62e0ded409
flake: Cleanup devenv on clean, add helper scripts, and run dev server on devenv up
Also adds a new config example for use with the devenv scripts, as well
as a developer's guide for setting up the Nix environment. This could
also have steps for speific distros, such as what packages to install,
and specific notes.
2023-05-12 09:09:58 -04:00
Freeplay
3c5b1280c7 add initial button 2023-05-12 00:46:26 -04:00
Kainoa Kanter
3808777c93 better icon 2023-05-11 19:11:53 -07:00
Kainoa Kanter
79fc831dfa Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-11 19:06:04 -07:00
Kainoa Kanter
997db33e07 chore: up pnpm 2023-05-11 19:05:12 -07:00
Hosted Weblate
1614637ebc
chore: Merge branch 'origin/develop' into Weblate. 2023-05-12 04:03:07 +02:00
Kainoa Kanter
2bc1142016 fix typo 2023-05-11 19:02:51 -07:00
Hosted Weblate
c51909e412
chore: Merge branch 'origin/develop' into Weblate. 2023-05-12 04:00:41 +02:00
drakonicguy
d5237e5df1
chore: Translated using Weblate (Polish)
Currently translated at 99.3% (1725 of 1737 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/pl/
2023-05-12 04:00:41 +02:00
Michael 465537
b1128c6b70
chore: Translated using Weblate (German)
Currently translated at 99.3% (1725 of 1737 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-12 04:00:38 +02:00
Mæve Rey
e54367cd53
chore: Translated using Weblate (German)
Currently translated at 99.3% (1725 of 1737 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-12 04:00:38 +02:00
Kainoa Kanter
298960f4dd add (back) pwa install button to help menu 2023-05-11 18:59:42 -07:00
Kainoa Kanter
d743f53db6 changelog 2023-05-11 18:48:36 -07:00
Kainoa Kanter
b1a62b94b3 Merge pull request 'Replace classic view sidebars w/ default UI sidebars + fix wallpapers' (#10097) from Freeplay/calckey:classic into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10097
2023-05-12 01:44:02 +00:00
Freeplay
f27368afda remove backdrop-filter in icon-only sidebar 2023-05-11 21:01:47 -04:00
Freeplay
dc808e1149 fix 2023-05-11 20:52:30 -04:00
Freeplay
aa4136da5b fix 2023-05-11 20:43:00 -04:00
Freeplay
e9fdd707af Fix wallpaper support for all views 2023-05-11 20:38:54 -04:00
Freeplay
547848d663 Replace classic navbar w/ new 2023-05-11 19:46:42 -04:00
Freeplay
91345ceed1 Replace classic view widgets w/ the one from default view 2023-05-11 18:34:44 -04:00
Kainoa Kanter
619250a51d Merge pull request 'feat: local only boost' (#10089) from naskya/calckey:feat/local-only-boost-option into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10089
2023-05-11 20:31:04 +00:00
Kainoa Kanter
418f7d47bd Merge pull request 'docs: Add configuration for Caddy' (#10091) from pyrox/calckey:add-caddy-configuration into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10091
2023-05-11 20:22:36 +00:00
Pyrox
0e07a2773d
docs: Add configuration for Caddy 2023-05-11 09:27:23 -04:00
naskya
59010e2004
Fix silly typo, format 2023-05-11 20:28:32 +09:00
naskya
a719b386e7
Add local only boost option 2023-05-11 20:10:19 +09:00
Hosted Weblate
7985422c61
chore: Merge branch 'origin/develop' into Weblate. 2023-05-11 08:31:03 +02:00
ThatOneCalculator
37fea1136b
calckey.org 2023-05-10 23:30:48 -07:00
Hosted Weblate
0dbc3bdd65
chore: Merge branch 'origin/develop' into Weblate. 2023-05-11 05:59:45 +02:00
Michael 465537
70de728188
chore: Translated using Weblate (German)
Currently translated at 97.5% (1693 of 1735 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-11 05:59:44 +02:00
jolupa
016ee7c621
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1735 of 1735 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-11 05:59:42 +02:00
syuilo
5ffef363f3
念のためnoimageaiもつける 2023-05-10 20:51:22 -07:00
syuilo
6bc07036ac
feat: 投稿したコンテンツのAIによる学習を軽減するオプションを追加
Co-authored-by: GitHub <syuilo>
2023-05-10 20:50:21 -07:00
ThatOneCalculator
9ed2173b42
docs: cleanup apache 2023-05-10 17:10:01 -07:00
Kainoa Kanter
6b9b4a6866
Merge pull request 'docs: Add Apache2 documentation' (#10078) from warrows/calckey:main into main
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10078
2023-05-10 17:08:51 -07:00
ThatOneCalculator
6616f246a4
docs: cleanup apache 2023-05-10 17:08:16 -07:00
Kainoa Kanter
ec5ad0ff41 Merge pull request 'docs: Add Apache2 documentation' (#10078) from warrows/calckey:main into main
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10078
2023-05-11 00:02:38 +00:00
ThatOneCalculator
19d745b843
docs: add opencollective 2023-05-10 16:59:47 -07:00
ThatOneCalculator
f74cf06062
docs: fix k8s link 2023-05-10 16:56:46 -07:00
ThatOneCalculator
890b3b5bc3
Merge remote-tracking branch 'helm/add-helm-chart' into develop 2023-05-10 16:54:26 -07:00
Kainoa Kanter
f990745a42 Merge pull request 'chore: new helm chart implementation' (#10085) from lilithmooncohen/calckey:add-helm-chart into main
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10085
2023-05-10 23:46:46 +00:00
Lily Cohen
a7e361da6c adding example config 2023-05-10 16:17:05 -07:00
Lily Cohen
1f6b1a7c32 adding calckey helm chart 2023-05-10 16:07:45 -07:00
Kainoa Kanter
8154082b72 Merge pull request 'keyboard-accessibility' (#10084) from Freeplay/calckey:keyboard-accessibility into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10084
2023-05-10 22:20:57 +00:00
Freeplay
f5867f2541 Fix more unfocusable elements 2023-05-10 17:44:08 -04:00
ThatOneCalculator
3adcc107ff
call it "moderation notice" 2023-05-10 14:32:27 -07:00
ThatOneCalculator
860a26b10f
email padding 2023-05-10 14:29:43 -07:00
ThatOneCalculator
81c56d980e
improve emails 2023-05-10 14:27:46 -07:00
ThatOneCalculator
3ea930a8ce
don't need random style there 2023-05-10 14:21:32 -07:00
ThatOneCalculator
c542fb5c0f
fix typo 2023-05-10 14:19:48 -07:00
ThatOneCalculator
4163e4439b
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-10 14:15:26 -07:00
ThatOneCalculator
850b3a2c6d
fix button 2023-05-10 14:15:19 -07:00
Hosted Weblate
b5285695bf
chore: Merge branch 'origin/develop' into Weblate. 2023-05-10 23:09:30 +02:00
Hosted Weblate
5c2581c1fe
chore: Merge branch 'origin/develop' into Weblate. 2023-05-10 23:09:28 +02:00
drakonicguy
0f3c258a27
chore: Translated using Weblate (Polish)
Currently translated at 99.4% (1725 of 1734 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/pl/
2023-05-10 23:09:27 +02:00
Jeff
ae7379a680
chore: Translated using Weblate (Indonesian)
Currently translated at 84.0% (1457 of 1734 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/id/
2023-05-10 23:09:25 +02:00
Jesse Wierzbinski
3c36021e45
chore: Translated using Weblate (French)
Currently translated at 95.4% (1655 of 1734 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fr/
2023-05-10 23:09:23 +02:00
Richard Azia
749dd9691a
chore: Translated using Weblate (French)
Currently translated at 95.4% (1655 of 1734 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fr/
2023-05-10 23:09:22 +02:00
D David
0c529d9972
chore: Translated using Weblate (Spanish)
Currently translated at 92.5% (1605 of 1734 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/es/
2023-05-10 23:09:20 +02:00
Michael 465537
e9e2f96a7a
chore: Translated using Weblate (German)
Currently translated at 97.6% (1693 of 1734 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-10 23:09:18 +02:00
Tomkoid
9feb63979a
chore: Translated using Weblate (Czech)
Currently translated at 50.6% (879 of 1734 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/cs/
2023-05-10 23:09:15 +02:00
Rubén
cfbc76386c
chore: Translated using Weblate (Catalan)
Currently translated at 99.9% (1733 of 1734 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-10 23:09:14 +02:00
len
57fa93a828
chore: Translated using Weblate (English)
Currently translated at 100.0% (1734 of 1734 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/en/
2023-05-10 23:09:10 +02:00
ThatOneCalculator
97aedcb564
dev8 2023-05-10 14:09:06 -07:00
ThatOneCalculator
d6dbb4b8ff
chore: formatting 2023-05-10 14:08:51 -07:00
ThatOneCalculator
21ab26a7b3
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-10 14:06:55 -07:00
ThatOneCalculator
a11abdde60
feat: ability for moderators to send mod mail 2023-05-10 14:06:45 -07:00
April John
9118ca50d3 reintroduce async into post import 2023-05-10 22:26:31 +02:00
Freeplay
5e23d960ab some semantics 2023-05-10 16:20:52 -04:00
Freeplay
de1c25f9db Use tooltips as aria-labels 2023-05-10 15:15:27 -04:00
warrows
0fbae5f9ab
Doc : Tell admins to use a symoblic link instead of copying nginx conf
Signed-off-by: warrows <codeberg@warrows.fr>
2023-05-10 13:17:47 +02:00
warrows
249f5da269
Doc : Add apache2 basic configuration to documentation
Signed-off-by: warrows <codeberg@warrows.fr>
2023-05-10 13:17:17 +02:00
Kainoa Kanter
10e6e3ae14 Merge pull request 'Switch to adm-zip for emoji pack handling' (#10077) from esm/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10077
2023-05-10 02:44:17 +00:00
Essem
947e8932f2
Switch to adm-zip for emoji pack handling
Unzipper seems to corrupt files in certain cases on Node 18/19.
See https://github.com/ZJONSSON/node-unzipper/issues/271
2023-05-09 19:19:15 -05:00
ThatOneCalculator
186b8a9b16
Address #10076 2023-05-09 15:15:13 -07:00
ThatOneCalculator
df7e6843b2
properly link aps 2023-05-08 18:19:11 -07:00
Kainoa Kanter
abd7aa0ff6 Merge pull request 'display new direct replies at end instead of top' (#10071) from Freeplay/calckey:direct-reply-thing into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10071
2023-05-09 00:48:58 +00:00
Freeplay
5ffcbd0039 display new direct replies at end instead of top 2023-05-08 19:41:56 -04:00
ThatOneCalculator
c6d997bd11
fix opening info button 2023-05-08 16:26:36 -07:00
ThatOneCalculator
1cd775797d
chore: patrons 2023-05-08 16:25:13 -07:00
ThatOneCalculator
56d760505a
chore: patrons 2023-05-08 16:15:49 -07:00
ThatOneCalculator
2fa508feaf
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-08 16:15:11 -07:00
ThatOneCalculator
4b229eb31d
missed one 2023-05-08 16:15:04 -07:00
Kainoa Kanter
97284756f7 Merge pull request 'fix quote attached styling' (#10069) from Freeplay/calckey:compose-box-fix into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10069
2023-05-08 21:48:47 +00:00
Freeplay
7e07060f88 fix quote attached styling, will prob improve later 2023-05-08 17:26:59 -04:00
ThatOneCalculator
2a44213306
fix: 🐛 add zip/unzip to docker container
Closes #9843
2023-05-08 14:06:15 -07:00
ThatOneCalculator
257bf2bf01
mention 2023-05-08 13:52:11 -07:00
April John
b10f9beef2 Revert "fix: run post import async"
This reverts commit 3bedd1b347.
2023-05-08 22:48:12 +02:00
ThatOneCalculator
a929dc11de
example.com -> calckey.org 2023-05-08 13:39:39 -07:00
ThatOneCalculator
a7c523ee46
chore: formatting 2023-05-08 13:36:53 -07:00
ThatOneCalculator
cb73e277e9
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-08 13:36:28 -07:00
ThatOneCalculator
fd8ca682e5
fix: allow disabled radio buttons when created from radios.vue 2023-05-08 13:36:22 -07:00
April John
3bedd1b347 fix: run post import async 2023-05-08 22:30:40 +02:00
April John
ecf263bd91 import replies too 2023-05-08 22:09:42 +02:00
April John
ede47e45c8 try fetching replies 2023-05-08 22:09:42 +02:00
ThatOneCalculator
189e972e0d
chore: formatting 2023-05-08 13:01:06 -07:00
ThatOneCalculator
49abfba71a
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-08 13:00:44 -07:00
ThatOneCalculator
48ade7ce5c
update import-export options 2023-05-08 13:00:34 -07:00
Kainoa Kanter
f2db650c1a Merge pull request 'fix click.stop' (#10068) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10068
2023-05-08 19:51:44 +00:00
Kainoa Kanter
787245aefb Merge pull request 'Make config syntax more consistant' (#10066) from s1idewhist1e/calckey:issue/10065 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10066
2023-05-08 19:46:48 +00:00
Freeplay
9b27a6e7b9 fix click.stop 2023-05-08 15:39:20 -04:00
ThatOneCalculator
205382dcf6
add back #10067 except for media change 2023-05-08 12:38:56 -07:00
ThatOneCalculator
08ceb5e082
Revert "notes (#10067)"
This reverts commit 84f904516c, reversing
changes made to 0c742929a5.
2023-05-08 12:37:28 -07:00
Kainoa Kanter
84f904516c notes (#10067) 2023-05-08 19:02:51 +00:00
Freeplay
a1a356b696 fix clicking audio & search mfm opening post 2023-05-08 13:59:39 -04:00
Freeplay
03e65864cb fix padding 2023-05-08 13:45:00 -04:00
s1idewhist1e
8088b0ec90
Make config syntax more consistant 2023-05-08 10:40:43 -07:00
April John
0c742929a5 fix: dont stream hidden posts 2023-05-08 19:33:04 +02:00
April John
0b59937e9e fix: Detach push notifications..
..from "isRead" check. Apps will handle that theself.
2023-05-08 11:36:32 +02:00
April John
8c6475961e fix hidden post behavior 2023-05-08 11:23:30 +02:00
ThatOneCalculator
4d9b4b65d3
missing action + locales 2023-05-07 19:05:05 -07:00
ThatOneCalculator
5fbe82700d
calckey.org 2023-05-07 18:57:50 -07:00
ThatOneCalculator
78552e44b2
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-07 18:53:29 -07:00
ThatOneCalculator
6c5ca005ee
remove reference to apps.vue 2023-05-07 18:53:15 -07:00
Hosted Weblate
d4a48fb66d
chore: Merge branch 'origin/develop' into Weblate. 2023-05-08 03:50:16 +02:00
Michael 465537
b6510533b8
chore: Translated using Weblate (German)
Currently translated at 97.3% (1703 of 1749 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-08 03:50:16 +02:00
ThatOneCalculator
9e17f1b525
refactor: remove internal apps page 2023-05-07 18:49:56 -07:00
ThatOneCalculator
da61357f2d
fix: only fetch admin/meta if admin 2023-05-07 18:41:31 -07:00
ThatOneCalculator
5d88fc4555
dev5 2023-05-07 18:17:02 -07:00
ThatOneCalculator
6126b43aa9
fix incomplete revert 2023-05-07 18:05:11 -07:00
ThatOneCalculator
ba7418aa6d
Revert "fix: hidden post federation"
This reverts commit 8a51c73fe7.
2023-05-07 18:01:36 -07:00
ThatOneCalculator
3dcd6c0e4a
chore: format 2023-05-07 16:12:18 -07:00
ThatOneCalculator
5679e634d0
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-07 16:11:37 -07:00
ThatOneCalculator
5f69f3fa34
fix instance-info if moderator but not admin 2023-05-07 16:11:20 -07:00
Kainoa Kanter
f079bc9dc2 Merge pull request 'fix font size + remove unecessary class' (#10058) from Freeplay/calckey:note-fixes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10058
2023-05-07 22:31:39 +00:00
Freeplay
8ab7843e44 fix font size + remove unecessary class 2023-05-07 18:19:05 -04:00
Kainoa Kanter
04f954ca78 Update 'patrons.json' 2023-05-07 22:18:16 +00:00
Michael 465537
93cbd7cfff
chore: Translated using Weblate (German)
Currently translated at 96.6% (1690 of 1749 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-07 23:15:04 +02:00
ThatOneCalculator
cb4f23ec38
chore: pnpm 8.4.0 2023-05-07 12:55:07 -07:00
ThatOneCalculator
af33012932
use MkChannelList 2023-05-07 12:48:28 -07:00
ThatOneCalculator
2b9c880719
disable auto load for channels pagination 2023-05-07 12:41:08 -07:00
ThatOneCalculator
20c424d18b
docs: 📝 pm2 logrotate 2023-05-07 12:35:46 -07:00
ThatOneCalculator
4ef9137559
dev4 2023-05-07 12:29:36 -07:00
ThatOneCalculator
f2ffe07425
chore: formatting 2023-05-07 12:29:02 -07:00
ThatOneCalculator
91704cb07c
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-07 12:28:36 -07:00
ThatOneCalculator
a7b7e1c5d4
remove gfonts from redoc 2023-05-07 12:28:24 -07:00
Hosted Weblate
160e63bc96
chore: Merge branch 'origin/develop' into Weblate. 2023-05-07 20:39:00 +02:00
Michael 465537
0dcdffb6f1
chore: Translated using Weblate (German)
Currently translated at 96.5% (1688 of 1748 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-07 20:38:59 +02:00
jolupa
b773eb4433
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1750 of 1750 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-07 20:38:57 +02:00
ThatOneCalculator
988b530745
Revert "Merge pull request 'Add support for CW boosting' (#10047) from supakaity/hajkey:hk/cw-boost into develop"
This reverts commit 5e86bafb24, reversing
changes made to d1977fc320.
2023-05-07 11:38:39 -07:00
April John
d0d49696e2 fix: make userId optional cause its not used and
should not be used lmao
2023-05-07 16:27:49 +02:00
Pyrox
7e46506d4e feat: Add Nix development flake with flake-parts 2023-05-07 12:10:36 +00:00
Kaity A
9e8110b7bc
Fix up PR issues 2023-05-07 22:07:40 +10:00
Kaity A
1b5d2084d8
Add in edit buttons 2023-05-07 20:48:55 +10:00
Kaity A
8e4d38cb45
Revert accidental commit 2023-05-07 20:30:20 +10:00
Kaity A
5395b96428
Note editing 2023-05-07 20:27:25 +10:00
Kainoa Kanter
176c0727e3 Merge pull request 'feat: channel search' (#10048) from naskya/calckey:feat/search-channels into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10048
2023-05-07 03:06:01 +00:00
Kainoa Kanter
5e86bafb24 Merge pull request 'Add support for CW boosting' (#10047) from supakaity/hajkey:hk/cw-boost into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10047
2023-05-07 03:05:15 +00:00
Michael 465537
d1977fc320
chore: Translated using Weblate (German)
Currently translated at 96.6% (1688 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-07 04:41:36 +02:00
Kaity A
bee6a590ec
Higlight CWs by default off 2023-05-07 11:54:31 +10:00
Kaity A
282f07dd72
pnpm format 2023-05-07 11:53:01 +10:00
naskya
324ec9e095
format 2023-05-07 09:46:07 +09:00
naskya
020c02476a
Not found icon 2023-05-07 09:43:11 +09:00
naskya
d6b751f800
Update Chinese locale 2023-05-07 09:26:52 +09:00
MeiMei
9a3eb859bc
(partially) cherry-picked from misskey/10e526b
fix: Escape SQL LIKE

* SQL LIKE escape

* CHANGELOG
2023-05-07 09:16:46 +09:00
naskya
27d1d96c9d
Modify backend for Calckey 2023-05-07 09:13:37 +09:00
Ville Lepistö
001e6ecd8e
chore: Translated using Weblate (Finnish)
Currently translated at 51.6% (902 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fi/
2023-05-07 01:40:34 +02:00
JPlexer
3788b39b39
chore: Translated using Weblate (German)
Currently translated at 96.5% (1687 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-07 01:40:33 +02:00
Michael 465537
a748642b79
chore: Translated using Weblate (German)
Currently translated at 96.5% (1687 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-07 01:40:31 +02:00
jolupa
41f05f2704
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1747 of 1747 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-07 01:40:28 +02:00
Kaity A
cd3cfe4203
Add support for CW boosting 2023-05-07 09:26:24 +10:00
naskya
baef1b8ca9
Use phosphor icons 2023-05-07 08:08:07 +09:00
naskya
8a2135ba28
format 2023-05-07 08:05:18 +09:00
たーびん
54f6876c9c
feat: チャンネルの検索用ページとAPIの追加
* add channel search

* move  channel search to channel list page

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com>
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
Co-authored-by: xianon <xianon@hotmail.co.jp>
Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com>
Co-authored-by: YS <47836716+yszkst@users.noreply.github.com>
Co-authored-by: Khsmty <me@khsmty.com>
Co-authored-by: Soni L <EnderMoneyMod@gmail.com>
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com>
Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
2023-05-07 08:00:30 +09:00
Kainoa Kanter
e488131e68 Update 'patrons.json' 2023-05-06 22:04:28 +00:00
trollo
8a51c73fe7 fix: hidden post federation 2023-05-06 18:27:42 +02:00
Kainoa Kanter
3b45cd8f40 Update 'patrons.json' 2023-05-06 16:21:30 +00:00
Kainoa Kanter
6c65da161f Update 'patrons.json' 2023-05-06 06:26:30 +00:00
Kainoa Kanter
2a3f460a35 Update 'patrons.json' 2023-05-06 06:04:22 +00:00
Kainoa Kanter
02682693aa Update 'patrons.json' 2023-05-06 06:01:48 +00:00
Kainoa Kanter
9aa9441512 Update 'patrons.json'
Joeeeeee biden
2023-05-06 04:06:40 +00:00
Kainoa Kanter
0a9da8fa45 Merge pull request 'fix tiny text on mobile' (#10037) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10037
2023-05-06 03:28:21 +00:00
Kainoa Kanter
f06c52e059 Update 'patrons.json' 2023-05-06 03:22:13 +00:00
ThatOneCalculator
a758c13e20
chore: patrons 2023-05-05 18:42:36 -07:00
ThatOneCalculator
52ab21e737
chore: formatting 2023-05-05 18:37:13 -07:00
ThatOneCalculator
0694547f46
chore: patrons 2023-05-05 18:34:39 -07:00
ThatOneCalculator
3d2eb1aa0d
chore: patrons 2023-05-05 18:33:34 -07:00
ThatOneCalculator
dd5a8eefad
dev3 2023-05-05 18:32:44 -07:00
ThatOneCalculator
0d7ddf532d
patrons as span, not div 2023-05-05 18:32:00 -07:00
ThatOneCalculator
e284e3e620
update tag 2023-05-05 18:27:47 -07:00
ThatOneCalculator
472613f9ea
chore: patrons 2023-05-05 18:27:19 -07:00
Froggo
c9d57e5d49 Remove clutter from repost dialog by removing repost icon for non-default visibility (#10015)
The repost dialog is pretty cluttered, and the extra repeat icon next to the visibility icon seems to be a source of the clutter. This PR removes those icons next to the visibility icon, making it so that only the icon correlating to the visibility will show.

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10015
Co-authored-by: Froggo <froggo@noreply.codeberg.org>
Co-committed-by: Froggo <froggo@noreply.codeberg.org>
2023-05-06 00:43:34 +00:00
ThatOneCalculator
695cb87052
chore: format 2023-05-05 13:29:39 -07:00
ThatOneCalculator
fe499ccf9d
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-05 13:28:39 -07:00
ThatOneCalculator
8f85f2c58f
re-enable post imports 2023-05-05 13:27:52 -07:00
Hosted Weblate
3e871b64fe
chore: Merge branch 'origin/develop' into Weblate. 2023-05-05 22:03:26 +02:00
jolupa
e253fc11d0
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1744 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-05 22:03:25 +02:00
Kainoa Kanter
4496507af2 Merge pull request 'fix: word mutes' (#10034) from naskya/calckey:fix/word-mutes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10034
2023-05-05 20:03:03 +00:00
ThatOneCalculator
de3f231470
docs: links 2023-05-05 12:51:26 -07:00
naskya
4b119caffe Merge branch 'develop' into fix/word-mutes 2023-05-05 19:05:32 +00:00
ThatOneCalculator
88f9f8609d
fix: only show signupsDisabled if signups disabled 2023-05-05 12:04:13 -07:00
naskya
8ec6ab1119 Merge branch 'develop' into fix/word-mutes 2023-05-05 18:00:43 +00:00
Ettore Atalan
8d36aabcc5
chore: Translated using Weblate (German)
Currently translated at 96.5% (1683 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-05 19:34:06 +02:00
JPlexer
f913c52a80
chore: Translated using Weblate (German)
Currently translated at 96.5% (1683 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-05 19:34:05 +02:00
Michael 465537
5947732c1f
chore: Translated using Weblate (German)
Currently translated at 96.5% (1683 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-05 19:34:04 +02:00
naskya
e17d5f57f0 Merge branch 'develop' into fix/word-mutes 2023-05-05 15:36:58 +00:00
Michael 465537
21d6f1ded0
chore: Translated using Weblate (German)
Currently translated at 96.3% (1681 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-05 17:14:21 +02:00
jolupa
f5514d7cd8
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1744 of 1744 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-05 17:14:18 +02:00
naskya
069c789a78 Merge branch 'develop' into fix/word-mutes 2023-05-05 14:01:14 +00:00
April John
dd777935cb fix: dont stream hidden posts over websocket 2023-05-05 15:53:05 +02:00
April John
6b6e5dfcdf hide hidden posts in websocket streams 2023-05-05 15:50:50 +02:00
April John
3800eb8980 Feat: new internal post visibility "hidden" 2023-05-05 15:16:10 +02:00
April John
5fd6690755 Fix: properly handle timeline db errors 2023-05-05 14:30:08 +02:00
naskya
db273318b8
Remove the code snippets which didn't work 2023-05-05 16:58:42 +09:00
naskya
52f521941c
I believe I finally solved the boost hard mute issue (took 3 hours) 2023-05-05 15:32:47 +09:00
naskya
e617463ea7 Merge branch 'develop' into fix/word-mutes 2023-05-05 06:31:16 +00:00
ThatOneCalculator
7c1e1d336f
spaces 2023-05-04 23:19:32 -07:00
naskya
86dc71b201
oops 2023-05-05 12:49:34 +09:00
naskya
95f04a1c3c
Fix regex hard mutes 2023-05-05 12:36:17 +09:00
naskya
ba1e96a020
Fix non-ASCII word soft mutes 2023-05-05 12:23:44 +09:00
naskya
d1ab75beed
Fix dirty duplicated code 2023-05-05 10:38:56 +09:00
naskya
1baf760c4c
Merge branch 'fix/word-mutes' of https://codeberg.org/naskya/calckey into fix/word-mutes 2023-05-05 09:47:17 +09:00
naskya
1601676d55
Show the correct username 2023-05-05 09:46:47 +09:00
naskya
c713563a2e
Boosts should be prioritized 2023-05-05 08:17:45 +09:00
naskya
8bfe67c031
Fix missing import 2023-05-05 08:14:16 +09:00
naskya
edf47d390b
Fix channel bug 2023-05-05 07:47:03 +09:00
naskya
3b3da42763
clean up 2023-05-05 06:16:23 +09:00
naskya
48b5865507
Merge branch 'fix/word-mutes' of https://codeberg.org/naskya/calckey into fix/word-mutes 2023-05-05 05:48:55 +09:00
naskya
7113735212
Use original (Misskey's) implementation for hard mutes as muted reason isn't needed 2023-05-05 05:48:31 +09:00
naskya
19524b1010 Merge branch 'develop' into fix/word-mutes 2023-05-04 20:33:11 +00:00
naskya
ffea68ad8d
I was confused 2023-05-05 05:26:59 +09:00
naskya
e46cac02e3
Fix missing return, typo 2023-05-05 05:22:32 +09:00
naskya
fc3296d64f
Fix missing arguments 2023-05-05 05:17:16 +09:00
ThatOneCalculator
597ce41081
margin top 2023-05-04 10:24:31 -07:00
ThatOneCalculator
d4e048999d
move button outside form 2023-05-04 10:20:27 -07:00
ThatOneCalculator
096140b400
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-04 10:10:11 -07:00
ThatOneCalculator
d6983f7864
fix: external link 2023-05-04 10:10:02 -07:00
Hosted Weblate
2f5d583c79
chore: Merge branch 'origin/develop' into Weblate. 2023-05-04 19:04:18 +02:00
ThatOneCalculator
f9e206d0d2
dev1 2023-05-04 10:04:04 -07:00
Hosted Weblate
3bf426a932
chore: Merge branch 'origin/develop' into Weblate. 2023-05-04 19:03:47 +02:00
Ville Lepistö
821b9a8ab3
chore: Translated using Weblate (Finnish)
Currently translated at 48.9% (853 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fi/
2023-05-04 19:03:47 +02:00
Michael 465537
cc874c21b9
chore: Translated using Weblate (German)
Currently translated at 94.6% (1649 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-04 19:03:45 +02:00
jolupa
ce1a6b61be
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1742 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-04 19:03:43 +02:00
ThatOneCalculator
a2588aaed8
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-04 10:03:02 -07:00
ThatOneCalculator
61214d0464
feat: show message if signups are disabled 2023-05-04 10:02:53 -07:00
Freeplay
b5b577e001 fix tiny text on mobile 2023-05-04 08:30:28 -04:00
Freeplay
015eed31f8 center header 2023-05-04 08:16:51 -04:00
naskya
ebfd07628e
format 2023-05-04 14:41:18 +09:00
naskya
137cef81b6 Merge branch 'develop' into fix/word-mutes 2023-05-04 05:36:29 +00:00
naskya
d9553e73af
Differentiate soft mutes and hard mutes 2023-05-04 14:20:06 +09:00
naskya
cdd876ba03
Refactor soft word mutes 2023-05-04 14:13:13 +09:00
naskya
075e5a1c7a
Refactor hard word mutes 2023-05-04 13:17:37 +09:00
Kainoa Kanter
4ceb2b816c Merge pull request 'fix: Documentation of migration from Misskey v13' (#10014) from nmkj/calckey:update-migration-doc into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10014
2023-05-03 21:58:56 +00:00
Kainoa Kanter
68c9ba5403 Merge pull request 'fix: Don't increment boost counts of non-person actors' (#10023) from nmkj/calckey:fix-boostcount into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10023
2023-05-03 21:57:48 +00:00
ThatOneCalculator
1a120df9ce
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-03 13:51:53 -07:00
ThatOneCalculator
eb7ccfed71
panos 2023-05-03 13:51:49 -07:00
Namekuji
49e9fb9001
don't update if renoted by bot 2023-05-03 16:16:34 -04:00
Ville Lepistö
a758af1513
chore: Translated using Weblate (Finnish)
Currently translated at 43.5% (759 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fi/
2023-05-03 20:24:41 +02:00
jolupa
db4388d0c9
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1742 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-03 20:05:57 +02:00
spla
85ef06d9f4
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1742 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-03 20:05:56 +02:00
Ville Lepistö
fecee558c3
chore: Translated using Weblate (Finnish)
Currently translated at 43.4% (757 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fi/
2023-05-03 19:57:20 +02:00
Ettore Atalan
4768ea640f
chore: Translated using Weblate (German)
Currently translated at 94.0% (1639 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-03 19:57:19 +02:00
JPlexer
91af331928
chore: Translated using Weblate (German)
Currently translated at 94.0% (1639 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-05-03 19:57:18 +02:00
spla
bb7f25c59b
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1742 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-03 19:57:15 +02:00
jolupa
792ccafb63
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1742 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-03 19:57:13 +02:00
Jeff
16f3a67160
chore: Translated using Weblate (English)
Currently translated at 100.0% (1742 of 1742 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/en/
2023-05-03 19:57:08 +02:00
Namekuji
a5581ad272
fix typo 2023-05-02 20:45:20 -04:00
Namekuji
89325cacaf
add migration patches and fix commands 2023-05-02 20:36:02 -04:00
ThatOneCalculator
45528e3630
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-02 15:15:05 -07:00
ThatOneCalculator
4999b4f1a6
add catppuccin latte 2023-05-02 15:14:44 -07:00
ThatOneCalculator
8a69b48351
Revert "chore: theme refactor"
This reverts commit 6953fceade.
2023-05-02 15:14:12 -07:00
Kainoa Kanter
ad41adb24e Merge pull request 'notes' (#10008) from Freeplay/calckey:notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10008
2023-05-02 22:05:48 +00:00
ThatOneCalculator
087f3aaaa2
fix: correctly display links to self instance URL
Closes #9270

Co-authored-by: GitHub <futchitwo>
2023-05-02 14:45:09 -07:00
Kainoa Kanter
28dd7e0393 Merge pull request 'Re-add deepClone and move updated into note capture' (#10006) from supakaity/hajkey:hk/fix-update-event into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10006
2023-05-02 19:10:00 +00:00
Freeplay
9727a03f05 Add tooltips to visibility icons (#9598) 2023-05-02 15:07:46 -04:00
Freeplay
f34fd4991f fix translation box 2023-05-02 14:52:05 -04:00
Freeplay
5b03b21ba3 Fix line color (#9997) 2023-05-02 14:50:22 -04:00
Hosted Weblate
01317454b4
chore: Merge branch 'origin/develop' into Weblate. 2023-05-02 18:30:46 +02:00
Ville Lepistö
7ca3f6ccfc
chore: Translated using Weblate (Finnish)
Currently translated at 21.1% (367 of 1739 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fi/
2023-05-02 18:30:46 +02:00
Kenny Hui
7497bb12ef
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 96.8% (1685 of 1739 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hant/
2023-05-02 18:30:45 +02:00
jolupa
fb5cd7bd16
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1739 of 1739 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-02 18:30:42 +02:00
Kainoa Kanter
1cc9945e65 Merge pull request 'Implement inbound note edit federation' (#9975) from supakaity/hajkey:hk/edit-federation into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9975
2023-05-02 16:30:16 +00:00
Kaity A
ad181a10c3
Readd deepClone and move updated into note capture 2023-05-02 22:42:33 +10:00
Kaity A
69bf975b58
allow upstream note updates to propogate 2023-05-02 19:32:36 +10:00
Kaity A
3e2c8f490e
allow upstream note updates to propogate 2023-05-02 19:30:05 +10:00
Kaity A
a7c9400a42
Merge remote-tracking branch 'origin/develop' into hk/edit-federation 2023-05-02 18:24:54 +10:00
Kaity A
389c531b2c
update file sensitivity on note edit 2023-05-02 18:22:42 +10:00
Kaitlyn Allan
61dde4c0b0
updates to include alt text editing 2023-05-02 17:47:16 +10:00
ThatOneCalculator
c836bcfd0a
no imports 2023-05-01 23:09:10 -07:00
ThatOneCalculator
f8a1331d69
Merge branch 'develop' into beta 2023-05-01 23:08:54 -07:00
ThatOneCalculator
169d61f0ad
disable post imports for now 2023-05-01 23:08:35 -07:00
ThatOneCalculator
bf262b972f
max import posts twice a month 2023-05-01 21:54:15 -07:00
ThatOneCalculator
b28c3f5da7
max import posts twice a month 2023-05-01 21:50:14 -07:00
ThatOneCalculator
7c2808333b
Merge branch 'develop' into beta 2023-05-01 21:10:49 -07:00
ThatOneCalculator
3518c1dd8a
14 dev 2023-05-01 21:10:08 -07:00
ThatOneCalculator
bbc4d83414
import correctly 2023-05-01 21:09:48 -07:00
ThatOneCalculator
e44052cd25
fix show more import 2023-05-01 21:08:44 -07:00
ThatOneCalculator
bd4b969489
Merge branch 'develop' into beta 2023-05-01 21:06:11 -07:00
ThatOneCalculator
b02bfdd7de
fix lang 2023-05-01 21:00:27 -07:00
ThatOneCalculator
1d83c0ab55
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-01 20:54:06 -07:00
ThatOneCalculator
eac64dad5b
how in the world does this keep getting reversed 2023-05-01 20:54:02 -07:00
Hosted Weblate
9c4a89c156
chore: Merge branch 'origin/develop' into Weblate. 2023-05-02 05:33:53 +02:00
jolupa
30fd6c3138
chore: Translated using Weblate (Catalan)
Currently translated at 100.0% (1739 of 1739 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-02 05:33:44 +02:00
ThatOneCalculator
ad969a28cc
chore: formatting 2023-05-01 20:32:18 -07:00
Kainoa Kanter
9708170559 Merge pull request 'fix: db migration of InstanceSilence' (#9996) from nmkj/calckey:fix-dbmigration into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9996
2023-05-02 03:29:41 +00:00
Namekuji
aaa8083740
fix db migration 2023-05-01 18:11:56 -04:00
Kainoa Kanter
4e726421d1 Merge pull request 'bring back show more component' (#9993) from Freeplay/calckey:notifications into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9993
2023-05-01 21:21:03 +00:00
Freeplay
f34c224a10 bring back Show More component 2023-05-01 17:02:43 -04:00
ThatOneCalculator
200cd84bb2
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-05-01 13:56:52 -07:00
ThatOneCalculator
a17b5fc680
chore: patrons 2023-05-01 13:56:48 -07:00
Freeplay
f759476a4a Merge branch 'develop' of https://codeberg.org/calckey/calckey into notifications 2023-05-01 16:50:21 -04:00
Freeplay
505a0dfd9c revert show more notification component 2023-05-01 16:50:08 -04:00
jolupa
659fd9a16d
chore: Translated using Weblate (Catalan)
Currently translated at 69.2% (1204 of 1739 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-05-01 22:29:59 +02:00
ThatOneCalculator
53669aa293
update patrons 2023-05-01 12:57:24 -07:00
Kainoa Kanter
93309db051 Merge pull request 'Fix: 500 server error when attempting to fetch followers-only reply as guest' (#9983) from s1idewhist1e/calckey:issue/9075 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9983
2023-05-01 19:38:16 +00:00
Kainoa Kanter
9722b7bafe Merge pull request 'Fix: email validation' (#9984) from s1idewhist1e/calckey:issue/9268 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9984
2023-05-01 19:37:56 +00:00
Kainoa Kanter
8ddb221046 Merge pull request 'fix: Commit CI not finishing because cargo is not installed' (#9989) from thehedgeh0g/calckey:fix-commit-ci into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9989
2023-05-01 19:34:24 +00:00
Pyrox
1be1b2db76
fix: Switch to node alpine image 2023-05-01 15:21:52 -04:00
Pyrox
ee5f067069
fix: Commit CI not running because cargo is not installed 2023-05-01 14:52:38 -04:00
Cleo
455c7273ee Fixing post visibility patch
Co-authored-by: Laura Hausmann <laura@hausmann.dev>
2023-05-01 15:42:27 +00:00
s1idewhist1e
8d1251b977
fix email validation 2023-04-30 22:57:10 -07:00
s1idewhist1e
6f32efd898
Wrap note fetching in a try/catch 2023-04-30 22:11:15 -07:00
Kainoa Kanter
34a6e1caa4 Merge pull request 'feat: Suppress notifications by silenced accounts and instances' (#9965) from nmkj/calckey:instance-silence into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9965
2023-05-01 02:18:37 +00:00
Namekuji
93dc237835
Merge branch 'develop' into instance-silence 2023-04-30 22:02:04 -04:00
Namekuji
fe96578b14
enforce follow-request from silenced users 2023-04-30 21:43:56 -04:00
Namekuji
784f632b99
suppress notification from silenced users and instances 2023-04-30 21:35:10 -04:00
ThatOneCalculator
68d8e40017
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-30 17:57:16 -07:00
ThatOneCalculator
6953fceade
chore: theme refactor 2023-04-30 17:57:04 -07:00
s1idewhist1e
16d8682721 FIx: incorrect/poorly worded warning when deleting drive files (#9982)
Closes #9047

Co-authored-by: s1idewhist1e <trombonedude05@gmail.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9982
Co-authored-by: s1idewhist1e <s1idewhist1e@noreply.codeberg.org>
Co-committed-by: s1idewhist1e <s1idewhist1e@noreply.codeberg.org>
2023-05-01 00:15:26 +00:00
ThatOneCalculator
e18f3eb212
patrons 2023-04-30 17:14:31 -07:00
ThatOneCalculator
69b62fa2c0
favicon 2023-04-30 17:14:04 -07:00
Namekuji
9535bbcf89
do not notify if the target is not following 2023-04-30 19:46:02 -04:00
Namekuji
5338185605
format 2023-04-30 18:01:06 -04:00
Namekuji
5b62f110d1
add db migration 2023-04-30 18:00:19 -04:00
Namekuji
74b1bead52
Merge branch 'develop' into instance-silence 2023-04-30 17:52:05 -04:00
Namekuji
441bf2842f
add silenced colour 2023-04-30 17:45:45 -04:00
Namekuji
631aa3de41
fix params 2023-04-30 17:32:14 -04:00
Namekuji
d8e139a21f
fix meta fetch 2023-04-30 17:06:43 -04:00
ThatOneCalculator
121ddedce8
chore: format 2023-04-30 13:27:27 -07:00
ThatOneCalculator
4b1fa90c8f
fix(ap): Use unique identifier for each follow request
Closes #9677

Co-authored-by: GitHub <hutchisr>
2023-04-30 13:26:51 -07:00
ThatOneCalculator
3533f6b481
chore: up browser-image-resizer 2023-04-30 13:13:43 -07:00
Hosted Weblate
89feba5415
chore: Merge branch 'origin/develop' into Weblate. 2023-04-30 21:37:45 +02:00
waon
4cc9673873
chore: Translated using Weblate (Japanese)
Currently translated at 99.3% (1724 of 1735 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ja/
2023-04-30 21:37:45 +02:00
Kainoa Kanter
c4a4d4c881 Merge pull request 'chore: update mfm-cheat-sheet' (#9967) from naskya/calckey:chore/mfm-cheat-sheet into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9967
2023-04-30 19:37:35 +00:00
Kainoa Kanter
51a61ef39e Merge pull request 'keyboard-accessability' (#9974) from Freeplay/calckey:keyboard-accessability into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9974
2023-04-30 19:36:17 +00:00
fruye
c3d747e42d Use numeric ids everywhere in mastodon API (#9970)
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9970
Co-authored-by: fruye <fruye@unix.dog>
Co-committed-by: fruye <fruye@unix.dog>
2023-04-30 19:34:52 +00:00
Kaity A
6eed038028
fix poll voting causing edit revisions. 2023-05-01 03:17:38 +10:00
Freeplay
842b38aff6 Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability 2023-04-30 12:31:41 -04:00
Kaity A
627a71701f
Implement inbound note edit federation 2023-05-01 02:29:50 +10:00
Freeplay
fcd9fa4adc Fix jumping to top of page when opening menu
I also thought this would maybe fix one of the focustrap errors in the console, but no.
2023-04-30 11:58:36 -04:00
Namekuji
c89bed41b0
use tab instead of page header 2023-04-30 11:47:39 -04:00
naskya
b8598fcace
KaTex -> KaTeX 2023-05-01 00:02:16 +09:00
naskya
e116dabdf4
blockMath is not necessarily multi-line (is this copy-pasted from blockCode?) 2023-04-30 23:49:08 +09:00
naskya
fb3a43aeba
use new styling method 2023-04-30 23:28:17 +09:00
naskya
be58c08337
more search syntax (although it doesn't appear since the description of the search syntax is commented out) 2023-04-30 23:24:19 +09:00
naskya
518ae2f089
add blockMath 2023-04-30 23:18:39 +09:00
Namekuji
a1645ddc5b
can overlap with blocked hosts 2023-04-30 09:04:29 -04:00
Namekuji
51858ae473
add toggler 2023-04-30 09:01:42 -04:00
Namekuji
9bc872dc00
format 2023-04-30 08:08:45 -04:00
Namekuji
151b30c53d
rename and comment 2023-04-30 07:58:03 -04:00
Namekuji
ba734a9f3c
instance silence 2023-04-30 07:27:55 -04:00
ThatOneCalculator
7373fc625a
Merge remote-tracking branch 'weblate/develop' into develop 2023-04-29 19:52:43 -07:00
Kainoa Kanter
7d25b7adc6
chore: Translated using Weblate (Finnish)
Currently translated at 11.7% (204 of 1735 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fi/
2023-04-30 04:51:50 +02:00
Ville Lepistö
50d8301b2f
chore: Translated using Weblate (Finnish)
Currently translated at 11.7% (204 of 1735 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fi/
2023-04-30 04:51:50 +02:00
jolupa
3b9b6daba3
chore: Translated using Weblate (Catalan)
Currently translated at 37.1% (644 of 1735 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-04-30 04:51:49 +02:00
Laker Turner
4706bc8796
chore: Translated using Weblate (English)
Currently translated at 100.0% (1735 of 1735 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/en/
2023-04-30 04:51:46 +02:00
ThatOneCalculator
a1c874eff5
9h 2023-04-29 19:39:28 -07:00
ThatOneCalculator
0e602a2824
Revert "Merge pull request 'Add show more button to notifications' (#9942) from Freeplay/calckey:notifications into develop"
This reverts commit 8cb321b110, reversing
changes made to 133391122b.
2023-04-29 19:39:04 -07:00
ThatOneCalculator
f6c5a52106
Revert "Merge pull request 'Add show more button to notifications' (#9942) from Freeplay/calckey:notifications into develop"
This reverts commit 8cb321b110, reversing
changes made to 133391122b.
2023-04-29 19:38:26 -07:00
ThatOneCalculator
d493665922
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-29 19:15:47 -07:00
ThatOneCalculator
da6dd31812
hotfix 2023-04-29 19:14:47 -07:00
ThatOneCalculator
d1c1d75388
Revert "keyboard accessibility (#9725)"
This reverts commit c1d5922acb.
2023-04-29 19:14:36 -07:00
Kainoa Kanter
23b14b3bd7 Merge pull request 'Remove eslint from calckey-js (use rome)' (#9962) from supakaity/hajkey:hk/calckeyjs-rome into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9962
2023-04-30 01:40:17 +00:00
Kaitlyn Allan
461fdd1408
Remove eslint from calckey-js (use rome) 2023-04-30 11:33:45 +10:00
Kainoa Kanter
6a9b0e961b Merge pull request 'Add Libre Translate support' (#9961) from supakaity/hajkey:hk/libre-translate into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9961
2023-04-30 01:29:09 +00:00
Kaity A
914355c644
Add Libre Translate support 2023-04-30 11:09:51 +10:00
ThatOneCalculator
e7b714c134
beta9 2023-04-29 16:26:51 -07:00
ThatOneCalculator
b17bab4981
Merge branch 'develop' into beta 2023-04-29 15:44:46 -07:00
ThatOneCalculator
2b3191b6cd
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-29 15:32:38 -07:00
ThatOneCalculator
41151ca918
new logos 2023-04-29 15:32:33 -07:00
Free
c1d5922acb keyboard accessibility (#9725)
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9725
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-04-29 22:30:14 +00:00
ThatOneCalculator
f3b45186fb
docs 2023-04-29 13:38:52 -07:00
ThatOneCalculator
11b93d2d9a
chore: upgrade megalodon 2023-04-29 13:28:24 -07:00
naskya
6cfb83660f fix: centering block math (#9946)
Similar to `inlineCode` and `blockCode`, MFM provides two types of formula syntax, `mathInline` and `mathBlock` (I'm curious why these aren't called `inlineMath`/`blockMath`, but oh well)

Other platforms, like GitHub, **Math**todon, my blog, etc., also support these two types of formula representation, and math blocks are centered on (maybe) all such platforms.

![](https://cdn.discordapp.com/attachments/823878222897741868/1101837026304720997/2023-04-29_201943.png)

But Calckey (Misskey v12) don't center math blocks. I'd say this is a bug, and this makes `blockMath` useless (it's just `inlineMath` in a new line).

![](https://cdn.discordapp.com/attachments/823878222897741868/1101837026027917342/2023-04-29_202008.png)

So I fixed this.

![](https://cdn.discordapp.com/attachments/823878222897741868/1101837183574355978/2023-04-29_202854.png)

Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9946
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-29 14:01:24 +00:00
Freeplay
544e4bab51 a 2023-04-29 09:56:28 -04:00
Freeplay
1ee8b7285e Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability 2023-04-29 09:48:10 -04:00
Ville Lepistö
a9081ee567
chore: Translated using Weblate (Finnish)
Currently translated at 2.4% (43 of 1735 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fi/
2023-04-29 10:08:42 +02:00
Kainoa Kanter
7f9e341427 Merge pull request 'chore: update icons on the post form' (#9944) from naskya/calckey:chore/update-icons into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9944
2023-04-29 07:59:17 +00:00
naskya
acb6cdcea5 Merge branch 'develop' into chore/update-icons 2023-04-29 07:39:48 +00:00
Kainoa Kanter
69ad1bd2dc
chore: Added translation using Weblate (Finnish) 2023-04-29 09:35:03 +02:00
naskya
cc0a478b65
chore: update icons on post form 2023-04-29 14:08:11 +09:00
Freeplay
0b758321ba a 2023-04-28 23:47:13 -04:00
Freeplay
5e01581d06 outline fixes 2023-04-28 23:26:19 -04:00
Freeplay
ca68d4fd28 classic view fixes 2023-04-28 23:18:01 -04:00
Freeplay
9392d84625 widgets 2023-04-28 22:50:32 -04:00
Freeplay
cb017d1006 sidebar focus 2023-04-28 22:40:23 -04:00
Freeplay
70c8690623 fix 2023-04-28 22:24:40 -04:00
Freeplay
c55b521e57 a 2023-04-28 22:19:02 -04:00
Freeplay
af62073544 focus to media 2023-04-28 22:17:39 -04:00
Freeplay
1389dd9000 make folder dropdown focusable 2023-04-28 22:04:35 -04:00
Freeplay
4bda4ffffc Make accounts in account management page focusable 2023-04-28 21:49:41 -04:00
Freeplay
3a49c3eb37 Fix focusing avatars in weird places 2023-04-28 21:39:48 -04:00
Freeplay
609f4cff5b fix subnote 2023-04-28 21:22:29 -04:00
Freeplay
253ba164e5 consistency + fix 2023-04-28 21:18:00 -04:00
Freeplay
81121533b0 focus last element on bg click 2023-04-28 20:52:09 -04:00
Freeplay
db692fcf83 fixes? 2023-04-28 20:47:57 -04:00
Freeplay
23beca49e3 fixes 2023-04-28 20:26:10 -04:00
Kainoa Kanter
8cb321b110 Merge pull request 'Add show more button to notifications' (#9942) from Freeplay/calckey:notifications into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9942
2023-04-29 00:05:53 +00:00
Freeplay
3be2147397 add the focus trap thingies again 2023-04-28 19:57:19 -04:00
Freeplay
6498a90dc1 Fix focusing inside of CW's 2023-04-28 19:28:25 -04:00
Freeplay
56b6b450c0 forgot to add this 2023-04-28 19:06:29 -04:00
Freeplay
a39802cf92 Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability 2023-04-28 19:06:21 -04:00
Freeplay
3cc7979aad Add show more button to notifications + make show more button into its own component 2023-04-28 18:18:09 -04:00
Hosted Weblate
133391122b
chore: Merge branch 'origin/develop' into Weblate. 2023-04-28 23:47:44 +02:00
Kainoa Kanter
68172bc599 Merge pull request 'fix: Declare /api/v1/accounts/relationships before /api/v1/accounts/:id' (#9938) from fruye/calckey:account-relationships-fix into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9938
2023-04-28 21:47:17 +00:00
Hosted Weblate
95f9ab41b3
chore: Merge branch 'origin/develop' into Weblate. 2023-04-28 23:46:49 +02:00
Kainoa Kanter
6157c41ffb Merge pull request 'Fix dot menu in welcome page' (#9939) from esm/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9939
2023-04-28 21:46:29 +00:00
Hosted Weblate
a383f3ddf5
chore: Merge branch 'origin/develop' into Weblate. 2023-04-28 23:45:58 +02:00
Kenny Hui
2307fa11be
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 97.4% (1683 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hant/
2023-04-28 23:45:58 +02:00
Кибер огурчик
e1bda44710
chore: Translated using Weblate (Russian)
Currently translated at 100.0% (1727 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-04-28 23:45:56 +02:00
jolupa
5ad9c06d21
chore: Translated using Weblate (Catalan)
Currently translated at 35.0% (606 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-04-28 23:45:54 +02:00
Kainoa Kanter
ee0adee33b Merge pull request 'FEAT/UI: Add documentation for various MFM functions' (#9940) from the-og-gear/calckey:document_mfm into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9940
2023-04-28 21:45:29 +00:00
Gear
cff9276f2a Add documentation for various MFM functions 2023-04-28 16:01:09 -04:00
Essem
1de71cd440
Fix dot menu in welcome page 2023-04-28 13:19:57 -05:00
fruye
a18e1cccc6 fix: Declare /api/v1/accounts/relationships before /api/v1/accounts/:id
Previously the 'relationships' part was considered to be an account id
and was handled by completely different API endpoint.
2023-04-28 20:03:06 +02:00
Kainoa Kanter
e4d995406c revert faulty commits 2023-04-27 16:32:44 -07:00
Kainoa Kanter
1865a9c204 Revert "[Fix] Properly replace koa-fix-trailing-slashes with inhouse script (#9870)"
This reverts commit 2cdaad588c.
2023-04-27 16:32:37 -07:00
Kainoa Kanter
431a08d06e Revert "Merge pull request '[feat] Replace Koa-FavICO with a smaller router' (#9853) from daikei/calckey:modularize-favico into develop"
This reverts commit 4f6cae7643, reversing
changes made to 64a737d001.
2023-04-27 16:25:13 -07:00
Kainoa Kanter
6271e1880b Merge pull request 'fix: Get list titles from Form data when creating and updating lists' (#9930) from fruye/calckey:create-and-update-lists-from-masto into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9930
2023-04-27 21:40:55 +00:00
fruye
f8178a9535 fix: Get list titles from Form data when creating and updating lists
This change will actually make it possible for Mastodon clients to
create and rename lists, as they send the title in a Form data instead
of a query string.

https://docs.joinmastodon.org/methods/lists/#form-data-parameters
2023-04-27 22:42:10 +02:00
Kainoa Kanter
191dd98eb6 Merge pull request 'fix: Make statusModel created_at fields be ISO 8601 strings' (#9929) from fruye/calckey:53y-ago into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9929
2023-04-27 20:07:13 +00:00
fruye
e5fcde758f fix: Make statusModel created_at fields be ISO 8601 strings
This makes the 'Reactions to this post' status (seen when viewing
a status context) send the correct data type for `created_at` fields.

https://docs.joinmastodon.org/entities/Account/#created_at
https://docs.joinmastodon.org/entities/Status/#created_at
2023-04-27 21:54:51 +02:00
Kainoa Kanter
38ef95765b Merge pull request 'Fix readme link to docker doc page' (#9927) from warrows/calckey:main into main
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9927
2023-04-27 19:17:40 +00:00
warrows
93101ff7af Fix readme link to docker doc page 2023-04-27 14:09:37 +00:00
Kainoa Kanter
dd58a9a3ff Merge pull request 'add additional information & show more button in user preview popup' (#9926) from Freeplay/calckey:userpopup into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9926
2023-04-27 13:24:13 +00:00
Freeplay
bd8d8af9ac add additional information & show more button in user preview popup 2023-04-27 08:16:25 -04:00
ThatOneCalculator
0fdb5c4230
hide for now 2023-04-27 01:22:50 -07:00
ThatOneCalculator
9db2930f68
it's always pleroma 2023-04-27 01:17:09 -07:00
ThatOneCalculator
8a950d6a3e
fix disabled, formatting 2023-04-27 01:16:33 -07:00
ThatOneCalculator
d223007295
import formradio 2023-04-27 01:12:02 -07:00
ThatOneCalculator
17b05511aa
refactor: change import type to radio 2023-04-27 01:08:28 -07:00
ThatOneCalculator
6f1a7d84d9
add kaiteki to example proxyBypassHosts 2023-04-26 21:07:40 -07:00
ThatOneCalculator
df8db1171a
fix: style email with inline styles 2023-04-26 20:21:30 -07:00
ThatOneCalculator
a47d05dcda
im dumb 2023-04-26 20:10:42 -07:00
ThatOneCalculator
e048d951fc
try to fix email style... 2023-04-26 20:04:58 -07:00
ThatOneCalculator
ddc487cb39
mfw 2023-04-26 20:03:04 -07:00
ThatOneCalculator
a44fee3aae
fix? 2023-04-26 19:58:26 -07:00
ThatOneCalculator
8e22a211d1
fix: add route 2023-04-26 19:51:25 -07:00
ThatOneCalculator
09f9817d10
dev38 2023-04-26 19:45:46 -07:00
ThatOneCalculator
0a2335ff75
feat: frontend interface for post-account creation email verification 2023-04-26 19:44:38 -07:00
ThatOneCalculator
868489d5ac
notes -> posts 2023-04-26 19:02:38 -07:00
ThatOneCalculator
b81b932c5f
patrons 2023-04-26 18:30:25 -07:00
ThatOneCalculator
f0e76b29f8
more patrons! 2023-04-26 17:26:12 -07:00
ThatOneCalculator
65f1f5116c
comma! 2023-04-26 17:24:58 -07:00
ThatOneCalculator
0bc72b798b
update patrons 2023-04-26 17:20:54 -07:00
ThatOneCalculator
bef4245753
chore: update examples 2023-04-26 15:50:28 -07:00
ThatOneCalculator
9177825990
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-26 15:10:48 -07:00
ThatOneCalculator
2c98d43996
chore: more rpine for server activity widget 2023-04-26 15:10:33 -07:00
yawhn
e7fe452f22 Fix: Inline Ads bug (#9922)
This PR fixes this issue: https://codeberg.org/calckey/calckey/issues/9747

Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Co-authored-by: yawhn <kordaris@gmail.com>
Co-authored-by: Otto Richter <otto@codeberg.org>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9922
Co-authored-by: yawhn <yawhn@noreply.codeberg.org>
Co-committed-by: yawhn <yawhn@noreply.codeberg.org>
2023-04-26 21:38:44 +00:00
ThatOneCalculator
ec454b58f1
Merge branch 'develop' into beta 2023-04-26 14:21:18 -07:00
ThatOneCalculator
1bab53fed2
chore: formatting 2023-04-26 14:20:27 -07:00
ThatOneCalculator
3dfb43be84
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-26 14:20:02 -07:00
ThatOneCalculator
fca37cd86e
Revert "chore: update summaly"
This reverts commit b60a3b509e.
2023-04-26 14:19:55 -07:00
Namekuji
eebfdf8559 feat: reserved usernames (#9917)
This PR adds a feature to prevent users from creating a new account with a reserved username such as root, admin, system, proxy, info, etc...

Reserved usernames can be configured via the config file.

The administrator can create an account with a reserved username via the first setup screen or the control panel.

The existing account of reserved usernames will not be affected.

Co-authored-by: Namekuji <nmkj@mx.kazuno.co>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9917
Co-authored-by: Namekuji <nmkj@noreply.codeberg.org>
Co-committed-by: Namekuji <nmkj@noreply.codeberg.org>
2023-04-26 20:06:18 +00:00
Free
48b8aeaf62 super minor styling stuff (#9918)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9918
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-04-26 20:03:32 +00:00
Kainoa Kanter
e17d5b0f9f Merge pull request 'fix: local instance ticker' (#9919) from naskya/calckey:fix/local-instance-ticker into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9919
2023-04-26 18:54:58 +00:00
naskya
eea98cb6c2
fix an instance ticker bug 2023-04-27 03:29:07 +09:00
ThatOneCalculator
6b87d708f3
posts 2023-04-25 19:05:29 -07:00
ThatOneCalculator
47744afdbc
rm todo 2023-04-25 18:40:10 -07:00
ThatOneCalculator
d2fd719cab
use chartLimit 2023-04-25 18:34:04 -07:00
ThatOneCalculator
19783a9002
mmm matrix math yummy 2023-04-25 18:31:04 -07:00
ThatOneCalculator
a6761ec278
see if this works 2023-04-25 18:21:15 -07:00
ThatOneCalculator
8fa0919810
typo 2023-04-25 18:16:14 -07:00
ThatOneCalculator
221bac64db
feat: heatmap option for activity widget 2023-04-25 18:06:21 -07:00
Kenny Hui
bafcc77509
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 97.2% (1680 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hant/
2023-04-26 01:21:34 +02:00
Кибер огурчик
68d3115131
chore: Translated using Weblate (Russian)
Currently translated at 100.0% (1727 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-04-26 01:21:32 +02:00
Marud
15ec2efd6e
chore: Translated using Weblate (French)
Currently translated at 95.6% (1652 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/fr/
2023-04-26 01:21:30 +02:00
Miguel Frias Mosquea
3f2628e442
chore: Translated using Weblate (Spanish)
Currently translated at 92.2% (1594 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/es/
2023-04-26 01:21:27 +02:00
mutex
00ae3db5a4
chore: Translated using Weblate (German)
Currently translated at 94.6% (1634 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-04-26 01:21:25 +02:00
Ettore Atalan
5da65711bc
chore: Translated using Weblate (German)
Currently translated at 94.6% (1634 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/de/
2023-04-26 01:21:24 +02:00
jolupa
b28fb4cc62
chore: Translated using Weblate (Catalan)
Currently translated at 22.9% (396 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-04-26 01:21:23 +02:00
Kainoa Kanter
4d16b0abbd Merge pull request 'Fix typo in migration docs' (#9914) from phoslash/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9914
2023-04-25 18:47:45 +00:00
phoslash
58fffede9f Fix typo in migration docs 2023-04-25 18:34:19 +00:00
ThatOneCalculator
1690d787ce
hotfix 2023-04-25 11:13:20 -07:00
ThatOneCalculator
e8b70cb7f5
hotfix: explore page 2023-04-25 11:12:47 -07:00
ThatOneCalculator
382b77e26a
Merge branch 'develop' into beta 2023-04-25 09:18:38 -07:00
ThatOneCalculator
9b129be524
throw different error if following is null 2023-04-25 08:31:05 -07:00
ThatOneCalculator
b2e80db219
revert messaging room 2023-04-24 15:45:34 -07:00
naskya
df8294bde3 fix: boost muting in the recommended timeline (#9906)
Closes: #9905
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9906
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-24 19:47:56 +00:00
ThatOneCalculator
64a1c24686
chore: up pakcages 2023-04-23 15:34:50 -07:00
Kainoa Kanter
0c82c4662f Merge pull request 'feat: Implement reading Announcements from MastoAPI' (#9896) from fruye/calckey:announcements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9896
2023-04-23 22:32:18 +00:00
fruye
1a39e7a48e feat: Implement reading Announcements from MastoAPI 2023-04-23 22:17:02 +02:00
Кибер огурчик
59d31ffae1
chore: Translated using Weblate (Russian)
Currently translated at 99.8% (1724 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-04-23 07:29:11 +02:00
Kainoa Kanter
66f9913e95
chore: Translated using Weblate (English)
Currently translated at 100.0% (1727 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/en/
2023-04-23 07:29:07 +02:00
Hosted Weblate
4051770346
chore: Merge branch 'origin/develop' into Weblate. 2023-04-23 02:23:06 +02:00
ThatOneCalculator
591e44ccd6
chore: formatting 2023-04-22 17:22:53 -07:00
Hosted Weblate
593c649fa1
chore: Merge branch 'origin/develop' into Weblate. 2023-04-23 02:21:54 +02:00
Free
29818a067b Notes refactoring (?) + new CW design (#9888)
Moved a lot of the duplicated code in the different note components into the SubNoteContent component

I've also replaced the detailed note stuff with just the MkNote component

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9888
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-04-23 00:21:38 +00:00
Hosted Weblate
c16ce7d28b
chore: Merge branch 'origin/develop' into Weblate. 2023-04-23 02:20:11 +02:00
Кибер огурчик
09bacea5df
chore: Translated using Weblate (Russian)
Currently translated at 100.0% (1726 of 1726 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-04-23 02:20:11 +02:00
tinaxd
4974088061
fix: ドライブアップロードで413が返ってきたときにエラーメッセージを表示 (#10680) 2023-04-22 17:19:52 -07:00
Кибер огурчик
2415ef48d1
chore: Translated using Weblate (Russian)
Currently translated at 95.2% (1644 of 1726 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-04-22 15:50:49 +02:00
Кибер огурчик
0bb502c78f
chore: Translated using Weblate (Russian)
Currently translated at 95.0% (1640 of 1726 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-04-22 01:52:35 +02:00
Jeder
2127237448
chore: Translated using Weblate (Polish)
Currently translated at 100.0% (1726 of 1726 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/pl/
2023-04-22 01:52:33 +02:00
naskya
46a21c9a6d
chore: Translated using Weblate (Japanese)
Currently translated at 100.0% (1726 of 1726 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ja/
2023-04-22 01:52:31 +02:00
naskya
00b45ad726 security: validate image url (#9882)
It looks like url validations are added in f7564d87b0, but I found another validation commit not applied in Calckey, so I cherry-picked 0da0cc80b9 from [Misskey](https://github.com/misskey-dev/misskey).

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9882
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-21 01:50:47 +00:00
naskya
e0d76ef8ef feat: make it toggleable whether to disable emojis in notifications (#9880)
I talked about feature #9865 on my fedi account and received a comment like, "I don't care about emoji reactions in my timelines, but I do care what reactions I get!"

Adding too many options is bad, but I agreed that making it toggleable whether to disable emojis in notifications is helpful, so I added this feature. This allows you to check emoji reactions to your posts in notifications while using the simple UI. I'd say this provides an experience that neither Mastodon nor Misskey has.

The new setting item shows up only when you disable emoji reactions.

Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9880
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-20 07:57:36 +00:00
ThatOneCalculator
b60a3b509e
chore: update summaly 2023-04-19 21:28:43 -07:00
ThatOneCalculator
89d2a83d7a
email styling 2023-04-19 21:26:49 -07:00
ThatOneCalculator
a1f723a18e
chore: formatting 2023-04-19 21:06:05 -07:00
ThatOneCalculator
08930c6de2
fix header tabs 2023-04-19 21:05:41 -07:00
ThatOneCalculator
e3e3ee8bb0
why was the order reversed? 2023-04-19 21:02:12 -07:00
ThatOneCalculator
f584c460e3
fix tag on explore 2023-04-19 21:00:01 -07:00
ThatOneCalculator
c6f0047aed
reaction settings auto reload 2023-04-19 20:46:37 -07:00
ThatOneCalculator
bcaaa19c43
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-19 20:42:12 -07:00
ThatOneCalculator
9813e72a27
Revert "docs: rm yunohost"
This reverts commit 9ef11deb99.
2023-04-19 20:41:57 -07:00
Hosted Weblate
a497f0fa6b
chore: Merge branch 'origin/develop' into Weblate. 2023-04-20 04:54:00 +02:00
Panagiotis Damelos
67aadc97e7
chore: Translated using Weblate (Greek)
Currently translated at 43.2% (745 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/el/
2023-04-20 04:53:59 +02:00
Кибер огурчик
77bbbbde79
chore: Translated using Weblate (Russian)
Currently translated at 93.6% (1615 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-04-20 04:53:58 +02:00
D David
fcc08b0be6
chore: Translated using Weblate (Spanish)
Currently translated at 92.5% (1595 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/es/
2023-04-20 04:53:56 +02:00
naskya
0a173a3c1c feat: add an option to disable emoji reactions (#9878)
Closes: #9865
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9878
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-20 02:53:28 +00:00
Kainoa Kanter
8588979db9 Merge pull request 'fix: search bar appearance on iOS' (#9879) from naskya/calckey:fix/search-bar-on-iOS into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9879
2023-04-19 21:08:25 +00:00
naskya
70e4b36bd3
Fix the search bar bug on iOS 2023-04-20 04:21:28 +09:00
Panagiotis Damelos
e2237b604a
chore: Translated using Weblate (Greek)
Currently translated at 43.2% (745 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/el/
2023-04-19 00:10:19 +02:00
Panagiotis Damelos
70e1f1339e
chore: Translated using Weblate (Greek)
Currently translated at 41.4% (714 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/el/
2023-04-18 23:43:37 +02:00
D David
e8761dbc2b
chore: Translated using Weblate (Spanish)
Currently translated at 92.0% (1587 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/es/
2023-04-18 23:43:36 +02:00
Kainoa Kanter
c398acc9e5 Update 'CONTRIBUTING.md' 2023-04-18 19:21:43 +00:00
Panagiotis Damelos
87483616dc
chore: Translated using Weblate (Greek)
Currently translated at 33.2% (574 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/el/
2023-04-18 20:59:38 +02:00
Кибер огурчик
60b739c405
chore: Translated using Weblate (Russian)
Currently translated at 90.1% (1554 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-04-18 20:59:36 +02:00
Eryk Michalak
3552475df7
chore: Translated using Weblate (Polish)
Currently translated at 100.0% (1724 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/pl/
2023-04-18 20:59:35 +02:00
D David
a527abc0df
chore: Translated using Weblate (Spanish)
Currently translated at 92.0% (1587 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/es/
2023-04-18 20:59:32 +02:00
Kainoa Kanter
0b8a82f28f
chore: Translated using Weblate (English)
Currently translated at 100.0% (1724 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/en/
2023-04-18 20:59:29 +02:00
ThatOneCalculator
fc78e1e51e
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-18 11:58:33 -07:00
ThatOneCalculator
1ddb15909d
gallery styling 2023-04-18 11:58:04 -07:00
Panagiotis Damelos
58449b05c0
chore: Translated using Weblate (Greek)
Currently translated at 31.6% (545 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/el/
2023-04-18 01:36:10 +02:00
ThatOneCalculator
d6a4ecb495
Revert "update locales for calckey"
This reverts commit 8ab6a4c442.
2023-04-17 15:37:05 -07:00
ThatOneCalculator
ae79e54ced
Revert "fix"
This reverts commit 9b0a3b2187.
2023-04-17 15:36:54 -07:00
daikei
2cdaad588c [Fix] Properly replace koa-fix-trailing-slashes with inhouse script (#9870)
This follows up #9869, with an awaited ``next()``, fixing the script.

> I'm looking to remove another 5kb package, replacing it with an in-house script. The commit i'm proposing translates the entire job of koa-remove-trailing-slashes into a 206 byte script that gets the job done well.

(just to show the code does work)
![](https://s3.kitsunes.club/storage/41c7854d-d01e-4f4c-94dd-8b651e2d7367.gif)

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9870
Co-authored-by: daikei <daikei@noreply.codeberg.org>
Co-committed-by: daikei <daikei@noreply.codeberg.org>
2023-04-17 22:36:22 +00:00
ThatOneCalculator
9b0a3b2187
fix 2023-04-17 03:07:50 -07:00
ThatOneCalculator
8ab6a4c442
update locales for calckey 2023-04-17 03:07:07 -07:00
ThatOneCalculator
48ff0254b1
chore: formatting 2023-04-17 01:47:53 -07:00
Hosted Weblate
7db26f3f94
chore: Merge branch 'origin/develop' into Weblate. 2023-04-17 10:29:02 +02:00
ThatOneCalculator
c0fe351bed
Revert "[Fix] remove-trailing-slashes with inhouse script (#9869)"
This reverts commit 07db141fc0.
2023-04-17 01:22:31 -07:00
ThatOneCalculator
1ed5ff7caf
Revert "formatting"
This reverts commit b32e1b56fa.
2023-04-17 01:22:25 -07:00
Jędrzej Tomaszewski
f238d024ca
chore: Translated using Weblate (Polish)
Currently translated at 99.7% (1720 of 1724 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/pl/
2023-04-17 10:17:13 +02:00
ThatOneCalculator
b32e1b56fa
formatting 2023-04-17 01:03:56 -07:00
daikei
07db141fc0 [Fix] remove-trailing-slashes with inhouse script (#9869)
I'm looking to remove another 5kb package, replacing it with an in-house script. The commit i'm proposing translates the entire job of `koa-remove-trailing-slashes` into a 206 byte script that gets the job done well.

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9869
Co-authored-by: daikei <daikei@noreply.codeberg.org>
Co-committed-by: daikei <daikei@noreply.codeberg.org>
2023-04-17 08:02:29 +00:00
ThatOneCalculator
5fa80feb1d
chore: add weblate config file 2023-04-16 19:38:29 -07:00
ThatOneCalculator
86ba9af4e7
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-16 19:27:19 -07:00
ThatOneCalculator
ca5d9377a1
MkNumber for data in MkUserInfo 2023-04-16 19:26:57 -07:00
Kainoa Kanter
9ef11deb99 docs: rm yunohost
has been broken for months, I don't maintain it either.
2023-04-17 02:21:19 +00:00
ThatOneCalculator
d2a1c947a4
style announcement image 2023-04-16 19:04:28 -07:00
ThatOneCalculator
8a80dd0438
move hover to entire ticker 2023-04-16 17:52:14 -07:00
ThatOneCalculator
57a4360165
remove duplicate styles 2023-04-16 17:51:34 -07:00
ThatOneCalculator
dfd20a3a22
capitalize string 2023-04-16 17:50:05 -07:00
ThatOneCalculator
2a8b9dc92a
feat: software name on hover icon in instance ticker 2023-04-16 17:35:10 -07:00
Kainoa Kanter
432905efa6 Update 'patrons.json' 2023-04-16 08:26:04 +00:00
Kaity A
011b482e98 Add continuation for thread reply level (#9821)
I think this will solve the continuation issue in threads where the reply level reaches 12 deep in the conversation thread, without getting to indent depth 5.

Co-authored-by: Kaity A <kaity@theallans.com.au>
Co-authored-by: Kaity A <supakaity@blahaj.zone>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9821
Co-authored-by: Kaity A <supakaity@noreply.codeberg.org>
Co-committed-by: Kaity A <supakaity@noreply.codeberg.org>
2023-04-15 21:56:17 +00:00
Kainoa Kanter
8c057fb1e4 Update 'patrons.json' 2023-04-15 21:54:40 +00:00
ThatOneCalculator
0a3259993b
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-15 13:16:17 -07:00
ThatOneCalculator
1ecc91b0d3
read messages with dialog 2023-04-15 13:16:13 -07:00
naskya
f7602be0e7 fix: disable "Search" keyword (#9856)
Related: #9816 #9830
I was so careless that I didn't know "Search" was also a keyword. I disabled that and fixed a minor bug.

Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9856
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-15 17:53:17 +00:00
Kainoa Kanter
de85e32b6b Merge pull request 'feat: rename workspaces' (#9862) from naskya/calckey:feat/rename-workspaces into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9862
2023-04-15 17:51:59 +00:00
naskya
dde2679875
feat: rename workspaces 2023-04-16 01:05:18 +09:00
ThatOneCalculator
1824b27e16
chore: formatting 2023-04-14 15:35:18 -07:00
Kainoa Kanter
4f6cae7643 Merge pull request '[feat] Replace Koa-FavICO with a smaller router' (#9853) from daikei/calckey:modularize-favico into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9853
2023-04-14 22:33:49 +00:00
Kainoa Kanter
64a737d001 Merge pull request 'feat: improved local time display' (#9851) from naskya/calckey:localtime-improvement into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9851
2023-04-14 22:32:34 +00:00
naskya
429b926fcf
change regex priority 2023-04-15 01:41:49 +09:00
naskya
f531ed2ab2
fix a bug 2023-04-15 01:37:53 +09:00
daikei
c959d4185c remove koa-favicon 2023-04-14 16:20:27 +00:00
daikei
1b9a776220 replace koa-favicon with a small patch of code
This should remove a needless dependency and replace it with a tiny, simple koa router
2023-04-14 16:18:50 +00:00
naskya
06d56aeb41
update locale 2023-04-15 01:10:59 +09:00
naskya
a2e56314fe
prevent crashes due to timezone === null 2023-04-15 01:01:36 +09:00
naskya
4d0245f1a5
allow acute accent 2023-04-15 01:00:43 +09:00
naskya
afa8f06ef6
improve city search 2023-04-15 00:40:13 +09:00
ThatOneCalculator
9501e8a882
only show index posts action if admin 2023-04-13 20:11:39 -07:00
ThatOneCalculator
25f45f8b4b
fix: 🔒 don't show notes with CW on welcome screen
Closes #9849
2023-04-13 19:46:52 -07:00
ThatOneCalculator
4125e3704e
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-13 09:43:22 -07:00
ThatOneCalculator
4694e30573
chore: up swc 2023-04-13 09:43:13 -07:00
Kainoa Kanter
d8fd33d467 Merge pull request 'chore: change labels on boost buttons' (#9845) from naskya/calckey:change-boost-buttons-label into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9845
2023-04-13 07:30:46 +00:00
naskya
a53e3d9beb
Update locale 2023-04-13 11:58:57 +09:00
naskya
d5ce896bd2
Change boost button labels 2023-04-13 11:58:42 +09:00
ThatOneCalculator
bc1e274f45
Merge branch 'develop' into beta 2023-04-12 17:35:54 -07:00
ThatOneCalculator
b9e79cbc64
dev35 2023-04-12 17:34:51 -07:00
naskya
daf07089b4 chore: update mfm-js version (#9844)
This resolves #9757.

Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9844
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-13 00:33:53 +00:00
ThatOneCalculator
8f7c136f48
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-12 17:19:17 -07:00
ThatOneCalculator
7f9d3f9d54
chore: formatting 2023-04-12 17:19:14 -07:00
Kainoa Kanter
941b016998 Merge pull request 'feat: allow users to mute their own boosts' (#9841) from naskya/calckey:allow-mute-my-boosts into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9841
2023-04-12 23:35:46 +00:00
ThatOneCalculator
498765f4f7
chore: up pnpm 2023-04-12 14:19:43 -07:00
naskya
e8566b95aa
correct position 2023-04-12 20:24:54 +09:00
naskya
46864916d9
Allow to mute my own boosts 2023-04-12 15:52:46 +09:00
Kainoa Kanter
fec0ed7966 Merge pull request 'Hyperlink more remote commits' (#9839) from naskya/calckey:calckey-md into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9839
2023-04-11 19:57:51 +00:00
naskya
de7064ab79
Hyperlink more remote commits 2023-04-12 03:52:22 +09:00
ThatOneCalculator
07b9e17665
fix lookup instance 2023-04-11 10:32:51 -07:00
ThatOneCalculator
2d03d61ac8
consistent locales 2023-04-11 10:30:04 -07:00
ThatOneCalculator
6b359071be
feat: lookup post action 2023-04-11 10:12:17 -07:00
ThatOneCalculator
b6d2b15948
feat: index posts action 2023-04-11 10:07:03 -07:00
ThatOneCalculator
0979ba6b8f
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-11 10:03:31 -07:00
ThatOneCalculator
c5b0b07027
feat: admin lookup files/instance 2023-04-11 10:03:25 -07:00
naskya
c3431b928a Partially disable search MFM (#9830)
Honestly, this workaround is pure garbage when this can be achieved by deleting a small piece of code from mfm-js, but this closes #9816 anyway 😅

Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9830
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-10 05:42:17 +00:00
ThatOneCalculator
14baee717c
docs: hyperlink foundkey commits 2023-04-09 20:28:49 -07:00
ThatOneCalculator
50fc292c7e
docs: hyperlink foundkey commits 2023-04-09 20:28:29 -07:00
Kainoa Kanter
6cc0c2bf99 Merge pull request 'chore: minor improvement in the Chinese locale' (#9828) from naskya/calckey:chore/update-lang-menu into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9828
2023-04-08 14:22:56 +00:00
naskya
37147f8924
Update Chinese locale 2023-04-08 21:48:47 +09:00
Kainoa Kanter
63c35871b2 fix chat metadata 2023-04-08 00:18:37 -07:00
Kainoa Kanter
8491a757bc fix 2023-04-08 00:10:16 -07:00
Kainoa Kanter
ee83b5b1a3 Merge branch 'develop' of https://codeberg.org/calckey/calckey into develop 2023-04-07 23:56:06 -07:00
Kainoa Kanter
0717454d49 feat: mark all as read action in chat 2023-04-07 23:56:02 -07:00
Kainoa Kanter
594ee74324 feat: messaging room banner 2023-04-07 23:55:42 -07:00
Kainoa Kanter
306fcb63d4 Merge pull request 'fix: retrieve remote user again when migrating' (#9826) from nmkj/calckey:fix-alsoknownas into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9826
2023-04-08 06:15:27 +00:00
Kainoa Kanter
4a1a954386 move hidden hashtag menu 2023-04-07 22:54:25 -07:00
Kainoa Kanter
e6c1090cdc back button 2023-04-07 22:46:41 -07:00
Kainoa Kanter
437a6e29a5 chore: formatting 2023-04-07 22:46:10 -07:00
Namekuji
67dbb2318a fetch person again 2023-04-08 01:44:50 -04:00
naskya
a624aeebe3 feat: per-user boost muting (#9825)
Cherry-picked from FoundKey/c414f24a2c ([commit](c414f24a2c))

This allows us to hide specified users' boosts from the timelines (the boosts will still be visible on their user page).

Co-authored-by: Hélène <pleroma-dev@helene.moe>
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9825
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-08 05:44:36 +00:00
Kainoa Kanter
6c6350aff0 Merge pull request 'feat: add hidden hashtags management page' (#9824) from amybones/calckey:feat_hashtag_mgmt into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9824
2023-04-08 05:43:40 +00:00
amy bones
cb68498fcb
feat: add hidden hashtags management page
This simply adds a basic admin UI to blocklist some hashtags from displaying in
the trending widget. The facility existed already in the backend, but there was
no UI to manipulate the list save for executing raw SQL or API calls.
2023-04-07 18:57:52 -07:00
Kainoa Kanter
ec807fc1bd hotfix: fix crash 2023-04-07 17:58:29 -07:00
Kainoa Kanter
621be91cdb Revert "Revert "Incorporate calckey-js into calckey repository (#9820)""
This reverts commit 8033492c7c.
2023-04-07 17:44:27 -07:00
Kainoa Kanter
8033492c7c Revert "Incorporate calckey-js into calckey repository (#9820)"
This reverts commit 37c0423da6.
2023-04-07 17:35:10 -07:00
Kainoa Kanter
4fb7f4634f fix: typo 2023-04-07 17:25:24 -07:00
Kainoa Kanter
49c44771e5 Merge pull request 'fix: followers transfer via account migration' (#9822) from nmkj/calckey:fix-move into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9822
2023-04-08 00:06:08 +00:00
Kainoa Kanter
6bf1cbc0ef fix: format script; chore: format 2023-04-07 17:01:42 -07:00
Kainoa Kanter
aeb0839da9 chore: rome formatting 2023-04-07 16:47:04 -07:00
Namekuji
62a439c693 fix move inbox 2023-04-07 17:48:25 -04:00
Kaity A
37c0423da6 Incorporate calckey-js into calckey repository (#9820)
Closes #9712.

Co-authored-by: Kaity A <kaity@theallans.com.au>
Co-authored-by: Ken Allan <ken@norganna.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9820
Co-authored-by: Kaity A <supakaity@noreply.codeberg.org>
Co-committed-by: Kaity A <supakaity@noreply.codeberg.org>
2023-04-07 14:25:22 +00:00
Kainoa Kanter
d2b88327fe Merge pull request 'chore: update Japanese locale' (#9819) from naskya/calckey:chore/update-ja-locale-20230407 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9819
2023-04-07 14:24:41 +00:00
Namekuji
b03479c7b4 fix id of move activity 2023-04-07 06:39:29 -04:00
naskya
b00cb44377
Update Japanese locale 2023-04-07 17:36:39 +09:00
Kainoa Kanter
3b9d9cb635 menu opts 2023-04-06 23:02:07 -07:00
Kainoa Kanter
0f5a6e0eef locale 2023-04-06 22:56:25 -07:00
Kainoa Kanter
47bfcf66b7 Merge branch 'develop' of https://codeberg.org/calckey/calckey into develop 2023-04-06 22:48:17 -07:00
Kainoa Kanter
0f6e7056b7 days for featured 2023-04-06 22:48:07 -07:00
Kainoa Kanter
1a8ccabe37 Update 'CALCKEY.md' 2023-04-07 05:40:50 +00:00
Kainoa Kanter
3e8029f1be Update 'CALCKEY.md' 2023-04-07 05:37:46 +00:00
Kainoa Kanter
df7c71b1b4 refactor 2023-04-06 22:28:44 -07:00
Kainoa Kanter
c2097f9244 feat: blur muted text 2023-04-06 22:11:10 -07:00
Kainoa Kanter
1d57a0da15 Merge pull request 'feat: give reason for soft word mutes' (#9815) from amybones/calckey:feat_soft_mute_reasons into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9815
2023-04-07 05:07:24 +00:00
Kainoa Kanter
7fb130b06e formatting 2023-04-06 18:56:46 -07:00
amy bones
15b1109947
feat: give reason for soft mutes
Bad UX when a post is muted and it just says "Some chick said something". Now
provide some context too to help people decide if they want to view something
potentially triggering.
2023-04-05 21:28:26 -07:00
Nya Candy
73b778de2a fix(client): userpage ui (#9179)
* fix(unverified): clip pages ui

* fix(unverified): user page width

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-05 15:45:16 -07:00
ThatOneCalculator
2d7f227de7
Revert "mkv13 media list"
This reverts commit c2ac53c66b.
2023-04-04 23:58:55 -07:00
ThatOneCalculator
679187c779
33 2023-04-04 22:59:53 -07:00
ThatOneCalculator
881acf9e26
typo 2023-04-04 22:59:41 -07:00
ThatOneCalculator
ba67fa6ed6
oops 2023-04-04 22:55:36 -07:00
ThatOneCalculator
c0a7e3f02e
dev32 2023-04-04 22:54:03 -07:00
ThatOneCalculator
0135dcc016
chore: back button in more places 2023-04-04 22:52:41 -07:00
ThatOneCalculator
0b72aa748b
chore: back button in control panel 2023-04-04 22:49:17 -07:00
ThatOneCalculator
48d00217c9
final fix? 2023-04-04 22:41:57 -07:00
ThatOneCalculator
bf8169dc02
dev 30 2023-04-04 22:24:30 -07:00
ThatOneCalculator
f78cdb9c60
import i18n 2023-04-04 22:22:35 -07:00
ThatOneCalculator
3f48a9926b
more fix 2023-04-04 22:12:55 -07:00
ThatOneCalculator
b6e3dada80
dev28 2023-04-04 22:03:38 -07:00
ThatOneCalculator
bcd5779a9d
fix 2023-04-04 22:03:24 -07:00
ThatOneCalculator
9879bbe38e
display back button in note 2023-04-04 21:59:35 -07:00
ThatOneCalculator
c88627fc88
back button in settings 2023-04-04 21:59:11 -07:00
ThatOneCalculator
3b5b90879c
dont change state 2023-04-04 21:53:17 -07:00
ThatOneCalculator
89a010db1b
dev27 2023-04-04 21:47:38 -07:00
ThatOneCalculator
c2ac53c66b
mkv13 media list 2023-04-04 21:47:30 -07:00
ThatOneCalculator
dbde28f01e
dev 26 2023-04-03 20:46:54 -07:00
amybones
006bfbd42b fix: toggling the blocking state from the instance-info admin view (#9809)
Because the admin meta information was never loaded on this page, no amount of toggling the block or suspend sliders on the instance-info page (e.g. `https://calckey.example.com/instance-info/instance.tld`) will result in the instance actually being added to the blocklist. You could still do it from the bulk blocklist management page, but that can get unwieldy quickly if you just want to do a quick block of an instance.

Co-authored-by: amy bones <amy@spookygirl.boo>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9809
Co-authored-by: amybones <amybones@noreply.codeberg.org>
Co-committed-by: amybones <amybones@noreply.codeberg.org>
2023-04-04 03:46:23 +00:00
ThatOneCalculator
a844216b30
locales 2023-04-03 20:44:52 -07:00
ThatOneCalculator
461b0a578b
chore: pnpm 8.1.1 2023-04-03 20:38:29 -07:00
ThatOneCalculator
caff11c91c
dev25 2023-04-03 20:37:07 -07:00
ThatOneCalculator
daba80177a
feat: push notifs button
Co-authored-by: Tamania <tamaina@hotmail.co.jp>
2023-04-03 20:36:59 -07:00
ThatOneCalculator
b6bf307fe0
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-03 16:02:18 -07:00
ThatOneCalculator
4478468256
fix: 🐛 go to last timeline selected 2023-04-03 16:02:09 -07:00
Kainoa Kanter
03e52e5837 chore: update patrons 2023-04-03 17:17:08 +00:00
ThatOneCalculator
3a577df9ab
dev24 2023-04-03 10:10:12 -07:00
ThatOneCalculator
c663faa69d
Merge branch 'develop' into beta 2023-04-03 10:04:12 -07:00
ThatOneCalculator
b7fc6117b6
fix: buttons not showing 2023-04-03 10:03:35 -07:00
Kainoa Kanter
3e334dea24 Merge pull request 'Require timeline endpoints to return the requested limit of notes.' (#9805) from supakaity/hajkey:hk/notes-pagination into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9805
2023-04-03 17:02:01 +00:00
amy bones
662e7a96cf
fix: changing passwords, 2fa, and password resets.
The argon2 usage was only implemented for sign-ins which broke a bunch of other
endpoints and features.
2023-04-03 09:57:06 -07:00
Namekuji
143576bc29
add "speak as cat" setting to ja-jp 2023-04-03 09:57:06 -07:00
Free
226e497e3b
note-improvements (#9799)
Boop!

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9799
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-04-03 09:57:06 -07:00
Kaity A
99a21e70de
Separate cat-avatar mode and speak-as-cat nyanification 2023-04-03 09:57:06 -07:00
ThatOneCalculator
2ed9c7c31d
ci: 👷 add beta to commit 2023-04-03 09:57:06 -07:00
ThatOneCalculator
943efadbb7
add VIPS to dockerfile 2023-04-03 09:57:06 -07:00
ThatOneCalculator
d524b7b1a2
fix: add copy for build from native-utils 2023-04-03 09:57:06 -07:00
ThatOneCalculator
92aa892826
fix: dockerfile 2023-04-03 09:57:06 -07:00
ThatOneCalculator
bbfb359e04
styling 2023-04-03 09:57:06 -07:00
ThatOneCalculator
24b8f910da
remove console.log 2023-04-03 09:57:06 -07:00
ThatOneCalculator
d50bafef88
attempt fix 2023-04-03 09:57:06 -07:00
ThatOneCalculator
08ba6700ac
correct color for help button 2023-04-03 09:57:06 -07:00
ThatOneCalculator
753c8c4f48
fix: dialogs not coming up 2023-04-03 09:57:06 -07:00
ThatOneCalculator
aa0ec5016b
fix button alignments 2023-04-03 09:56:53 -07:00
ThatOneCalculator
f8474063fe
don't show delete button if profile is default 2023-04-03 09:56:53 -07:00
ThatOneCalculator
81190525b3
style 2023-04-03 09:56:53 -07:00
ThatOneCalculator
67cdedfeea
fix import 2023-04-03 09:56:53 -07:00
ThatOneCalculator
5a7dee476b
attempt to fix #9797 2023-04-03 09:56:53 -07:00
ThatOneCalculator
148eb80595
don't need extra template 2023-04-03 09:56:53 -07:00
ThatOneCalculator
75d6d20454
plans 2023-04-03 09:56:53 -07:00
ThatOneCalculator
a634d715f9
chore: remove okteto 2023-04-03 09:56:53 -07:00
ThatOneCalculator
19c69c5048
chore: 🎨 format 2023-04-03 09:56:53 -07:00
ThatOneCalculator
b784874b55
dev22 2023-04-03 09:56:53 -07:00
ThatOneCalculator
342ed96b6c
fix: 🛂 no longer need 2fa for webauthn 2023-04-03 09:56:35 -07:00
Namekuji
ba8041d333
fix indexing description 2023-04-03 09:56:35 -07:00
Namekuji
eb820fe471
follow mastodon translation 2023-04-03 09:56:35 -07:00
Namekuji
91b946bda5
change "quote attached" to "quote" 2023-04-03 09:56:35 -07:00
naskya
f1f0670100
Update Japanese locale 2023-04-03 09:56:35 -07:00
Namekuji
007b84a877
following en-US 2023-04-03 09:56:35 -07:00
ThatOneCalculator
590aa544c1
fix help button alignment iconsOnly 2023-04-03 09:56:35 -07:00
Kainoa Kanter
5d3a955a2c Merge pull request 'fix: changing passwords, 2fa, and password resets' (#9803) from amybones/calckey:fix_passwords into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9803
2023-04-03 16:53:06 +00:00
Kaity A
adc042c81f
Merge branch 'hk/notes-pagination' of https://codeberg.org/supakaity/hajkey into hk/notes-pagination 2023-04-04 02:52:11 +10:00
Kaity A
3d93458d8b
Requested limit to be fulfilled if possible 2023-04-04 02:50:53 +10:00
Kaity A
9a6462d001
Requested limit to be fulfilled if possible 2023-04-04 02:46:06 +10:00
amy bones
b28ba9f82f
fix: changing passwords, 2fa, and password resets.
The argon2 usage was only implemented for sign-ins which broke a bunch of other
endpoints and features.
2023-04-03 05:14:50 -07:00
Kainoa Kanter
e4b1e3225e chore: update Japanese locale (#9802) 2023-04-03 07:26:51 +00:00
Namekuji
e9b1f1f7b1 add "speak as cat" setting to ja-jp 2023-04-03 00:18:43 -04:00
Free
8bd64c89a4 note-improvements (#9799)
Boop!

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9799
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-04-02 21:39:25 +00:00
Kainoa Kanter
84debac6db Merge pull request 'Separate cat-avatar mode and speak-as-cat nyanification' (#9798) from supakaity/hajkey:hk/cat-speak into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9798
2023-04-02 16:19:15 +00:00
Kaity A
a66eac0e5b
Separate cat-avatar mode and speak-as-cat nyanification 2023-04-02 21:24:12 +10:00
ThatOneCalculator
5b150ddab0
ci: 👷 add beta to commit 2023-04-02 02:17:54 -07:00
ThatOneCalculator
e119554f2b
add VIPS to dockerfile 2023-04-02 02:09:49 -07:00
ThatOneCalculator
b9cb64a5d1
fix: add copy for build from native-utils 2023-04-02 02:07:02 -07:00
ThatOneCalculator
f132339316
fix: dockerfile 2023-04-02 01:59:18 -07:00
ThatOneCalculator
9581c0df1b
styling 2023-04-02 01:00:40 -07:00
ThatOneCalculator
4496de2040
remove console.log 2023-04-02 00:42:35 -07:00
ThatOneCalculator
e10fc6b8ec
attempt fix 2023-04-02 00:21:43 -07:00
ThatOneCalculator
34613771e5
correct color for help button 2023-04-02 00:13:26 -07:00
ThatOneCalculator
38ade38f3f
fix: dialogs not coming up 2023-04-02 00:07:48 -07:00
ThatOneCalculator
565493b56f
fix button alignments 2023-04-01 23:53:31 -07:00
ThatOneCalculator
79ecd7184b
don't show delete button if profile is default 2023-04-01 23:44:59 -07:00
ThatOneCalculator
0b02be7343
style 2023-04-01 23:34:02 -07:00
ThatOneCalculator
bb6d04f9c3
fix import 2023-04-01 23:28:55 -07:00
ThatOneCalculator
bf44a0a719
attempt to fix #9797 2023-04-01 21:44:19 -07:00
ThatOneCalculator
ed35e28a2c
don't need extra template 2023-04-01 21:39:48 -07:00
ThatOneCalculator
6a095355c1
plans 2023-04-01 21:37:47 -07:00
ThatOneCalculator
d8ca4d60e2
chore: remove okteto 2023-04-01 21:18:23 -07:00
ThatOneCalculator
e9b45260b5
chore: 🎨 format 2023-04-01 21:10:31 -07:00
ThatOneCalculator
2469198bb1
dev22 2023-04-01 21:06:10 -07:00
ThatOneCalculator
4e843f2949
fix: 🛂 no longer need 2fa for webauthn 2023-04-01 21:04:22 -07:00
Kainoa Kanter
0ea4fe59b7 Merge pull request 'chore: update Japanese locale' (#9796) from nmkj/calckey:update-ja-jp into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9796
2023-04-02 00:29:59 +00:00
Namekuji
b133694d80 fix indexing description 2023-04-01 19:56:21 -04:00
Namekuji
e89f69ac8c follow mastodon translation 2023-04-01 19:43:32 -04:00
Namekuji
bd4b102f5c change "quote attached" to "quote" 2023-04-01 19:21:12 -04:00
ThatOneCalculator
c3ee953e92
fix help button alignment iconsOnly 2023-04-01 16:18:01 -07:00
ThatOneCalculator
8668525bf5
fix #9784 2023-04-01 16:14:11 -07:00
ThatOneCalculator
8c10084335
fix #9784 2023-04-01 16:13:17 -07:00
naskya
994ab8d9dd Update Japanese locale 2023-04-01 19:11:43 -04:00
Namekuji
5ffeb10f16 following en-US 2023-04-01 17:03:55 -04:00
ThatOneCalculator
00e2b09f99
fix: add cargo to DOCKERFILE 2023-04-01 13:24:57 -07:00
ThatOneCalculator
d22378c67e
fix: add cargo to DOCKERFILE 2023-04-01 13:24:25 -07:00
ThatOneCalculator
bb228d87bd
Merge branch 'develop' into beta 2023-04-01 12:28:11 -07:00
ThatOneCalculator
e516685cbc
Revert "fix: 🐛 make recently used group"
This reverts commit 806591cb35.
2023-04-01 12:22:46 -07:00
ThatOneCalculator
806591cb35
fix: 🐛 make recently used group
Closes #9784
2023-04-01 12:19:27 -07:00
ThatOneCalculator
93867ec927
fix migration 2023-04-01 12:14:54 -07:00
ThatOneCalculator
a707788c31
add top margin to help button 2023-04-01 12:05:27 -07:00
ThatOneCalculator
33ae0ca6fd
chore: add cleanup migration 2023-04-01 12:03:49 -07:00
ThatOneCalculator
8cc7d11fa4
feat: help menu in navbar 2023-04-01 11:56:43 -07:00
ThatOneCalculator
02870df588
fix search import 2023-04-01 11:39:27 -07:00
ThatOneCalculator
04a67200a0
dev19 2023-04-01 11:29:01 -07:00
ThatOneCalculator
d3d8bc34d0
feat: search now searches posts and users 2023-04-01 11:28:34 -07:00
Kainoa Kanter
d3ccf27af7 Merge pull request 'fix: another bug in KaTeX macro expander' (#9795) from naskya/calckey:fix/katex-macro-2 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9795
2023-04-01 16:28:48 +00:00
Kainoa Kanter
6ebd25d874 Merge pull request 'Improve performance' (#9794) from supakaity/hajkey:hk/delete-fixes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9794
2023-04-01 16:28:19 +00:00
Kaitlyn Allan
a3fa0a2f9c Clarify variable names 2023-04-01 22:49:14 +10:00
naskya
671f6f93a0
Fix a bug in macro expander 2023-04-01 21:18:55 +09:00
Kaitlyn Allan
b96fe57793 Improve performance of charts
Fix some undefined !== deleted issues
2023-04-01 21:42:03 +10:00
naskya
0e8fe41aaa feat: add option to boost with Home and Followers-only visibility (#9788)
Closes: #9777

This pull request includes UI changes (please check the attached images).

Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9788
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-01 06:53:29 +00:00
ThatOneCalculator
f70c5da0bd
audio on mobile fix 2023-03-31 22:06:21 -07:00
Kainoa Kanter
63c3a21c0c fix: don't nyaize quoted text (#9791) 2023-03-31 16:48:41 +00:00
kabo2468
b717f6d6ff
fix: don't nyaize quoted text 2023-03-31 23:30:57 +09:00
ThatOneCalculator
eae2c959d3
docs: add note about reverse migration 2023-03-30 19:34:42 -07:00
ThatOneCalculator
7b2a34a364
add argon 2023-03-30 19:19:09 -07:00
ThatOneCalculator
acfc88389a
formatting 2023-03-30 19:10:03 -07:00
ThatOneCalculator
12769bd1ab
feat: 🔒 add argon2 support
Passwords will be automatically re-hashed on sign-in. All new password hashes will be argon2 by default.  This uses argon2id and is not configurable. In the very unlikely case someone has more specific needs, a fork is recommended.  ChangeLog: Added  Co-authored-by: Chloe Kudryavtsev <code@toast.bunkerlabs.net>

Breaks Calckey -> Misskey migration, but fixes Foundkey -> Calckey migration
2023-03-30 19:09:44 -07:00
ThatOneCalculator
1e249a7182
add rust to docker 2023-03-30 19:02:23 -07:00
ThatOneCalculator
5ce2e4f408
dev 18 2023-03-30 18:59:03 -07:00
s1idewhist1e
c58ce6c53b Refactor: use rust for native mastodon id conversion (#9786)
This uses [napi-rs](https://napi.rs/) to allow for automatic generation of node bindings for the native code.

I also changed the `isolatedModules` TS flag to false to allow for `static enum` to be shared across modules. It doesn't seem to be necessary for the build system that CK uses.

Currently this method does not work with ID generators with longer IDs. Likely the best solution is to add another key in the database.

Some benchmarks for 1 million conversions:

```
	node, x1_000_000: 2.847s
	rust, x1_000_000: 1.265s
```

There are still optimizations that can be made, but I think this is a good starting point and a good way to bring rust into the CK stack.

Co-authored-by: s1idewhist1e <trombonedude05@gmail.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9786
Co-authored-by: s1idewhist1e <s1idewhist1e@noreply.codeberg.org>
Co-committed-by: s1idewhist1e <s1idewhist1e@noreply.codeberg.org>
2023-03-31 01:58:28 +00:00
ThatOneCalculator
a6317cb171
chore: up pnpm 2023-03-30 15:10:32 -07:00
Kainoa Kanter
73190395ec Merge pull request 'fix: a bug in the KaTeX macro expander' (#9785) from naskya/calckey:fix/katex-macro into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9785
2023-03-30 21:50:03 +00:00
naskya
fe9ed9fcba
Fix a bug in the macro expander 2023-03-31 06:31:18 +09:00
ThatOneCalculator
f7ac0230da
chore: update patron list 2023-03-30 11:29:54 -07:00
cutestnekoaqua
01b9dad61d
send vlaue 2023-03-30 18:05:39 +02:00
cutestnekoaqua
021e86a0ab
make sure its not checked for akkoma 2023-03-30 17:52:38 +02:00
cutestnekoaqua
897b5f928d
check for signatures while post import 2023-03-30 17:52:17 +02:00
cutestnekoaqua
09aeb6e2f5
nyaa 2023-03-30 17:31:29 +02:00
Cleo
00dc860574 remove debug msgs 2023-03-30 09:30:38 +00:00
Cleo
a3c0d56600 „packages/backend/src/server/api/endpoints/i/import-posts.ts“ ändern
Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
2023-03-30 09:12:51 +00:00
Cleo
0a79b6b9f0 Yeet mentions 2023-03-30 08:40:20 +00:00
naskya
82db61ede0 fix: direct boost (#9783)
Sorry to create PR multiple times. I should have included this in #9778.

Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9783
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-03-30 03:15:06 +00:00
ThatOneCalculator
8f67ae35f7
chore: 🌐 locale changes
Closes #9781 #9773
2023-03-29 20:14:12 -07:00
ThatOneCalculator
589744f78d
chore: 🌐 locale changes
Closes #9781 #9773
2023-03-29 20:13:31 -07:00
naskya
9489543180 feat: custom KaTeX macro (#9779)
Closes: #9759
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9779
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-03-30 03:11:57 +00:00
Kainoa Kanter
9e7f493ec5 Update 'docs/migrate.md' 2023-03-29 21:11:01 +00:00
ThatOneCalculator
d438deccd2
fix doc link 2023-03-29 14:10:01 -07:00
Kainoa Kanter
cefb274a98 Update 'docs/migrate.md' 2023-03-29 21:10:00 +00:00
ThatOneCalculator
ab9476ea27
fix sounds settings 2023-03-29 13:38:59 -07:00
ThatOneCalculator
f33eb43ea5
typo 2023-03-29 13:35:10 -07:00
ThatOneCalculator
32dd494424
feat: button in admin dash to index posts 2023-03-29 13:30:02 -07:00
ThatOneCalculator
48e0333e71
fix: 🐛 formlink -> button
fixes notifications and drive in settings
2023-03-29 12:53:07 -07:00
ThatOneCalculator
5f5caf1ef4
better icons 2023-03-29 12:47:25 -07:00
ThatOneCalculator
181ab5a007
pnpm 8 2023-03-29 12:40:50 -07:00
ThatOneCalculator
4eb3b6055a
dev16 2023-03-29 12:39:48 -07:00
ThatOneCalculator
e518e86a79
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-29 12:39:17 -07:00
ThatOneCalculator
9a56764fe0
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-29 12:38:55 -07:00
cutestnekoaqua
eed9c63247
get post details from object 2023-03-29 21:38:52 +02:00
ThatOneCalculator
bae4bce8c3
header icon for queue page 2023-03-29 12:38:38 -07:00
cutestnekoaqua
4181bee43c
catch text parsing error 2023-03-29 21:25:28 +02:00
cutestnekoaqua
2398aab82b
add info 2023-03-29 21:16:45 +02:00
cutestnekoaqua
66429527ca
catch errors 2023-03-29 21:15:06 +02:00
cutestnekoaqua
21c7f93d7a
handle mastodon style posts 2023-03-29 21:10:01 +02:00
cutestnekoaqua
7650c60cdf
dont ping users 2023-03-29 20:01:56 +02:00
cutestnekoaqua
12698bf1e8
actually increase line num 2023-03-29 19:37:31 +02:00
cutestnekoaqua
82f342cf45
update post job 2023-03-29 19:36:23 +02:00
cutestnekoaqua
220b022461
note import debug logs 2023-03-29 19:23:37 +02:00
cutestnekoaqua
50aa4667bb
temporary set import limit to infinity for debug 2023-03-29 19:16:39 +02:00
Kainoa Kanter
b86513e83e Merge pull request 'fix: federating "Boost to Followers"' (#9778) from naskya/calckey:fix/followers-only-boost into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9778
2023-03-29 08:16:12 +00:00
naskya
6b8be4ddb7 Merge branch 'develop' into fix/followers-only-boost 2023-03-29 02:24:21 +00:00
cutestnekoaqua
450f798f12
why is this git ignored? 2023-03-29 00:09:31 +02:00
cutestnekoaqua
99b471d43b
why is this git ignored? 2023-03-28 23:48:27 +02:00
cutestnekoaqua
d5c80e74de
feat: experimental post import 2023-03-28 23:33:16 +02:00
Kagami Sascha Rosylight
7acb2b7c09
fix: allow announces with followers visibility 2023-03-29 04:55:16 +09:00
Kainoa Kanter
74a9e374d6 Merge pull request 'fix: router for the control panel' (#9775) from naskya/calckey:fix/router into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9775
2023-03-28 02:17:57 +00:00
naskya
492a81104a
Try to fix calckey/calckey#9770 2023-03-28 03:59:07 +09:00
ThatOneCalculator
094637a4d5
pnpm 8! 2023-03-26 00:37:11 -07:00
ThatOneCalculator
231d3b9a98
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-25 21:19:26 -07:00
Kaitlyn Allan
35a1b19369
set workers to reduce their processing priority 2023-03-25 21:19:06 -07:00
Free
83c7dd177b note-improvements (#9768)
Fixes #9745, quote icon, note spacing adjustments, border radius's in noGap

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9768
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-26 03:33:44 +00:00
cutestnekoaqua
1278200ae7
[PATCH] set workers to reduce their processing priority
Authored-by: Kaitlyn Allan <kaitlyn.allan@enlabs.cloud>
2023-03-25 12:35:30 +01:00
ThatOneCalculator
5b575c67ed
fix? 2023-03-24 13:14:41 -07:00
ThatOneCalculator
a751050dd0
chore: bump pnpm 2023-03-24 12:46:09 -07:00
ThatOneCalculator
8acf3833fa
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-24 12:45:32 -07:00
ThatOneCalculator
35bf174273
dev15 2023-03-24 12:45:25 -07:00
Kainoa Kanter
df488c52b0 Merge pull request 'chore: update Japanese locale' (#9765) from nmkj/calckey:update-ja-jp into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9765
2023-03-24 14:56:13 +00:00
Kainoa Kanter
a3a7e43686 Merge pull request 'fix: build proper callback url of mastodon oauth' (#9764) from nmkj/calckey:fix-oauth-redirect into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9764
2023-03-24 14:55:29 +00:00
Namekuji
285e17ddd0 fix japanese locale 2023-03-24 07:38:02 -04:00
Namekuji
86e5a19971 fix callback url 2023-03-24 06:55:23 -04:00
ThatOneCalculator
765c61bf52
don't show buttons if mobile 2023-03-24 00:42:36 -07:00
ThatOneCalculator
a1efc980d4
fix 2023-03-24 00:34:13 -07:00
ThatOneCalculator
50a8cccb23
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-24 00:04:12 -07:00
ThatOneCalculator
9ca00d73b5
fix 2023-03-24 00:04:00 -07:00
Kainoa Kanter
c8bc6392ed chore: update patrons 2023-03-24 07:02:19 +00:00
ThatOneCalculator
25d44f500b
console log 2023-03-23 23:59:42 -07:00
ThatOneCalculator
b7a5799698
feat: new chat button on mobile 2023-03-23 23:51:59 -07:00
Kainoa Kanter
4d3d7698e3 chore: update patron list 2023-03-24 06:32:09 +00:00
ThatOneCalculator
434e2f24e9
feat: post metadata uses full @
Closes #9660
2023-03-23 18:03:50 -07:00
ThatOneCalculator
6e898249ef
beta 31 2023-03-23 17:50:30 -07:00
ThatOneCalculator
5578b53223
Merge branch 'develop' into beta 2023-03-23 17:50:01 -07:00
ThatOneCalculator
765d90b789
chore: 📦 upgrade megalodon 2023-03-23 16:20:21 -07:00
ThatOneCalculator
f80dcca6d5
feat: masto api add display name 2023-03-23 16:16:27 -07:00
ThatOneCalculator
581d1c71b3
beta3 2023-03-23 14:46:37 -07:00
ThatOneCalculator
f560f2516e
dev 14 2023-03-23 14:45:57 -07:00
ThatOneCalculator
249f1f32d3
docs: sonic 2023-03-23 14:45:33 -07:00
ThatOneCalculator
6f5ec62cc8
feat: add sonic to docker 2023-03-23 14:43:21 -07:00
ThatOneCalculator
94640486c5
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-23 09:07:25 -07:00
ThatOneCalculator
d5cafde7d1
Revert "refactor: nyaize on the frontend"
This reverts commit aff90b3ef2.
2023-03-23 09:06:32 -07:00
yawhn
df68d5ffff feat: swap home timeline with social's functionality (#9597)
The Home timeline functionality is swapped with social's. Meaning that Home timeline now consists of followee's and local posts. Social from now on will contain only followee's posts. See more info in the attached ticket.

Some changes applied in english locales as well. Probably the rest of the languages need to be fixed though.

This PR closes the ticket: https://codeberg.org/calckey/calckey/issues/9552

Co-authored-by: yawhn <kordaris@gmail.com>
Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9597
Co-authored-by: yawhn <yawhn@noreply.codeberg.org>
Co-committed-by: yawhn <yawhn@noreply.codeberg.org>
2023-03-23 16:02:37 +00:00
amy bones
c5de597079
fix: relay signature handling
A change sometime ago moved to setting some signature fields in the incoming
object to undefined as opposed to deleting them. The trouble is that downstream
code checks against existence, not undefinedness and rejects the message.

Resolves: #9665
2023-03-22 17:32:49 -07:00
ThatOneCalculator
d05ab9bf46
fix color in follow button 2023-03-22 14:29:07 -07:00
ThatOneCalculator
18eed9607b
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-22 12:24:45 -07:00
yawhn
25c72943c7
fix: a bug in ads 2023-03-22 12:24:37 -07:00
Kainoa Kanter
8243b635f4 Merge pull request 'fix: max user profile length to db field length' (#9750) from amybones/calckey:fix-profile-length into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9750
2023-03-22 18:58:32 +00:00
ThatOneCalculator
3a412b955d
fix: 🐛 no nyaizing undefined text
Closes #9752
2023-03-22 11:54:38 -07:00
Free
4b1af35b39 Allows ctrl+clicking internal links (#9603) (#9743)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9743
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-22 18:50:30 +00:00
cutestnekoaqua
4714e966f1
Masto api :) 2023-03-22 17:43:05 +01:00
cutestnekoaqua
30bc16daba
allow client credentials not just for tapbots 2023-03-22 14:40:59 +01:00
amy bones
1f840aa7b9
fix: max user profile length to db field length
Resolves: #9749
2023-03-22 02:10:43 -07:00
Free
bcd0488cf1 note-improvements (#9742)
Increases the limit of the replies loaded above the focused post from 10 to 30

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9742
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-21 04:41:50 +00:00
ThatOneCalculator
e674ae1c25
Merge branch 'develop' into beta 2023-03-20 20:54:01 -07:00
ThatOneCalculator
b8e09ad4b6
Merge branches 'develop' and 'develop' of codeberg.org:calckey/calckey into develop 2023-03-20 20:52:52 -07:00
ThatOneCalculator
aba1eaa51d
locale 2023-03-20 20:52:39 -07:00
Kainoa Kanter
ba84249ba8 Merge pull request 'fix: local time for users' (#9741) from naskya/calckey:fix/localtime into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9741
2023-03-21 03:42:30 +00:00
naskya
49d3df43d3
fix: local time for users 2023-03-21 08:24:02 +09:00
Free
74bb79792d note-improvements (#9739)
fixes #9735, translations, plus other tweaks

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9739
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-20 20:26:05 +00:00
ThatOneCalculator
092761f8df
cl 2023-03-20 12:28:40 -07:00
ThatOneCalculator
14201f465b
typo 2023-03-19 20:19:40 -07:00
ThatOneCalculator
4ce8e83d3e
fix: make sure cw button is on new line 2023-03-19 20:15:49 -07:00
ThatOneCalculator
43bca8ed38
validate blank messages on backend 2023-03-19 20:03:49 -07:00
ThatOneCalculator
4c4c641804
fix: 🐛 can't send blank messages
Closes #9661
2023-03-19 20:02:14 -07:00
ThatOneCalculator
2de02cf655
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-19 19:59:36 -07:00
ThatOneCalculator
aff90b3ef2
refactor: nyaize on the frontend 2023-03-19 19:59:00 -07:00
Free
c2df136dda note-improvements (#9734)
Not sure if this is the best way to jump to the post

This also lets you select text w/out clicking to the post (and clicking normally on top of the text opens the post)

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9734
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-20 02:31:02 +00:00
ThatOneCalculator
d75a4e56e3
change follow button background, finally 2023-03-19 19:30:08 -07:00
ThatOneCalculator
b18864946a
theme names 2023-03-19 18:49:25 -07:00
ThatOneCalculator
0ecf681db2
cl 2023-03-19 18:44:48 -07:00
ThatOneCalculator
5afa8c6e9e
dev13 2023-03-19 18:44:17 -07:00
ThatOneCalculator
710a89d343
feat: more themes! 2023-03-19 18:44:08 -07:00
ThatOneCalculator
28c1419612
generic color for online user count 2023-03-19 16:58:54 -07:00
ThatOneCalculator
f73ff912f1
fix: repo url 2023-03-19 16:53:49 -07:00
cutestnekoaqua
16ef00b6fe
chore: add emoji aliases 2023-03-20 00:37:49 +01:00
cutestnekoaqua
d81bfd30ef
Revert "fix: unicode aliases"
This reverts commit 989b497588.
2023-03-20 00:30:05 +01:00
cutestnekoaqua
989b497588
fix: unicode aliases 2023-03-20 00:24:33 +01:00
Kainoa Kanter
60a5c4012c Merge pull request 'bug: Fix error saving drive file caption > 512 chars' (#9729) from supakaity/hajkey:hk/fix-9728 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9729
2023-03-19 21:54:38 +00:00
Kainoa Kanter
cacdf9cf36 Merge pull request 'fix: don't show smartphone UI when settings icon is double-clicked' (#9731) from naskya/calckey:fix/settings-ui into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9731
2023-03-19 21:52:19 +00:00
kakkokari-gtyih
27fedf9d6e
fix: don't show smartphone UI when settings icon is double-clicked 2023-03-19 21:43:07 +09:00
Kaitlyn Allan
1b134467ed Fix error saving drive file caption > 512 chars 2023-03-19 20:06:24 +10:00
ThatOneCalculator
749117a2ce
cli images 2023-03-19 02:33:44 -07:00
ThatOneCalculator
0fa22b8598
fix cli more 2023-03-19 02:08:08 -07:00
ThatOneCalculator
2dcf88b732
feat: spruce up CLI 2023-03-19 01:59:33 -07:00
ThatOneCalculator
1bd70ae19f
docs: 📝 sonic 2023-03-19 01:32:57 -07:00
ThatOneCalculator
c30d26fb59
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-19 01:32:23 -07:00
ThatOneCalculator
d3d9c4830b
docs: 📝 sonic instructions 2023-03-19 01:32:17 -07:00
Kaity A
706b4ae602 Add sonic full-text search support (#9714)
This pull request adds support for the [sonic](https://github.com/valeriansaliou/sonic) full text indexing server into Calckey.

In addition to this, a stateful endpoint has been added that will completely (re-)index all notes into any (elasticsearch and/or sonic) indexing server defined in your config at `/api/admin/search/index-all`. It can (optionally) take input data to define the starting point, such as:

```
{"cursor": "9beg3lx6ad"}
```

Currently if both sonic and elasticsearch are defined in the config, sonic will take precedence for searching, but both indexes will continue to be updated for new note creations. Future enhancements may include the ability to choose which indexer to use (or combine multiple).

Co-authored-by: Kaitlyn Allan <kaitlyn.allan@enlabs.cloud>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9714
Co-authored-by: Kaity A <supakaity@noreply.codeberg.org>
Co-committed-by: Kaity A <supakaity@noreply.codeberg.org>
2023-03-19 08:26:47 +00:00
ThatOneCalculator
3f58232a39
chore: bump pnpm version 2023-03-19 00:27:31 -07:00
ThatOneCalculator
77912ae7b5
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-19 00:26:32 -07:00
ThatOneCalculator
76935a91e1
feat: compile time compression 2023-03-19 00:26:26 -07:00
naskya
1c0d4546f7 feat: set license information for custom emojis (#9719)
Closes: #9711 (please check this issue first)

I cherry-picked two commits ([1](8ae9d2eaa8), [2](ed51209172)) from [Misskey](https://github.com/misskey-dev/misskey) and made a few changes.
「ライセンス」should be written as "License" in the following screenshots, but it has not yet been translated.

It would be nice if we could include multiple lines of text, but I just ported what's been implemented so far in Misskey not to mess things up.

This is my first pull request (aside from typo correction). Feel free to point out any issues!

![](https://cdn.discordapp.com/attachments/823878222897741868/1086372711841935440/2023-03-18_042011.png)
![](https://cdn.discordapp.com/attachments/823878222897741868/1086373178214981853/01.png)
![](https://cdn.discordapp.com/attachments/823878222897741868/1086373336709341246/2023-03-18_042629.png)

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9719
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-03-19 07:22:28 +00:00
ThatOneCalculator
c5d9f3bf59
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-19 00:14:08 -07:00
ThatOneCalculator
2117977d88
fix: when count is actually 0 2023-03-19 00:13:30 -07:00
Free
b2bc51a4ee note-improvements (#9721)
boop

Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9721
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-19 07:13:02 +00:00
ThatOneCalculator
681cefcda5
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-19 00:12:33 -07:00
ThatOneCalculator
2ea458e2db
fix: mobile button alignment 2023-03-19 00:12:24 -07:00
Kainoa Kanter
dbe45e1838 Merge pull request 'Don't show channel edit button unless owner' (#9722) from supakaity/hajkey:hk-channel-owner-edit into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9722
2023-03-18 23:11:47 +00:00
cutestnekoaqua
025f149440
pass auth to metadata 2023-03-18 13:06:49 +01:00
cutestnekoaqua
04c1b395b4
fix: intermediarily convert ids 2023-03-18 12:23:03 +01:00
cutestnekoaqua
624d3c399f
add 404 as replacements 2023-03-18 12:09:43 +01:00
cutestnekoaqua
c5fda342e1
chore: update package locks 2023-03-18 11:53:17 +01:00
cutestnekoaqua
7a500ed836
chore: update megalodon 2023-03-18 11:52:18 +01:00
Kaitlyn Allan
53d482d209 Don't show channel edit button unless owner 2023-03-18 18:27:56 +10:00
Free
9e1fdeaf39 note-improvements (#9720)
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-18 00:44:00 +00:00
ThatOneCalculator
3066d6079a
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-17 09:31:47 -07:00
ThatOneCalculator
d3d21aa8ea
fix: send button 2023-03-17 09:31:39 -07:00
fruye
1239db9ac8 fix: Parse mastoAPI limit argument in more places & Improve converting arguments to boolean (#9716)
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9716
Authored-by: fruye <fruye@unix.dog>
Signed-off-by: Cleo John <waterdev@galaxycrow.de>
Co-authored-by: fruye <fruye@unix.dog>
Co-committed-by: fruye <fruye@unix.dog>
2023-03-17 13:58:01 +00:00
Cleo
177f36a2f2 Merging 'New thread view + other post improvements' (#9648) from Freeplay/calckey:note-improvements courtesy Freeplay
Signed-of-by: Cleo John <waterdev@galaxycrow.de>
2023-03-17 13:48:09 +00:00
ThatOneCalculator
964bc9708a
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-16 18:18:22 -07:00
ThatOneCalculator
c438d2bcb0
docs: changes 2023-03-16 18:17:53 -07:00
s1idewhist1e
36281ec413 feat: Make follower counts for remote users correct (#9705)
#9293

Not sure if this is the right approach for this

Co-authored-by: s1idewhist1e <trombonedude05@gmail.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9705
Co-authored-by: s1idewhist1e <s1idewhist1e@noreply.codeberg.org>
Co-committed-by: s1idewhist1e <s1idewhist1e@noreply.codeberg.org>
2023-03-17 01:16:31 +00:00
ThatOneCalculator
4c263cfbcc
better border color 2023-03-16 15:37:49 -07:00
Freeplay
bca45c5868 fix deck view margins 2023-03-15 22:29:48 -04:00
ThatOneCalculator
11cae5560a
docs: 📝 accurate update instructions
Closes #9709
2023-03-15 18:29:55 -07:00
ThatOneCalculator
76bcf96e2c
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-15 18:29:22 -07:00
ThatOneCalculator
ef509b5138
docs: 📝 accurate update instructions
Closes #9709
2023-03-15 18:28:53 -07:00
Freeplay
f79ac3d361 Change reply icon (also align the icon in the posting form) 2023-03-15 21:24:12 -04:00
Freeplay
1be55c9685 *actually* fix the line alignment 2023-03-15 20:26:13 -04:00
ThatOneCalculator
b03e655843
hotfix: v13.1.4.1 2023-03-15 17:20:31 -07:00
Kainoa Kanter
459dec4749 Hotfix: 13.1.4 2023-03-16 00:16:12 +00:00
Kainoa Kanter
8ad5ffa7da Hotfix
Closes #9709
2023-03-16 00:15:48 +00:00
Freeplay
4b391424ae fix line alignment in smaller windows 2023-03-15 19:53:22 -04:00
Freeplay
4cabd725a0 fix line in boosted text 2023-03-15 19:18:26 -04:00
Freeplay
b7b853f970 fix footer icons 2023-03-15 18:58:35 -04:00
Kainoa Kanter
e4c148611b fix: Run to boolean conversion in mastoAPI public and hashtag timelines (#9710) 2023-03-15 22:53:41 +00:00
Freeplay
23727bae92 Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-03-15 18:40:21 -04:00
fruye
fcbee6d3f5 fix: Run to boolean conversion in mastoAPI public and hashtag timelines
The `only_media` query parameter in `/api/v1/timelines/public` and
`/api/v1/timelines/tag/:hashtag` was previously passed directly as-is to
the Misskey API, which made it pretty upset because it was receiving a
string named 'true' instead of the value 'true'.

Needed for pleromaFE to display a timeline.
2023-03-15 23:09:19 +01:00
fruye
0e2a5b3093 fix: Isolate unicode characters in display names (#9702)
This fixes a 'Follows you' badge on a profile page and account addresses in threads from being drawn backwards when an account has some special Unicode characters that change the direction of text in their name (i.e. U+202E RIGHT-TO-LEFT OVERRIDE).

Co-authored-by: fruye <fruye@unix.dog>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9702
Co-authored-by: fruye <fruye@noreply.codeberg.org>
Co-committed-by: fruye <fruye@noreply.codeberg.org>
2023-03-15 07:18:18 +00:00
Kainoa Kanter
6db3766505 Update 'package.json' 2023-03-15 04:20:29 +00:00
ThatOneCalculator
fc0632dda6
release notes 2023-03-14 16:55:24 -07:00
ThatOneCalculator
5731bf4ee5
reaction lib from dev 2023-03-14 16:29:27 -07:00
ThatOneCalculator
ecf05b1d9e
Merge branch 'develop' into beta 2023-03-14 16:28:43 -07:00
ThatOneCalculator
0270211d05
feat: 🔖 13.1.3 2023-03-14 16:27:31 -07:00
ThatOneCalculator
33e7bb2fc5
Merge branch 'beta' 2023-03-14 16:27:12 -07:00
ThatOneCalculator
ff26728f52
Merge branch 'fix/security' 2023-03-14 16:26:42 -07:00
ThatOneCalculator
86db886199
fix: mona is free 2023-03-14 16:23:40 -07:00
ThatOneCalculator
3a13c5ea59
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-03-14 16:21:01 -07:00
ThatOneCalculator
e25e36d3eb
apps: mona 2023-03-14 16:20:46 -07:00
Cleo John
111bf8b77d webhook mastodon fixes 2023-03-14 17:18:30 +01:00
Kainoa Kanter
8d50cb2391 Further Masto API work, focus on Ivory compatibility (#9703) 2023-03-13 07:25:17 +00:00
Luna
e198a34cd0 Small fix to Masto ID conversion code 2023-03-13 00:44:38 -04:00
ThatOneCalculator
c2c0e5b76c
chore: up icons 2023-03-12 13:43:37 -07:00
ThatOneCalculator
78b42e95e1
chore: update patrons list 2023-03-11 21:44:11 -08:00
Luna
7236aa4a3a Sorta kinda handle client_credentials auth flow 2023-03-11 23:19:17 -05:00
ThatOneCalculator
0c34b1bd48
how did vscode not catch these? 2023-03-11 13:59:36 -08:00
ThatOneCalculator
01d26a389d
forgot about the fill icons 2023-03-11 13:52:11 -08:00
ThatOneCalculator
11e1977a21
chore: phosphor 2.0.2
adds woff2 as of 2.0.2 (my pr)
2023-03-11 13:44:57 -08:00
ThatOneCalculator
731b761e16
style: inlie-flex on ph-fw 2023-03-11 13:36:40 -08:00
ThatOneCalculator
cf44b7de48
rm unessicary file 2023-03-11 13:29:18 -08:00
ThatOneCalculator
8721fbe8b5
fix? 2023-03-11 13:07:51 -08:00
Luna
c81d6ecc1e
Proxy object IDs for Mastodon API to prevent Calckey ID format incompatibilities 2023-03-11 16:02:35 -05:00
Luna
5e79069c4a
Clean up auth.vue 2023-03-11 16:02:35 -05:00
Luna
e2ebe83238
Convert limit parameter to int for certain Mastodon account endpoints 2023-03-11 16:02:35 -05:00
Luna
b7ffa05848
Enable multipart for masto oauth endpoints to fix Ivory 2023-03-11 16:02:35 -05:00
ThatOneCalculator
3de967393b
icons 2023-03-11 13:01:04 -08:00
ThatOneCalculator
90969b7512
refactor: ⬆️ phosphor 2, sorta
thank you sammy
2023-03-11 13:00:52 -08:00
ThatOneCalculator
7449b8b840
chore: apps 2023-03-11 12:22:54 -08:00
Kainoa Kanter
6fcb25c927 Merge pull request 'Expand caption limit to 1500 characters' (#9686) from supakaity/calckey:supakaity/caption-size into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9686
2023-03-07 20:41:15 +00:00
Kaity A
a432661e3c Expand caption limit to 1500 characters 2023-03-05 16:51:44 +10:00
Kainoa Kanter
44ba4c524e Merge pull request 'Set movedToUri & alsoKnownAs null when undefined' (#9684) from supakaity/calckey:ada/moved-to-update into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9684
2023-03-04 14:34:37 +00:00
Kaity A
5433603440 Set movedToUri & alsoKnownAs null when undefined 2023-03-04 08:24:22 +00:00
Kainoa Kanter
edaf7dbb61 chore: notes --> posts 2023-03-03 22:12:11 -08:00
Kainoa Kanter
f46445038a fix mobile navbar 2023-03-03 22:09:57 -08:00
Kainoa Kanter
1120818f47 fix: post button text alignment 2023-03-03 22:01:08 -08:00
Kainoa Kanter
f2ce0ef273 Merge pull request 'Add divider to header' (#9678) from Freeplay/calckey:a into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9678
2023-03-04 03:25:49 +00:00
cutestnekoaqua
980d447561
parse full multipart data to media endpoints 2023-03-01 15:53:40 +01:00
cutestnekoaqua
c74f4942d3
fix import 2023-03-01 15:07:35 +01:00
cutestnekoaqua
548381734a
some quick fixes 2023-03-01 15:04:01 +01:00
Freeplay
0ceb272fbf Add divider to header 2023-02-28 17:12:29 -05:00
Cleo John
7ffd99497c fix errors 2023-02-28 17:38:48 +01:00
Cleo John
05acb51da2 more mastodon work 2023-02-28 17:23:04 +01:00
Freeplay
aaaa58a8db change continue thread text 2023-02-27 09:42:11 -05:00
Freeplay
f4449cfafd Don't think that needed a reverse 2023-02-27 09:32:24 -05:00
Namekuji
74903846b6 chore: update Japanese locale (#9673)
Co-authored-by: Namekuji <nmkj@noreply.codeberg.org>
Co-committed-by: Namekuji <nmkj@noreply.codeberg.org>
2023-02-26 23:54:43 +00:00
Freeplay
1763e2083f Only use regular reply icon 2023-02-26 11:33:38 -05:00
Freeplay
5e46f0c99c also fix that indent, huh 2023-02-25 21:53:12 -05:00
Freeplay
c2dde63813 fix indents on this ? 2023-02-25 21:51:37 -05:00
Freeplay
790dcccc6e don't know why that was like that oops 2023-02-25 21:49:41 -05:00
Freeplay
5c1ca3ac29 fix small window sizes 2023-02-25 21:22:23 -05:00
Freeplay
f8d26e3e3d Tweak reaction animation 2023-02-25 20:36:00 -05:00
Freeplay
4278bd1e54 fix subnote body clip area™ 2023-02-25 20:22:17 -05:00
Freeplay
1310fa277e increase clip area of subnote body 2023-02-25 20:08:53 -05:00
Freeplay
a0720231a8 padding tweaks 2023-02-25 19:59:58 -05:00
Kainoa Kanter
6ec6df7f7d Fix a minor error in docs (#9669) 2023-02-26 00:59:33 +00:00
Freeplay
8cb3a25245 change line height 2023-02-25 19:48:10 -05:00
naskya
e6071e6820
Fix a copy-paste error in docs 2023-02-26 08:35:37 +09:00
Freeplay
404f7986e1 remove unneeded bit 2023-02-25 15:51:51 -05:00
Freeplay
a538b2ea84 a 2023-02-25 15:38:36 -05:00
Freeplay
1c57ba6242 Only animate in if newly added 2023-02-25 15:36:35 -05:00
Freeplay
5d391bd198 add some animations to reactions 2023-02-25 13:50:24 -05:00
Kainoa Kanter
fdf3422d30 docs: run mig step 2023-02-25 18:08:37 +00:00
Freeplay
233408569b style fixes 2023-02-25 12:36:57 -05:00
Freeplay
65de7b89e7 Remove content-visibility oh god that did not work as I expected 2023-02-25 12:15:35 -05:00
Freeplay
be15764e2d sort of fix replies count ? 2023-02-25 11:57:16 -05:00
Freeplay
0914a7fbd9 fix line alignment 2023-02-25 11:10:48 -05:00
Kainoa Kanter
1b63e889f9 Update 'patrons.json' 2023-02-25 08:18:04 +00:00
Freeplay
161594d4bc Fix 'close' button in posts not sticking to bottom
thanmk you overlfow clip
2023-02-25 01:18:21 -05:00
Freeplay
5177fdeef1 allow mfm to overflow w/out it blocking any buttons 2023-02-25 01:15:42 -05:00
Freeplay
de97032eab add footer hover thingy to subnote too 2023-02-25 00:39:43 -05:00
Freeplay
0f94a62198 comment out unneeded bit (maybe for now) 2023-02-25 00:21:37 -05:00
Freeplay
c81a75cd1f change reply hover 2023-02-25 00:19:39 -05:00
Freeplay
7a2d1e7a07 fix alignment 2023-02-24 22:37:17 -05:00
Freeplay
5c076893c6 increase size when indents decrease 2023-02-24 22:35:37 -05:00
Freeplay
92b8aed3e2 style view thread continuation button + fix link underline 2023-02-24 22:33:21 -05:00
Freeplay
5eee718750 larger pfp's for first column of replies on mobile 2023-02-24 20:37:36 -05:00
Kainoa Kanter
6d71195acc Merge pull request 'fix: multiple Ads' bugs & feat: Ads widget' (#9668) from yawhn/elreqkey:9080_ads_widget into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9668
2023-02-24 17:22:46 +00:00
Freeplay
b34b6de71f Reduce detailed note spacing on mobile 2023-02-24 11:55:51 -05:00
yawhn
fce27471ab fix: multiple Ads' bugs.
feat: Ads widget

https://codeberg.org/calckey/calckey/issues/9138
https://codeberg.org/calckey/calckey/issues/9080
2023-02-24 13:58:45 +02:00
Masaya Suzuki
ea5725b986
Check redis connection
---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-02-23 22:04:47 -08:00
ThatOneCalculator
8f5afbc355
rc2 2023-02-23 20:09:41 -08:00
Free
456eb4b627
New MkPageHeader 2023-02-23 20:09:30 -08:00
ThatOneCalculator
2f419ad727
perf: emoji lib performance fix 2023-02-23 20:08:05 -08:00
Freeplay
c48c42850c
fix not being able to click around there are new posts button 2023-02-23 20:07:44 -08:00
Kainoa Kanter
a608af352f Merge pull request 'fix #9450' (#9667) from Freeplay/calckey:a into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9667
2023-02-24 04:00:52 +00:00
Freeplay
2311956dfa Change reply order from oldest to newest 2023-02-23 22:45:12 -05:00
Freeplay
842d48c4a8 also add hover to link previews 2023-02-23 22:03:38 -05:00
Freeplay
eca6a784a1 fix not being able to click around there are new posts button 2023-02-23 20:50:58 -05:00
Freeplay
5fe9ee27ef smaller reply avatars on mobile 2023-02-23 20:46:48 -05:00
Freeplay
041d3997cd Make quotes clickable 2023-02-23 20:37:26 -05:00
Freeplay
5a4a3a536b fix click events 2023-02-23 20:14:43 -05:00
Freeplay
b0ceb9385c change line color 2023-02-23 18:28:32 -05:00
Freeplay
42532ce168 line alignment fixes 2023-02-23 18:22:51 -05:00
Freeplay
eb30b8460d bruh why didn't I just do that 2023-02-23 16:44:15 -05:00
Freeplay
9d1c08d322 Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-02-23 16:21:54 -05:00
CutestNekoAqua
19d84a73ac aa 2023-02-23 17:38:18 +01:00
CutestNekoAqua
0be450d95f meow? 2023-02-23 17:20:34 +01:00
CutestNekoAqua
41d696c6ca maybe buffer? 2023-02-23 17:13:35 +01:00
CutestNekoAqua
91df15209a this is the sign I need a break 2023-02-23 17:07:49 +01:00
CutestNekoAqua
1728419130 move file upload to new router 2023-02-23 17:02:02 +01:00
CutestNekoAqua
cc44cc9da7 oh ich hab verkackt 2023-02-23 16:57:21 +01:00
CutestNekoAqua
2dbbd1d39d use multer upload instead 2023-02-23 16:55:38 +01:00
CutestNekoAqua
2c6368afc4 update thingy? 2023-02-23 16:42:57 +01:00
CutestNekoAqua
8dd610a6a1 lol 2023-02-23 16:34:16 +01:00
CutestNekoAqua
37d6039c1e fixed what ever calc did here, masto app didnt 2023-02-23 16:32:21 +01:00
CutestNekoAqua
3281b194e4 ?? 2023-02-23 16:26:33 +01:00
CutestNekoAqua
726e469e23 await the instance meta 2023-02-23 16:12:53 +01:00
CutestNekoAqua
bb27ce997e import config 2023-02-23 15:58:54 +01:00
CutestNekoAqua
42a0c1b4a1 import multer 2023-02-23 15:55:28 +01:00
CutestNekoAqua
d0a3c2c2b7 remove not needed middleware handlers 2023-02-23 15:46:12 +01:00
CutestNekoAqua
f5537af8a1 aaa 2023-02-23 00:31:14 +01:00
CutestNekoAqua
6ac1e417dd Merge branch 'develop' of https://codeberg.org/calckey/calckey into develop 2023-02-22 09:44:57 +01:00
CutestNekoAqua
684f2e883a fix mastodon api stats 2023-02-22 09:44:47 +01:00
ThatOneCalculator
bc761610d3
fix: visibility picker 2023-02-21 16:04:00 -08:00
ThatOneCalculator
dd907f2f46
fix: 🐛 url slicing 2023-02-21 15:51:46 -08:00
Freeplay
795950a754 *Might* be something that can improve performance 2023-02-20 23:29:34 -05:00
Freeplay
62246796b1 Prevent mention avatars from wrapping 2023-02-20 22:24:06 -05:00
ThatOneCalculator
94b9db451e
update readme 2023-02-20 12:20:47 -08:00
Kainoa Kanter
4c0ae44e74 docs: get patch 2023-02-20 20:16:44 +00:00
ThatOneCalculator
184ea6aa82
docs: 📝 migration from mk 2023-02-20 12:13:55 -08:00
ThatOneCalculator
e68d8b8a6d
refactor: max 5 url previews
Closes #9654
2023-02-20 12:01:17 -08:00
Freeplay
294d940800 Revert footer changes 2023-02-20 13:30:15 -05:00
Freeplay
514cc3d8d2 Use bolder font on active reaction 2023-02-20 13:19:12 -05:00
Freeplay
1235a1cdb8 use accent color for lines 2023-02-20 13:18:37 -05:00
Freeplay
d6c10891b7 back to the smaller avatars 2023-02-19 20:56:28 -05:00
Freeplay
6639d7d42c Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-02-19 20:24:33 -05:00
Freeplay
e32bab700d add reply connectors, a 2023-02-19 20:12:01 -05:00
Freeplay
66c3ac0654 new threading, still wip 2023-02-19 18:31:16 -05:00
ThatOneCalculator
eb3a3e3c36
make css module 2023-02-18 20:13:24 -08:00
ThatOneCalculator
0a3e39b6ec
testing 2023-02-18 20:09:14 -08:00
ThatOneCalculator
19c88fc68b
fix broken style 2023-02-18 20:02:58 -08:00
ThatOneCalculator
1d2e638571
style 2023-02-18 20:01:00 -08:00
ThatOneCalculator
b8499df5eb
fix MkUpdated 2023-02-18 19:58:42 -08:00
ThatOneCalculator
cc7be70bdf
fix 2023-02-18 19:55:18 -08:00
ThatOneCalculator
302e452572
fix 2023-02-18 19:48:25 -08:00
ThatOneCalculator
f625e4c40b
chore: rm dead code 2023-02-18 16:39:38 -08:00
ThatOneCalculator
8d352e4582
chore: 🔥 remove ability to add Twitter integration 2023-02-18 16:37:25 -08:00
ThatOneCalculator
3118825fa9
will fix? 2023-02-18 16:28:50 -08:00
ThatOneCalculator
7132ad2285
fix?? 2023-02-18 16:16:24 -08:00
ThatOneCalculator
3e87ca0e94
formatting 2023-02-18 15:53:19 -08:00
ThatOneCalculator
0f9daa4ac4
fix? 2023-02-18 15:48:46 -08:00
ThatOneCalculator
9c5dc7b3f2
fix: dialog 2023-02-18 15:34:41 -08:00
ThatOneCalculator
a1a6937785
feat: new modal 2023-02-18 15:27:12 -08:00
ThatOneCalculator
de17a10bb6
fix: 🐛 Don't show image previews if NSFW
Closes #9636
2023-02-18 12:02:25 -08:00
ThatOneCalculator
8f2ae33511
Masto API meta 2023-02-18 11:58:02 -08:00
ThatOneCalculator
77eb5c984d
fix: city validation 2023-02-18 11:42:37 -08:00
ThatOneCalculator
2d59e363c0
feat: Show time for users 2023-02-18 11:33:25 -08:00
CutestNekoAqua
0c73344966 fix oopsie 2023-02-18 17:24:58 +01:00
CutestNekoAqua
d418fee933 debug print users 2023-02-18 17:22:43 +01:00
CutestNekoAqua
22ce676cf9 make relationshiops work 2023-02-18 17:14:16 +01:00
daikei
09ad8b9621 Merge branch 'develop' into develop 2023-02-17 21:12:04 +00:00
ThatOneCalculator
7a88a0dedd
chore: formatting 2023-02-17 13:01:14 -08:00
Freeplay
c644a08d39 Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-02-17 15:39:30 -05:00
ThatOneCalculator
b654add6b3
fix 2023-02-17 12:36:16 -08:00
ThatOneCalculator
0d32eb2cd5
fix 2023-02-17 12:36:07 -08:00
ThatOneCalculator
9ed34f3704
add isActiveTab method 2023-02-17 11:54:33 -08:00
ThatOneCalculator
6d2f2efcf6
dev10 2023-02-17 11:41:24 -08:00
ThatOneCalculator
4ed1b80d68
perf: MkPageHeader perf 2023-02-17 11:40:12 -08:00
Freeplay
eac3699bd2 Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-02-17 13:24:08 -05:00
Freeplay
650a62953d Add more to subnotecontent if detailed 2023-02-17 11:31:48 -05:00
ThatOneCalculator
cdf9a03604
chore: formatting 2023-02-17 00:19:29 -08:00
ThatOneCalculator
d5508535b9
chore: remove hard-to-see gradient 2023-02-17 00:16:35 -08:00
ThatOneCalculator
9469e4d399
perf: emoji lib performance fix 2023-02-17 00:01:22 -08:00
Kainoa Kanter
678e878c21 Merge pull request 'Fix #9596 - Add vips-dev as runtime dependencies in docker container' (#9647) from RoiArthurB/calckey:roiarthurb-patch-docker-libvips into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9647
2023-02-17 07:17:17 +00:00
RoiArthurB
cab91f7c3c [DOCKER] Add vips-dev as runtime dependencies - Fix #9596
Signed-off-by: RoiArthurB <roiarthurb@noreply.codeberg.org>
2023-02-17 06:38:47 +00:00
Freeplay
da648e1517 Add buttons & link previews to subnotes, start of new thread design
Should've made them separate commits but eeek I started working on them at the same time D:
2023-02-17 00:06:49 -05:00
Freeplay
0cb8918778 Add URL previews to subnote 2023-02-16 17:06:36 -05:00
ThatOneCalculator
b62249b77f
formatting 2023-02-15 12:46:27 -08:00
ThatOneCalculator
694ce70d6e
Revert "refactor: use MkAvatars for mods"
This reverts commit dbe74ed098.
2023-02-15 12:45:41 -08:00
ThatOneCalculator
020101a2fc
notes for admin heatmap by default 2023-02-15 10:45:33 -08:00
ThatOneCalculator
3ddfb28082
bg 2023-02-15 10:39:30 -08:00
ThatOneCalculator
dbe74ed098
refactor: use MkAvatars for mods 2023-02-15 10:37:39 -08:00
ThatOneCalculator
92572157fa
adjust MkNumber tween time 2023-02-15 10:34:17 -08:00
ThatOneCalculator
96311b597c
fix: more readable icon bgs 2023-02-15 10:33:00 -08:00
ThatOneCalculator
071071663e
fix: 🐛 pagination for "/api/channels/followed"
Co-authored-by: takonomura <@takonomura@github.com>
2023-02-15 10:31:10 -08:00
ThatOneCalculator
8490b00609
type errors 2023-02-15 10:29:49 -08:00
ThatOneCalculator
be44679420
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-02-15 10:28:03 -08:00
ThatOneCalculator
79f3052907
icons for dashboard 2023-02-15 10:27:49 -08:00
Cleo John
a704192b73 refactor please signin component 2023-02-14 11:03:05 +01:00
ThatOneCalculator
688368e4e1
chore: formatting 2023-02-13 20:25:31 -08:00
ThatOneCalculator
81cc4b3f49
fix: 💄 admin overview style 2023-02-13 20:21:42 -08:00
ThatOneCalculator
e02fe02f35
fix import 2023-02-13 20:05:49 -08:00
ThatOneCalculator
6fb2fc3906
fix 2023-02-13 20:04:34 -08:00
ThatOneCalculator
b5a03e40f1
MkNumber 2023-02-13 20:02:41 -08:00
ThatOneCalculator
24e49e39db
rm retention heatmap 2023-02-13 19:59:40 -08:00
ThatOneCalculator
186f2494fd
add needed script 2023-02-13 19:58:33 -08:00
ThatOneCalculator
d706b80e37
fix import 2023-02-13 19:55:37 -08:00
ThatOneCalculator
ac90543382
MkFolder 2023-02-13 19:54:06 -08:00
ThatOneCalculator
1b69006040
? 2023-02-13 19:53:39 -08:00
ThatOneCalculator
3def9ab3b7
test 2023-02-13 19:51:56 -08:00
ThatOneCalculator
22188b9709
attempt fix 2023-02-13 19:48:57 -08:00
ThatOneCalculator
0e8c30d3fa
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-02-13 19:40:39 -08:00
ThatOneCalculator
21e7529725
feat: new admin panel data from Mk v13 2023-02-13 19:40:31 -08:00
Free
9093319906 Top nav fixes (#9634)
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-13 21:14:06 +00:00
cutestnekoaqua
0cc81624b5
try again 2023-02-13 20:41:42 +01:00
cutestnekoaqua
e923172bec
actually return value 2023-02-13 20:38:11 +01:00
cutestnekoaqua
45929f95f4
uwu 2023-02-13 20:36:13 +01:00
cutestnekoaqua
44990a1ddb
mew 2023-02-13 20:28:23 +01:00
ThatOneCalculator
e9d55ff44b
chore: formatting 2023-02-13 11:17:07 -08:00
Free
4e84d45a20 Hopefully fix performance of topbar nav (#9631)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9631
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-13 18:57:33 +00:00
cutestnekoaqua
48b53428d0
Revert "parse query stuff with bools"
This reverts commit 4eb695f3c3.
2023-02-13 19:39:14 +01:00
cutestnekoaqua
4eb695f3c3
parse query stuff with bools 2023-02-13 19:34:41 +01:00
cutestnekoaqua
8a69a9c90e
initial bool parsing in mastodon 2023-02-13 18:54:38 +01:00
cutestnekoaqua
ad46ccfd33
nya 2023-02-13 17:08:48 +01:00
cutestnekoaqua
b1ef858b49
meow 2023-02-13 17:02:51 +01:00
cutestnekoaqua
9dd3ad6445
changes typings 2023-02-13 16:58:42 +01:00
cutestnekoaqua
14f40f0051
change types 2023-02-13 16:58:18 +01:00
cutestnekoaqua
a480e1be55
add debug to error 2023-02-13 16:53:56 +01:00
cutestnekoaqua
113a1ebe59
basic account lookup 2023-02-13 16:12:21 +01:00
cutestnekoaqua
68b2dcfd75
feat: #9614 2023-02-13 15:12:21 +01:00
ThatOneCalculator
46d4327fce
fix: correctly use note.emojis 2023-02-12 20:54:46 -08:00
ThatOneCalculator
0094ba8a2d
fix wrong import 2023-02-12 20:50:36 -08:00
ThatOneCalculator
085de45d02
fix 2023-02-12 20:46:56 -08:00
ThatOneCalculator
edc5638385
remove defaultStore check in MFM 2023-02-12 20:29:34 -08:00
ThatOneCalculator
a7045cecfb
dev7 2023-02-12 20:25:45 -08:00
ThatOneCalculator
fa23360f13
feat: add position, scale , fg, and bg MFM from v13 2023-02-12 20:25:23 -08:00
ThatOneCalculator
abff66eada
fix: 🐛 first user gets admin
Closes #9620

Co-authored-by: @Johann150
2023-02-12 20:19:16 -08:00
ThatOneCalculator
95fcac3e55
dev6 2023-02-12 20:15:33 -08:00
ThatOneCalculator
e118a28542
feat: Add in Misskey v13's reacted users view 2023-02-12 20:14:05 -08:00
Kainoa Kanter
00bcaeaa47 Update 'CALCKEY.md' 2023-02-13 03:35:21 +00:00
Freeplay
a5a6d90771 actually fix submenu pos 2023-02-12 22:31:55 -05:00
Freeplay
06b37eccdd fix submenu positioning 2023-02-12 22:24:12 -05:00
Freeplay
b51d24d31a focus trap emoji picker (also fixes closing w/ esc) 2023-02-12 22:19:40 -05:00
Freeplay
aac8246e10 foxes 2023-02-12 22:16:15 -05:00
Freeplay
b3c0c6124e FOCUS TRAPPING!!!! 2023-02-12 21:56:01 -05:00
Freeplay
b818e97c67 Allow focusing of elements inside notes/posts 2023-02-12 20:59:11 -05:00
Freeplay
6550940625 Focus last element when exiting modal 2023-02-12 20:49:41 -05:00
Freeplay
9e7bd91f88 Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability 2023-02-12 20:01:41 -05:00
ThatOneCalculator
7cba70eb70
dev4 2023-02-12 15:42:19 -08:00
Free
256fd485fd apply mobile nav styling to desktop, maybe also fix misalignment ? (#9623)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9623
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-12 23:41:54 +00:00
ThatOneCalculator
4c0d30c368
increase number of remote featured posts from 30 to 60 2023-02-12 15:38:19 -08:00
ThatOneCalculator
1a842703b4
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-02-12 14:51:56 -08:00
ThatOneCalculator
2e6baa8ccf
silence webpack output 2023-02-12 14:51:45 -08:00
Free
3185512753 tab performance (#9621)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9621
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-12 22:49:38 +00:00
ThatOneCalculator
9046b76536
dev3 2023-02-12 12:49:16 -08:00
Kainoa Kanter
1c2f0d49dc Merge pull request 'Add webpack config to compile sw.js for browser' (#9613) from supakaity/calckey:supakaity/webpack into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9613
2023-02-12 20:48:47 +00:00
ThatOneCalculator
813bea02ab
fix 2023-02-12 12:40:47 -08:00
ThatOneCalculator
5f2ca1f957
fix 2023-02-12 12:15:21 -08:00
ThatOneCalculator
9f8bebf5f8
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-02-12 12:07:15 -08:00
ThatOneCalculator
4fe24fec1a
feat: remote featured notes 2023-02-12 12:07:07 -08:00
Kainoa Kanter
a6a37d6c90 Merge pull request 'invalidate local user cache on user update' (#9612) from supakaity/calckey:supakaity/local-user-update into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9612
2023-02-12 18:43:41 +00:00
Free
d8512d5485 fix navbar hover thingy (#9616)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9616
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-12 18:42:21 +00:00
Kio-td
ec79e1c143 Merge branch 'develop' of https://codeberg.org/calckey/calckey into develop 2023-02-12 12:11:21 -05:00
Kaity A
93a72f31a5 add webpack config to compile sw.js for browser 2023-02-12 09:59:34 +00:00
Kaity A
f2371daff3 invalidate local user cache on user update 2023-02-12 07:54:59 +00:00
Kainoa Kanter
5a20d2af27 Merge pull request 'Serialize outgoing searches returning out of order.' (#9611) from supakaity/calckey:supakaity/bug9610 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9611
2023-02-12 01:59:22 +00:00
Kaity A
3fbeaf0e9e serialize outgoing searches returning out of order 2023-02-12 01:51:26 +00:00
ThatOneCalculator
b30814913f
fix: correct megalodon import 2023-02-11 17:23:30 -08:00
ThatOneCalculator
69da6fa295
chore: formatting 2023-02-11 17:22:05 -08:00
Kaity A
4ca445b587 Implementation of an instances wide antenna source. (#9604)
This PR contains new source for antenna posts, which is a list of instance hostnames to process all posts from.

Using this mode, a user can filter for keywords on an instance wide basis.

This change includes a new antenna source called `instances` and a new database column in the `antenna` table called `instances` to store the instance names.

On the antenna editor, there's also an "Add an instance" finder dialog to allow users to search through the known instance hostnames.

Co-authored-by: Kaity A <supakaity@blahaj.zone>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9604
Co-authored-by: Kaity A <supakaity@noreply.codeberg.org>
Co-committed-by: Kaity A <supakaity@noreply.codeberg.org>
2023-02-12 01:20:17 +00:00
Kaity A
653c71dad5 Enable reply update/display in detailed view. (#9606)
This PR establishes a new replied note stream update for subscribed notes, which gets fired off whenever a note receives a reply and the user is subscribed to the note for updates.

It specifically does not provide note details as part of the update, just the note id of the reply, so that they must go and retrieve the note and be subject to the proper permission and visibility checks.

The detailed note component has then been updated to watch for the replied notification so it can add new replies to the thread as they are created.

This allows both seeing new replies while on the page, and also to see your own replies appear after you post them without having to reload the page.

This PR relies on https://codeberg.org/calckey/calckey.js/pulls/2 to add the replied type to the calkey.js module.

Co-authored-by: Kaity A <supakaity@blahaj.zone>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9606
Co-authored-by: Kaity A <supakaity@noreply.codeberg.org>
Co-committed-by: Kaity A <supakaity@noreply.codeberg.org>
2023-02-12 01:19:43 +00:00
ThatOneCalculator
ace8350043
chore: tag dev1 2023-02-11 17:16:55 -08:00
ThatOneCalculator
b02f62dba4
Formatting 2023-02-11 17:14:50 -08:00
Free
474a02bfe0 Hide inactive tab labels on mobile (#9609)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9609
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-12 01:11:11 +00:00
Kainoa Kanter
5c88cef03b Merge pull request 'fix: 🐛 100vh body background color' (#9608) from GeopJr/calckey:fix/100vh-body-bg-color into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9608
2023-02-12 00:29:33 +00:00
ThatOneCalculator
cbdd09dd4a
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-02-11 16:22:00 -08:00
ThatOneCalculator
3e1048d3b1
chore: calckey megalodon 2023-02-11 16:20:57 -08:00
cutestnekoaqua
6eee77cbc5
is this too spec? 2023-02-12 00:35:39 +01:00
cutestnekoaqua
69efbf8fda
oof 2023-02-12 00:33:52 +01:00
cutestnekoaqua
b862402ce9
eow 2023-02-12 00:29:52 +01:00
cutestnekoaqua
63cd831cf6
simplify code 2023-02-12 00:25:51 +01:00
cutestnekoaqua
7ea17df2ba
try this instead 2023-02-12 00:19:35 +01:00
cutestnekoaqua
209cd8a7c8
refine error msg 2023-02-12 00:14:03 +01:00
cutestnekoaqua
631355c2c8
add account lookup 2023-02-12 00:10:10 +01:00
cutestnekoaqua
54de8b92d8
remove unneeded next middleware 2023-02-11 23:50:58 +01:00
cutestnekoaqua
f61b157a70
change name of Reactions bot 2023-02-11 23:46:35 +01:00
cutestnekoaqua
43c985d78c
fix timelines 2023-02-11 23:12:14 +01:00
cutestnekoaqua
c135d16024
meow
Co-authored-by: cutls <web-pro@cutls.com>
2023-02-11 22:50:20 +01:00
Evangelos Paterakis
60b959f63f
fix: 🐛 100vh body background color 2023-02-11 23:28:46 +02:00
ThatOneCalculator
254a9e8716
docs: 📝 custom assets 2023-02-11 13:16:45 -08:00
daikei
3de2617d6b Remove hardcoding of sounds (#9510) (#9607)
Co-authored-by: Kio-td <kio.thedev@gmail.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9607
Co-authored-by: daikei <daikei@noreply.codeberg.org>
Co-committed-by: daikei <daikei@noreply.codeberg.org>
2023-02-11 21:09:43 +00:00
daikei
8b6d3167bc Discard notes made before Fedi's existence, or after today (#9605)
This PR should kill #9531 - Safeguarding against posts that are made before 2007 (Identica being made in 2008, the 'first ever activitypub software' according to wikipedia.)

Personally, if gone unnoticed, I believe that notes from the past can be used as an attack vector to silently flood a database.

Co-authored-by: Kio-td <kio.thedev@gmail.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9605
Co-authored-by: daikei <daikei@noreply.codeberg.org>
Co-committed-by: daikei <daikei@noreply.codeberg.org>
2023-02-11 21:05:31 +00:00
ThatOneCalculator
4ddb65410b
chore: up calckey.js 2023-02-11 13:04:22 -08:00
daikei
cddad85bc0 Merge branch 'develop' into develop 2023-02-11 20:29:44 +00:00
GeopJr
2f2fd293dc feat: don't depend on an external service for urn:ietf:wg:oauth:2.0:oob (#9602)
Co-authored-by: GeopJr <evan@geopjr.dev>
Co-committed-by: GeopJr <evan@geopjr.dev>
2023-02-11 20:08:12 +00:00
Freeplay
6631f77d5b Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability 2023-02-11 14:14:56 -05:00
Freeplay
9bd958e692 focus to more elements 2023-02-11 14:11:25 -05:00
Kio-td
cd6a1d09f5 Fix bad math 2023-02-11 07:18:56 -05:00
Kio-td
93444e1944 Merge branch 'develop' of https://codeberg.org/Daikei/calckey into develop 2023-02-11 06:26:31 -05:00
Kio-td
f9fc1d7137 Discard if 3 days in the future 2023-02-11 06:26:05 -05:00
daikei
c343c64324 Merge branch 'develop' into develop 2023-02-11 11:18:22 +00:00
Kio-td
e35f3eef56 Semi-Kill #9531 2023-02-11 06:13:55 -05:00
Kainoa Kanter
843641819c Add source SVG logo files 2023-02-11 06:11:02 +00:00
Kainoa Kanter
a1592dad90 Delete 'packages/backend/assets/favicon.svg' 2023-02-11 06:10:15 +00:00
Kainoa Kanter
424fdd4f26 Upload files to 'packages/backend/assets' 2023-02-11 06:02:08 +00:00
cutestnekoaqua
c6d597e886
floor created at 2023-02-11 01:51:14 +01:00
cutestnekoaqua
31e0ac1ee8
parse client id 2023-02-11 01:17:35 +01:00
cutestnekoaqua
12e1e676fa
do more change 2023-02-11 01:08:20 +01:00
cutestnekoaqua
a6fdb28560
make secure check 2023-02-11 01:07:44 +01:00
cutestnekoaqua
817c1d2e4b
remove multipart here? 2023-02-11 00:57:43 +01:00
cutestnekoaqua
103d655ed4
i need to seperate 404 to own route 2023-02-11 00:51:50 +01:00
ThatOneCalculator
fcc59cd35f
chore: Rome Formatting 2023-02-10 15:41:19 -08:00
cutestnekoaqua
fadf8144de
meow 2023-02-11 00:40:04 +01:00
cutestnekoaqua
1a714fb8e4
ree 2023-02-11 00:35:30 +01:00
cutestnekoaqua
d103d69727
split routers 2023-02-11 00:33:01 +01:00
cutestnekoaqua
8fdd3e09c6
revert it for now 2023-02-11 00:19:52 +01:00
cutestnekoaqua
450c92f3e7
Revert "use formidable instead"
This reverts commit b8406ecaa4.
2023-02-11 00:19:52 +01:00
cutestnekoaqua
34de28cddf
Revert "meow?"
This reverts commit 6e79148152.
2023-02-11 00:19:52 +01:00
cutestnekoaqua
5d33c34aa8
Revert "remove body parser settings for now"
This reverts commit 41ce22aa1c.
2023-02-11 00:19:52 +01:00
ThatOneCalculator
004d8f18fa
up ver 2023-02-10 15:19:02 -08:00
ThatOneCalculator
f9c0d91865
chore: 🎨 new dummy images 2023-02-10 15:17:56 -08:00
cutestnekoaqua
41ce22aa1c
remove body parser settings for now 2023-02-11 00:08:26 +01:00
cutestnekoaqua
6e79148152
meow? 2023-02-11 00:02:20 +01:00
cutestnekoaqua
b8406ecaa4
use formidable instead 2023-02-10 23:50:27 +01:00
Cleo
23ad352088 fix(client): use proxied image for instance icon 2023-02-10 22:46:56 +00:00
Cleo
b54b8d4d2e fix(client): use proxied image for instance icon 2023-02-10 22:46:08 +00:00
cutestnekoaqua
6cfdc31e94
use multer instead 2023-02-10 23:29:29 +01:00
cutestnekoaqua
8b08b2e572
me forgorr 2023-02-10 23:17:29 +01:00
cutestnekoaqua
8b0e3161a3
migrate middleware usage
Co-authored-by Natty <natty.sh.git@gmail.com>
2023-02-10 23:15:47 +01:00
cutestnekoaqua
838ca1841a
this is super cursed 2023-02-10 23:00:15 +01:00
cutestnekoaqua
f2b014b4a8
temp test 2023-02-10 22:30:19 +01:00
cutestnekoaqua
65c73c67de
merge more multipart stuff 2023-02-10 21:16:55 +01:00
cutestnekoaqua
057af8180d
ree 2023-02-10 20:53:27 +01:00
cutestnekoaqua
5bf632d3eb
weird merge error 2023-02-10 20:52:58 +01:00
cutestnekoaqua
72e5b4f487
make build work after calcks merge 2023-02-10 20:50:42 +01:00
cutestnekoaqua
b266b21b91
Merge Masto Api changes
Co-authored-by Natty <natty.sh.git@gmail.com>
2023-02-10 20:45:29 +01:00
cutestnekoaqua
f331592d66
Revert "yeet koabody"
This reverts commit d5eb131f58.
2023-02-10 20:40:54 +01:00
Kainoa Kanter
d1dda3a178 Merge pull request 'fix/security' (#9600) from fix/security into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9600
2023-02-10 19:17:07 +00:00
ThatOneCalculator
f7564d87b0
fix: 🔒 prevent issues 2023-02-10 11:14:33 -08:00
syuilo
96e1a93216
fix(client): validate urls to improve security 2023-02-10 11:08:08 -08:00
Freeplay
2c837da3e3 Change line-height to w3c recommend
https://www.w3.org/TR/WCAG21/#text-spacing
2023-02-10 11:43:47 -05:00
Cleo
5a481f6286 Merge pull request 'Replace Error with logger.debug' (#9593) from daikei/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9593
2023-02-10 15:40:54 +00:00
Cleo
234315dacd Fix build 2023-02-10 10:04:32 +00:00
daikei
a0ca938fbd Merge branch 'develop' into develop 2023-02-10 08:18:23 +00:00
Cleo
a1cddb95c9 „packages/backend/src/server/index.ts“ ändern 2023-02-10 08:01:38 +00:00
Cleo
f5cd9449e9 revert da2368bf7a
revert fix: some Masotdon API compat issues (#9592)
Co-authored-by: GeopJr <geopjr@noreply.codeberg.org>
Co-committed-by: GeopJr <geopjr@noreply.codeberg.org>
2023-02-10 07:56:46 +00:00
Cleo
a6e1669d60 Nya 2023-02-10 07:10:42 +00:00
Cleo
69089016d5 Meow 2023-02-10 07:00:47 +00:00
Kio-td
f08e5cd250 Clean up bad coding practices 2023-02-10 00:38:23 -05:00
Kio-td
4a1dbfad29 Close #9473 2023-02-10 00:19:47 -05:00
GeopJr
da2368bf7a fix: some Masotdon API compat issues (#9592)
Co-authored-by: GeopJr <geopjr@noreply.codeberg.org>
Co-committed-by: GeopJr <geopjr@noreply.codeberg.org>
2023-02-10 02:58:52 +00:00
cutestnekoaqua
6554b2eb9a
lower build targets to support mobile ui stuff, eh 2023-02-10 01:11:11 +01:00
cutestnekoaqua
d5eb131f58
yeet koabody 2023-02-10 01:05:49 +01:00
cutestnekoaqua
62f1b799f8
Revert "shrugs"
This reverts commit 5a3f84a934.
2023-02-10 00:59:16 +01:00
cutestnekoaqua
5a3f84a934
shrugs 2023-02-10 00:54:10 +01:00
cutestnekoaqua
77a4f74bc8
use ES import in index 2023-02-10 00:38:39 +01:00
cutestnekoaqua
42f9d6eb5a
change method name of masto api 2023-02-10 00:34:24 +01:00
cutestnekoaqua
7b9e6a8032
change imports 2023-02-10 00:32:30 +01:00
cutestnekoaqua
2c6beb66c3
move get-unsecure 2023-02-10 00:27:57 +01:00
cutestnekoaqua
0416c15c03
fix import 2023-02-10 00:23:44 +01:00
cutestnekoaqua
3c641b4461
update pnpm locks 2023-02-10 00:15:26 +01:00
cutestnekoaqua
b197464638
Merge branch 'feature/masto-api' into develop 2023-02-10 00:13:20 +01:00
Kainoa Kanter
6efc57cb44 Merge pull request 'develop' (#9590) from develop into beta
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9590
2023-02-09 23:06:51 +00:00
ThatOneCalculator
cca72dfbac
undo 2023-02-09 15:06:01 -08:00
ThatOneCalculator
f500086a0e
fix iconOnly for home tl 2023-02-09 15:01:31 -08:00
Cleo
3ecc69185c Beta Docker build (#9589)
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9589
2023-02-09 22:59:05 +00:00
Cleo
a337f152f8 „.woodpecker/dockerHubRelease.yml“ ändern
Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
2023-02-09 22:58:05 +00:00
Cleo
2078e64cd7 „.woodpecker/dockerHubReleaseCandidate.yml“ hinzufügen
Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
2023-02-09 22:57:44 +00:00
Cleo
af0cc98ccf check beta too
Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
2023-02-09 22:55:20 +00:00
Kainoa Kanter
12e16fa03f Merge pull request 'develop' (#9588) from develop into beta
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9588
2023-02-09 22:54:17 +00:00
ThatOneCalculator
ba18da314f
docs: 📝 branches 2023-02-09 14:53:32 -08:00
ThatOneCalculator
36972a64ae
docs: 📝 changelog 2023-02-09 14:51:47 -08:00
Kainoa Kanter
7571e96bd0 feature/help_menu (#9587)
Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9587
2023-02-09 22:48:25 +00:00
Kainoa Kanter
c2fe849e14 Merge pull request 'feat: Blocking someone should mute them, and disable the ability to mute/unmute them' (#9581) from Feinzer/calckey:issue/9509 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9581
2023-02-09 22:45:47 +00:00
cutestnekoaqua
c422fb618b
making build work 2023-02-09 23:32:40 +01:00
cutestnekoaqua
717aa899b1
feat: v1 Mastodon API
This commit adds (maybe unstable) support for Mastodons v1 api
also some v2 endpoints, maybe I miss stuff, I dont know.
We will need to test this but it should be kinda stable
and work like (old) butter.

Co-authored-by: Natty <natty.sh.git@gmail.com>
Co-authored-by: cutls <web-pro@cutls.com>
2023-02-09 23:21:50 +01:00
ThatOneCalculator
3c2a8bec80
chore: update credits 2023-02-09 11:19:54 -08:00
Kainoa Kanter
52e6bf7f4c Merge pull request 'Add labels to mobile top nav' (#9579) from Freeplay/calckey:mobile-navbar into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9579
2023-02-09 19:17:07 +00:00
Daniel Hernández
d9b4ce79ac
fix: Use theme --bg instead of a hardcoded color 2023-02-09 14:18:42 -04:00
Daniel Hernández
3c340b5142
feat: Unblock with follow button
* refresh user when changed
2023-02-09 13:47:50 -04:00
Daniel Hernández
569136b87c
fix: Hide unmute option when the user is blocked 2023-02-09 13:46:32 -04:00
Daniel Hernández
135860cc68
feat: Mute and unfollow when blocking a user 2023-02-09 13:17:14 -04:00
Kainoa Kanter
6bd6c62e8d Merge pull request 'Use fixed color for blockquotes + other styling' (#9580) from Freeplay/calckey:quotes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9580
2023-02-09 16:44:05 +00:00
Freeplay
ad27cb20ec use fixed color fox blockquotes + other styling 2023-02-09 06:31:49 -05:00
Freeplay
9eec56f486 Add labels to mobile top nav 2023-02-09 05:09:40 -05:00
Freeplay
8f43786bee focus selected page 2023-02-08 21:55:07 -05:00
Freeplay
34f2c957c5 fixes 2023-02-08 21:19:37 -05:00
Freeplay
93539615f8 oops 2023-02-08 20:25:22 -05:00
Freeplay
94c60784b1 Merge branch 'keyboard-accessability' of https://codeberg.org/Freeplay/calckey into keyboard-accessability 2023-02-08 19:58:47 -05:00
Freeplay
d96f9bbef0 forgot to remove comment 2023-02-08 19:56:35 -05:00
Freeplay
cab1557b90 Use v-bind instead for focus, allow focusing submenus, change tabindex's 2023-02-08 19:55:36 -05:00
Freeplay
c99586cfcb Use v-bind instead for focus, change tabindex's 2023-02-08 19:53:38 -05:00
cutestnekoaqua
9293583bf5
fix some ctx stuff 2023-02-07 23:05:26 +01:00
cutestnekoaqua
c68c01a09e
wip masto api
co-authored-by: cutls <web-pro@cutls.com>
2023-02-07 22:56:39 +01:00
Freeplay
49ea503fe6 Fix tabbing orders & allow closing modals w/ esc 2023-02-06 23:23:56 -05:00
ThatOneCalculator
f2dc07522b
chore: up vite 2023-02-06 20:06:50 -08:00
ThatOneCalculator
fdbbd6652a
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-02-06 20:04:07 -08:00
Kainoa Kanter
f7c4d1a4b4 tag: 🔖 v13.1.3-beta 2023-02-07 04:02:43 +00:00
Kainoa Kanter
6acde3f034 Merge pull request 'build: reduce container size by removing dev dependencies from final image' (#9534) from asrael/calckey:Dockerfile-optimization into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9534
2023-02-07 04:00:48 +00:00
Kainoa Kanter
54a1dc355c Merge pull request 'Allow expanding content warnings & playing media w/out opening subnote' (#9560) from Freeplay/calckey:note-improvements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9560
2023-02-07 03:28:21 +00:00
Freeplay
d3466948d1 Improving keyboard support, part 1™ 2023-02-06 15:52:00 -05:00
Asrael
21a59dc497
Merge remote-tracking branch 'upstream/develop' into Dockerfile-optimization 2023-02-06 01:08:40 -08:00
ThatOneCalculator
d4c7db67ce
Merge remote-tracking branch 'asreal/Dockerfile-optimization' into develop 2023-02-05 21:15:01 -08:00
ThatOneCalculator
998e6fd4d2
Merge dev 2023-02-05 21:08:39 -08:00
ThatOneCalculator
bb0fe93631
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-02-05 21:04:03 -08:00
ThatOneCalculator
8ec6cef20b
bump version number 2023-02-05 21:03:56 -08:00
Freeplay
32ab681714 Allow interacting with subnote w/out opening post 2023-02-05 20:26:38 -05:00
Freeplay
5c9ff73b0a Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-02-05 19:18:35 -05:00
cutestnekoaqua
2ae58c1c62
fix: docker tags 2023-02-05 12:39:57 +01:00
cutestnekoaqua
44c6bc7dd0
fixing a git merge error. 2023-02-05 12:38:40 +01:00
cutestnekoaqua
9ca850be06
fix: reactions using unicode weren't processed 2023-02-05 12:37:01 +01:00
Kainoa Kanter
f5f7493135 Update '.woodpecker/dockerHubTag.yml' 2023-02-04 20:50:55 +00:00
ThatOneCalculator
78921387b3
feat: dialog to remove follower
co-authored-by: atsu1125 <atsu1125@github>
2023-02-04 12:46:48 -08:00
Kainoa Kanter
a60968f137 Merge pull request 'main' (#9554) from main into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9554
2023-02-04 20:42:37 +00:00
ThatOneCalculator
4bd399f321
chore: formatting 2023-02-04 12:41:25 -08:00
ThatOneCalculator
26570158fd
fix: 🔒 improve tag search security 2023-02-04 12:38:46 -08:00
ThatOneCalculator
bb927f1668
fix: 🐛 following issues
Closes #9544
2023-02-04 12:37:20 -08:00
Asrael
44f593945c
build: reduce container size by removing dev dependencies from final image
This change moves many of the dependencies into devDependencies, by analyzing what is used in the runtime files. Additionally, NPM and apk cache are eliminated with multi-stage builds
2023-02-03 21:38:40 -08:00
Kainoa Kanter
090fc75076 Merge pull request 'develop' (#9551) from develop into main
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9551
2023-02-04 04:25:46 +00:00
Kainoa Kanter
d9e56592f3 tag: 🔖 13.1.1 2023-02-04 04:23:44 +00:00
cutestnekoaqua
99be6d8b99
update changelog 2023-02-04 02:41:04 +01:00
cutestnekoaqua
48d4b5a726
fix: Use ❤️ instead of ♥️ 2023-02-04 02:30:43 +01:00
Free
d1e53259fa Change note context position (#9550)
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-02-04 01:12:55 +00:00
Freeplay
7e4325f10b Change note context position 2023-02-03 15:44:40 -05:00
Freeplay
9bf87771bb Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-02-03 15:15:08 -05:00
Cleo
d455c44261 Merge pull request 'Fix status buttons text wrapping in webkit' (#9545) from Freeplay/calckey:note-improvements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9545
2023-02-03 10:02:31 +00:00
Freeplay
ba4ed1652c Fix status buttons text wrapping in webkit 2023-02-03 10:02:31 +00:00
Freeplay
8f391a87ac Fix status buttons text wrapping in webkit 2023-02-02 19:25:42 -05:00
cutestnekoaqua
9c3fb431d5
Merge branch 'develop' 2023-02-02 17:15:28 +01:00
cutestnekoaqua
e6b68012a7
chore: update german translations 2023-02-02 17:13:24 +01:00
Kainoa Kanter
86b4d74f46 Update 'README.md' 2023-02-01 22:18:54 +00:00
ThatOneCalculator
13f37a8959
Merge branch 'develop' 2023-02-01 13:10:47 -08:00
ThatOneCalculator
0efbe418c6
fix lock 2023-02-01 13:04:23 -08:00
ThatOneCalculator
26a0ed1aba
fix: margin on tab button 2023-02-01 12:19:01 -08:00
ThatOneCalculator
10e2f3e62a
2px 2023-02-01 12:15:59 -08:00
ThatOneCalculator
dc0243b8ea
fix 2023-02-01 11:55:45 -08:00
ThatOneCalculator
d44cb14615
styling 2023-02-01 11:51:19 -08:00
Kainoa Kanter
83b56f4ad5 Merge pull request 'note-improvements but this time fix boosted avatars' (#9535) from Freeplay/calckey:note-improvements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9535
2023-02-01 19:48:34 +00:00
Freeplay
be3ec48511 Fix avatars using boosted pfp's 2023-02-01 14:43:58 -05:00
ThatOneCalculator
b8c7342e49
improve release notes 2023-02-01 11:14:16 -08:00
ThatOneCalculator
6c4432aeba
fix: update dialog 2023-02-01 11:06:34 -08:00
ThatOneCalculator
55133fcedd
fix wrong locale 2023-02-01 10:58:48 -08:00
ThatOneCalculator
8683037677
fix 2023-02-01 10:50:07 -08:00
ThatOneCalculator
654f31bc83
fix: show mfm cheat sheet as popup instead of new window 2023-02-01 10:45:32 -08:00
ThatOneCalculator
00c757a450
chore: up pnpm 2023-02-01 10:28:53 -08:00
ThatOneCalculator
a630de2d3a
chore: release notes 2023-02-01 10:28:29 -08:00
ThatOneCalculator
069a775b0a
tag: 🔖 13.1.0 2023-02-01 10:27:11 -08:00
Kainoa Kanter
d169ea1905 Merge pull request 'Proper support for image types in notes, opengraph images and videos.' (#9524) from Skystryder/chakey:feature/opengraph into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9524
2023-01-30 04:52:01 +00:00
Kainoa Kanter
80f48f4dd5 Merge pull request 'Show MFM Cheatsheet on note dialogue.' (#9528) from Skystryder/chakey:feature/formattingtips into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9528
2023-01-30 04:51:15 +00:00
Kainoa Kanter
a8d83a0e25 Merge pull request 'feature/2xthumbnails' (#9526) from Skystryder/chakey:feature/2xthumbnails into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9526
2023-01-30 04:50:57 +00:00
ThatOneCalculator
8aa0b8093f
up vite 2023-01-29 19:47:40 -08:00
Skystryder
0e26e0c1a1 Show MFM Cheatsheet on note dialogue. 2023-01-28 18:56:48 -08:00
Skystryder
9838ae9680 Also increase the size for proxy. 2023-01-28 18:00:08 -08:00
Skystryder
72e8d9e1ce Cleaning up image conversions to use webp, and increasing the thumbnail size. 2023-01-28 17:46:03 -08:00
Skystryder
fd6b1b10fd Proper support for image types in notes, opengraph images and videos.
Progress toward https://codeberg.org/calckey/calckey/issues/9373
2023-01-28 16:47:26 -08:00
Freeplay
fb33687157 Padding & alignment improvements 2023-01-28 16:10:45 -05:00
Freeplay
41bfd0cc8c rEMOVE THAT HECM PINNED NOTE SPACE AGAIN 2023-01-28 14:57:14 -05:00
Freeplay
ed3ba64525 Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-01-28 14:51:08 -05:00
ThatOneCalculator
84cb921573
fix style 2023-01-24 19:31:38 -08:00
ThatOneCalculator
ed85d065b0
style: 💄 ticker improvements
premature partial from #9415
2023-01-24 19:20:38 -08:00
ThatOneCalculator
ce3308a290
hide "RN" on MkNoteDetailed 2023-01-24 18:59:07 -08:00
ThatOneCalculator
b3b97f0866
style: border radius on instance ticker icon 2023-01-24 18:57:00 -08:00
ThatOneCalculator
2fda83c321
fix: use proxied image for instance icon on ticker
Closes #9426
2023-01-24 15:51:34 -08:00
ThatOneCalculator
d06ed1b477
fix: actually add swc to sw package 2023-01-24 15:42:37 -08:00
syuilo
d19e33485d
fix(client): use proxied image for instance icon 2023-01-24 15:22:16 -08:00
ThatOneCalculator
61e290e32a
improve MkTab 2023-01-24 15:18:30 -08:00
ThatOneCalculator
95595dafcb
fix: 🐛 signin with ipv6
co-authored-by: Syuilo
2023-01-24 15:13:25 -08:00
ThatOneCalculator
970b4907f3
chore: 🔧 remove eslint from service worker, up pnpm 2023-01-24 15:11:15 -08:00
ThatOneCalculator
1540db7af9
build: 👷 Build service worker with swc 2023-01-24 15:09:09 -08:00
ThatOneCalculator
7df330ec29
fix: 🐛 double name on splash
Closes #9500
2023-01-23 12:12:49 -08:00
ThatOneCalculator
c0ffb1db7f
Fix config 2023-01-23 10:35:51 -08:00
ThatOneCalculator
b759ec4539
TWA/assetlinks support 2023-01-21 12:55:38 -08:00
ThatOneCalculator
1c434a2331
feat: PWA icons 2023-01-21 12:29:46 -08:00
ThatOneCalculator
eb14539989
refactor: online indicator 2023-01-21 11:53:45 -08:00
Freeplay
0ff2f2172e add back pfp in compose box when replying 2023-01-21 14:39:19 -05:00
Freeplay
fad4692e01 add back note-context wrapper 2023-01-21 14:36:05 -05:00
ThatOneCalculator
7b51c56169
docs: 📝 clone depth 1
closes #9501
2023-01-21 11:25:31 -08:00
Freeplay
9e974161de OMG FIX TICKER ISSUE
i'm dumb i don't know vue okay
2023-01-21 14:09:13 -05:00
Freeplay
ca971f1116 Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-01-21 13:16:42 -05:00
Freeplay
3a932b79e3 Merge branch 'note-improvements' of https://codeberg.org/Freeplay/calckey into note-improvements 2023-01-19 19:59:42 -05:00
Freeplay
ed1fa593bd oops 2023-01-19 19:59:36 -05:00
ThatOneCalculator
dc168cd3bc
docs: no tensorflow 2023-01-19 16:56:07 -08:00
ThatOneCalculator
c8fc470e4e
Revert "hopefully this fixed chat updates"
This reverts commit bbbfbc1061.
2023-01-19 16:33:14 -08:00
ThatOneCalculator
407f521757
Revert "potentially breaking or fixing DM updates"
This reverts commit 23badbc7c3.
2023-01-19 16:31:33 -08:00
ThatOneCalculator
56ff9ca223
Revert "fix: chat realtime update"
This reverts commit 6381a7791e.
2023-01-19 16:30:46 -08:00
ThatOneCalculator
5ed747fa88
Revert "potential fix"
This reverts commit d12ebc3422.
2023-01-19 16:30:38 -08:00
ThatOneCalculator
c821f03b62
Revert "quick fix"
This reverts commit 58b2f7f138.
2023-01-19 16:30:32 -08:00
ThatOneCalculator
1d1727fdf0
Revert "wip"
This reverts commit beb5f95ce4.
2023-01-19 16:30:26 -08:00
ThatOneCalculator
72b40fe5ef
Revert "chore: reformat messaging/index.vue"
This reverts commit 0edc80b10a.
2023-01-19 16:30:21 -08:00
ThatOneCalculator
76dab02a9d
Revert "wip"
This reverts commit 91cc7af40a.
2023-01-19 16:30:12 -08:00
ThatOneCalculator
47db1e1c47
Revert "does it fix speed?"
This reverts commit 641feb04e3.
2023-01-19 16:30:06 -08:00
ThatOneCalculator
00bd8a35e7
Revert "reloading chat to hotfix caching issue"
This reverts commit 269bc3fdff.
2023-01-19 16:29:55 -08:00
ThatOneCalculator
42ce587572
Revert "fix: Chats did nt update in realtime"
This reverts commit 976f06f4e3.
2023-01-19 16:29:45 -08:00
ThatOneCalculator
577de84366
Revert "ah a lil fix before anybody pulls"
This reverts commit 69f6955cf5.
2023-01-19 16:29:39 -08:00
ThatOneCalculator
0902eb226b
Revert "mew?"
This reverts commit d961c3d61d.
2023-01-19 16:29:34 -08:00
ThatOneCalculator
0164c77356
Revert "meow"
This reverts commit 03234acb8f.
2023-01-19 16:29:28 -08:00
ThatOneCalculator
1e0becd6fb
Revert "wip"
This reverts commit 66448b5e52.
2023-01-19 16:29:23 -08:00
ThatOneCalculator
da704f341d
Revert "wip"
This reverts commit 5a2990a2fa.
2023-01-19 16:24:53 -08:00
ThatOneCalculator
680159c109
Revert "fix: disable reloads on timeline"
This reverts commit f3f45bac5c.
2023-01-19 16:20:59 -08:00
Kainoa Kanter
81bd92efa9 Merge branch 'develop' into note-improvements 2023-01-20 00:19:53 +00:00
Kainoa Kanter
8e79ab69b0 Merge pull request 'Fixes #9350' (#9495) from yawhn/elreqkey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9495
2023-01-20 00:19:16 +00:00
ThatOneCalculator
81cd7600f7
lavaforge --> codeberg until lavaforge is ready 2023-01-19 16:18:17 -08:00
ThatOneCalculator
9a2c05ef83
fix: heart reaction 2023-01-19 16:17:20 -08:00
yawhn
03741c4aa4 Fix: Advertisements is also blocked. Using promotions instead. 2023-01-19 22:20:51 +02:00
yawhn
349fad7f8a Merge branch 'develop' of https://codeberg.org/thatonecalculator/calckey into develop 2023-01-19 21:17:27 +02:00
cutestnekoaqua
f3f45bac5c
fix: disable reloads on timeline 2023-01-19 19:16:53 +01:00
yawhn
6c8a58fb5d Merge branch 'develop' of https://codeberg.org/thatonecalculator/calckey into develop 2023-01-19 19:54:27 +02:00
cutestnekoaqua
5a2990a2fa
wip 2023-01-19 18:28:07 +01:00
yawhn
3dda8656f2 Fix: typo regaring advertisements page 2023-01-19 19:21:03 +02:00
cutestnekoaqua
66448b5e52
wip 2023-01-19 18:16:09 +01:00
cutestnekoaqua
03234acb8f
meow 2023-01-19 17:58:53 +01:00
cutestnekoaqua
d961c3d61d
mew? 2023-01-19 17:50:15 +01:00
cutestnekoaqua
69f6955cf5
ah a lil fix before anybody pulls 2023-01-19 17:45:26 +01:00
cutestnekoaqua
976f06f4e3
fix: Chats did nt update in realtime 2023-01-19 17:37:44 +01:00
cutestnekoaqua
269bc3fdff
reloading chat to hotfix caching issue 2023-01-19 17:35:16 +01:00
cutestnekoaqua
641feb04e3
does it fix speed? 2023-01-19 17:07:01 +01:00
yawhn
d6b902fd3d https://codeberg.org/calckey/calckey/issues/9350
Ads: Fix for "Unable to preload CSS/JS" issue
2023-01-19 17:48:55 +02:00
cutestnekoaqua
91cc7af40a
wip 2023-01-19 00:29:04 +01:00
cutestnekoaqua
0edc80b10a
chore: reformat messaging/index.vue 2023-01-19 00:08:26 +01:00
cutestnekoaqua
beb5f95ce4
wip 2023-01-19 00:06:40 +01:00
cutestnekoaqua
2dcdb7d29e
wip 2023-01-19 00:00:36 +01:00
cutestnekoaqua
02e8269793
wip 2023-01-18 23:58:16 +01:00
cutestnekoaqua
f85f072b4b
chore: reformat MkPagination 2023-01-18 23:54:59 +01:00
cutestnekoaqua
86bb42b529
YEET 2023-01-18 23:48:05 +01:00
cutestnekoaqua
58b2f7f138
quick fix 2023-01-18 22:01:33 +01:00
cutestnekoaqua
d12ebc3422
potential fix 2023-01-18 21:35:38 +01:00
Freeplay
976a2b74fd update brnach 2023-01-18 15:33:19 -05:00
Freeplay
adc8684081 Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements 2023-01-18 15:32:45 -05:00
ThatOneCalculator
e00af483b1
fix: make perm selector look nicer 2023-01-18 11:42:03 -08:00
ThatOneCalculator
43861a8b87
group card padding 2023-01-18 11:05:06 -08:00
ThatOneCalculator
5d42b8acbe
avatars 2023-01-18 10:56:49 -08:00
ThatOneCalculator
b092e1467e
hide avatar from simple note 2023-01-16 12:06:10 -08:00
ThatOneCalculator
b8b8d2bc7d
clean up note ui 2023-01-16 12:04:25 -08:00
ThatOneCalculator
df331269bf
fix: avatars in grid, not seperate grids 2023-01-16 11:46:09 -08:00
ThatOneCalculator
c19c67f6db
padding 2023-01-16 11:44:28 -08:00
ThatOneCalculator
4cb29beeaa
display MkAvatars nicer 2023-01-16 11:40:06 -08:00
ThatOneCalculator
2aba31312f
use MkAvatar for user-list widget 2023-01-16 11:31:21 -08:00
ThatOneCalculator
9f224f3590
fix dup 2023-01-16 11:26:56 -08:00
ThatOneCalculator
cf49e5ed2a
fix user list widget 2023-01-16 11:26:01 -08:00
ThatOneCalculator
abf47e54f3
clean up w/ rome 2023-01-16 11:19:20 -08:00
ThatOneCalculator
cc52292985
port user list widget from mk 2023-01-16 11:19:19 -08:00
Freeplay
c2933479b6 more consistent line styling across components, kind of
which I probably should've done from the start
2023-01-15 18:46:35 -05:00
ThatOneCalculator
fd4d46b6a4
chore: update patrons 2023-01-15 15:16:51 -08:00
ThatOneCalculator
cb57411bba
chore: update patrons 2023-01-15 15:16:07 -08:00
ThatOneCalculator
cd1679934a
chore: lavaforge links 2023-01-15 13:18:10 -08:00
Kainoa Kanter
7a9c13c112 docs: 🌋 Lavaforge 2023-01-15 21:07:11 +00:00
ThatOneCalculator
6cc56031f7
chore: update patrons 2023-01-15 12:44:32 -08:00
Freeplay
fbabfec24b Also replace 'Show More' fade w/ mask in subnotes 2023-01-15 14:34:35 -05:00
Freeplay
acf376e7b9 Don't take me to the above reply when clicking on the post
Why was it like this???
2023-01-15 14:01:05 -05:00
cutestnekoaqua
513f56e2b3
🎨 Improve structure / format of MkPagination.vue 2023-01-15 16:49:23 +01:00
cutestnekoaqua
2d8cd5fcde
fix: deliver queue 2023-01-15 02:25:01 +01:00
Kainoa Kanter
01d7e812c8 Fix typo in readme (#9478) 2023-01-14 22:35:07 +00:00
janderedev
db865499c0 Fix typo in readme 2023-01-14 21:18:29 +00:00
cutestnekoaqua
9350a8acab
chore: add various keywords 2023-01-14 20:15:31 +01:00
cutestnekoaqua
20bdaebe10
fix: add purple to hannuka 2023-01-14 20:02:57 +01:00
cutestnekoaqua
c0da8910a4
refactor constants
Also added more standard media formats
2023-01-14 18:21:35 +01:00
cutestnekoaqua
98f1c17991
chore: rome linting 2023-01-14 16:09:47 +01:00
cutestnekoaqua
be9328c851
vscode: replace eslint with rome 2023-01-14 14:33:15 +01:00
cutestnekoaqua
4103154d52
vscode: add extension
adds Orta.vscode-twoslash-queries to the extensions.json
2023-01-14 14:29:55 +01:00
ThatOneCalculator
22e2c5d246
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-01-13 10:46:14 -08:00
ThatOneCalculator
7d85885fb6
Format MFM in toast 2023-01-13 10:46:01 -08:00
cutestnekoaqua
21be41bc7e
chore: change code commit of pictogram to emoji 2023-01-13 19:40:49 +01:00
CyberRex0
6282ccc614 Add android-arm64 binary for swc 2023-01-13 18:26:22 +00:00
cutestnekoaqua
3cf42ec658
remove accidentally commited yarn folder 2023-01-13 18:59:35 +01:00
cutestnekoaqua
40ddcd980e
fix: return only first emoji but fully 2023-01-13 18:49:10 +01:00
ThatOneCalculator
a9fcb162fc
chore: 🔥 remove vue version from environment
why was this ever needed
2023-01-12 22:29:27 -08:00
ThatOneCalculator
58a6b26475
Remove usused eslint files 2023-01-12 22:27:17 -08:00
Kainoa Kanter
309eff1654 Merge pull request 'Delete shared package' (#9468) from cutestnekoaqua-patch-1 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9468
2023-01-13 06:25:32 +00:00
ThatOneCalculator
a12d69ac29
hide screenshots for now 2023-01-12 22:22:42 -08:00
ThatOneCalculator
1981467ba3
typo 2023-01-12 22:17:18 -08:00
ThatOneCalculator
60e9acba76
fix: render MkToast with Mfm 2023-01-12 22:12:31 -08:00
ThatOneCalculator
66d9bd0c64
Revert "fix: heart reactions"
This reverts commit 620dedab47.
2023-01-12 21:41:43 -08:00
Cleo
282e3d61c8 Delete shared package
We dont need or use it.

Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
2023-01-13 05:35:57 +00:00
Kainoa Kanter
217a37a59a Merge pull request 'refactor: 🎨 rome' (#9464) from refactor/backend-errors-begone into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9464
2023-01-13 05:00:56 +00:00
ThatOneCalculator
67a9a36c27
close #9463 2023-01-12 20:58:43 -08:00
ThatOneCalculator
7c2dabd047
no more eslint 2023-01-12 20:54:33 -08:00
ThatOneCalculator
6b00abf05c
refactor: 🎨 rome 2023-01-12 20:40:33 -08:00
ThatOneCalculator
54d3acafb3
fix: tooltip lingering 2023-01-12 20:25:48 -08:00
Kainoa Kanter
f47832b1b4 refactor: 🔨 Use pnpm instead of yarn (#9461)
Reasons:

1. `pnpm` is now an industry standard, being faster and less buggy than `yarn`.
2. Faster build time as builds are concurrent: 63 seconds down to 35 seconds!!
3. Resolves #9412

Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9461
2023-01-13 04:18:16 +00:00
via
0ff849fa02 Add issue templates for bug reports and feature requests (#9455)
I've added some issue templates, feel free to change them to your liking, but I think it's a good template :D

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9455
Co-authored-by: via <via@noreply.codeberg.org>
Co-committed-by: via <via@noreply.codeberg.org>
2023-01-13 03:43:26 +00:00
ThatOneCalculator
ee5665e95b
typo 2023-01-12 16:35:57 -08:00
cutestnekoaqua
620dedab47
fix: heart reactions 2023-01-12 23:14:45 +01:00
cutestnekoaqua
6381a7791e
fix: chat realtime update 2023-01-12 22:45:05 +01:00
cutestnekoaqua
529ba76e6c
reverse some changes in MkPagination 2023-01-12 22:04:56 +01:00
cutestnekoaqua
ade6b5a5e7
revert: reloadkey 2023-01-12 21:59:50 +01:00
cutestnekoaqua
e334494653
MkPagination: move external array to props 2023-01-12 21:57:17 +01:00
cutestnekoaqua
23badbc7c3
potentially breaking or fixing DM updates 2023-01-12 21:42:36 +01:00
cutestnekoaqua
002e2e1a16
chore: translated comments in MkPagination 2023-01-12 21:17:06 +01:00
cutestnekoaqua
356fba3dd5
Revert "forgot to add reloadKey to dom"
This reverts commit fb8097f719.
2023-01-12 21:08:48 +01:00
cutestnekoaqua
81e1fc67c1
Revert "feat: introduce devBuild"
This reverts commit f752037a3a.
2023-01-12 21:08:17 +01:00
cutestnekoaqua
fb8097f719
forgot to add reloadKey to dom 2023-01-12 21:02:12 +01:00
cutestnekoaqua
f752037a3a
feat: introduce devBuild 2023-01-12 20:40:15 +01:00
Freeplay
1c60269359 Replace 'Show More' bg fade w/ mask 2023-01-12 14:22:50 -05:00
cutestnekoaqua
bbbfbc1061
hopefully this fixed chat updates 2023-01-12 20:19:12 +01:00
ThatOneCalculator
5948b2b74c
fix build 2023-01-11 10:50:46 -08:00
ThatOneCalculator
a0a3b128b6
Revert "refactor: 🔧 vite config"
This reverts commit 83fe5ca701.
2023-01-11 10:48:17 -08:00
ThatOneCalculator
c50225ff93
Revert "update pug description"
This reverts commit a79e5275fe.
2023-01-11 10:44:05 -08:00
cutestnekoaqua
625be42329
refactor: merge CI configs 2023-01-11 19:42:04 +01:00
cutestnekoaqua
b1e48f70d0
introduce unused posts endpoint 2023-01-11 16:48:43 +01:00
cutestnekoaqua
a79e5275fe
update pug description 2023-01-11 16:48:43 +01:00
cutestnekoaqua
e7065fd809
potentially breaking: default lang
I switched the url preview default language from jp-JP to en
@thatonecalculator please review
2023-01-11 16:47:35 +01:00
ThatOneCalculator
c33b7ac356
fix: drive/files/create.ts endpoint 2023-01-10 16:51:48 -08:00
ThatOneCalculator
98401ff312
perf: 👷 build backend with swc
Co-authored-by: pikokr <@paring@pikokr.dev>
2023-01-10 16:48:49 -08:00
ThatOneCalculator
56bb3ac355
Revert "revert: index.ts to test share embed fix"
This reverts commit ac4ef7eace.
2023-01-10 14:18:15 -08:00
ThatOneCalculator
db0dab012d
revert: koa/router 2023-01-10 14:14:40 -08:00
ThatOneCalculator
ac4ef7eace
revert: index.ts to test share embed fix 2023-01-10 14:03:39 -08:00
ThatOneCalculator
3dca9d07a9
locale: sync panos's greek translation 2023-01-10 11:41:58 -08:00
ThatOneCalculator
f4652ce5fd
chore: remove links to misskey-hub 2023-01-10 10:09:50 -08:00
ThatOneCalculator
5627a48ea2
improve note summary 2023-01-10 09:39:48 -08:00
ThatOneCalculator
0d215599be
fix: header actions tooltips in timeline 2023-01-10 09:24:45 -08:00
ThatOneCalculator
8a8e7be076
fix: 🐛 better update detection logic 2023-01-10 08:58:24 -08:00
ThatOneCalculator
83fe5ca701
refactor: 🔧 vite config
Co-authored-by: Syuilo <Syuilotan@yahoo.co.jp>
2023-01-10 08:49:15 -08:00
ThatOneCalculator
1223aa0a01
fix: 🐛 Poll choice length 256
Co-authored-by: Syuilo <Syuilotan@yahoo.co.jp>
Closes #9433
2023-01-10 08:48:10 -08:00
Kainoa Kanter
0a484ed183 Merge pull request 'chore(readme): Improve port finding script, add a note' (#9439) from Sly-Little-Fox/calckey:sly-little-fox-patch-1 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9439
2023-01-10 15:45:32 +00:00
Sly-Little-Fox
c600a1637d Improve port finding script, add a note 2023-01-10 09:31:11 +00:00
Freeplay
a74a7a8606 Also remove RN: text from detailed note 2023-01-09 21:57:26 -05:00
Freeplay
f454e43903 Fix reactions overflow 2023-01-09 21:53:39 -05:00
Freeplay
72f7b51776 More status buttons per few pixels (?) 2023-01-09 19:55:40 -05:00
cutestnekoaqua
149029b1f1
fix: nodeinfo links without inflamatory comments.
Sorry for everyone who I have hurt with this, I had a really bad day, I promise this will
be the last time something like this happened. Please read my public statement.
2023-01-09 22:36:31 +01:00
Freeplay
8b9575f559 Remove RN: text from note, still displayed as "Quote: ..." in subnote 2023-01-09 15:49:46 -05:00
Freeplay
49ee088379 Remove opacity from reply 2023-01-09 14:35:24 -05:00
Freeplay
779128220a FIX TICKER ISSUE 2023-01-09 11:35:48 -05:00
Kainoa Kanter
55eabae923 docs: 📝 aur badge 2023-01-09 00:23:48 +00:00
Kainoa Kanter
1227e5b2e7 docs: 📝 aur 2023-01-09 00:09:16 +00:00
Kainoa Kanter
684d8b477a docs: 📝 easy installer images 2023-01-08 23:52:10 +00:00
Kainoa Kanter
ab1bd40c30 docs: 📝 easy installers 2023-01-08 23:49:23 +00:00
cutestnekoaqua
6f9963f717
fix: comply with nodeinfo 2.1 2023-01-08 22:22:03 +01:00
Cleo
aae95f65c6 „Dockerfile“ ändern 2023-01-08 18:54:05 +00:00
cutestnekoaqua
33464d40c5
merge changes 2023-01-08 19:17:45 +01:00
Jae Lo Presti
b4e9b579dd
Dockerfile: path builds producing brick image
Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
2023-01-08 19:15:15 +01:00
Cleo
8318b59382 „Dockerfile“ ändern 2023-01-08 18:11:12 +00:00
Cleo
c4f5b5d521 Merge pull request 'Dockerfile: fix build that produces borked image' (#9431) from jae/calckey:jae/dockerfile-patch-3 into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9431
2023-01-08 14:58:54 +00:00
Jae Lo Presti
81584f2468 Dockerfile: path builds producing brick image 2023-01-08 11:26:35 +00:00
Freeplay
9fe8465d90 s p a c i n g fixes 2023-01-08 02:30:42 -05:00
Freeplay
eac5acdea8 Link preview: Replace shadow border with an actual border
Wonder why they did that in the first place, doesn't work well in some zoom levels.
2023-01-08 01:23:02 -05:00
Freeplay
43a099146e add -webkit-mask to line 2023-01-07 18:32:45 -05:00
Cleo
13a6a486b4 „.woodpecker/dockerHubRelease.yml“ ändern 2023-01-07 23:32:13 +00:00
Freeplay
0f3b95ea98 Change instance ticker bg opacity 2023-01-07 17:50:05 -05:00
Freeplay
1760424ec1 Change avatar size var to camelCase, more tweaks 2023-01-07 15:53:51 -05:00
Freeplay
9b57916aee remove part I forgot didn't work cuz i don't
i don't know

a
2023-01-07 01:47:56 -05:00
Freeplay
9e5135eb2b Spacing & other tweaks
I may have stayed up a little for this commit
2023-01-07 01:43:52 -05:00
Freeplay
e19c4d17ac remove that gosh darn heccm SPACE why was that there >:( 2023-01-06 22:15:32 -05:00
Freeplay
34981595fa remove reply icons 2023-01-06 20:31:01 -05:00
Freeplay
34576f6670 Add reply lines, other tweaks 2023-01-06 18:58:52 -05:00
ThatOneCalculator
ca6404a639
fix: background color in classic view 2023-01-06 12:21:14 -08:00
ThatOneCalculator
a2cfd1192a
compass icon for explore 2023-01-05 19:39:36 -08:00
ThatOneCalculator
25eb4a3444
Switch UI -> Layout 2023-01-05 19:30:59 -08:00
Freeplay
46f70c9355 fixes & tweaks 2023-01-05 11:08:23 -05:00
Freeplay
2c700de5d9 More tweaks + fix instance ticker weeeeeeeeeeeeeee 2023-01-04 23:37:22 -05:00
Freeplay
32fc052978 left a comment in there oops 2023-01-04 23:12:19 -05:00
ThatOneCalculator
3654e33eea
docs: YunoHost 2023-01-04 20:11:34 -08:00
Freeplay
f16904c1a0 grid from note component BE GONE 2023-01-04 23:08:48 -05:00
Kainoa Kanter
508b33e503 Admin set default reactions (#9404)
Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9404
2023-01-05 04:06:48 +00:00
ThatOneCalculator
0e121bff03
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-01-04 15:06:47 -08:00
ThatOneCalculator
d8fc3483b7
style: outline instance name in ticker 2023-01-04 15:06:38 -08:00
Cleo
c39fb5401f Fix: Increase rediculously small file size limit for follower imports
Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
2023-01-04 20:32:36 +00:00
ThatOneCalculator
0fc8638eb5
fix: 🐛 federate fedibird quote properly
https://codeberg.org/calckey/calckey/pulls/9399#issuecomment-758047
2023-01-04 09:43:01 -08:00
Cleo
78a2b6e242 docs: shrink changelogs 2023-01-04 16:53:40 +00:00
Cleo
2821cf13e5 fix: Header of cliff.toml changed to automatically link to calckey.md 2023-01-04 16:36:58 +00:00
ThatOneCalculator
e20b6bd4b7
docs: changelog 2023-01-04 08:31:46 -08:00
ThatOneCalculator
555364494a
tag: 13.0.6-rc 2023-01-04 08:26:16 -08:00
ThatOneCalculator
af9cab7aa9
more shadow fixes 2023-01-03 18:56:43 -08:00
ThatOneCalculator
1702aa6a6a
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-01-03 18:51:52 -08:00
ThatOneCalculator
c64705592e
shadows 2023-01-03 18:51:40 -08:00
Kainoa Kanter
37117fb748 Support quotes provided as 'quoteUri' field (#9399) 2023-01-04 02:39:23 +00:00
Effy Elden
94e4f1323f
Set quoteUri in rendered ActivityPub objects 2023-01-04 13:32:06 +11:00
ThatOneCalculator
7f2a77b091
remove debug code 2023-01-03 18:31:40 -08:00
ThatOneCalculator
6144650f9d
fix 2023-01-03 18:31:27 -08:00
ThatOneCalculator
83e9c10646
oops... 2023-01-03 18:12:02 -08:00
ThatOneCalculator
8b781c4b84
docs: ck 2023-01-03 18:09:16 -08:00
ThatOneCalculator
660085171f
console log 2023-01-03 18:08:36 -08:00
ThatOneCalculator
aed70a05c8
fix? 2023-01-03 18:03:45 -08:00
ThatOneCalculator
65ee08c048
fix shadows 2023-01-03 17:59:22 -08:00
ThatOneCalculator
51ab2cbc18
fix 2023-01-03 17:56:26 -08:00
ThatOneCalculator
1487d9dce7
debugging 2023-01-03 17:52:04 -08:00
ThatOneCalculator
0945607b3f
fix? 2023-01-03 17:43:12 -08:00
ThatOneCalculator
ebc8ac76de
release version system 2023-01-03 17:38:07 -08:00
Effy Elden
1d45bdbfdc
Support quotes provided as 'quoteUri' field 2023-01-04 12:08:09 +11:00
ThatOneCalculator
f4e2e5febf
fix 2023-01-03 17:01:14 -08:00
ThatOneCalculator
32127d0881
fix 2023-01-03 17:01:11 -08:00
ThatOneCalculator
e916a74e14
remove whitespace 2023-01-03 16:58:35 -08:00
ThatOneCalculator
7deff79977
fix mobile button 2023-01-03 16:58:10 -08:00
ThatOneCalculator
b83c8f453c
.7 2023-01-03 16:37:51 -08:00
ThatOneCalculator
26e2540a4f
chore: deprecate deckDivider 2023-01-03 16:37:31 -08:00
ThatOneCalculator
79446afe05
🍮💅 2023-01-03 16:32:28 -08:00
ThatOneCalculator
5da72d604f
final new post layout fix 2023-01-03 16:17:21 -08:00
ThatOneCalculator
6b7375e7c7
???? 2023-01-03 16:09:57 -08:00
ThatOneCalculator
52455734c7
fix???? 2023-01-03 16:00:14 -08:00
ThatOneCalculator
302b34fc48
docs: node 19 2023-01-03 15:56:32 -08:00
ThatOneCalculator
ae98fe329b
chore: up pkgs 2023-01-03 15:43:52 -08:00
ThatOneCalculator
9921a391c0
Revert "chore: upgrade packages"
This reverts commit 245d3815c6.
2023-01-03 15:42:57 -08:00
ThatOneCalculator
e71e9d522a
mobile button to mkbutton 2023-01-03 15:32:47 -08:00
ThatOneCalculator
239ad21629
fix bot tag 2023-01-03 15:31:07 -08:00
ThatOneCalculator
8b36927925
actually fix 2023-01-03 15:24:17 -08:00
ThatOneCalculator
245d3815c6
chore: upgrade packages 2023-01-03 15:12:38 -08:00
ThatOneCalculator
231ce51e45
? 2023-01-03 15:09:20 -08:00
ThatOneCalculator
5be509a43d
fixes 2023-01-03 11:16:43 -08:00
ThatOneCalculator
69c059f4f2
. 2023-01-03 11:02:02 -08:00
ThatOneCalculator
504f6a17ca
h 2023-01-03 10:48:51 -08:00
ThatOneCalculator
88996a6e6f
bump v num 2023-01-03 10:44:14 -08:00
ThatOneCalculator
a6a4015858
even more fixes 2023-01-03 10:42:26 -08:00
ThatOneCalculator
d4e6ee6001
more post style fixes 2023-01-03 10:36:14 -08:00
ThatOneCalculator
2fdd015da7
fix 2023-01-03 10:30:42 -08:00
ThatOneCalculator
bc3442a75b
fix 2023-01-03 10:16:02 -08:00
ThatOneCalculator
1392083d60
fix 2023-01-03 10:09:59 -08:00
ThatOneCalculator
a623948e53
integrate some of Freeplay's Ck userstyles 2023-01-03 09:35:30 -08:00
ThatOneCalculator
c0cf1e2bf4
fixes 2023-01-03 09:12:26 -08:00
Kainoa Kanter
762674ea39 Merge pull request '[Chore] Replace instances of Note with Post in en-US locale, as per community consensus' (#9344) from prettykool/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9344
2023-01-03 16:56:02 +00:00
ThatOneCalculator
5a98a58d03
chore: bump version number 2023-01-03 08:55:02 -08:00
cutestnekoaqua
552543234e
fix: overlapping user follow button in mobile view 2023-01-03 15:13:18 +01:00
cutestnekoaqua
c308fc8214
fix: user view z-fighting 2023-01-03 14:40:06 +01:00
cutestnekoaqua
9cc707d971
fix: Cliff design 2023-01-03 14:21:30 +01:00
cutestnekoaqua
1de1b5dcdf
Update Contributor guidelines 2023-01-03 14:21:10 +01:00
cutestnekoaqua
e5e4ba5aec
automatic changelog generation using git cliffy 2023-01-03 14:05:39 +01:00
Cleo
0c8f748d0a fix padding on normal display 2023-01-02 19:42:36 +00:00
Kainoa Kanter
389785e165 Update 'README.md' 2023-01-02 15:59:31 +00:00
Kainoa Kanter
c774a2f6e3 Merge pull request 'add antenna mark read functionality' (#9358) from supakaity/calckey:ada/antenna-mark-read into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9358
2022-12-31 10:12:10 +00:00
Kaity A
5a4f70d6a7 Updated mark antenna as read error handling to use regular string 2022-12-30 01:18:43 +00:00
PK
14d6f6d39c
Update to recommendations by Panos
See https://codeberg.org/calckey/calckey/pulls/9344#issuecomment-746107 for deets
2022-12-29 11:58:39 -06:00
Kainoa Kanter
16ee7cd442 Prevent notifications if the notification is for a note that is muted (#9323) 2022-12-29 11:36:57 +00:00
Kainoa Kanter
6ee2eda1df add .js to the end of two type-scripts, fixing a critical error that crashes calckey (#9347) 2022-12-29 11:23:04 +00:00
Kainoa Kanter
e991bf5420 Merge pull request 'Upkeep: Fix errors regarding emojis in the mastodon instance info compatability endpoint.' (#9348) from legiayayana/calckey:legiayayana/fix-missing-emotes-crash into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9348
2022-12-29 10:04:46 +00:00
Kaity A
ba4680c512 add antenna mark read functionalityu 2022-12-29 10:00:30 +00:00
Kaity A
385a0ed7de add antenna mark read functionality 2022-12-29 09:53:04 +00:00
cutestnekoaqua
f8924fb06d
need to redo this later 2022-12-28 02:11:16 +01:00
Naomi Ahmed
c36274848d
deduplicate emojis 2022-12-28 00:15:07 +00:00
Naomi Ahmed
9e6c7c57c4
Mirror format in custom-emojis.ts 2022-12-28 00:01:18 +00:00
Naomi Ahmed
200cd9f2ce
Fix emoji urls being invalid 2022-12-27 23:59:46 +00:00
Naomi Ahmed
00cd311c7d
Fix emojis crashing when it's not found 2022-12-27 23:52:59 +00:00
cutestnekoaqua
daf7c07cd9
dont inline assets at all 2022-12-27 23:53:34 +01:00
cutestnekoaqua
a9ffe7d6a4
bump es version and limit inlining base64 2022-12-27 23:00:46 +01:00
Daikei!
76d71a39db add .js to the end of two type-scripts, fixing a critical error that crashes calckey 2022-12-27 15:38:05 +00:00
Cleo
9ed884ec78 Reproducible Builds (#9345)
Mrrrooowww😺🏳️‍⚧️🥰
2022-12-27 01:27:41 +00:00
cutestnekoaqua
d56cd55189
docker immutable install 2022-12-27 00:46:56 +01:00
cutestnekoaqua
2c8d317eaf
update yarn 2022-12-27 00:37:57 +01:00
cutestnekoaqua
8d7b50ff7b
use new cli argument instead 2022-12-27 00:32:57 +01:00
cutestnekoaqua
2025f4d68c
Reproducible Builds 2022-12-27 00:24:19 +01:00
PK
b0bab6889b
Revert two instances of 'Post' back to 'Note' 2022-12-26 15:36:55 -06:00
PK
714bcd8360
Replace instances of Note with Post in en-US locale 2022-12-26 11:29:41 -06:00
cutestnekoaqua
225d7aa0f9
memo english translations 2022-12-26 17:41:47 +01:00
Kainoa Kanter
8717f93453 Update 'packages/backend/src/models/repositories/instance.ts' 2022-12-26 14:48:34 +00:00
Kainoa Kanter
ebe0abe955 Block subdomains of blocked hosts (#9310) 2022-12-26 09:12:17 +00:00
Naomi Ahmed
b019c704c2
prevent notifications if the notification contains a note that is muted 2022-12-26 04:19:20 +00:00
Johann150
d7390e09ff
activitypub: block check for resolving collections 2022-12-25 15:10:44 -05:00
Francis Dinh
d2066d0d86
add checks to resolver and performOneActivity 2022-12-25 15:10:33 -05:00
Francis Dinh
d9b7219404
Block subdomains of blocked hosts 2022-12-24 14:46:09 -05:00
Kainoa Kanter
afce8f04ab Fix peers API returning suspended instances (#9296) 2022-12-24 11:07:41 +00:00
ineffyble
93654b7e2c Fix peers API returning suspended instances 2022-12-23 04:32:45 +00:00
Kainoa Kanter
7e7740b955 Update patron list 2022-12-23 00:32:51 +00:00
Kainoa Kanter
7f98e6751b Merge pull request 'Fix Deck Column button & icon alignment' (#9281) from legiayayana/calckey:fix-column-button into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9281
2022-12-22 19:51:59 +00:00
Naomi Ahmed
1c6829d5c3
Fix Column header button and icon alignment 2022-12-22 18:48:16 +00:00
Kainoa Kanter
87591935a7 Mastodon instance info support (closes #9256) (#9274) 2022-12-22 02:38:53 +00:00
Kainoa Kanter
8c1bb50acb FIX: Page - Pin to Profile (closes #9234) (#9263) 2022-12-20 08:43:34 +00:00
Undefined
388449a159
FIX: Page - Pin to Profile (closes #9234) 2022-12-20 09:00:37 +01:00
Kaity A
956acfbcf5 allow finding compatibility endpoints 2022-12-19 11:20:10 +00:00
Kaity A
0a34d92130 Add mastodon compatibility APIs 2022-12-19 09:58:37 +00:00
Kainoa Kanter
770ca55121 Merge pull request 'yawhn/revert_postgres_version' (#9253) from yawhn/elreqkey:yawhn/revert_postgres_version into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9253
2022-12-19 01:09:53 +00:00
yawhn
f794bde646 postgres: revert to 12.2 version 2022-12-19 02:57:51 +02:00
yawhn
16e6d2a06e Merge branch 'main' of https://codeberg.org/thatonecalculator/calckey 2022-12-19 01:22:24 +02:00
Cleo
b1933d00b9 Merge pull request '[Chore] Partial translating of ActivityPub/Boot code + Formatting' (#9229) from prettykool/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9229
2022-12-18 21:01:22 +00:00
Kainoa Kanter
17da14c659 Merge pull request 'develop' (#9252) from develop into main
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9252
2022-12-18 19:18:43 +00:00
ThatOneCalculator
78e6f38ef2
downgrade some packages 2022-12-18 11:13:24 -08:00
ThatOneCalculator
d952912bff
feat: 📦 upgrade to vite 4 2022-12-18 11:03:08 -08:00
ThatOneCalculator
a91cdceb25
tag: 🔖 13.0.5 2022-12-18 10:56:01 -08:00
Cleo
45669bab1a „.woodpecker/commitDatabase.yml“ ändern 2022-12-18 18:51:24 +00:00
cutestnekoaqua
206381c220
repo move migration 2022-12-18 19:41:59 +01:00
ThatOneCalculator
944eadca8f
refactor: new repo link 2022-12-18 10:12:24 -08:00
ThatOneCalculator
e1182f4db9
fix: 🥴 2022-12-17 18:48:21 -08:00
ThatOneCalculator
a4457b8e2a
fix: 🥴 2022-12-17 18:42:16 -08:00
ThatOneCalculator
8ff77012c7
fix: 🥴 2022-12-17 18:36:18 -08:00
ThatOneCalculator
3bad6459f9
fix: 🥴 2022-12-17 18:32:41 -08:00
ThatOneCalculator
943f1e9b4f
fix: 🥴 2022-12-17 18:31:11 -08:00
ThatOneCalculator
af86c98efa
fix: 🥴 2022-12-17 18:25:25 -08:00
ThatOneCalculator
df560fa20d
fix: 🥴 2022-12-17 18:17:24 -08:00
ThatOneCalculator
acc9d698be
fix: 🥴 2022-12-17 18:09:41 -08:00
ThatOneCalculator
762d0bde64
fix: 🥴 2022-12-17 18:02:19 -08:00
ThatOneCalculator
ebb326acac
docs: 🥴 2022-12-17 17:55:34 -08:00
ThatOneCalculator
290045beb2
test: 🥴 2022-12-17 17:55:08 -08:00
ThatOneCalculator
ddb9b5a077
fix: 🥴 2022-12-17 17:51:47 -08:00
ThatOneCalculator
74eaf9def4
fix: 🥴 2022-12-17 17:47:38 -08:00
ThatOneCalculator
02cb89801a
fix: 🥴 2022-12-17 17:42:08 -08:00
ThatOneCalculator
14fbddaefb
fix: 🥴 2022-12-17 17:22:18 -08:00
ThatOneCalculator
b1fbbbe426
fix: 🥴 2022-12-17 17:17:24 -08:00
ThatOneCalculator
0bc6f27e32
fix: 🥴 2022-12-17 17:15:15 -08:00
ThatOneCalculator
040c1a2ae2
chore: fix rebuild 2022-12-17 16:59:03 -08:00
ThatOneCalculator
3372804a82
Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-12-17 16:55:50 -08:00
ThatOneCalculator
97bc73a809
feat: 🥴 2022-12-17 16:55:40 -08:00
Kainoa Kanter
6d961cecf2 docker-compose-port-fix (#9251) 2022-12-18 00:07:46 +00:00
finner
724098b690 port fix 2022-12-18 01:04:39 +01:00
finner
326332fbb2 fixed additional path to .config 2022-12-18 00:47:27 +01:00
Kainoa Kanter
3f555f5cbf Remove duplicate 2022-12-17 20:27:56 +00:00
yawhn
297820b124 Merge branch 'main' of https://codeberg.org/yawhn/elreqkey 2022-12-17 21:18:55 +02:00
ThatOneCalculator
7b17c88566
docs: 📝 fix spacing 2022-12-17 10:22:33 -08:00
ThatOneCalculator
f4ca2f0b2c
docs: 📝 more images 2022-12-17 10:22:12 -08:00
ThatOneCalculator
386d137066
docs: 📝 weblate 2022-12-17 10:21:17 -08:00
ThatOneCalculator
8d368ac954
feat: weblate! 2022-12-17 10:17:39 -08:00
ThatOneCalculator
e7b426155a
chore: update gitignore 2022-12-17 09:57:57 -08:00
ThatOneCalculator
2c5d5c0dbf
chore: remove unicode fault in KO 2022-12-17 09:50:13 -08:00
ThatOneCalculator
cbe6a74c86
chore: Update patron list 2022-12-17 09:43:36 -08:00
ThatOneCalculator
0cc74b6a8d
Merge remote-tracking branch 'chimiana/develop' into develop 2022-12-17 09:25:08 -08:00
ThatOneCalculator
81afcce69b
chore: dockerfile cleanup 2022-12-17 09:22:25 -08:00
finner
dbaccb3341 change port setting 2022-12-17 17:27:12 +01:00
chimiana
206223efd3 roll back changes to example.yml 2022-12-17 06:58:33 +00:00
ThatOneCalculator
9d3acc4786
chore: lint 2022-12-16 18:28:05 -08:00
chimiana
52070e788e Merge branch 'flatwebp' into develop 2022-12-17 02:27:43 +00:00
chimiana
3e9076045c Fix for #9194, converts webp to png instead of jpg, preserving transparency 2022-12-17 02:26:19 +00:00
chimiana
464a38cc70 update example.yml with container names specified in docker-compose, to support running either a dev or production containers off the same configs 2022-12-17 00:35:21 +00:00
chimiana
134a7af411 Changes to server admin docker-compose.yml to support having both a dev and a production docker-compose running off the same configs 2022-12-17 00:31:39 +00:00
chimiana
63f3849872 Changed filenames and .gitignore to allow a working docker-compose next to the example provided 2022-12-17 00:25:46 +00:00
ThatOneCalculator
9137698245
fix: use correct color for MkMoved 2022-12-16 14:52:43 -08:00
ThatOneCalculator
b06b97b7c2
Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-12-16 14:38:25 -08:00
ThatOneCalculator
2abe0877e9
refactor: 👥 update cleo link 2022-12-16 14:38:18 -08:00
Kainoa Kanter
e8bef30c0b Update 'docker-README.md' 2022-12-16 22:34:27 +00:00
Kainoa Kanter
92325b1743 fix-docker-env-path (#9241) 2022-12-16 22:25:45 +00:00
finner
82732b6532 Fixed path to docker.env on line 36 in docker-compose.yml. 2022-12-16 22:59:10 +01:00
ThatOneCalculator
003762fb24
Fix spacing 2022-12-16 13:39:45 -08:00
ThatOneCalculator
eb0f42e53a
docs: 📝 badges [CI Skip] 2022-12-16 13:36:50 -08:00
ThatOneCalculator
6b4425e309
docs: 📝 more badges 2022-12-16 13:30:58 -08:00
ThatOneCalculator
4a21d43b77
Add cafkafk to patron list 2022-12-16 12:08:26 -08:00
ThatOneCalculator
17deb28670
fix typo 2022-12-16 11:12:32 -08:00
Kainoa Kanter
fc3f7b7339 Merge pull request 'Fix logo icons' (#9240) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9240
2022-12-16 18:51:08 +00:00
ThatOneCalculator
028643a531
Fix logo icons 2022-12-16 10:50:26 -08:00
Kainoa Kanter
42fc3f083f Merge pull request 'develop' (#9239) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9239
2022-12-16 18:44:50 +00:00
ThatOneCalculator
af2f878990
refactor: rm .github folder 2022-12-16 10:44:09 -08:00
ThatOneCalculator
1fb3f16f37
fix: insert into correct textarea 2022-12-16 10:40:08 -08:00
ThatOneCalculator
eecf0ccce3
fix: css class match 2022-12-16 10:36:53 -08:00
ThatOneCalculator
7e076cff75
feat: Insert text at cursor for caption 2022-12-16 10:25:05 -08:00
ThatOneCalculator
e2dbed7ec7
fix: 🐛 fix inconsistent theming 2022-12-16 10:21:10 -08:00
Kainoa Kanter
114e1fa371 docs: 📝 fix badge position 2022-12-16 17:35:54 +00:00
Cleo
06861d0efe Merge pull request 'its "main"' (#9238) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9238
2022-12-16 17:14:28 +00:00
Cleo
77b916c627 its "main"
Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
2022-12-16 17:13:41 +00:00
Kainoa Kanter
0f411c3616 Merge pull request 'develop' (#9237) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9237
2022-12-16 17:07:51 +00:00
Kainoa Kanter
4e7e643bd5 Merge pull request 'Add FK abuse_user_report.targetUserId -> user.id (closes #9227)' (#9236) from undefined/calckey:add_fk_abuse_user_report_target_user_id into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9236
2022-12-16 17:02:20 +00:00
Cleo
49626f54a8 Merge pull request 'v13' (#9235) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9235
2022-12-16 16:59:54 +00:00
Undefined
7ed2a4a84f
Add FK abuse_user_report.targetUserId -> user.id (closes #9227) 2022-12-16 17:15:53 +01:00
cutestnekoaqua
3507138c77
v13🔖🚀 2022-12-16 16:36:13 +01:00
cutestnekoaqua
2b6f25e15d
Language changes 2022-12-16 16:33:48 +01:00
cutestnekoaqua
988bbedbfa
Release Candidate 1. If no furter changes
this will be v13
2022-12-16 02:09:22 +01:00
cutestnekoaqua
48b6d50e34
lsat CI fixes 2022-12-16 01:54:40 +01:00
cutestnekoaqua
2182d8f3ec
its ready for his return.. which hopefully happens 2022-12-16 01:52:17 +01:00
cutestnekoaqua
ffe59d4bde
fix docker ci 2022-12-16 01:40:30 +01:00
cutestnekoaqua
0ad5ec427d
upgrade CI 2022-12-16 01:33:09 +01:00
PK
83c7abd9b4
Make indentation not completely suck 2022-12-15 18:09:00 -06:00
cutestnekoaqua
3cdcc207b9
Finalise POST-Move 2022-12-16 01:06:30 +01:00
cutestnekoaqua
8ba9380743
Add CI Link to Docs 2022-12-16 01:06:30 +01:00
Cleo
24306676c2 Merge pull request 'Docker compose changes ' (#9204) from chimiana/calckey:develop into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9204
2022-12-15 23:19:01 +00:00
chimiana
a226995589 Moved 'docker for development' stanza from root README.md to docker-README.md 2022-12-15 23:19:04 +00:00
chimiana
5aeda4635f Update to docker-compose for development section of README 2022-12-15 23:19:04 +00:00
chimiana
badaf77657 Tweaks to docker-README.md to reflect its new relative path 2022-12-15 23:19:04 +00:00
chimiana
b7477a26fb Attempting to fix link in docs 2022-12-15 23:19:04 +00:00
chimiana
f8736ebfe0 Updated README.md with link to docker-README.md instead of link to Docker Hub 2022-12-15 23:19:04 +00:00
chimiana
1930c23cd5 Fixed issues with relative paths in dev/docker-compose.yml caused by moving it to a subdirectory 2022-12-15 23:19:04 +00:00
chimiana
c1ae61551e Moved dev docker-compose.yml to dev/, instance admin docker-compose.yml to /, removed new example files, moved docs to root and adjusted them to reflect file changes 2022-12-15 23:19:04 +00:00
chimiana
d4f8ba118a Made the docs much shorter 2022-12-15 23:19:04 +00:00
chimiana
08b727874f Fixed error in swag configuration stanza 2022-12-15 23:19:04 +00:00
chimiana
20be880f51 Added README.md to docker/ with instructions on running a server instance with docker-compose 2022-12-15 23:19:04 +00:00
chimiana
23ce63e49f instance server admin docker-compose files and docs 2022-12-15 23:19:04 +00:00
chimiana
e85aa145bb Added _button class to nav items that were missing it 2022-12-15 23:19:04 +00:00
chimiana
0adf713f85 Removed tap-highlight-color from style.scsss as it is not a valid css property 2022-12-15 23:19:04 +00:00
chimiana
058a4db835 Updated autosize dependency to 5.0.2. This fixes #9040 as it was a bug in the dependency. 2022-12-15 23:19:03 +00:00
chimiana
b851ed48ad Corrections to README.md
A spelling mistake and remove a docker command that does not work
2022-12-15 23:19:03 +00:00
PK
9894b203c9
Formatting 2022-12-15 16:13:48 -06:00
PK
845dfc3838
Translate portions of backend/src/remote/activitypub, the suspend-user service, and the boot process.
Some of these weren't translated so I thought I'd do 'em cause why not ¯\_(ツ)_/¯
2022-12-15 12:44:03 -06:00
cutestnekoaqua
8705cb8251
User Page redesign 2022-12-15 19:13:36 +01:00
cutestnekoaqua
58fa02059d
add check for already moved 2022-12-15 17:39:28 +01:00
cutestnekoaqua
ccdbe15b68
set move ratelimit to graceful 5 times. 2022-12-15 16:59:11 +01:00
cutestnekoaqua
c17755e109
create local uri out of ID [CI SKIP] 2022-12-15 16:55:22 +01:00
cutestnekoaqua
ae27aabbef
change error msg [CI SKIP] 2022-12-15 16:40:13 +01:00
cutestnekoaqua
af61a1243e
revert url to uri 2022-12-15 16:33:08 +01:00
cutestnekoaqua
e67afc66f3
Beta 8! 2022-12-15 13:39:42 +01:00
cutestnekoaqua
d0ceb4cd70
Unfinished refactor of User Layout 2022-12-14 21:17:06 +01:00
cutestnekoaqua
785ace95a4
Add Rebuild Option [CI Skip] 2022-12-14 18:09:58 +01:00
cutestnekoaqua
8a7da9eaa0
fix federation of moved to to pleroma
because it expects it to be non-existant if its null.
2022-12-14 17:19:31 +01:00
cutestnekoaqua
5bbf30bc71
fix redis in ci 2022-12-14 00:11:09 +01:00
cutestnekoaqua
20eee1f83c
make enviroment mutable 2022-12-13 23:37:24 +01:00
cutestnekoaqua
c67fb64e4a
Add simple Commit CI 2022-12-13 23:32:28 +01:00
cutestnekoaqua
ed0b585fe9
Add Calckey copyright 2022-12-13 20:23:58 +01:00
Kainoa Kanter
75b1155453 Merge pull request 'Delete empty locale files & Fetch locales regardless of version' (#9223) from CherryKitten/calckey:develop into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9223
2022-12-13 19:17:53 +00:00
CherryKitten
b65da99eaa Merge branch 'develop' into develop 2022-12-13 19:07:43 +00:00
CherryKitten
cceaef1956 Merge branch 'develop' into develop 2022-12-13 19:07:12 +00:00
ThatOneCalculator
75427d9767
Add griff to patron list 2022-12-13 11:07:02 -08:00
CherryKitten
c6aad324a0
Always fetch locales when initiating client 2022-12-13 20:04:29 +01:00
ThatOneCalculator
d5c9ec9686
Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-12-13 11:02:58 -08:00
ThatOneCalculator
cdf0f96b4e
revert border thickness change 2022-12-13 11:02:46 -08:00
Cleo
7c6b2b1fce minor spelling mistake 2022-12-13 17:33:50 +00:00
Cleo
a6ce78d9a2 Update to Calckey. New security standards. 2022-12-13 14:24:38 +00:00
CherryKitten
582a9d510e
Delete empty locales 2022-12-13 12:03:12 +01:00
CherryKitten
ad38dd201b
Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	CALCKEY.md
#	package.json
#	push-docker.sh
2022-12-13 11:47:44 +01:00
ThatOneCalculator
c433aca4a4
Add contact method 2022-12-12 22:03:22 -08:00
ThatOneCalculator
42fd714379
❤️ Use Contributor Covenant for COC, given project is rising in popularity 2022-12-12 22:01:24 -08:00
ThatOneCalculator
35ebb8bcf2
feat: customizable max note length 2022-12-12 15:07:38 -08:00
ThatOneCalculator
08874b97d3
open page in window if deck 2022-12-12 14:39:21 -08:00
ThatOneCalculator
aae8e278a1
signup instead of view details 2022-12-12 14:35:01 -08:00
cutestnekoaqua
5a2bd3d379 add local move follower migration 2022-12-12 21:09:51 +01:00
cutestnekoaqua
25fc88afd6 federation 💀 2022-12-12 21:09:51 +01:00
ThatOneCalculator
0a9208ddea
Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-12-12 12:08:06 -08:00
ThatOneCalculator
c050ff5580
cat styling 2022-12-12 12:07:53 -08:00
cutestnekoaqua
a9058697be send moved user object back :3 2022-12-12 20:45:10 +01:00
cutestnekoaqua
bf04ca4969 POV: coding at 3am bad 2022-12-12 20:44:11 +01:00
ThatOneCalculator
4922aefb49
beta5 2022-12-12 11:27:39 -08:00
ThatOneCalculator
1f9ad0f61b
fix alsoKnownAs federation 2022-12-12 11:25:28 -08:00
ThatOneCalculator
6e9c62a1a2
better invite icon, fix conditional 2022-12-12 10:55:01 -08:00
ThatOneCalculator
851d2b0f66
Only show admin settings to admins 2022-12-12 10:54:24 -08:00
ThatOneCalculator
fa18993057
fix locale 2022-12-12 10:46:42 -08:00
cutestnekoaqua
5e6091989d fix calckey-js | fix migration url 2022-12-12 19:36:25 +01:00
ThatOneCalculator
3a05623e87
fix calckeyjs 2022-12-12 10:19:18 -08:00
ThatOneCalculator
a2ea56a35b
Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-12-12 10:05:06 -08:00
ThatOneCalculator
7509f9c502
fix ckjs 2022-12-12 10:04:57 -08:00
Cleo
bd4d0ce84e Fix link to Calckey.js 2022-12-12 14:34:15 +00:00
ThatOneCalculator
50cb7c6de1
Bug fixes, use calckey.js 2022-12-11 19:24:12 -08:00
ThatOneCalculator
75bf6bd557
serverDisconnectedBehavior default to nothing 2022-12-11 18:37:36 -08:00
ThatOneCalculator
97bf2f2bf1
3 move per day (to allow for failures) 2022-12-11 18:34:46 -08:00
ThatOneCalculator
cfb5832e24
Fix UI, beta versioning 2022-12-11 18:32:19 -08:00
ThatOneCalculator
43a7891e4f
remove unused import 2022-12-11 18:27:58 -08:00
ThatOneCalculator
1ab74a7a2e
more descriptive errors 2022-12-11 18:27:44 -08:00
ThatOneCalculator
920a91756e
typo 2022-12-11 18:24:11 -08:00
ThatOneCalculator
60505740d5
use actual ID 2022-12-11 18:19:25 -08:00
ThatOneCalculator
bc97bbe360
Fix move endpoint 2022-12-11 18:18:07 -08:00
ThatOneCalculator
70ddfb6a25
more clear instructions in labels 2022-12-11 18:05:46 -08:00
ThatOneCalculator
7ce7df6947
fix: label 2022-12-11 18:00:39 -08:00
Kainoa Kanter
c03b4f8cfb Merge pull request 'Add account migration' (#9186) from account_migration into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9186
2022-12-12 01:53:38 +00:00
ThatOneCalculator
3374f5946a
docs: 📝 account migration 2022-12-11 17:53:09 -08:00
Kainoa Kanter
ed02d089ed Merge branch 'develop' into account_migration 2022-12-12 01:51:17 +00:00
ThatOneCalculator
0efeeb8fd7
tag: 🔖 v13 rc 2022-12-11 17:50:11 -08:00
ThatOneCalculator
1ee6a52a8a
final cleanup 2022-12-11 17:49:14 -08:00
ThatOneCalculator
44a457b308
fix: migration labels 2022-12-11 17:40:10 -08:00
ThatOneCalculator
4adc936fc1
fix viewing basic federaion info 2022-12-11 17:36:24 -08:00
ThatOneCalculator
14b632a828
fix: call functions properly 2022-12-11 17:33:45 -08:00
ThatOneCalculator
177eacbceb
fix unicode weirdness 2022-12-11 17:30:18 -08:00
ThatOneCalculator
7f677cbc66
Pop-up to confirm migration 2022-12-11 17:28:11 -08:00
ThatOneCalculator
f2506160be
locale 2022-12-11 17:19:33 -08:00
cutestnekoaqua
d613c5d9de Add admin and account locked error. 2022-12-12 02:17:07 +01:00
ThatOneCalculator
f9615f233f
Reserve merge conflict 2022-12-11 17:07:57 -08:00
cutestnekoaqua
792fcc9f9c Change Version to release candidate 1 2022-12-12 02:00:28 +01:00
cutestnekoaqua
91e39fa829 integrate migration ui and api backend 2022-12-12 01:54:44 +01:00
chimiana
06746e73b5 Update Dockerfile with python3 dependency required for docker-compose build step to succeed 2022-12-12 01:54:44 +01:00
Kainoa Kanter
8c882c2698 docs: 📝 scylla will be optional 2022-12-12 01:54:44 +01:00
Kainoa Kanter
cfed18d612 docs: 📝 be more descriptive with new techs 2022-12-12 01:54:44 +01:00
Kainoa Kanter
b4dac66b08 docs: 📝 better links 2022-12-12 01:54:44 +01:00
Kainoa Kanter
433bceeac2 CL progress + links 2022-12-12 01:54:44 +01:00
Undefined
483b9c53fa Use redis 7.0-alpine in docker-compose.yml 2022-12-12 01:54:44 +01:00
Kainoa Kanter
27b9c6c7ad Cl 2022-12-12 01:54:44 +01:00
Kainoa Kanter
c47c6a4efa DragonflyDB
Update 'README.md'

Redis v6 is minimum

Update 'README.md'

Nvm, dragonfly needs more work...

Update 'CALCKEY.md'
2022-12-12 01:54:43 +01:00
ThatOneCalculator
b2affc4207 fix path 2022-12-12 01:54:43 +01:00
ThatOneCalculator
279a5cac35 Initial migration UI
b6

Style improvements to moved
2022-12-12 01:54:43 +01:00
cutestnekoaqua
016c328d28 fix queue?
maybe pls

debug log

fixed stupidness again

fix ??

fix import

im a idiot lol

make remote mig work
2022-12-12 01:54:41 +01:00
cutestnekoaqua
178a39347e change move sql query 2022-12-12 01:54:41 +01:00
cutestnekoaqua
421553b8cd WIP move api call
forgot to merge this
2022-12-12 01:54:36 +01:00
cutestnekoaqua
ccb1269991 fix remote move queue 2022-12-12 01:54:36 +01:00
ThatOneCalculator
8e7c6d3a9b Fix icons + formatting
fix more icons
2022-12-12 01:54:23 +01:00
ThatOneCalculator
0d4fc974d9
fix?? 2022-12-11 15:19:41 -08:00
ThatOneCalculator
21cd1162e3
remove like confirmation 2022-12-11 15:09:04 -08:00
ThatOneCalculator
a11fd6971d
fix liked pages endpoint 2022-12-11 14:50:16 -08:00
ThatOneCalculator
622a6cf0cd
fix liked pages 2022-12-11 14:31:30 -08:00
Kainoa Kanter
51306c37cb Merge pull request 'develop' (#9205) from develop into account_migration
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9205
2022-12-11 00:17:39 +00:00
ThatOneCalculator
09d921563b fix path 2022-12-10 11:23:57 -08:00
ThatOneCalculator
ac444442be Style improvements to moved 2022-12-10 10:56:45 -08:00
Kainoa Kanter
2d574f2637 Update Dockerfile with python3 dependency (#9203) 2022-12-10 03:29:35 +00:00
chimiana
8c8ae7c914 Update Dockerfile with python3 dependency required for docker-compose build step to succeed 2022-12-10 03:18:45 +00:00
Kainoa Kanter
877362eeaa docs: 📝 scylla will be optional 2022-12-09 22:45:36 +00:00
Kainoa Kanter
6becb2f272 docs: 📝 be more descriptive with new techs 2022-12-09 22:44:47 +00:00
Kainoa Kanter
6932ed5df5 docs: 📝 better links 2022-12-09 22:44:05 +00:00
Kainoa Kanter
de507b56f3 CL progress + links 2022-12-09 22:42:43 +00:00
ThatOneCalculator
be64fa5575 b6 2022-12-09 14:29:10 -08:00
ThatOneCalculator
578ab2ece6 Initial migration UI 2022-12-09 14:28:50 -08:00
cutestnekoaqua
b967316d6b make remote mig work 2022-12-09 01:57:15 +01:00
cutestnekoaqua
ac887c8999 im a idiot lol 2022-12-09 01:35:15 +01:00
cutestnekoaqua
a9d446f9bf fix import 2022-12-09 01:20:30 +01:00
cutestnekoaqua
30597c747f fix ?? 2022-12-09 01:17:31 +01:00
cutestnekoaqua
7dd540bf43 fixed stupidness again 2022-12-09 00:11:37 +01:00
cutestnekoaqua
41c9cd5c75 debug log 2022-12-09 00:08:33 +01:00
cutestnekoaqua
ddc477438a maybe pls 2022-12-08 20:02:55 +01:00
cutestnekoaqua
964fdefdae fix queue? 2022-12-08 19:28:48 +01:00
Kainoa Kanter
bb6342c550 Merge pull request 'Use redis 7.0-alpine in docker-compose.yml' (#9199) from undefined/calckey:feature/redis_docker_compose into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9199
2022-12-08 15:44:40 +00:00
cutestnekoaqua
cce58503e4 change move sql query 2022-12-08 15:53:37 +01:00
Undefined
16704d5707
Use redis 7.0-alpine in docker-compose.yml 2022-12-08 15:17:00 +01:00
cutestnekoaqua
4489701855 forgot to merge this 2022-12-08 01:25:59 +01:00
cutestnekoaqua
9963bea521 WIP move api call 2022-12-08 01:05:07 +01:00
cutestnekoaqua
2694baf85d fix remote move queue 2022-12-07 18:16:37 +01:00
Kainoa Kanter
3775d37031 Cl 2022-12-07 05:07:17 +00:00
Kainoa Kanter
bff657c542 Update 'CALCKEY.md' 2022-12-07 04:47:10 +00:00
Kainoa Kanter
45c585e5d8 Nvm, dragonfly needs more work... 2022-12-07 04:42:48 +00:00
Kainoa Kanter
b12227efbf Update 'README.md' 2022-12-07 04:38:21 +00:00
Kainoa Kanter
4a32e407a9 Redis v6 is minimum 2022-12-07 04:37:43 +00:00
Kainoa Kanter
0a81b34584 Update 'README.md' 2022-12-07 04:37:05 +00:00
Kainoa Kanter
b25c904fc3 DragonflyDB 2022-12-07 04:28:56 +00:00
ThatOneCalculator
2978dad2be fix more icons 2022-12-06 20:16:26 -08:00
ThatOneCalculator
76c4f17017 Fix icons + formatting 2022-12-06 20:12:44 -08:00
ThatOneCalculator
70d9b3b45d b4 2022-12-06 17:14:36 -08:00
cutestnekoaqua
aadbd838ca pls daddy 2022-12-07 01:43:16 +01:00
cutestnekoaqua
21d6c83a5a add ui back 2022-12-07 01:26:24 +01:00
cutestnekoaqua
874a197360 yeet japan 2022-12-07 01:16:35 +01:00
cutestnekoaqua
f47813cf0e fixed it for good 2022-12-07 01:15:32 +01:00
cutestnekoaqua
2cda9971a9 hopefully fix things.... 2022-12-07 00:56:03 +01:00
ThatOneCalculator
fe2dad30f5 cleanup 2022-12-06 15:46:34 -08:00
ThatOneCalculator
7e3f8e8166 Merge branch 'develop' into account_migration 2022-12-06 15:34:50 -08:00
ThatOneCalculator
631ab0add1 Add @cutestnekoaqua as maintainer :3 2022-12-06 15:32:08 -08:00
ThatOneCalculator
f71e481806 docs: deps 2022-12-06 15:27:59 -08:00
cutestnekoaqua
42ebbec813 found my DB mistakes 💀 2022-12-07 00:09:12 +01:00
cutestnekoaqua
ef707b01bc update person model 2022-12-06 23:49:21 +01:00
ThatOneCalculator
4c1095ff13 cl 2022-12-06 13:29:31 -08:00
ThatOneCalculator
1562069c7a cl planned 2022-12-06 13:18:05 -08:00
ThatOneCalculator
1d26a958bb cl 2022-12-06 13:17:00 -08:00
ThatOneCalculator
2d7dae91dd Revert "Update deps"
This reverts commit 726e4be958.
2022-12-06 10:38:30 -08:00
ThatOneCalculator
3155bc7250 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-12-06 10:37:58 -08:00
Johann150
c1acd2e98c client: don't use filename as alt text
This partially reverts commit e9ab42c10afb4e27516c2d2b5e3e06630efe9edd
as explained at <https://akkoma.dev/FoundKeyGang/FoundKey/pulls/178#issuecomment-3763>.
2022-12-06 10:37:39 -08:00
cutestnekoaqua
2051bec543 fix ap person to db model
fixed entries of movedToUri and added entries of alsoKnownAs
2022-12-06 18:05:36 +01:00
Cleo
170957ef05 Merge pull request 'just using merge bc easier' (#9185) from recieve_moveto into account_migration
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9185
2022-12-06 16:56:12 +00:00
Cleo
a508edeaec Merge pull request 'Remove deadtime optimisation in skippedInstances check' (#9183) from supakaity/calckey:supakaity/deliver-deadtime-removal into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9183
2022-12-06 16:53:10 +00:00
cutestnekoaqua
8ff823eca6 commit 1 of 2 of fixing the Account migration to Calckey 2022-12-06 17:46:08 +01:00
Kaity A
a2f17e076a Remove deadtime optimisation in skippedInstances check 2022-12-06 13:53:39 +00:00
ThatOneCalculator
35bfa89b27 14 2022-12-06 00:23:35 -08:00
ThatOneCalculator
95c265f4c5 cl 2022-12-06 00:23:18 -08:00
Kayden Tebau
0e6852bbee Alt text in image viewer 2022-12-06 00:22:44 -08:00
ThatOneCalculator
04a15f1c76 hehe 2022-12-06 00:19:40 -08:00
ThatOneCalculator
09fd61a97b bleh!!!! 2022-12-06 00:10:00 -08:00
ThatOneCalculator
266229daec ⚗️ 2022-12-06 00:05:55 -08:00
ThatOneCalculator
950421b84c use unshift instead of concat 2022-12-05 23:54:39 -08:00
ThatOneCalculator
4153090552 ehhh 2022-12-05 23:49:57 -08:00
ThatOneCalculator
2bc25029fe delete duplicate import 2022-12-05 23:45:57 -08:00
ThatOneCalculator
46b5eb6553 copy button 2022-12-05 23:44:41 -08:00
ThatOneCalculator
f91ef69546 fix 2022-12-05 23:32:44 -08:00
ThatOneCalculator
17cce15eca fix 2022-12-05 23:27:12 -08:00
ThatOneCalculator
1743d13f0f feat: Add delete all lists 2022-12-05 23:10:44 -08:00
ThatOneCalculator
6de6e5a393 undo temp 2022-12-05 23:05:47 -08:00
ThatOneCalculator
dda9fb2945 temp 2022-12-05 23:01:34 -08:00
ThatOneCalculator
ac5368749c collapse recent pages by default 2022-12-05 22:50:59 -08:00
ThatOneCalculator
a29ffde755 Show manage lists/antennas when clicking in tl 2022-12-05 22:20:26 -08:00
ThatOneCalculator
a220833a61 linting 2022-12-05 22:14:26 -08:00
ThatOneCalculator
c31d7133e6 fix 2022-12-05 22:07:44 -08:00
ThatOneCalculator
9c9f92cbe3 Improve sign-up screen 2022-12-05 22:02:57 -08:00
ThatOneCalculator
283fedd8ca remove bun lock 2022-12-04 17:32:21 -08:00
ThatOneCalculator
44d44bbccc 13 👀 2022-12-04 17:26:11 -08:00
ThatOneCalculator
83f56e4543 fixes 2022-12-04 17:24:27 -08:00
ThatOneCalculator
7ff11d0b52 fix 2022-12-04 17:23:43 -08:00
ThatOneCalculator
77d088ee12 movedTo -> movedToUri 2022-12-04 17:20:36 -08:00
ThatOneCalculator
a4916d8024 fix migration 2022-12-04 13:26:24 -08:00
Kainoa Kanter
cfe0277619 typo 2022-12-04 21:20:35 +00:00
ThatOneCalculator
2ef9011b8d fix import once and for all 2022-12-04 13:06:49 -08:00
ThatOneCalculator
eaf070f20d ? 2022-12-04 13:03:17 -08:00
ThatOneCalculator
51431a887f more jb cleanups 2022-12-04 13:01:00 -08:00
ThatOneCalculator
3d75ccf24a pov: cleo uses jetbrains 2022-12-04 12:57:43 -08:00
ThatOneCalculator
8ab290b708 cleo ide moment 2022-12-04 12:53:55 -08:00
ThatOneCalculator
df1359e392 fix imports 2022-12-04 12:46:10 -08:00
ThatOneCalculator
c5141db8f2 fix cleo's oopsie 2022-12-04 12:41:12 -08:00
ThatOneCalculator
726e4be958 Update deps 2022-12-04 11:57:56 -08:00
yawhn
ff7996c7ff Merge branch 'main' of https://codeberg.org/yawhn/elreqkey 2022-12-04 18:05:34 +02:00
ThatOneCalculator
05f4494f01 locale 2022-12-04 10:27:16 +00:00
ThatOneCalculator
21b7de805f feat: Docker update script (closes #9159) 2022-12-04 10:27:16 +00:00
ThatOneCalculator
7982fe4010 release: 🔖 .18 2022-12-04 10:27:16 +00:00
ThatOneCalculator
f1a0dc70b2 Hide share button if unavailable (closes #9175) 2022-12-04 10:27:16 +00:00
Kainoa Kanter
4c423ff06e Trailing comma 2022-12-04 10:27:16 +00:00
Kainoa Kanter
a14f081af9 Add more patrons! 2022-12-04 10:27:16 +00:00
thatonecalculator
e08326abab take back button after quote button if combined 2022-12-04 10:27:16 +00:00
thatonecalculator
3ba740bcd1 Consistent styling 2022-12-04 10:27:16 +00:00
thatonecalculator
1c9255dce6 fix 2022-12-04 10:27:16 +00:00
thatonecalculator
a9eb2ccc2d fix 2022-12-04 10:27:16 +00:00
thatonecalculator
555cf6c6c7 Release candidate 8 2022-12-04 10:27:16 +00:00
thatonecalculator
5284ccd4c2 Renote confirmation (closes #9051 & #9166) 2022-12-04 10:27:16 +00:00
thatonecalculator
15a073ce70 No hover cursor on mobile 2022-12-04 10:27:16 +00:00
ThatOneCalculator
a3a652bc43 Rename/re-icon "favorites" to "bookmarks": closes #9176 2022-12-04 10:27:15 +00:00
Kainoa Kanter
0e8b155e07 Merge pull request 'develop' (#9178) from develop into account_migration
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9178
2022-12-04 06:26:26 +00:00
Kainoa Kanter
3eade37f78 Merge pull request 'develop' (#9177) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9177
2022-12-04 05:57:21 +00:00
ThatOneCalculator
c3226b896d locale 2022-12-03 21:56:45 -08:00
ThatOneCalculator
aacb1420d2 feat: Docker update script (closes #9159) 2022-12-03 21:50:18 -08:00
ThatOneCalculator
19baca72c9 release: 🔖 .18 2022-12-03 21:32:32 -08:00
ThatOneCalculator
f0e8e6bce4 Hide share button if unavailable (closes #9175) 2022-12-03 18:45:24 -08:00
ThatOneCalculator
0683529145 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-12-03 16:02:12 -08:00
ThatOneCalculator
bc6169e1c8 Rename/re-icon "favorites" to "bookmarks": closes #9176 2022-12-03 16:02:03 -08:00
Kainoa Kanter
b94fd954cc Implement recieve moveTo 🚀 🎉💩 (#9171) 2022-12-03 00:26:45 +00:00
cutestnekoaqua
ed23b0bd6f Implement recieve moveTo
Untested, hopefully it works..

Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
2022-12-03 01:23:02 +01:00
Kainoa Kanter
e6ebae074c Trailing comma 2022-12-02 20:48:19 +00:00
Kainoa Kanter
36785ee87c Add more patrons! 2022-12-02 20:46:56 +00:00
thatonecalculator
ea6c1ebee2 take back button after quote button if combined 2022-12-01 23:37:25 -08:00
thatonecalculator
69d828332b Consistent styling 2022-12-01 23:28:16 -08:00
thatonecalculator
c965188ea7 fix 2022-12-01 23:22:43 -08:00
thatonecalculator
25fa34d97c fix 2022-12-01 23:19:37 -08:00
thatonecalculator
e649a465ed Release candidate 8 2022-12-01 23:13:08 -08:00
thatonecalculator
01c19e4f55 Renote confirmation (closes #9051 & #9166) 2022-12-01 23:11:11 -08:00
thatonecalculator
4f625ccaa7 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-12-01 22:40:35 -08:00
thatonecalculator
9bd397ce88 No hover cursor on mobile 2022-12-01 22:39:50 -08:00
Kainoa Kanter
80e51864cd Merge pull request '[#9147] supakaity/user-rss-atom-json' (#9163) from supakaity/calckey:supakaity/user-rss-atom-json into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9163
2022-12-02 06:27:54 +00:00
Kaity A
674bba5911 Merge branch 'develop' of https://codeberg.org/thatonecalculator/calckey into supakaity/user-rss-atom-json 2022-12-01 15:54:23 +00:00
thatonecalculator
c825d6c5ba 7 2022-12-01 00:34:37 -08:00
thatonecalculator
20e78ff1ce Thank you MissV for forkbomb fix 2022-12-01 00:32:28 -08:00
skeh
3ff6433fab Merge pull request 'hotfix/misskey-forkbomb' (#8) from hotfix/misskey-forkbomb into stage
Reviewed-on: https://code.vtopia.live/Vtopia/MissV/pulls/8
2022-12-01 00:30:55 -08:00
Kainoa Kanter
aa9ef65768 Feature: Custom locales (#9157) 2022-11-30 19:50:24 +00:00
Kainoa Kanter
bae03472f7 Working display (#9160) 2022-11-30 19:49:26 +00:00
Cleo
dcda17d6f2 Display moved info.
It already fetches the moved to info on regular user fetches, now only the notification of a new "moved to" is missing.

Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
Co-authored-by: Mary Strodl <ipadlover8322@gmail.com>
Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
2022-11-30 20:29:01 +01:00
CherryKitten
20dc59c342
docs: reflect last change in readme 2022-11-30 19:51:12 +01:00
ThatOneCalculator
3bd909db1a further simplify tada for reduced motion 2022-11-29 18:51:24 -08:00
ThatOneCalculator
9903cb2b37 enable tada animation for reduced motion (as it has a reduced motion version) 2022-11-29 18:48:49 -08:00
ThatOneCalculator
b398001533 moved reduced motion query to script 2022-11-29 18:40:12 -08:00
ThatOneCalculator
9eb1e90ed3 .3 2022-11-29 18:31:12 -08:00
ThatOneCalculator
aa8c271dd2 reduce motion for tada 2022-11-29 18:29:12 -08:00
ThatOneCalculator
48dc6861ea fix 2022-11-29 18:25:37 -08:00
ThatOneCalculator
6e18d753a6 docs: a11y 2022-11-29 18:15:57 -08:00
ThatOneCalculator
9620b3fd81 cl 2022-11-29 18:15:18 -08:00
ThatOneCalculator
2e76315742 rc 2022-11-29 18:13:29 -08:00
ThatOneCalculator
269462bfc6 respect reduced motion 2022-11-29 18:13:08 -08:00
CherryKitten
439d062862
Rework custom behaviour 2022-11-29 23:08:37 +01:00
CherryKitten
efbce8e287
Docs: Add info for custom locale naming 2022-11-29 22:27:08 +01:00
CherryKitten
43961da923
docs: custom locales 2022-11-29 01:15:07 +01:00
CherryKitten
7e3c34495e
Add custom locales 2022-11-29 01:05:16 +01:00
CherryKitten
31af36e57e
Don't hardcode locales 2022-11-28 23:43:24 +01:00
ThatOneCalculator
95ce4151e4 docs: 📝 optional deps 2022-11-27 12:04:08 -08:00
ThatOneCalculator
d494451789 docs: 📝 formatting 2022-11-27 11:55:45 -08:00
ThatOneCalculator
686a54746e docs: 📝 improve install instructions 2022-11-27 11:51:57 -08:00
ThatOneCalculator
32e33fb21a rename icons.css to icons.scss 2022-11-26 21:52:47 -08:00
ThatOneCalculator
ee5d02689b disable blurEffect on mobile due to it causing problems 2022-11-26 21:45:17 -08:00
ThatOneCalculator
e120815476 https://stop.voring.me/notes/982hod4cgo 2022-11-26 21:39:31 -08:00
ThatOneCalculator
8a17519574 fix problems from #9146 2022-11-26 21:37:23 -08:00
Kainoa Kanter
bb88f2cdc5 Merge pull request '[Feature] hover text in note buttons' (#9146) from yawhn/elreqkey:hover_text_in_note into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9146
2022-11-27 05:34:50 +00:00
ThatOneCalculator
64bb6497c5 .7 2022-11-26 09:33:55 -08:00
ThatOneCalculator
3078137596 temp notification api fix, thank you @supakaity 2022-11-26 09:31:54 -08:00
Kaity A
4e47a558f0 make the /@user.rss atom and json endpoint work 2022-11-26 10:58:24 +00:00
Kainoa Kanter
c27c4381b0 Merge pull request 'Fix cursor in note thread' (#9144) from yawhn/elreqkey:fix_cursor_in_thread into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9144
2022-11-26 02:54:01 +00:00
yawhn
4b3006bead hover text in note buttons 2022-11-25 13:46:10 +02:00
yawhn
85b6d8be06 fix cursor in note thread 2022-11-24 23:55:23 +02:00
cutestnekoaqua
bcce957f86 Add intellij to main .gitignore 2022-11-24 19:29:34 +01:00
Kainoa Kanter
53aba792e0 DB moveTo (#9142) 2022-11-24 17:31:03 +00:00
Cleo
c712c1d3d1 Merge branch 'account_migration' into recieve_moveto 2022-11-24 11:51:00 +00:00
Cleo John
268b4da2cd Add movedToUri and knownAs to DB model user 2022-11-24 11:39:40 +00:00
Cleo John
817cad67b2 Merge db changes into recieve_moveto 2022-11-24 11:33:36 +00:00
Cleo John
37b24bfcb3 db migration for moved to 2022-11-24 11:32:25 +00:00
Kainoa Kanter
bec90a9ced docs: another tip 2022-11-24 01:55:38 +00:00
yawhn
29f2914e1a Merge branch 'main' of https://codeberg.org/yawhn/elreqkey 2022-11-24 02:54:31 +02:00
ThatOneCalculator
b0c6b2b7e1 fix #9140 2022-11-23 16:22:15 -08:00
Kainoa Kanter
9f0e9896ed Merge pull request 'Create move type' (#9139) from pawdev/calckey:recieve_moveto into account_migration
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9139
2022-11-23 22:03:12 +00:00
cutestnekoaqua
2f04d5f915 Create move type 2022-11-23 21:49:52 +01:00
ThatOneCalculator
6df058c964 actually fix right part 🥴 2022-11-22 22:30:18 -08:00
ThatOneCalculator
7844150ea2 Slightly smaller avatars 2022-11-22 21:58:09 -08:00
ThatOneCalculator
150ee61446 misc style fixes 2022-11-22 21:47:34 -08:00
ThatOneCalculator
ac0463feaa new links 2022-11-22 12:41:19 -08:00
ThatOneCalculator
5a7f58e7b4 hanna's other fix lol 2022-11-22 11:01:25 -08:00
Kainoa Kanter
191250cb77 Merge pull request 'develop' (#9137) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9137
2022-11-22 05:48:13 +00:00
ThatOneCalculator
57e753ad0c fix: don't do icon transform by default 2022-11-21 21:45:59 -08:00
ThatOneCalculator
b87f2b98e5 bruh 2022-11-21 21:27:39 -08:00
ThatOneCalculator
3f2967453c this better work 2022-11-21 21:15:20 -08:00
ThatOneCalculator
917191539d ??? 2022-11-21 21:08:03 -08:00
ThatOneCalculator
bf0e7368ef watch bgimg 2022-11-21 20:33:29 -08:00
ThatOneCalculator
dfba51fbef use v-bind for bg img 2022-11-21 20:30:17 -08:00
ThatOneCalculator
e7b914bea3 finally fix? 2022-11-21 20:21:03 -08:00
ThatOneCalculator
4a56753869 fix out link 2022-11-21 20:16:26 -08:00
ThatOneCalculator
8e4d3533aa fix again 2022-11-21 20:14:04 -08:00
ThatOneCalculator
6b0d0c7bc8 Add Sky to patrons list 2022-11-21 20:07:57 -08:00
ThatOneCalculator
86b50ee32a don't load icons in pug 2022-11-21 20:05:08 -08:00
ThatOneCalculator
2e9c6f5c73 more fixes 2022-11-21 20:03:59 -08:00
ThatOneCalculator
58aefbebaf more font fixes 2022-11-21 20:01:27 -08:00
ThatOneCalculator
9ac5feb622 fix gulpfile 2022-11-21 19:42:08 -08:00
ThatOneCalculator
70dc2c7cab rename 2022-11-21 19:41:52 -08:00
ThatOneCalculator
cb9a1d5dbd optimizations 2022-11-21 19:40:45 -08:00
ThatOneCalculator
2592dda70c forgot to fix 2022-11-21 16:31:32 -08:00
ThatOneCalculator
73e628ccb5 deprecate node < 18 2022-11-21 16:27:32 -08:00
ThatOneCalculator
a44e2a720c more style fixes 2022-11-21 15:26:18 -08:00
ThatOneCalculator
3443ea3739 tooltips 2022-11-21 15:11:57 -08:00
ThatOneCalculator
0b7566000b more fixes 2022-11-21 15:10:00 -08:00
ThatOneCalculator
1dc7d72068 icon 2022-11-21 15:04:57 -08:00
ThatOneCalculator
ca7ce5b843 fixes 2022-11-21 15:03:35 -08:00
ThatOneCalculator
7e82b2f5d9 page style 2022-11-21 14:55:41 -08:00
ThatOneCalculator
d2d8661b9c style 2022-11-20 13:16:06 -08:00
ThatOneCalculator
160c65fa62 description, not summary 2022-11-19 01:20:31 -08:00
ThatOneCalculator
e1f1da3cc7 cl 2022-11-19 01:17:31 -08:00
ThatOneCalculator
131f8af58e .5 2022-11-19 01:15:49 -08:00
ThatOneCalculator
1f60f89d81 test api docs 2022-11-19 01:15:35 -08:00
ThatOneCalculator
54db70a216 perf: load icons css last 2022-11-19 00:53:30 -08:00
ThatOneCalculator
684f7be189 perf: load icons css last 2022-11-19 00:52:41 -08:00
ThatOneCalculator
fe58a7b561 tag myself 2022-11-19 00:14:15 -08:00
ThatOneCalculator
4ff8ff74de Add Sage to patron list 2022-11-19 00:08:45 -08:00
ThatOneCalculator
acf6f11b80 fix patrons 2022-11-19 00:04:35 -08:00
ThatOneCalculator
649f2e76a8 patrons list 2022-11-19 00:01:32 -08:00
ThatOneCalculator
bef01175dc fetch patrons remotely 2022-11-18 23:54:50 -08:00
ThatOneCalculator
652908c686 donate link 2022-11-18 23:33:03 -08:00
ThatOneCalculator
221872fa3d no x2 2022-11-18 23:28:18 -08:00
ThatOneCalculator
2c64955144 cl 2022-11-18 23:27:40 -08:00
ThatOneCalculator
7a54eff176 improve patrons style 2022-11-18 23:26:43 -08:00
ThatOneCalculator
1a9e7dd440 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-18 23:20:29 -08:00
ThatOneCalculator
594d3626b3 New patron list 2022-11-18 23:20:18 -08:00
Kainoa Kanter
068d2666a9 Merge pull request 'develop' (#9129) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9129
2022-11-19 06:54:53 +00:00
Kainoa Kanter
920951cbd6 Merge pull request 'fix docker env defaults' (#9128) from PikaDude/calckey:develop into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9128
2022-11-19 06:54:22 +00:00
PikaDude
1339fa53b8 fix defaults 2022-11-19 06:53:01 +00:00
Kainoa Kanter
bee613cd76 Merge pull request 'do remote follow button later' (#9126) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9126
2022-11-19 04:25:33 +00:00
ThatOneCalculator
042bc05fab do remote follow button later 2022-11-18 20:24:50 -08:00
Kainoa Kanter
34a646f478 Merge pull request 'develop' (#9125) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9125
2022-11-19 04:20:09 +00:00
ThatOneCalculator
ce80f5e579 .15 2022-11-18 20:18:35 -08:00
ThatOneCalculator
ec237623f2 typo 2022-11-18 20:18:00 -08:00
ThatOneCalculator
90efe2090e Finally fix star reaction fallback migration 2022-11-18 20:17:32 -08:00
ThatOneCalculator
50adcd7b88 clearer plus button in deck 2022-11-18 19:46:30 -08:00
ThatOneCalculator
b6e2934123 typo 2022-11-18 19:39:31 -08:00
ThatOneCalculator
e021893bf8 button style 2022-11-18 19:36:55 -08:00
ThatOneCalculator
818531cefd correct locale 2022-11-18 19:32:51 -08:00
ThatOneCalculator
95b3a75fa4 revert 2022-11-18 19:30:01 -08:00
ThatOneCalculator
4c881cf7aa migration 2022-11-18 19:26:45 -08:00
ThatOneCalculator
9daf4db0cb feat: Page drafts 2022-11-18 19:24:05 -08:00
ThatOneCalculator
d2939b446d disable remote follow button until complete 2022-11-18 19:04:07 -08:00
ThatOneCalculator
3815ec7aba remote follow button 2022-11-18 19:00:33 -08:00
ThatOneCalculator
885dea3212 remove bad padding 2022-11-18 18:04:00 -08:00
ThatOneCalculator
d51a0a6984 page style 2022-11-18 17:58:22 -08:00
ThatOneCalculator
3ee432819a fix 2022-11-18 17:54:50 -08:00
ThatOneCalculator
f7873047cd page style 2022-11-18 17:51:57 -08:00
ThatOneCalculator
e4a6631fde blur page header 2022-11-18 17:46:13 -08:00
ThatOneCalculator
2089d0040b .2 2022-11-18 17:40:03 -08:00
syuilo
eb9d50ec70 improve performance (merge deepClone from Misskey dev) 2022-11-18 17:28:58 -08:00
ThatOneCalculator
8bb4714edb test 2022-11-18 17:23:00 -08:00
ThatOneCalculator
cf17d5feec upgrade deps 2022-11-18 17:20:34 -08:00
ThatOneCalculator
caf5758114 fix locale 2022-11-18 14:37:28 -08:00
ThatOneCalculator
779eb37f7a locale fix 2022-11-18 14:31:03 -08:00
ThatOneCalculator
e0a17ae37d smaller avatar 2022-11-18 14:30:36 -08:00
ThatOneCalculator
ca6b328cf8 fix 2022-11-18 14:25:50 -08:00
ThatOneCalculator
09be8fc799 max width 75% 2022-11-18 14:14:47 -08:00
ThatOneCalculator
892e35d82b fix 2022-11-18 13:58:59 -08:00
ThatOneCalculator
741e7707f0 Contents -> Content 2022-11-18 13:55:35 -08:00
ThatOneCalculator
d40f0b8eff message style 2022-11-18 13:54:34 -08:00
ThatOneCalculator
ca42de1b7c move back 2022-11-17 21:04:16 -08:00
ThatOneCalculator
5a6377a606 .9 2022-11-17 21:01:05 -08:00
ThatOneCalculator
59e510464a moar 2022-11-17 20:32:24 -08:00
ThatOneCalculator
5246a31e3a Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-17 20:00:13 -08:00
ThatOneCalculator
70c89557ad 💅 2022-11-17 20:00:05 -08:00
Kainoa Kanter
3df6b23be6 Add official account and flagship instance 2022-11-17 23:16:16 +00:00
Kainoa Kanter
9386ad9e79 docs: 📝 official account 2022-11-17 23:14:06 +00:00
ThatOneCalculator
259cc21421 docs: 📝 typo 2022-11-17 13:55:48 -08:00
ThatOneCalculator
4a4f83a18f chore: ⬆️ yarn 3.3.0 2022-11-17 13:55:34 -08:00
ThatOneCalculator
aa66bded69 init 2022-11-17 13:54:25 -08:00
Kainoa Kanter
ddf4a071cf docs: 📝 typo
It's "available". Thank you luke :P
2022-11-16 19:44:25 +01:00
ThatOneCalculator
cb6362fd49 chore: ⬆️ upgrade packages 2022-11-16 02:08:33 -08:00
ThatOneCalculator
29c2fb1ba8 typo 2022-11-16 01:48:19 -08:00
ThatOneCalculator
395758021f fix: don't show rtl if disabled, regardless of perms 2022-11-16 01:46:09 -08:00
ThatOneCalculator
cae813d9d2 i18n: $t to i18n.t 2022-11-16 01:29:18 -08:00
ThatOneCalculator
2413f2af09 i18n 2022-11-16 01:24:05 -08:00
ThatOneCalculator
69b41a0954 fix 2022-11-16 01:15:19 -08:00
ThatOneCalculator
1f57af4d0a more style 2022-11-16 01:12:24 -08:00
ThatOneCalculator
16d34222ca style 2022-11-16 01:07:13 -08:00
ThatOneCalculator
8e1eb05f96 margins, .3 2022-11-16 01:00:20 -08:00
Kainoa Kanter
69ae5c6123 Remove problematic line causing avatar positions to break (#9123) 2022-11-16 09:41:34 +01:00
Hanna
6fb750eaca Remove problematic line causing avatar positions to break
Signed-off-by: Hanna <hanna@noreply.codeberg.org>
2022-11-16 07:47:14 +01:00
ThatOneCalculator
0522aecc64 yes/no prompt for quoteQuestion 2022-11-15 22:38:05 -08:00
ThatOneCalculator
8ca66bc5fb Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-15 22:12:35 -08:00
ThatOneCalculator
3a06c43007 better page margins 2022-11-15 22:12:24 -08:00
Kainoa Kanter
aac0a3df6a docs: 📝 alt text for calc 2022-11-16 05:25:00 +01:00
ThatOneCalculator
2e3cd5677d docs: 📝 open port tip 2022-11-15 20:19:53 -08:00
ThatOneCalculator
f72412ea81 docs: 📝 tip 2022-11-15 20:18:04 -08:00
ThatOneCalculator
f81492e835 docs: 📝 improve documentation, nginx 2022-11-15 20:16:50 -08:00
Kainoa Kanter
be4cae510f Update config example 2022-11-16 04:51:59 +01:00
ThatOneCalculator
f969d8530d another i18n fix 2022-11-15 11:47:30 -08:00
Kainoa Kanter
7292f29bb7 develop (#9120) 2022-11-15 10:23:17 +01:00
ThatOneCalculator
eb4c18eb09 better min/max width 2022-11-15 01:13:03 -08:00
ThatOneCalculator
9dccf1df24 .14 2022-11-15 01:02:05 -08:00
ThatOneCalculator
80392daea7 fix serviceworker 2022-11-15 01:00:34 -08:00
ThatOneCalculator
b5f997360c min width 2022-11-15 00:49:04 -08:00
ThatOneCalculator
b87ba18d42 don't require credential for stats 2022-11-15 00:37:35 -08:00
ThatOneCalculator
3909812423 use max-width instead of width for dm images 2022-11-15 00:30:35 -08:00
Kainoa Kanter
9b3265f99b Update 'README.md' 2022-11-15 09:23:53 +01:00
Kainoa Kanter
297de984f7 Update 'README.md' 2022-11-15 07:24:36 +01:00
Kainoa Kanter
96a213b72d docs: tips 2022-11-15 07:13:10 +01:00
ThatOneCalculator
bff5fb1677 refactor 2022-11-14 20:58:23 -08:00
ThatOneCalculator
7f2402416b properly define page metadata in DM 2022-11-14 20:54:09 -08:00
Kainoa Kanter
8c84a4d951 Merge pull request 'develop' (#9115) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9115
2022-11-15 05:30:35 +01:00
ThatOneCalculator
aaa8c8fec7 fix: actually set in-dm to be true if in dm 2022-11-14 20:28:07 -08:00
ThatOneCalculator
d55f2bd1d4 fix: 🐛 fix image size in dms 2022-11-14 20:25:59 -08:00
Kainoa Kanter
305f27a7db Merge pull request 'develop' (#9114) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9114
2022-11-15 04:31:10 +01:00
ThatOneCalculator
f1ea811a51 compromised revert 2022-11-14 19:29:24 -08:00
ThatOneCalculator
7ff47714e0 .13 2022-11-14 19:13:04 -08:00
ThatOneCalculator
5f15ca4fde revert users/index.vue 2022-11-14 19:05:09 -08:00
ThatOneCalculator
684c36556e typo 2022-11-14 18:54:03 -08:00
ThatOneCalculator
8eecacec4f AVIF support 2022-11-14 18:53:38 -08:00
ThatOneCalculator
59b33b08ce more fixes 2022-11-14 18:35:01 -08:00
ThatOneCalculator
e1a38c0d5d Reorder definitions (duh) 2022-11-14 18:15:01 -08:00
ThatOneCalculator
cd799c3387 nvm 2022-11-14 18:07:33 -08:00
ThatOneCalculator
24f451215d weird $i workaround (not a fan tbh) 2022-11-14 18:05:07 -08:00
ThatOneCalculator
f35e850b02 revert as test for problem 2022-11-14 17:58:45 -08:00
ThatOneCalculator
f9aaec00d2 t 2022-11-14 17:58:21 -08:00
ThatOneCalculator
dbe6d03d24 hide top option 2022-11-14 17:54:34 -08:00
ThatOneCalculator
efea67d64d test explore page fix 2022-11-14 17:53:12 -08:00
ThatOneCalculator
a5780a7319 fix fill out profile step of tutorial 2022-11-14 17:45:11 -08:00
ThatOneCalculator
fa389fbb08 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-14 17:21:58 -08:00
ThatOneCalculator
6319a93d00 admin page fixes 2022-11-14 17:21:48 -08:00
Kainoa Kanter
33cd0dc84f Update 'README.md' 2022-11-15 01:53:08 +01:00
ThatOneCalculator
83f318a0dd . 2022-11-14 16:35:59 -08:00
ThatOneCalculator
5de412c363 fix user profile 2022-11-14 16:26:18 -08:00
ThatOneCalculator
6dac040325 plus action on top right for dms 2022-11-14 16:24:04 -08:00
ThatOneCalculator
39f2a9fb12 remove no history 2022-11-14 16:18:52 -08:00
ThatOneCalculator
dc3b06af6d singout from navbar 2022-11-14 15:55:55 -08:00
ThatOneCalculator
ae1b9f2ea7 swap bold & fill for like 2022-11-13 13:40:04 -08:00
ThatOneCalculator
845aff45f9 fix pages margin 2022-11-13 13:37:56 -08:00
ThatOneCalculator
cbc3c1c833 remove fontawesome far icons 2022-11-13 13:36:17 -08:00
ThatOneCalculator
3dd84a15d8 chore: ⬆️ update deps 2022-11-13 13:14:34 -08:00
ThatOneCalculator
7dba36c8ac more width fix 2022-11-13 13:04:00 -08:00
ThatOneCalculator
4491e0ba21 fix chat message 2022-11-13 13:00:57 -08:00
ThatOneCalculator
c70dc36e37 test 2022-11-13 12:51:32 -08:00
ThatOneCalculator
4f3bc5a226 fix? 2022-11-13 12:14:55 -08:00
ThatOneCalculator
c0aa4293cf Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-13 12:06:58 -08:00
ThatOneCalculator
06dff476dc replayTutorial 2022-11-13 12:06:39 -08:00
Kainoa Kanter
9fd89dcc4c Update 'README.md' 2022-11-13 20:32:17 +01:00
ThatOneCalculator
decd9114c5 correct controls color 2022-11-13 11:03:12 -08:00
ThatOneCalculator
456d0df31b styling 2022-11-13 10:58:30 -08:00
ThatOneCalculator
3cd3ea8cbd critical fix 2022-11-13 10:53:06 -08:00
ThatOneCalculator
9ff9bb0a44 replay tutorial from help menu 2022-11-12 13:46:13 -08:00
ThatOneCalculator
1d0fcee862 fix pages swiping 2022-11-12 13:38:28 -08:00
ThatOneCalculator
d5fbd8ca0c fix pages index 2022-11-12 13:27:07 -08:00
ThatOneCalculator
10cb1caac8 typing locale 2022-11-12 13:16:56 -08:00
ThatOneCalculator
ec724c4022 more translation stuff 2022-11-11 10:55:03 -08:00
ThatOneCalculator
27883b4480 more i18n fixes 2022-11-11 00:41:34 -08:00
ThatOneCalculator
08582788bf more i18n fixes 2022-11-11 00:41:26 -08:00
ThatOneCalculator
23d02372b9 fix i18n 2022-11-11 00:22:00 -08:00
Kainoa Kanter
de644e5469 Merge pull request 'fix: workaround for sticky image container header' (#9100) from Feinzer/calckey:develop into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9100
2022-11-11 05:45:15 +01:00
Daniel Hernández
060a7e477f
fix: workaround for sticky image container header 2022-11-10 21:53:15 -04:00
ThatOneCalculator
7715f4f081 fix: 🐛 no double import 2022-11-10 14:22:48 -08:00
ThatOneCalculator
1425b2dba7 no double import 2022-11-10 14:21:20 -08:00
ThatOneCalculator
121dc7d73a no extra three dots 2022-11-10 14:20:41 -08:00
ThatOneCalculator
4ca4780e5f .6 2022-11-10 14:16:09 -08:00
ThatOneCalculator
ca1b1c9321 refactor: ♻️ Replace all $ts with i18n 2022-11-10 14:12:44 -08:00
ThatOneCalculator
134048b1fb fill tiny quotes 2022-11-10 13:13:09 -08:00
ThatOneCalculator
ec29fff548 less cheesy intro 2022-11-09 20:52:40 -08:00
Kainoa Kanter
95ffd19742 Merge pull request 'develop' (#9098) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9098
2022-11-10 05:48:03 +01:00
ThatOneCalculator
2589ca1a3b me when the 2022-11-09 20:44:43 -08:00
ThatOneCalculator
c331d23b3f console log 2022-11-09 20:09:41 -08:00
ThatOneCalculator
15430ca087 fix pinned users list 2022-11-09 20:06:03 -08:00
ThatOneCalculator
d209b61ed9 fix pinned users 2022-11-09 19:59:20 -08:00
ThatOneCalculator
d72bbb4178 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-09 19:07:58 -08:00
Kainoa Kanter
2f7f62c4db docs: fix typo 2022-11-10 04:03:28 +01:00
ThatOneCalculator
6868fce23b trailing comma 2022-11-09 18:37:36 -08:00
ThatOneCalculator
35e5aa9395 relay/integration icons 2022-11-09 17:49:05 -08:00
ThatOneCalculator
657338d3b0 Clean up after my stupid mistakes 2022-11-09 17:21:53 -08:00
ThatOneCalculator
a8a81e8675 sync on mounted 2022-11-09 17:21:33 -08:00
ThatOneCalculator
4c2f8932a6 spacing 2022-11-09 17:21:17 -08:00
ThatOneCalculator
eaa4d17065 chore: 📦 package upgrades 2022-11-09 17:21:09 -08:00
ThatOneCalculator
b0b438145e remove dead code 2022-11-09 17:21:02 -08:00
ThatOneCalculator
868bc11130 fix style 2022-11-09 17:20:53 -08:00
ThatOneCalculator
46790212fe fix imports 2022-11-09 17:20:52 -08:00
dwarf
3294e4ba0f client: Add "follows you" pill to user profile popup
Changelog: Added
Reviewed-on: https://akkoma.dev/FoundKeyGang/FoundKey/pulls/217
2022-11-09 17:20:05 -08:00
Johann150
58dfd45ce1 server: reduce dead instance detection to 7 days 2022-11-09 17:19:49 -08:00
Johann150
5a691f7e98 server: avoid adding suspended instances to deliver queue
This should reduce the performance hit when adding large numbers of
instances to the deliver queue by making the check for suspended and
dead instances a bulk operation.

Changelog: Changed
Reviewed-on: https://akkoma.dev/FoundKeyGang/FoundKey/pulls/215
2022-11-09 17:19:29 -08:00
Kainoa Kanter
dc7b8aa6e4 3000 2022-11-09 22:39:03 +01:00
Kainoa Kanter
f2dc20f7f6 Update 'README.md' 2022-11-09 22:38:27 +01:00
ThatOneCalculator
248e1f742d Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-09 13:21:28 -08:00
ThatOneCalculator
4c2e67b2dd MkSpacer for chat room 2022-11-09 13:21:13 -08:00
Kainoa Kanter
b38469d91e more tips & tricks 2022-11-09 22:17:39 +01:00
ThatOneCalculator
f50a22625f clean up openInstanceMenu 2022-11-09 12:26:27 -08:00
ThatOneCalculator
6d3a03d9b6 federation page proper in admin 2022-11-09 12:18:36 -08:00
ThatOneCalculator
f54233030b planned 2022-11-09 11:27:12 -08:00
ThatOneCalculator
b311d9584e finalize tutorial 2022-11-09 11:09:15 -08:00
ThatOneCalculator
1b7041210a fix 2022-11-09 11:02:04 -08:00
ThatOneCalculator
ee09619f78 quicker fade 2022-11-09 10:58:24 -08:00
ThatOneCalculator
c3e13cb918 .8 2022-11-09 10:57:34 -08:00
ThatOneCalculator
15042c6179 dont force height 2022-11-09 10:57:11 -08:00
ThatOneCalculator
4d58422421 dynamic height 2022-11-09 10:51:58 -08:00
ThatOneCalculator
9eddfc0c88 transgender 2022-11-09 10:38:18 -08:00
ThatOneCalculator
730f517bed .6 2022-11-09 10:31:30 -08:00
ThatOneCalculator
8b699d494b delete old tutorial 2022-11-09 10:31:17 -08:00
Kainoa Kanter
bfb07d41b3 docs: 📝 tips & tricks 2022-11-09 10:52:23 +01:00
Kainoa Kanter
adb05dd66b Spacing 2022-11-09 10:28:48 +01:00
ThatOneCalculator
222f3c817a use title as window header 2022-11-09 01:08:24 -08:00
ThatOneCalculator
6b7e55d729 docs: 📝 intro tutorial 2022-11-09 01:04:30 -08:00
ThatOneCalculator
3d7c2372c0 ux 2022-11-09 01:03:03 -08:00
ThatOneCalculator
db1297952e last slide 2022-11-09 01:00:48 -08:00
ThatOneCalculator
8e68955ff2 add effects, japanese translation 2022-11-09 00:54:12 -08:00
ThatOneCalculator
fd4f5aeda0 no extra br 2022-11-09 00:46:29 -08:00
ThatOneCalculator
f9d3a73fc3 make layout easier 2022-11-09 00:43:27 -08:00
ThatOneCalculator
27d6172de5 docs: move intro to wip 2022-11-09 00:39:25 -08:00
ThatOneCalculator
76a67df0a5 finish new intro 2022-11-09 00:38:05 -08:00
ThatOneCalculator
137a5461b0 another typo :( 2022-11-09 00:01:43 -08:00
ThatOneCalculator
bd6143cd08 typooo 2022-11-09 00:00:25 -08:00
ThatOneCalculator
9705aeae54 typo 2022-11-08 23:55:37 -08:00
ThatOneCalculator
b28e87d769 show popup 2022-11-08 23:51:59 -08:00
ThatOneCalculator
22d1288607 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-08 23:48:16 -08:00
ThatOneCalculator
a2d17665c4 new intro test 2022-11-08 23:48:03 -08:00
Kainoa Kanter
fe0415fbe5 Merge pull request 'backend: Update sharp to 0.31.2' (#9088) from normandy/calckey:update-sharp into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9088
2022-11-09 05:30:33 +01:00
ThatOneCalculator
f07a07a38e test 2022-11-08 20:25:22 -08:00
ThatOneCalculator
b3043c383c imprv perf 2022-11-08 16:56:37 -08:00
ThatOneCalculator
394c948efc .23 2022-11-08 16:51:27 -08:00
ThatOneCalculator
6749acc7ba Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-08 16:50:44 -08:00
ThatOneCalculator
0d030c8c4c fix 2022-11-08 16:50:33 -08:00
Francis Dinh
cd48673b2e backend: Update sharp to 0.31.2
This fixes a bug where the backend might crash when processing certain images on an ARM64 system.

See https://akkoma.dev/FoundKeyGang/FoundKey/issues/226 and https://github.com/misskey-dev/misskey/issues/8605 for details.
2022-11-08 19:52:08 +01:00
Kainoa Kanter
f177d166dc 0.2s 2022-11-08 02:05:27 +01:00
Kainoa Kanter
e346d657b6 bookmark icons 2022-11-08 01:44:52 +01:00
ThatOneCalculator
0a3ed642d2 fix scroll anim bug? 2022-11-07 13:52:51 -08:00
ThatOneCalculator
bb3ba02f0c Actually add None.mp3 to prevent error 2022-11-07 13:38:22 -08:00
ThatOneCalculator
cf2ab6becb transitions for navbar hover 2022-11-07 12:47:57 -08:00
ThatOneCalculator
3c1c238db7 revert 2022-11-07 12:46:05 -08:00
ThatOneCalculator
52eeedb639 typo 2022-11-07 12:42:11 -08:00
ThatOneCalculator
2d58b6307b refactor: ⚗️ try active-class 2022-11-07 12:41:47 -08:00
ThatOneCalculator
972a6a10aa use users-three icon for Groups 2022-11-07 12:29:56 -08:00
ThatOneCalculator
47e23b5be7 why do buttons hate me 2022-11-07 12:27:45 -08:00
ThatOneCalculator
804dbb5b6a typo 2022-11-07 12:11:42 -08:00
ThatOneCalculator
144c27298d horrible bad code 2022-11-07 12:09:30 -08:00
ThatOneCalculator
fc2070c340 listen on router 2022-11-07 12:03:03 -08:00
ThatOneCalculator
ced7145c75 fix 2022-11-07 11:57:27 -08:00
ThatOneCalculator
b34acc8256 i am gay 2022-11-07 00:41:32 -08:00
ThatOneCalculator
8a67e65ff9 gaaah 2022-11-07 00:36:53 -08:00
ThatOneCalculator
ef50eb3e64 fallback, .10 2022-11-07 00:31:47 -08:00
ThatOneCalculator
4f91798fa8 am i dumb 2022-11-07 00:21:54 -08:00
ThatOneCalculator
49d12f398f try to fix 2022-11-07 00:17:43 -08:00
ThatOneCalculator
e35c638093 gah 2022-11-07 00:02:48 -08:00
ThatOneCalculator
2fc35d931b console log 2022-11-06 23:57:58 -08:00
ThatOneCalculator
33aea5b45a typo 2022-11-06 23:53:31 -08:00
ThatOneCalculator
bf92109964 test 2022-11-06 23:49:08 -08:00
ThatOneCalculator
4372f6b942 .3 2022-11-06 23:16:27 -08:00
ThatOneCalculator
83751f8d64 chat button in mobile bar 2022-11-06 23:15:47 -08:00
ThatOneCalculator
1ce3ef31ac ease 2022-11-06 20:48:28 -08:00
ThatOneCalculator
58691cf896 funny link hover attempt 2 2022-11-06 20:47:52 -08:00
ThatOneCalculator
027695cec0 fully deprecate MkEmojiPickerWindow 2022-11-06 20:21:03 -08:00
ThatOneCalculator
ef3ada60e3 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-06 20:18:44 -08:00
ThatOneCalculator
de004c0108 me when the 2022-11-06 20:17:59 -08:00
Kainoa Kanter
57b76eda7c Merge pull request 'change links to depends_on in docker-compose.yml' (#9086) from fries/calckey:podman into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9086
2022-11-07 05:13:03 +01:00
ThatOneCalculator
6c4fd26e6f .9 2022-11-06 20:09:35 -08:00
ThatOneCalculator
2ca7f0ad87 fix 2022-11-06 20:08:28 -08:00
ThatOneCalculator
33c9a77984 emoji picker fix 2022-11-06 20:01:45 -08:00
ThatOneCalculator
4a08da1292 oopsie 2022-11-06 19:44:26 -08:00
ThatOneCalculator
18b483ee27 even MORE fixes 2022-11-06 19:42:01 -08:00
ThatOneCalculator
e3dd9ed3c9 disable link hover effect for now 2022-11-06 19:29:42 -08:00
ThatOneCalculator
aa97271f30 only apply hover effect to link 2022-11-06 19:18:27 -08:00
ThatOneCalculator
c3e6b6544b underline effect 2022-11-06 19:14:55 -08:00
Fries
5cab3db3b9 change links to depends_on in docker-compose.yml
links is a deprecated docker feature which doesn't work in podman so i
changed it so it uses depends_on instead. you have to change your
configuration to point to the name of the docker container like db as
its hostname.
2022-11-06 19:04:57 -08:00
ThatOneCalculator
11082f1fb2 no more XHeader 2022-11-06 19:04:15 -08:00
ThatOneCalculator
bd05b64550 filled circles 2022-11-06 18:51:51 -08:00
ThatOneCalculator
20d264227c make icons large 2022-11-06 18:49:47 -08:00
ThatOneCalculator
87739b77d5 more fixes 2022-11-06 18:38:35 -08:00
ThatOneCalculator
7dbc0b5529 yarnrc 2022-11-06 18:33:14 -08:00
ThatOneCalculator
5cb2a22566 fixxxxx 2022-11-06 18:30:26 -08:00
ThatOneCalculator
87225b41cd fix 2022-11-06 17:44:38 -08:00
Kainoa Kanter
071f5e73ca Merge pull request 'phosphor' (#9085) from phosphor into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9085
2022-11-07 02:34:37 +01:00
ThatOneCalculator
b3a5fdb1e0 feat: 💄 Phosphor icons! 2022-11-06 17:33:52 -08:00
ThatOneCalculator
d3522f6c3f feat: 💄 Phosphor icons! 2022-11-06 17:33:20 -08:00
ThatOneCalculator
4026bc6fa7 docs: more accessible links 2022-11-06 15:06:44 -08:00
ThatOneCalculator
0be24bab3d cl 2022-11-06 15:01:42 -08:00
ThatOneCalculator
b42d59f1d5 fix groups button display 2022-11-06 14:49:03 -08:00
ThatOneCalculator
739f26c340 fix: REALLY make sure there's no text decoration 2022-11-06 14:46:17 -08:00
ThatOneCalculator
0ca161c443 .8 2022-11-06 14:43:45 -08:00
ThatOneCalculator
e50a6a99ba fix????? 2022-11-06 14:41:27 -08:00
ThatOneCalculator
9b3e578c9e sq 2022-11-06 14:20:14 -08:00
ThatOneCalculator
9ea3af662d a 2022-11-06 14:04:18 -08:00
ThatOneCalculator
c772bf2307 😖 2022-11-06 14:00:34 -08:00
ThatOneCalculator
f95ca12cff image max width 2022-11-06 13:56:51 -08:00
ThatOneCalculator
960d99dfea no td on hover 2022-11-06 13:52:11 -08:00
ThatOneCalculator
4ce48df856 . 2022-11-06 13:49:51 -08:00
ThatOneCalculator
627d63d71e better icon 2022-11-06 13:43:45 -08:00
ThatOneCalculator
b883af0f21 f 2022-11-06 13:42:08 -08:00
ThatOneCalculator
eef6fb9076 ? 2022-11-06 13:37:26 -08:00
ThatOneCalculator
e1d3cd4654 test 2022-11-06 13:34:10 -08:00
ThatOneCalculator
b3b4a7169d potential swiper fix 2022-11-06 13:32:25 -08:00
ThatOneCalculator
3ea4c8cba6 fix 2022-11-06 13:25:41 -08:00
ThatOneCalculator
7beec91753 calckey_app 2022-11-06 13:24:02 -08:00
ThatOneCalculator
9f3af0afa7 fix??? 2022-11-06 13:20:28 -08:00
ThatOneCalculator
68a83eea1c fix 2022-11-06 13:13:34 -08:00
ThatOneCalculator
ec2040a840 fix 2022-11-06 13:08:43 -08:00
ThatOneCalculator
b1eb1c4855 me when the 2022-11-06 13:02:17 -08:00
ThatOneCalculator
ce54dfa880 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-06 12:49:50 -08:00
ThatOneCalculator
e215494132 test new chat layout 2022-11-06 12:49:37 -08:00
Kainoa Kanter
5288e8d6d1 8121 2022-11-06 03:43:41 +01:00
ThatOneCalculator
41b0530cd1 docs: 📝 pm2 2022-11-04 18:48:45 -07:00
ThatOneCalculator
29ae062d31 better limits for now 2022-11-04 18:42:08 -07:00
ThatOneCalculator
d86905a3f3 .7 2022-11-04 15:25:47 -07:00
ThatOneCalculator
174fa3f563 higher query limits for chats and channels 2022-11-04 15:25:31 -07:00
ThatOneCalculator
f369b0cf64 revert 2022-11-04 15:20:15 -07:00
ThatOneCalculator
6571ac12c8 disable chat history pagination for now 2022-11-04 15:16:59 -07:00
ThatOneCalculator
163a826af5 fix: 💄 calc style 2022-11-04 14:58:08 -07:00
ThatOneCalculator
dcbeea5404 better emoji 2022-11-04 14:56:30 -07:00
ThatOneCalculator
688757f226 docs: 📝 latest 18 2022-11-04 14:49:06 -07:00
ThatOneCalculator
2ab31982be docs: 📝 typo 2022-11-04 14:47:18 -07:00
ThatOneCalculator
63bded53fb docs: 📝 deps 2022-11-04 14:46:51 -07:00
ThatOneCalculator
ed10834820 NGINX 2022-11-04 14:43:00 -07:00
ThatOneCalculator
ea73de78ed refactor readme 2022-11-04 14:38:38 -07:00
ThatOneCalculator
8beb778950 a 2022-11-04 14:23:25 -07:00
ThatOneCalculator
9cb1b1a48c update deps 2022-11-04 13:20:18 -07:00
ThatOneCalculator
471240b101 a 2022-11-04 13:12:56 -07:00
ThatOneCalculator
ec4474812f a 2022-11-03 17:16:23 -07:00
ThatOneCalculator
f410faa825 fix? 2022-11-03 16:08:14 -07:00
ThatOneCalculator
5ffe89cbd0 . 2022-11-03 16:05:22 -07:00
ThatOneCalculator
f07b8e44a5 messaging/history 2022-11-03 15:59:21 -07:00
ThatOneCalculator
7ab4f3ee76 test 2022-11-03 15:50:34 -07:00
ThatOneCalculator
565d00ca21 test 2022-11-03 15:50:30 -07:00
ThatOneCalculator
05c4180edb Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-11-03 15:42:19 -07:00
Kainoa Kanter
80161e8280 Merge pull request '[#9064] Fix CSS and Image caching issue' (#9082) from yawhn/elreqkey:calckey_issue_9064 into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9082
2022-11-03 23:38:06 +01:00
ThatOneCalculator
dae60381be fix: ⚗️ messaging pagination 2022-11-03 15:37:31 -07:00
yawhn
58eed45187 whitespace fix 2022-11-03 02:15:40 +02:00
yawhn
dba4d2240e Fix for undefined url param in some pages 2022-11-03 02:03:27 +02:00
yawhn
9bc3f885bc [#9064] Fix CSS and Image caching issue 2022-11-02 23:31:42 +02:00
ThatOneCalculator
e5606ef249 update example 2022-11-02 09:14:42 -07:00
ThatOneCalculator
f13e19dee1 feat: Managed hosting complete 2022-11-01 18:41:59 -07:00
Kainoa Kanter
6ee562a73c Update 'README.md' 2022-10-31 23:19:22 +01:00
ThatOneCalculator
db6e17364a Max users 2022-10-30 21:38:20 -07:00
ThatOneCalculator
01e289c6de No darkreader 2022-10-30 21:27:06 -07:00
ThatOneCalculator
9d4677fc6b fix broken order 2022-10-29 15:17:54 -07:00
ThatOneCalculator
6ec6788e3f .5 2022-10-28 10:52:32 -07:00
ThatOneCalculator
b383c904b2 change to click.self 2022-10-28 10:52:13 -07:00
ThatOneCalculator
b9ecbdfbad better reply clicking 2022-10-27 20:37:33 -07:00
ThatOneCalculator
6bb5a99ab3 test 2022-10-27 20:32:19 -07:00
ThatOneCalculator
5a9b8e93e2 OCR is done! 2022-10-27 15:30:26 -07:00
ThatOneCalculator
d459cb8ba2 feat: Append caption to textarea 2022-10-27 15:28:02 -07:00
ThatOneCalculator
2f8255cd5a fix? 2022-10-27 15:07:36 -07:00
ThatOneCalculator
e72348f5d1 OCR image captioning work 2022-10-27 15:01:38 -07:00
ThatOneCalculator
d46f08c189 chore: 📦 Update packages 2022-10-27 14:25:31 -07:00
ThatOneCalculator
1d02b29e5a Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-10-27 14:17:53 -07:00
ThatOneCalculator
6ed18667b7 feat: Allow importing follows from Pixelfed 2022-10-27 14:17:40 -07:00
Kainoa Kanter
be683ed931 Install after prep 2022-10-27 10:01:27 +02:00
ThatOneCalculator
b60e529d7d More foundkey changes 2022-10-26 14:50:05 -07:00
Francis Dinh
b331d1b0eb use await for notes.countBy 2022-10-26 14:48:37 -07:00
Johann150
97b6f45993 server: allow to like own gallery posts
Since you are also allowed to react to your own notes, it seems sensible
that you should be allowed to like your own gallery posts.

Analogous to commit 4c5aa9e53887cca5561fcec6ab0754e018f589a5.

Changelog: Changed
2022-10-26 14:46:30 -07:00
Johann150
958196a103 server: allow to like own pages
Since you are also allowed to react to your own notes, it seems sensible
that you should be allowed to like your own pages.

Changelog: Changed
2022-10-26 14:46:23 -07:00
lunaisnotaboy
2daa02c642 Remove SWC (thank you @lunanova) 2022-10-26 14:24:47 -07:00
ThatOneCalculator
405eb71564 fix: 🐛 wrong placement 2022-10-25 23:19:45 -07:00
ThatOneCalculator
66876f5bfe feat: 💄 add right margin to title text 2022-10-25 23:17:06 -07:00
ThatOneCalculator
73d533ff4f def true 2022-10-25 23:00:20 -07:00
ThatOneCalculator
7067876dc1 feat: add os.yesno for yes/no questions 2022-10-25 22:44:38 -07:00
ThatOneCalculator
7559a0d81a feat: Toggle showing calckey updates as admin 2022-10-25 22:31:19 -07:00
ThatOneCalculator
07c6472ba6 fix 2022-10-25 22:09:45 -07:00
Kainoa Kanter
8aeb5f165e Merge pull request 'Docker: patch Docker build' (#9070) from jae/calckey:develop into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9070
2022-10-26 07:05:55 +02:00
Jae Lo Presti (DN0)
bfb85428af
Docker: patch Docker build 2022-10-26 08:04:19 +03:00
ThatOneCalculator
c1ee6140fc feat: 🎨 add ripple to star react 2022-10-25 20:33:09 -07:00
ThatOneCalculator
515ccfecb1 feat: 🎨 add ripple to star react 2022-10-25 20:33:06 -07:00
ThatOneCalculator
38b3a6b58a Button reordering again 2022-10-25 20:28:11 -07:00
ThatOneCalculator
e83240f4dc feat: Star button 2022-10-25 20:20:41 -07:00
ThatOneCalculator
205a353670 feat: 🎨 move reaction button 2022-10-25 20:08:43 -07:00
ThatOneCalculator
9c3ac9fbe1 properly import watch 2022-10-25 19:48:25 -07:00
Kainoa Kanter
b5b5e80c10 Validate version number better 2022-10-26 04:34:01 +02:00
ThatOneCalculator
4c9dabe7b8 Security fixes 2022-10-25 19:22:30 -07:00
ThatOneCalculator
bf2b518489 tab swipe fix 2022-10-25 19:19:42 -07:00
ThatOneCalculator
e93f0939bd tab swipe fix finally 2022-10-25 19:19:35 -07:00
ThatOneCalculator
82fe676092 simplify player 2022-10-25 18:49:10 -07:00
ThatOneCalculator
60a2ece852 fix 2022-10-25 18:45:24 -07:00
ThatOneCalculator
63585463b3 asdd instance.css to gitignore 2022-10-25 12:15:51 -07:00
ThatOneCalculator
373bcf9464 ripping my hair out 2022-10-25 12:08:48 -07:00
ThatOneCalculator
30df6ae75b testtt 2022-10-25 12:01:41 -07:00
ThatOneCalculator
ac0aa5c2c0 grrr 2022-10-25 11:54:08 -07:00
ThatOneCalculator
b7961ce6a9 a 2022-10-25 11:51:12 -07:00
ThatOneCalculator
b22bd156e7 test 2022-10-25 11:51:11 -07:00
ThatOneCalculator
42a7c07cee useSwiper 2022-10-25 11:30:26 -07:00
ThatOneCalculator
95bb87b29f a 2022-10-25 11:25:29 -07:00
ThatOneCalculator
362f20972f testing 2022-10-25 11:25:26 -07:00
ThatOneCalculator
e6f36eb126 ripple on renote 2022-10-25 11:23:59 -07:00
ThatOneCalculator
9c8b280c2f test 2022-10-25 11:16:29 -07:00
ThatOneCalculator
8ae4a32bb8 no restart button 2022-10-25 11:05:08 -07:00
ThatOneCalculator
a1aa89ec3e Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-10-25 11:03:57 -07:00
ThatOneCalculator
2655d75272 fix 2022-09-29 19:01:14 -07:00
ThatOneCalculator
0d667a6008 fix 2022-09-29 19:00:43 -07:00
ThatOneCalculator
484d78d4b3 chore: quote-button --> MkQuoteButton 2022-09-29 19:00:14 -07:00
Kainoa Kanter
622ececd78 Seperate renote quote option (#9044) 2022-09-30 03:08:08 +02:00
Kayden Tebau
b97c1f0b4d
Seperate renote quote option 2022-09-28 15:07:15 -07:00
ThatOneCalculator
00b19a0445 typo 2022-09-21 13:26:00 -07:00
ThatOneCalculator
9217d9bff5 fix 2022-09-21 13:18:12 -07:00
ThatOneCalculator
8cdab6613a cl 2022-09-21 13:11:34 -07:00
ThatOneCalculator
a262e1353f Add download button to Plyr (co-authored by @nullobsi) 2022-09-21 13:10:47 -07:00
ThatOneCalculator
a075813d30 Allow admins to set logo url 2022-09-21 13:05:59 -07:00
ThatOneCalculator
127f154b97 docs 📝 🐳 2022-09-21 12:34:42 -07:00
ThatOneCalculator
c2fc10307d Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-09-17 16:55:56 -07:00
ThatOneCalculator
ca15549aea Don't show pinned users if there are none 2022-09-17 16:55:28 -07:00
ThatOneCalculator
a758c2def1 only show user bg if blur 2022-09-17 14:11:02 -07:00
ThatOneCalculator
bd467613ac might be 2022-09-15 15:46:57 -07:00
ThatOneCalculator
f7cec09b06 fix link 2022-09-15 15:41:26 -07:00
ThatOneCalculator
918af38a79 implement update notif into UI 2022-09-15 15:36:43 -07:00
ThatOneCalculator
e9445561fd logs 2022-09-15 15:32:25 -07:00
ThatOneCalculator
6a2fc8ec3b fix 2022-09-15 15:28:32 -07:00
ThatOneCalculator
92150c575f move codeberg fetch to backend 2022-09-15 15:23:08 -07:00
ThatOneCalculator
4206f46cf4 only if reports exist 2022-09-15 15:03:00 -07:00
ThatOneCalculator
824070e576 add console log 2022-09-15 15:01:53 -07:00
ThatOneCalculator
b33b688720 fix: Profile bg blur respects user blur choice 2022-09-15 14:55:04 -07:00
ThatOneCalculator
4e7e6de82b shrink padding on mobile post button 2022-09-15 14:47:39 -07:00
ThatOneCalculator
6e36033600 fix clicking cw button on reply 2022-09-15 14:43:57 -07:00
ThatOneCalculator
65bf28907e fix channels 2022-09-15 14:04:56 -07:00
ThatOneCalculator
926bd25a40 .3 2022-09-15 14:00:50 -07:00
ThatOneCalculator
4ab7615290 test 2022-09-15 13:58:15 -07:00
ThatOneCalculator
e963347524 fix dup import 2022-09-15 13:41:32 -07:00
ThatOneCalculator
48772f62cd feat: Add setting for swipe behavior 2022-09-15 13:40:34 -07:00
ThatOneCalculator
14cab46640 t 2022-09-15 11:00:54 -07:00
ThatOneCalculator
57c452f78e fix dup import 2022-09-15 10:44:42 -07:00
ThatOneCalculator
8443722a5d fix: 🐛 No swiper on desktop 2022-09-15 10:43:48 -07:00
Kainoa Kanter
c7517aaff3 Merge pull request 'Fix translation' (#9035) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9035
2022-09-14 20:05:39 +02:00
ThatOneCalculator
039660857b Fix translation 2022-09-14 11:05:01 -07:00
Kainoa Kanter
154d447488 Merge pull request 'develop' (#9034) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9034
2022-09-14 19:49:22 +02:00
ThatOneCalculator
b983bdb5cf feat: Warning in control panel if there's update 2022-09-14 10:32:39 -07:00
ThatOneCalculator
691613368c Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-09-14 10:20:59 -07:00
Kainoa Kanter
8d97544046 Fix Docker build process (#9033) 2022-09-14 08:50:44 +02:00
Jae Lo Presti (DN0)
e72e336dfa
docker-compose: replace misskey with calckey to fix example 2022-09-14 09:37:01 +03:00
Jae Lo Presti (DN0)
c7f679d396
client: remove orphaned closing tags 2022-09-14 09:36:24 +03:00
ThatOneCalculator
1ffdf20a52 docs: 📝 Docker instructions 🐋 2022-09-13 21:43:58 -07:00
Kainoa Kanter
f8dcd31e76 Merge pull request 'develop' (#9032) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9032
2022-09-14 06:43:13 +02:00
ThatOneCalculator
b62f4299d7 docs: 📝 Move add groups back to Implemented 2022-09-13 21:39:47 -07:00
ThatOneCalculator
790e4361dc fix: 🐛 motd 2022-09-13 21:38:02 -07:00
ThatOneCalculator
873ebcba83 feat: 🔖 v12.119.0 2022-09-13 21:33:03 -07:00
ThatOneCalculator
caa072cf49 chore: 🔥 rm tabs 2022-09-13 21:10:21 -07:00
ThatOneCalculator
1e5f9c68b3 chore: rm unused import 2022-09-13 21:09:35 -07:00
ThatOneCalculator
5368a231c8 I forgor 💀 2022-09-13 21:01:31 -07:00
ThatOneCalculator
5001e27f49 Simplify groups index 2022-09-13 20:57:39 -07:00
ThatOneCalculator
4c021e196f fix motd 2022-09-13 20:41:45 -07:00
ThatOneCalculator
0d28fd4277 fix 2022-09-13 20:34:14 -07:00
ThatOneCalculator
b0e1c3d866 meta 2022-09-13 20:23:52 -07:00
ThatOneCalculator
59f80c60b9 Merge remote-tracking branch 'nullobsi/secure-fetch' into develop 2022-09-13 20:23:22 -07:00
ThatOneCalculator
e425489411 undo fuckup 2022-09-13 20:07:19 -07:00
ThatOneCalculator
fe7ceb481c spacve 2022-09-13 20:01:22 -07:00
ThatOneCalculator
f5277973de message room style overhaul 2022-09-13 19:58:43 -07:00
ThatOneCalculator
91ceb10ea9 docs: 📝 cl 2022-09-13 19:44:03 -07:00
ThatOneCalculator
e3beea02a9 a 2022-09-13 19:40:20 -07:00
ThatOneCalculator
f2d41fd9ee 🔖 .3 2022-09-13 19:37:50 -07:00
ThatOneCalculator
b65cc2935a only scroll to bottom in messaging IF in DM 2022-09-13 19:37:38 -07:00
ThatOneCalculator
db16ff4950 chore: spacing between icons in gallery index 2022-09-13 19:26:56 -07:00
ThatOneCalculator
b293d92b56 feat: show 📎 in chats if only attachment 2022-09-13 19:25:36 -07:00
ThatOneCalculator
fa4b8aca63 refactor: Move group actions to header bar 2022-09-13 19:14:28 -07:00
ThatOneCalculator
47509e28b1 refactor: ♻️ Use setup syntax for groups index 2022-09-13 18:57:26 -07:00
ThatOneCalculator
64a96b8f67 formatting 2022-09-13 17:56:19 -07:00
ThatOneCalculator
25b032e1aa fix??? 2022-09-13 17:52:31 -07:00
ThatOneCalculator
3ce563cdfb chore: 🔊 2022-09-13 17:46:53 -07:00
ThatOneCalculator
783c4effa7 typooooooooo 2022-09-13 17:43:23 -07:00
ThatOneCalculator
df16580d87 use ref properly 2022-09-13 17:41:58 -07:00
ThatOneCalculator
594e849850 fix?? 2022-09-13 17:40:06 -07:00
ThatOneCalculator
eb9063fe19 actually fetch the data, oops :P 2022-09-13 17:35:08 -07:00
ThatOneCalculator
26e475eb0c attempt to fix lol 2022-09-13 17:32:43 -07:00
ThatOneCalculator
bb15e6ccbc docs: 📝 Mention groups 2022-09-13 17:21:23 -07:00
ThatOneCalculator
57f6bca9c9 fix 2022-09-13 17:19:34 -07:00
ThatOneCalculator
92df522cbc use string type 2022-09-13 17:16:43 -07:00
ThatOneCalculator
2be92040b0 typo 2022-09-13 17:16:27 -07:00
ThatOneCalculator
399f0115be setup syntax 2022-09-13 17:14:56 -07:00
ThatOneCalculator
031b3661e2 modernize group.vue 2022-09-13 17:08:09 -07:00
ThatOneCalculator
7a21709309 modernize group.vue 2022-09-13 17:08:08 -07:00
ThatOneCalculator
531c15dbae formatting 2022-09-13 16:57:42 -07:00
ThatOneCalculator
ac7574aff3 Fix group routing 2022-09-13 16:57:09 -07:00
ThatOneCalculator
1d3f1306b6 Add :groupId to router 2022-09-13 16:53:34 -07:00
ThatOneCalculator
13ede288f9 typo 2022-09-13 16:47:35 -07:00
ThatOneCalculator
70611fd0f3 feat: Attempt to add groups back! 2022-09-13 16:43:59 -07:00
ThatOneCalculator
9007514c00 ex 2022-09-13 16:36:58 -07:00
ThatOneCalculator
b4a19bab0d feat: start work on vue-isyourpasswordsafe integration 2022-09-12 00:17:07 -07:00
ThatOneCalculator
afa87c1cab chore: ♻️ about-misskey -> about-calckey 2022-09-10 12:25:22 -07:00
ThatOneCalculator
3f7f3fd388 chore: 📦 Update lockfile 2022-09-10 12:15:41 -07:00
ThatOneCalculator
9dfb552c72 chore: 🔀 Merge upstream 2022-09-10 12:14:19 -07:00
ThatOneCalculator
a9eb58ac72 chore: 🔀 Merge upstream to 12.119.0 2022-09-10 12:13:55 -07:00
ThatOneCalculator
b63c6632c9 Shorten text on add emoji button 2022-09-09 15:53:38 -07:00
ThatOneCalculator
09996374e4 fix: 🐛 add script to pages view 2022-09-09 15:51:43 -07:00
ThatOneCalculator
e748a79165 .26 2022-09-09 15:48:12 -07:00
ThatOneCalculator
ba0bf7785a Add swiper to pages 2022-09-09 15:47:53 -07:00
ThatOneCalculator
3b3e8b5f51 Add swiper to notifications 2022-09-09 15:44:55 -07:00
ThatOneCalculator
b5df90c797 Add swiper for instance info, fix MkSpacer 2022-09-09 15:42:17 -07:00
ThatOneCalculator
a846a2e15c Add swiper to channels 2022-09-09 15:32:05 -07:00
ThatOneCalculator
038c367fd7 Add swiper for admin file 2022-09-09 15:26:33 -07:00
ThatOneCalculator
d5ed3dbe9d Add swiper to about 2022-09-09 15:11:06 -07:00
ThatOneCalculator
f7ed1b77cc fix: 🐛 Show title on mobile if there's no tab buttons 2022-09-09 15:04:31 -07:00
ThatOneCalculator
51b259a3bb sus 2022-09-09 13:59:15 -07:00
ThatOneCalculator
72ee2e3fdc fix: 🐛 gay gay homosexual gay 2022-09-09 13:56:42 -07:00
ThatOneCalculator
7ef63a770c me not smart 2022-09-09 13:47:19 -07:00
ThatOneCalculator
870f6d7b50 revert 2022-09-09 13:41:13 -07:00
ThatOneCalculator
2964c36376 .20 2022-09-09 13:35:58 -07:00
ThatOneCalculator
02ccf1dbe4 fix 2022-09-09 13:35:48 -07:00
ThatOneCalculator
09d3740c67 f 2022-09-09 13:32:52 -07:00
ThatOneCalculator
86d6fe7b04 fix: 🚑 tl not showing up 2022-09-09 13:31:48 -07:00
ThatOneCalculator
3143f457ec cl 2022-09-09 12:24:51 -07:00
ThatOneCalculator
c13dd0f70e fix: 🐛 Promper Info import 2022-09-09 12:22:05 -07:00
ThatOneCalculator
82cc9420f0 upstream b 2022-09-09 12:17:11 -07:00
ThatOneCalculator
e8664b5664 chore: 🔀 Merge upstream 2022-09-09 12:16:58 -07:00
ThatOneCalculator
00218e7387 feat: ⚗️ Swiping in featured 2022-09-09 12:09:12 -07:00
ThatOneCalculator
11a5a99a6f fix: 🐛 Fix slide sync on initial timeline load 2022-09-09 11:06:18 -07:00
ThatOneCalculator
f08c04cdb1 fix: 🐛 fix header button positions on mobile 2022-09-08 10:42:01 -07:00
ThatOneCalculator
5a045794a3 chore: 🔖 .16 2022-09-07 16:23:58 -07:00
ThatOneCalculator
0f21d4c077 chore: ⬆️ Upgrade several deps
From yarn upgrade-interactive
2022-09-07 16:23:33 -07:00
ThatOneCalculator
c9792492cb fix: 2022-09-07 16:18:04 -07:00
ThatOneCalculator
78bd658a4f fix sync 2022-09-07 16:11:00 -07:00
ThatOneCalculator
17dc06e47a chore: ⬆️ Upgrade Vite 2022-09-07 15:51:01 -07:00
ThatOneCalculator
7354b363eb feat: Swiper in notifs 2022-09-07 15:49:07 -07:00
ThatOneCalculator
da112b181f fix: 🐛 sync tab when getting last timeline 2022-09-07 15:40:25 -07:00
ThatOneCalculator
045fc9e1ee fix: 🐛 Don't show tab title on mobile 2022-09-07 15:37:04 -07:00
ThatOneCalculator
91de043d70 .11 2022-09-07 15:33:24 -07:00
ThatOneCalculator
c601650151 fix 2022-09-07 15:33:21 -07:00
ThatOneCalculator
9b3ad73576 feat: Better tabs for mobile 2022-09-07 15:09:23 -07:00
nullobsi
1c7dc4a1e8
Hide private data in pug when private mode is enabled 2022-09-06 20:47:36 -07:00
nullobsi
7caec25f0f
Add secure mode settings to Security tab 2022-09-06 20:47:33 -07:00
nullobsi
26f0483094
In private mode, block access to many public APIs 2022-09-06 20:46:42 -07:00
nullobsi
a03f13fb3f
Add Secure Mode and Private Mode
- Add instance actor
- Add private mode, which uses an allowlist
- Add Secure Mode, restricts access to blocked instances
2022-09-06 20:46:41 -07:00
nullobsi
7887082622
Add migration for allowedHosts, secureMode, privateMode 2022-09-06 20:46:41 -07:00
ThatOneCalculator
60fb59c878 fix: 🐛 sync fixed 2022-09-05 18:42:01 -07:00
ThatOneCalculator
e3e95e86fa lfg 2022-09-05 18:34:48 -07:00
ThatOneCalculator
c89d8c7ef7 .7 2022-09-05 18:27:32 -07:00
ThatOneCalculator
e4861bcf0b refactor: Swiper, no swiping! :fox:
Swiper everywhere, attempt to sync to header bar
2022-09-05 18:13:17 -07:00
ThatOneCalculator
37b7c4485c fix: 🚑 fix ref 2022-09-05 15:55:28 -07:00
ThatOneCalculator
2451dc0c23 .4 2022-09-05 15:05:45 -07:00
ThatOneCalculator
fcc5c7e5e9 chore: 🔀 Merge upstream 2022-09-05 15:01:35 -07:00
ThatOneCalculator
94774723f0 Merge remote-tracking branch 'misskey/develop' into develop 2022-09-05 15:00:53 -07:00
ThatOneCalculator
79be45c65c Merge remote-tracking branch 'misskey/develop' into develop 2022-09-05 15:00:45 -07:00
ThatOneCalculator
4dc706a91a chore: ⬆️ Upgrade TypeORM 2022-09-05 14:53:48 -07:00
ThatOneCalculator
35406c0d22 fix: 💄 no blur on emoji picker --> blur safe by default 2022-08-27 22:26:06 -07:00
ThatOneCalculator
7a6a9e0f65 cl 2022-08-27 21:45:06 -07:00
ThatOneCalculator
3619881008 .3 2022-08-27 21:44:45 -07:00
ThatOneCalculator
e6236a2ffb fix screenshot size 2022-08-27 21:44:30 -07:00
ThatOneCalculator
770b2d9908 bg col 2022-08-27 21:44:17 -07:00
ThatOneCalculator
ef801a4b94 description 2022-08-27 21:43:57 -07:00
ThatOneCalculator
5c6cff93ef feat: improve pwa manifest 2022-08-27 21:42:38 -07:00
ThatOneCalculator
b28594389e cl 2022-08-27 19:55:04 -07:00
ThatOneCalculator
10b5159573 lol 2022-08-27 15:49:10 -07:00
ThatOneCalculator
dfac661e2a feat: ⚗️ vsides 2022-08-27 15:25:51 -07:00
ThatOneCalculator
ab4c267594 Merge remote-tracking branch 'misskey/develop' into develop 2022-08-27 15:18:59 -07:00
ThatOneCalculator
8dee3c92c7 feat: 📦 use swc 2022-08-26 16:13:26 -07:00
ThatOneCalculator
405b4a5136 Merge remote-tracking branch 'misskey/develop' into develop 2022-08-26 01:24:56 -07:00
ThatOneCalculator
38907e3e08 squareAvatars true by default 2022-08-23 00:01:04 -07:00
ThatOneCalculator
fcd6c84351 .2 2022-08-22 23:55:58 -07:00
ThatOneCalculator
dc1c1553d8 cl 2022-08-22 23:55:46 -07:00
Francis Dinh
5d7fea344b fix pagination.vue lints 2022-08-22 23:55:01 -07:00
Francis Dinh
437ab8e8fe fix lints in folder.vue 2022-08-22 23:54:56 -07:00
ThatOneCalculator
eb4959558b Merge remote-tracking branch 'misskey/develop' into develop 2022-08-22 23:53:44 -07:00
ThatOneCalculator
e2d556ca9e 🔖 beta, not rc 2022-08-22 23:51:41 -07:00
ThatOneCalculator
533c5066c1 remove old scroll engine for notifs 2022-08-22 23:51:15 -07:00
ThatOneCalculator
9adce79471 cl 2022-08-22 23:45:18 -07:00
ThatOneCalculator
899d7b42b5 Always signToActivityPubGet 2022-08-22 23:44:26 -07:00
ThatOneCalculator
f0fa0cce6b Always signToActivityPubGet 2022-08-22 23:44:25 -07:00
ThatOneCalculator
89a1bc87d3 rc 2022-08-22 23:33:08 -07:00
ThatOneCalculator
e1e3049455 fix: 🐛 show swiper 2022-08-22 23:28:20 -07:00
ThatOneCalculator
44e03b08f1 feat: 💄 style swiper 2022-08-22 23:23:19 -07:00
ThatOneCalculator
5acac6cbfb pag 2022-08-22 23:12:12 -07:00
ThatOneCalculator
91cefe12f1 fix: prerender prev and after slide 2022-08-22 23:05:23 -07:00
ThatOneCalculator
62c3b001de feat: pagination 2022-08-22 23:00:42 -07:00
ThatOneCalculator
2b2abd67a4 fix 2022-08-22 22:57:03 -07:00
ThatOneCalculator
3b09e6f510 fix???? 2022-08-22 22:42:30 -07:00
ThatOneCalculator
bcf3466584 fix 2022-08-22 22:39:53 -07:00
ThatOneCalculator
631907e0ce s 2022-08-22 22:39:11 -07:00
ThatOneCalculator
0dc7992a6f vue 2022-08-22 22:35:54 -07:00
ThatOneCalculator
80e085dadc external 2022-08-22 22:35:07 -07:00
ThatOneCalculator
700c367884 feat: ⚗️ try swiper 2022-08-22 22:31:00 -07:00
ThatOneCalculator
805a3f3793 chore: 🔊 log x swipe 2022-08-22 22:19:11 -07:00
ThatOneCalculator
b78b0a29e5 scale 0 2022-08-22 22:15:39 -07:00
ThatOneCalculator
97eabe92db calckey 🐋 2022-08-22 22:11:29 -07:00
ThatOneCalculator
1ddb2f2025 calckey 2022-08-22 22:10:41 -07:00
ThatOneCalculator
a82149c05d fix: 🐛 fix scrolling bugs 2022-08-22 22:09:43 -07:00
ThatOneCalculator
1886193b8e fix: 🐛 swipe bug 2022-08-20 00:04:45 -07:00
ThatOneCalculator
bca91426db feat: swipe thru notifs 2022-08-20 00:02:15 -07:00
ThatOneCalculator
c544df7246 fix: 💄 consistent cw bg hover 2022-08-19 23:53:00 -07:00
ThatOneCalculator
f0af0b60f2 chore: 💄 button height 3.5rem 2022-08-19 23:50:00 -07:00
ThatOneCalculator
504753c896 chore: 🔥 remove fader 2022-08-19 23:48:21 -07:00
ThatOneCalculator
6c0fc88a4b cl 2022-08-19 23:43:39 -07:00
ThatOneCalculator
f89f81b4c0 fix: 🐛 swipe left on home wraps back 2022-08-19 23:42:15 -07:00
ThatOneCalculator
eafc3260c9 feat: Fade 2022-08-19 23:38:01 -07:00
ThatOneCalculator
817ccb5b32 fix: 🐛 swipe left goes back a page 2022-08-19 23:20:28 -07:00
ThatOneCalculator
5e9d1ee478 fix swipes? 2022-08-19 23:16:06 -07:00
ThatOneCalculator
04a7e9c147 hide button bg 2022-08-19 22:55:21 -07:00
ThatOneCalculator
1c02c1097d finally fix 2022-08-19 14:58:54 -07:00
ThatOneCalculator
532c0187f6 chore: ⚰️ works 2022-08-19 14:51:40 -07:00
ThatOneCalculator
ec28c5cc73 fix: 🐛 ref 2022-08-19 14:50:58 -07:00
ThatOneCalculator
793fa94c15 🔖 .10 2022-08-19 14:41:43 -07:00
ThatOneCalculator
b00a1c13a0 fix: 💄 only show post button on home tl 2022-08-19 14:41:05 -07:00
ThatOneCalculator
21612d4f5e allow videos to be downloaded 2022-08-19 14:38:46 -07:00
ThatOneCalculator
abd0c1c51b cl 2022-08-19 14:31:23 -07:00
ThatOneCalculator
8c35556410 fix: 🐛 fix videos having <a> 2022-08-19 14:30:47 -07:00
ThatOneCalculator
6b7a18b967 fix: 🐛 scroll 2022-08-19 14:25:08 -07:00
ThatOneCalculator
d173aea0e4 Video in messages 2022-08-19 14:24:30 -07:00
ThatOneCalculator
4932ab2c34 fix: 🐛 fix again 2022-08-18 17:37:33 -07:00
ThatOneCalculator
93cdf4313e fix: 🐛 fix scroll 2022-08-18 17:23:32 -07:00
ThatOneCalculator
dda8655ca3 same styles for postbutton and widgetbutton 2022-08-18 17:10:07 -07:00
ThatOneCalculator
2e686fc966 fix: 🐛 only show on mobile, fix animation 2022-08-18 17:05:30 -07:00
ThatOneCalculator
3aa8a5ca60 feat: ⚗️ New post button on mobile 2022-08-18 16:48:22 -07:00
ThatOneCalculator
edb60d0961 chore: 📦 Add vue3-lottie 2022-08-18 09:42:21 -07:00
ThatOneCalculator
bfd01747d1 revert: ⬇️ Go back to vue-plyr
Fork had problems with vertical videos
2022-08-17 16:38:17 -07:00
ThatOneCalculator
de207c03f1 fix: 💄 fix buttons on entrance screen being squished on mobile 2022-08-17 16:20:39 -07:00
ThatOneCalculator
25d7e6bcd6 fix again 2022-08-17 16:05:09 -07:00
ThatOneCalculator
cf0409a7a1 ^ 2022-08-17 16:03:27 -07:00
ThatOneCalculator
9c80dab7f4 fix: 🚑 Fix vue-plyr import 2022-08-17 16:03:20 -07:00
ThatOneCalculator
3b85a9bb7d chore: 📦 Use proper misskey browser image resizer package 2022-08-17 15:59:58 -07:00
ThatOneCalculator
720015dc9b docs: 📝 cl 2022-08-17 15:57:44 -07:00
ThatOneCalculator
ea3c2441be fix: 🔒 Up multer to LTS as to avoid CVE-2022-24434 2022-08-17 15:57:16 -07:00
ThatOneCalculator
be31b9bed3 refactor: 📦 Use updated fork of vue-plyr 2022-08-17 15:51:52 -07:00
ThatOneCalculator
eb3f52e8e3 docs: 📝 cl 2022-08-17 09:41:50 -07:00
Kainoa Kanter
0ad139d5ce docs: 📝 cl 2022-08-17 10:17:32 +02:00
ThatOneCalculator
268def0163 feat: More hover events!\ 2022-08-17 00:36:29 -07:00
ThatOneCalculator
e55cd05316 docs: 📝 2022-08-17 00:31:20 -07:00
ThatOneCalculator
d7d91757a7 fix: 🚸 No more stupid details for replies 2022-08-17 00:29:41 -07:00
ThatOneCalculator
53b6030395 feat: 💄 highlight hover replies 2022-08-17 00:19:10 -07:00
ThatOneCalculator
be7625cca6 fix: 🐛 Prevent clicking on child elements of timeline posts 2022-08-17 00:13:57 -07:00
ThatOneCalculator
078ab39bdf feat: Replies can be clicked too 2022-08-17 00:07:42 -07:00
ThatOneCalculator
74d5c3c162 feat: 🔖 .7 2022-08-16 23:58:21 -07:00
ThatOneCalculator
473291fe70 nice 2022-08-16 23:53:47 -07:00
ThatOneCalculator
2781a0aca4 fix: 🐛 use router 2022-08-16 23:50:35 -07:00
ThatOneCalculator
5d8f695206 fix: 🐛 need MkA 2022-08-16 23:43:24 -07:00
ThatOneCalculator
d6e92616be fix: 🐛 do it right 2022-08-16 23:33:06 -07:00
ThatOneCalculator
bd24de7ab7 fix: ⚗️ 2022-08-16 23:22:17 -07:00
ThatOneCalculator
38ebf77891 fix: 🐛 fix clicking on note content 2022-08-16 23:11:46 -07:00
ThatOneCalculator
ec60046469 fix: 💄 style 2022-08-16 22:59:29 -07:00
ThatOneCalculator
387d388da9 I quickly became homophobic 2022-08-16 22:53:17 -07:00
ThatOneCalculator
fe7a273aee fix: 💄 style 2022-08-16 22:47:18 -07:00
ThatOneCalculator
d35f234fb5 feat: 💄 New note style 2022-08-16 22:42:03 -07:00
ThatOneCalculator
4ef944037f feat: 🔖 .5 2022-08-16 18:29:18 -07:00
ThatOneCalculator
da46c55db7 fix: Better import for plyr 2022-08-16 17:43:33 -07:00
ThatOneCalculator
db61c366e8 fix: 🎨 mount plyr with app 2022-08-16 16:40:04 -07:00
ThatOneCalculator
00296f4eb0 cl 2022-08-16 16:33:10 -07:00
ThatOneCalculator
70a4b5bf1f feat: ⚗️ vue-plyr 2022-08-16 16:32:44 -07:00
ThatOneCalculator
b6dcfede43 fix: ⚗️ 2022-08-16 00:28:33 -07:00
ThatOneCalculator
f8a410a843 fix: 🐛 fix avatar not showing up 2022-08-16 00:25:47 -07:00
ThatOneCalculator
0115747997 feat: Make mobile account avatar clickable 2022-08-16 00:22:37 -07:00
ThatOneCalculator
d5ab9d05bc .10 2022-08-16 00:12:11 -07:00
ThatOneCalculator
a68ff96dc5 fix: 🐛 more mobile stuff 2022-08-16 00:11:59 -07:00
ThatOneCalculator
bc6abeca6d fix: 🚑 No with dialog on load 2022-08-16 00:10:47 -07:00
ThatOneCalculator
5b3d55c84f fix: 📱 Fix for mobile 2022-08-16 00:08:37 -07:00
ThatOneCalculator
a0787d837a mark all as ready upon loading notifs 2022-08-16 00:02:04 -07:00
ThatOneCalculator
0b99897410 feat: 🔖 .7 2022-08-16 00:00:46 -07:00
ThatOneCalculator
053f1c0ac4 feat: ⚗️ ripple effect 2022-08-16 00:00:36 -07:00
ThatOneCalculator
42df051512 (by libs i meant libraries, lol) 2022-08-15 19:19:31 -07:00
ThatOneCalculator
866b1e9428 refactor: 📦 fuck them libs 2022-08-15 19:18:54 -07:00
ThatOneCalculator
fc24c0639f fix: 📦 fix import 2022-08-15 19:08:47 -07:00
ThatOneCalculator
84e7c644a7 fix: ⚗️ Try swiped-events 2022-08-15 19:07:24 -07:00
ThatOneCalculator
4f9ea8f354 docs: 📝 Add swipe to WIP 2022-08-15 18:43:40 -07:00
ThatOneCalculator
c383c30e80 feat: Swipe through timelines on mobile 2022-08-15 18:43:17 -07:00
ThatOneCalculator
8068d9ed92 feat: foundkey: add recollapsing quote notes 2022-08-15 16:05:26 -07:00
Johann150
6490f4cf76 enhance: add re-collapsing to quoted notes 2022-08-15 16:05:08 -07:00
ThatOneCalculator
f101791d02 Fix overlap betwen favicon and splash icon 2022-08-15 15:55:30 -07:00
ThatOneCalculator
3badf5546a Hide timetravel for now 2022-08-15 15:41:25 -07:00
Kainoa Kanter
d56c0f3708 Merge pull request 'develop' (#9031) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9031
2022-08-16 00:31:09 +02:00
ThatOneCalculator
665524b622 feat: 🔖 .1 2022-08-15 15:25:58 -07:00
ThatOneCalculator
d604f79cbf yarn lock 2022-08-15 15:25:15 -07:00
ThatOneCalculator
c80577c709 Merge remote-tracking branch 'misskey/develop' into develop 2022-08-15 15:21:46 -07:00
ThatOneCalculator
563280abe1 fix: 📦 Fix yarn.lock 2022-08-12 21:43:11 -07:00
Kainoa Kanter
546f4a4b44 Avoid adding instance's custom CSS to git patches :) (#9023) 2022-08-10 23:26:15 +02:00
erisdisqordia
bed7fe6a4e Avoid adding custom CSS to git patches :) 2022-08-10 10:18:10 +02:00
ThatOneCalculator
e1b9406b95 docs: 📝 warning for node 18.6.0 2022-08-10 00:50:50 -07:00
ThatOneCalculator
31729a28d6 docs: 📝 planning join reasons 2022-08-10 00:04:32 -07:00
ThatOneCalculator
ea97c9f5d2 docs: 📝 emojis! 2022-08-09 23:40:36 -07:00
ThatOneCalculator
72b7a33d3b docs: 📝 checksum behavior note 2022-08-09 23:28:41 -07:00
ThatOneCalculator
fb0765ba76 docs: 📝 Customize instructions 2022-08-09 23:18:00 -07:00
ThatOneCalculator
0e7c01d56f docs: 📝 Notable differences 2022-08-09 23:16:12 -07:00
ThatOneCalculator
a7600dff54 docs: 📝 Add links 2022-08-09 23:14:51 -07:00
Kainoa Kanter
68b8c15463 Merge pull request 'develop' (#9022) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9022
2022-08-10 05:15:44 +02:00
ThatOneCalculator
42eacf2291 docs: 📝 npm -> yarn 2022-08-09 20:06:49 -07:00
ThatOneCalculator
53c125245c docs: 📝 Remove duplicate line 2022-08-09 20:02:29 -07:00
ThatOneCalculator
587c677b29 feat: 🔖 12.118.1-calc release! 2022-08-09 19:57:18 -07:00
ThatOneCalculator
20c32d6b0e Add back migration 2022-08-09 19:56:03 -07:00
ThatOneCalculator
103221b367 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-08-09 19:55:24 -07:00
ThatOneCalculator
b8db50567c revert: timeline for non-logged in users 2022-08-09 19:52:07 -07:00
ThatOneCalculator
739d8a7b24 Revert "feature(client): Timeline page for non-login users"
This reverts commit 49beee532b.
2022-08-09 19:49:23 -07:00
ThatOneCalculator
c5cea77bcd fix: 🐛 Remove header tabs if guest not enabled and not logged in 2022-08-09 16:27:43 -07:00
ThatOneCalculator
dc00651c61 fix: 🐛 timeline secured 2022-08-09 16:22:55 -07:00
ThatOneCalculator
7e9c16501e fix: 🐛 Allow timeline if logged in, loll 2022-08-09 16:15:58 -07:00
ThatOneCalculator
3fd553b82b fix: 🐛 No computed on declared var 2022-08-09 16:13:53 -07:00
ThatOneCalculator
4f0030ecc8 fix: 🔒 Remove timeline source if not logged in and guest tl isn't enabled 2022-08-09 16:12:20 -07:00
ThatOneCalculator
0ef9dd3519 chore: 🔖 Bump to .3 2022-08-09 15:53:16 -07:00
ThatOneCalculator
69a2a29023 chore: ⚗️ More debugging 2022-08-09 15:52:56 -07:00
ThatOneCalculator
92af0d39fe fix: ✏️ Same typo as before... 2022-08-09 15:46:07 -07:00
ThatOneCalculator
8f441fd0f4 chore: 🔊 Test logging 2022-08-09 15:44:44 -07:00
ThatOneCalculator
50417674b2 fix: ✏️ Async typo 2022-08-09 15:40:15 -07:00
ThatOneCalculator
4370ef7b1b fix: ⚗️ Attempt to fix routing 2022-08-09 15:38:30 -07:00
ThatOneCalculator
d984b40b4c Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-08-09 13:11:11 -07:00
ThatOneCalculator
b49dd35907 fix: caption in admin settings
Move splash below theme

Splash below theme
2022-08-09 13:09:54 -07:00
ThatOneCalculator
4fcf5b1081 feat: togglable guest timeline
default false

rc 9

no async

welcome explore button to `/explore`

fix: 🔥 Remove meta implementation in routing for now
2022-08-09 13:09:54 -07:00
ThatOneCalculator
73a57858e0 feat: custom css/assets
typo

fix gulpfile
2022-08-09 13:09:54 -07:00
ThatOneCalculator
fd088d0c85 Seperate splash screen settings in admin panel 2022-08-09 13:09:54 -07:00
ThatOneCalculator
e7f2c7df03 fix: recommended timeline
I doubt itll work, but...

🙏

hail mairy

certified typeorm moment

im stuff

debug log

not a fan of js/ts

istg

missing parenthesis

postgres can kiss my ass

didnt need `::string[]` i think

hide caption button

Remove debug log

Clean up

no longer beta!

fix streaming
2022-08-09 13:09:54 -07:00
ThatOneCalculator
da83fd1ef2 fix: 🔥 Remove meta implementation in routing for now 2022-08-09 13:00:14 -07:00
ThatOneCalculator
47c19181f8 welcome explore button to /explore 2022-08-09 11:23:23 -07:00
ThatOneCalculator
19a2c32836 no async 2022-08-09 11:19:03 -07:00
ThatOneCalculator
c845d19695 rc 9 2022-08-09 11:14:40 -07:00
ThatOneCalculator
5c164119f1 default false 2022-08-09 11:14:14 -07:00
ThatOneCalculator
d9b8450efb Togglable guest timeline 2022-08-09 11:12:56 -07:00
ThatOneCalculator
ea01259b96 Splash below theme 2022-08-09 10:35:47 -07:00
ThatOneCalculator
072be6870f Move splash below theme 2022-08-09 10:35:46 -07:00
ThatOneCalculator
9addbd1e2b fix caption in admin settings 2022-08-09 02:40:51 -07:00
ThatOneCalculator
1514757198 fix gulpfile 2022-08-09 02:37:12 -07:00
ThatOneCalculator
b2829fa7bf typo 2022-08-09 02:34:00 -07:00
ThatOneCalculator
3a1daaeaed Custom 2022-08-09 02:33:07 -07:00
ThatOneCalculator
9ec3f97505 Seperate splash screen settings in admin panel 2022-08-09 02:09:09 -07:00
ThatOneCalculator
0cdd5c2241 fix streaming 2022-08-09 01:52:32 -07:00
ThatOneCalculator
d50ad16ac8 no longer beta! 2022-08-09 01:35:18 -07:00
ThatOneCalculator
8d9596d209 Clean up 2022-08-09 01:32:50 -07:00
ThatOneCalculator
e7fa99de86 Remove debug log 2022-08-09 01:30:38 -07:00
ThatOneCalculator
42de210a6c hide caption button 2022-08-09 01:30:17 -07:00
ThatOneCalculator
5e612a96f5 didnt need ::string[] i think 2022-08-09 01:28:03 -07:00
ThatOneCalculator
90ecb119db postgres can kiss my ass 2022-08-09 01:26:07 -07:00
ThatOneCalculator
30bedee17b missing parenthesis 2022-08-09 01:21:27 -07:00
ThatOneCalculator
5289de0cf0 istg 2022-08-09 01:19:56 -07:00
ThatOneCalculator
82813ffe7b not a fan of js/ts 2022-08-09 01:13:08 -07:00
ThatOneCalculator
6aaf8cbd7d debug log 2022-08-09 01:09:44 -07:00
ThatOneCalculator
1ae895d098 im stuff 2022-08-09 01:07:46 -07:00
ThatOneCalculator
f9d9bd9f50 certified typeorm moment 2022-08-09 01:04:20 -07:00
ThatOneCalculator
7a4ddeba16 hail mairy 2022-08-09 01:02:11 -07:00
ThatOneCalculator
f08acce023 🙏 2022-08-09 00:57:15 -07:00
ThatOneCalculator
b475ea415d I doubt itll work, but... 2022-08-09 00:53:57 -07:00
ThatOneCalculator
7fd1f05bb3 debug log 2022-08-09 00:50:11 -07:00
ThatOneCalculator
cc7ddc840d cl 2022-08-09 00:45:53 -07:00
ThatOneCalculator
16c274aaab add tes as dep, even if unused 2022-08-09 00:40:29 -07:00
ThatOneCalculator
b3f109cf52 disable ocr for now 2022-08-09 00:39:27 -07:00
ThatOneCalculator
916e9db51a attempt to fix 2022-08-09 00:37:48 -07:00
ThatOneCalculator
8914bffe85 debug 2022-08-08 18:24:03 -07:00
ThatOneCalculator
eabc23374b .10 2022-08-08 18:01:03 -07:00
ThatOneCalculator
7c53328001 im stuff 2022-08-08 18:00:51 -07:00
ThatOneCalculator
58ff242241 actually fix this time? 2022-08-08 17:51:18 -07:00
ThatOneCalculator
70484a011c fixxx 2022-08-08 17:43:18 -07:00
ThatOneCalculator
dde7cecf43 code ing 2022-08-08 17:39:50 -07:00
ThatOneCalculator
30e20cb683 why dont it work 😭 2022-08-08 17:27:19 -07:00
ThatOneCalculator
62c5225754 .5 2022-08-08 17:24:29 -07:00
ThatOneCalculator
a993acd26c try smth 2022-08-08 17:24:21 -07:00
ThatOneCalculator
109b111871 typo 2022-08-08 17:17:26 -07:00
ThatOneCalculator
ec474acded ck 2022-08-08 17:14:55 -07:00
ThatOneCalculator
b7f00ea40a im stuff 2022-08-08 17:14:10 -07:00
ThatOneCalculator
a21698b1b2 4.2 2022-08-08 17:02:01 -07:00
ThatOneCalculator
2f539272c3 this.inputValue 2022-08-08 17:00:13 -07:00
ThatOneCalculator
c1179b35ef try fix 2022-08-08 15:58:31 -07:00
ThatOneCalculator
50eb7b693f try to thing 2022-08-08 15:53:16 -07:00
ThatOneCalculator
a83adcc5a8 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into ocr 2022-08-08 15:40:22 -07:00
ThatOneCalculator
98721d0dcd Start work on OCR 2022-08-08 15:40:06 -07:00
Kainoa Kanter
dccd29fcd2 yarn 3.2.2 2022-08-09 00:38:33 +02:00
ThatOneCalculator
795ed6ff85 api docs 2022-08-08 15:12:21 -07:00
ThatOneCalculator
54b741e838 Move title svg location 2022-08-08 15:10:31 -07:00
ThatOneCalculator
5ffff41a01 .3 2022-08-08 14:58:38 -07:00
ThatOneCalculator
7095abf728 Obliteration of Ai-chan 🐱🔫 2022-08-08 14:58:27 -07:00
ThatOneCalculator
4cfda11f8c henki credit in app 2022-08-08 14:14:33 -07:00
ThatOneCalculator
ff6402b58a .2 2022-08-08 14:10:39 -07:00
ThatOneCalculator
0601a89cb8 New error images! 2022-08-08 14:07:09 -07:00
Johann150
7ad306831d fix: copy visibility for renotes 2022-08-08 00:18:29 -07:00
ThatOneCalculator
ef2ec5035b Fix bullboard 2022-08-07 23:22:49 -07:00
ThatOneCalculator
47c376d5c5 ack 2022-08-07 23:22:07 -07:00
ThatOneCalculator
1ac790a1ff add bullboard 2022-08-07 23:21:28 -07:00
ThatOneCalculator
49e383e704 folder ready instructions 2022-08-07 23:20:57 -07:00
ThatOneCalculator
648c58c514 dont need yarn update env anymore 2022-08-07 23:19:16 -07:00
ThatOneCalculator
0764d42f40 Upgrade to yarn 3.2.2! 2022-08-07 23:17:48 -07:00
ThatOneCalculator
30591e529a Readme 2022-08-07 23:07:22 -07:00
ThatOneCalculator
313d5a9542 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-08-07 22:45:26 -07:00
ThatOneCalculator
294e091604 Merge remote-tracking branch 'misskey/develop' into develop 2022-08-07 22:45:03 -07:00
Kainoa Kanter
44ad92f127 Mention dockerfile 2022-08-08 06:29:55 +02:00
Kainoa Kanter
1c94ba16ea Merge pull request 'Update dockerfile to work correctly' (#9020) from hanna/calckey:develop into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9020
2022-08-08 06:27:36 +02:00
Hanna
7927c7cce4 Update 'Dockerfile' 2022-08-08 05:32:59 +02:00
ThatOneCalculator
a5541d1283 118.0-calc rl 2022-08-06 22:07:10 -07:00
ThatOneCalculator
7452f648b6 Merge remote-tracking branch 'misskey/develop' into develop 2022-08-06 22:06:55 -07:00
ThatOneCalculator
74bd9fd01c docs 2022-08-05 14:11:18 -07:00
ThatOneCalculator
31e9279c70 More Calckey branding 2022-08-05 14:07:40 -07:00
ThatOneCalculator
9ab37dd087 cl 2022-08-04 18:16:30 -07:00
ThatOneCalculator
497675c49e import order 2022-08-04 18:13:56 -07:00
ThatOneCalculator
4cae839bfa thumbs up or star trggers pleroma like 2022-08-04 18:12:57 -07:00
ThatOneCalculator
e4e20288c9 change to caption 2022-08-04 14:38:24 -07:00
ThatOneCalculator
f4753a9342 rtl settings improve 2022-08-04 14:33:49 -07:00
ThatOneCalculator
8be0bad287 RITL to wip 2022-08-04 14:30:27 -07:00
ThatOneCalculator
c59f1a424b .18 2022-08-04 14:28:24 -07:00
ThatOneCalculator
c1509ebcad idk 2022-08-04 14:28:16 -07:00
ThatOneCalculator
26e82b73dc im stuff 2022-08-04 14:25:54 -07:00
ThatOneCalculator
b376d3e98e stuff? 2022-08-04 14:16:22 -07:00
ThatOneCalculator
1151991b70 t 2022-08-04 14:13:12 -07:00
ThatOneCalculator
a3aaf78e78 update preferences backup for calckey 2022-08-04 14:01:34 -07:00
ThatOneCalculator
f1a704b276 re-arrange settings 2022-08-04 13:59:24 -07:00
ThatOneCalculator
9510b66b6a cl 2022-08-04 13:53:57 -07:00
Johann150
7395644883 make emoji picker case insensitive
fix https://akkoma.dev/FoundKeyGang/FoundKey/issues/50
2022-08-04 13:51:39 -07:00
ThatOneCalculator
939a5abb8c fk 2022-08-04 13:51:03 -07:00
Francis Dinh
84bb48d0e8 refactor: welcome.setup.vue to composition api 2022-08-04 13:50:39 -07:00
ThatOneCalculator
66cb028713 space 2022-08-04 13:50:05 -07:00
Johann150
1fffcff4bc fix textarea not updating properly
fixes https://akkoma.dev/FoundKeyGang/FoundKey/issues/54
2022-08-04 13:38:33 -07:00
Johann150
db6907a6fa client: fix lint "quotes" 2022-08-04 13:37:06 -07:00
ThatOneCalculator
e7d942554a calckey 2022-08-04 13:36:43 -07:00
Johann150
74cf3d887c backend: fix lint "no-throw-literal" 2022-08-04 13:36:37 -07:00
Johann150
dd28859348 fix spelling error 2022-08-04 13:34:18 -07:00
ThatOneCalculator
725ee609dd b5 2022-08-04 13:32:10 -07:00
ThatOneCalculator
0e7361d4b8 Merge remote-tracking branch 'misskey/develop' into develop 2022-08-04 13:31:54 -07:00
ThatOneCalculator
d29b4001f0 Undo more syuilo fuckup 2022-08-04 13:29:09 -07:00
ThatOneCalculator
414d4c2031 typo 2022-07-29 15:23:53 -07:00
ThatOneCalculator
025a8e23c4 revers 2022-07-29 15:07:07 -07:00
ThatOneCalculator
3ccf2ea098 test 2022-07-29 09:27:39 -07:00
ThatOneCalculator
5b9e2ec817 try new query 2022-07-29 09:17:10 -07:00
ThatOneCalculator
2d14777573 try to fix streaming 2022-07-29 08:57:53 -07:00
ThatOneCalculator
669ee2c600 im stuff 2022-07-29 01:11:25 -07:00
ThatOneCalculator
bcc219566d remove console log 2022-07-29 00:44:17 -07:00
ThatOneCalculator
261e00fcde console log 2022-07-29 00:40:27 -07:00
ThatOneCalculator
8d1144cda0 stuff 2022-07-29 00:35:49 -07:00
ThatOneCalculator
1372a246b5 brackets 2022-07-29 00:33:51 -07:00
ThatOneCalculator
b51a8750a3 () 2022-07-29 00:30:42 -07:00
ThatOneCalculator
b53bbc960f im stuff 2022-07-29 00:28:21 -07:00
ThatOneCalculator
5112f6425e try @Johann150's solution :) 2022-07-29 00:25:22 -07:00
ThatOneCalculator
13648d03a1 im stuff 2022-07-29 00:20:40 -07:00
ThatOneCalculator
40c197ed60 no quotes 2022-07-29 00:13:29 -07:00
ThatOneCalculator
152c8c9cae testtt 2022-07-29 00:09:49 -07:00
ThatOneCalculator
8380487afe testtt 2022-07-29 00:00:39 -07:00
ThatOneCalculator
3fae29e4d5 FROM clause 2022-07-28 23:57:18 -07:00
ThatOneCalculator
15ad79c3de aaa 2022-07-28 23:53:42 -07:00
ThatOneCalculator
e639496be2 fix!!!! 2022-07-28 23:46:36 -07:00
ThatOneCalculator
291649b6e7 proper error 2022-07-28 23:01:13 -07:00
ThatOneCalculator
9d53e8322a bruh 2022-07-28 22:57:54 -07:00
ThatOneCalculator
e8ccd62a27 help i cant write queer ees :( 2022-07-28 22:54:59 -07:00
ThatOneCalculator
e447e72c77 ack 2022-07-28 22:46:51 -07:00
ThatOneCalculator
664ea1dcf4 test :( 2022-07-28 22:42:40 -07:00
ThatOneCalculator
73ac045aa8 typo!! 2022-07-28 22:31:49 -07:00
ThatOneCalculator
2c7ece6bc6 I think i fixed it! 2022-07-28 22:29:54 -07:00
ThatOneCalculator
1af22f0bc2 test 2022-07-28 22:17:59 -07:00
ThatOneCalculator
4ac0540d01 Calckey 2022-07-28 21:59:49 -07:00
ThatOneCalculator
60dde2ef08 signs post icon for recommended 2022-07-28 21:58:25 -07:00
ThatOneCalculator
a0529277e3 typo in file name 2022-07-28 21:50:00 -07:00
ThatOneCalculator
c96c0ac7d3 typo 2022-07-28 21:49:36 -07:00
ThatOneCalculator
60e92cb6a9 typo 2022-07-28 21:45:39 -07:00
ThatOneCalculator
74a62309de typo 2022-07-28 21:39:48 -07:00
ThatOneCalculator
a761801a27 typo 2022-07-28 21:36:38 -07:00
ThatOneCalculator
dac68a30ff fix duplicate keys 2022-07-28 21:34:54 -07:00
ThatOneCalculator
0bfbf23ea5 japanese locale 2022-07-28 21:32:34 -07:00
ThatOneCalculator
260f87d715 Merge branches 'develop' and 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-28 21:28:53 -07:00
ThatOneCalculator
41dd258789 .15 2022-07-28 21:28:32 -07:00
ThatOneCalculator
b3a50187b1 Recommended timeline! 2022-07-28 21:28:13 -07:00
Kainoa Kanter
fc915b89a2 Patrons 2022-07-29 03:25:02 +02:00
ThatOneCalculator
494d672920 .14 2022-07-28 09:26:27 -07:00
ThatOneCalculator
1df313ec17 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-28 09:25:19 -07:00
ThatOneCalculator
d8f15171ba solid borders on qrns fix 2022-07-28 09:25:11 -07:00
ThatOneCalculator
66813e2975 Less cluttered notification summary 2022-07-28 09:24:43 -07:00
Kainoa Kanter
eda97e870e Formatting 2022-07-28 07:03:37 +02:00
ThatOneCalculator
fccab12c82 im stufff 2022-07-27 21:36:02 -07:00
ThatOneCalculator
84c3664628 A 2022-07-27 21:33:23 -07:00
ThatOneCalculator
d37e83046c fix againnn 2022-07-27 21:31:05 -07:00
ThatOneCalculator
4ac6073a77 fix migration 2022-07-27 21:25:37 -07:00
ThatOneCalculator
1001c18e17 Fix migration 2022-07-27 21:22:03 -07:00
ThatOneCalculator
ee9ba3ef81 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-27 21:01:31 -07:00
ThatOneCalculator
7e22f5fea3 adjust padding on icons only 2022-07-27 21:00:41 -07:00
Kainoa Kanter
61b2c2e973 Update 'CALCKEY.md' 2022-07-28 05:58:00 +02:00
ThatOneCalculator
b96019ff9c padding 2022-07-27 20:43:51 -07:00
ThatOneCalculator
a82c2fd926 foundkey changes 2022-07-27 19:47:00 -07:00
Johann150
b60d8f147c fix lints 2022-07-27 19:46:56 -07:00
Chloe Kudryavtsev
29cdb93104 backend: improve mutes and blocks
Mutes and blocks now also apply recursively to replies and renotes.
Furthermore, any mentioned user being muted or blocked will also apply.
2022-07-27 19:46:26 -07:00
ThatOneCalculator
f73d6c5bb2 formatting 2022-07-27 19:37:52 -07:00
ThatOneCalculator
027c09e6fe 🚚 2022-07-27 19:37:21 -07:00
ThatOneCalculator
3ada9db8f7 Formatting 2022-07-27 19:36:58 -07:00
ThatOneCalculator
1eb1239684 emojos 2022-07-27 19:36:04 -07:00
ThatOneCalculator
9d8c2b67cc rose pine code blocks 2022-07-27 19:32:21 -07:00
ThatOneCalculator
dc09283b5d formatting 2022-07-27 19:31:33 -07:00
ThatOneCalculator
ef78dbb7ff planned 2022-07-27 19:29:49 -07:00
ThatOneCalculator
6f5ebb3649 changelog 2022-07-27 19:28:19 -07:00
ThatOneCalculator
5b67390baf loader stroke 6px 2022-07-27 19:27:29 -07:00
ThatOneCalculator
5464e8a728 Toggleable showing updates 2022-07-27 19:24:51 -07:00
ThatOneCalculator
aa6ca4d6e9 speed up to 1.2s 2022-07-27 12:34:23 -07:00
ThatOneCalculator
979c7cc839 LOADING ANIMATION IS FINALLY FIXED 2022-07-27 12:32:14 -07:00
ThatOneCalculator
80860ec2a7 WIP 2022-07-27 12:29:25 -07:00
ThatOneCalculator
db787696b7 40 2022-07-27 12:28:36 -07:00
ThatOneCalculator
76ce3f80de 🙏 2022-07-27 12:27:09 -07:00
ThatOneCalculator
e1d6e910f7 fix fr on god no cap 2022-07-27 12:04:26 -07:00
ThatOneCalculator
160cb38afa hopefully fix fo the last time 2022-07-27 11:57:09 -07:00
ThatOneCalculator
f277aaf677 fix again 2022-07-27 11:52:10 -07:00
ThatOneCalculator
6e7efb8c43 fix 2022-07-27 11:46:52 -07:00
ThatOneCalculator
ac570286a2 accessibility <3 2022-07-27 11:32:55 -07:00
ThatOneCalculator
86014698be README 2022-07-27 11:31:56 -07:00
ThatOneCalculator
86346ff311 .11 2022-07-27 11:25:01 -07:00
ThatOneCalculator
12c030af02 more readable icons 2022-07-27 11:21:25 -07:00
ThatOneCalculator
b36bb813c1 Spinner 2022-07-27 11:19:57 -07:00
ThatOneCalculator
74e45c24af Changelog 2022-07-27 10:36:49 -07:00
ThatOneCalculator
be7e65f082 planned 2022-07-27 10:28:13 -07:00
ThatOneCalculator
1129a2ec8c Custom splash icons! 2022-07-27 10:25:30 -07:00
ThatOneCalculator
75a75f8508 Codename aqua! 2022-07-27 10:08:53 -07:00
ThatOneCalculator
eb843e7cff 🎨 2022-07-27 10:07:52 -07:00
ThatOneCalculator
7ae95770aa Add endpoint 2022-07-27 09:58:18 -07:00
ThatOneCalculator
4a7166625f clean up 2022-07-27 09:47:29 -07:00
ThatOneCalculator
4d22797624 Custom MOTD! 2022-07-27 09:46:35 -07:00
ThatOneCalculator
dc66eea6ac Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-27 09:31:54 -07:00
Kainoa Kanter
9e1e64e58d Update 'CALCKEY.md' 2022-07-27 08:55:58 +02:00
ThatOneCalculator
6fac9bc1d6 🎨 2022-07-26 21:35:03 -07:00
ThatOneCalculator
67ff22be70 🎨 2022-07-26 21:33:52 -07:00
ThatOneCalculator
e1c96a88e3 🎨 2022-07-26 21:32:03 -07:00
ThatOneCalculator
768de4f29a More rpine 2022-07-26 21:18:36 -07:00
ThatOneCalculator
82e5b80641 cl 2022-07-26 21:03:37 -07:00
ThatOneCalculator
4c1b2c79c5 cl 2022-07-26 21:03:22 -07:00
ThatOneCalculator
805e389d06 accesibility 2022-07-26 21:02:43 -07:00
ThatOneCalculator
a88fe74b82 semi for children 2022-07-26 14:45:36 -07:00
Kainoa Kanter
9a4381d4f6 Merge pull request 'Remove channels from actions' (#9016) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9016
2022-07-26 23:40:56 +02:00
ThatOneCalculator
274e7b7bbf Remove channels from actions 2022-07-26 14:40:11 -07:00
Kainoa Kanter
06978f2edf Merge pull request 'develop' (#9015) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9015
2022-07-26 23:37:46 +02:00
ThatOneCalculator
28473d382a onClick -> handler 2022-07-26 14:35:12 -07:00
ThatOneCalculator
b036c9d490 Remove updated.vue for now 2022-07-26 14:31:46 -07:00
ThatOneCalculator
528b2be5b3 Misc timeline actions as headerActions 2022-07-26 14:29:52 -07:00
ThatOneCalculator
744e1bf57e revert 2022-07-26 13:16:49 -07:00
ThatOneCalculator
86498050c4 test 2022-07-26 12:29:37 -07:00
ThatOneCalculator
6e49f7055c berry docker 2022-07-26 12:21:39 -07:00
ThatOneCalculator
108e8a0637 headerbar 2022-07-26 12:21:12 -07:00
ThatOneCalculator
13ed4389c1 hide federation from public local instance info if not mod 2022-07-25 21:21:40 -07:00
Kainoa Kanter
c75d94e465 Merge pull request 'develop' (#9014) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9014
2022-07-26 04:24:25 +02:00
ThatOneCalculator
bdb4a6321b .3 2022-07-25 19:21:32 -07:00
ThatOneCalculator
02493c8d08 Add back admin custom css start 2022-07-25 19:19:36 -07:00
ThatOneCalculator
bc4a8359a0 Start admin custom css 2022-07-25 19:18:56 -07:00
ThatOneCalculator
17edc3f8aa Add back missing routes 2022-07-25 19:17:47 -07:00
ThatOneCalculator
430cb7f38b .1 2022-07-25 19:00:53 -07:00
ThatOneCalculator
39c0576599 Revert "Start admin custom css"
This reverts commit 74b52213ee.
2022-07-25 19:00:10 -07:00
ThatOneCalculator
66c5715ee4 More rpine 2022-07-25 18:15:01 -07:00
ThatOneCalculator
5cf313ce3b more rpine 2022-07-25 18:15:01 -07:00
Kainoa Kanter
bc7f3043bc Merge pull request 'develop' (#9013) from develop into main
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9013
2022-07-26 02:37:56 +02:00
ThatOneCalculator
b1a53e61a6 v 2022-07-25 17:32:40 -07:00
ThatOneCalculator
4ff2d0e567 More rose pine stuff 2022-07-25 17:32:25 -07:00
ThatOneCalculator
96a219a294 fix 2022-07-25 17:27:57 -07:00
ThatOneCalculator
a9d62349c1 Fix 2022-07-25 17:24:16 -07:00
ThatOneCalculator
a0cb40f202 12.118.0-calc.1.b4 2022-07-25 17:16:31 -07:00
ThatOneCalculator
38f33b3354 Raw instance info only for moderators 2022-07-25 17:14:37 -07:00
ThatOneCalculator
3fd86bbe33 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-25 17:01:00 -07:00
ThatOneCalculator
74b52213ee Start admin custom css 2022-07-25 17:00:44 -07:00
Kainoa Kanter
4d009b4369 Update 'CALCKEY.md' 2022-07-26 01:20:08 +02:00
ThatOneCalculator
986301754a credit misskey tweaks 2022-07-25 16:07:56 -07:00
ThatOneCalculator
0b60b3a932 .2 2022-07-25 16:04:38 -07:00
ThatOneCalculator
319e7f4d2c profile as bg 2022-07-25 16:04:30 -07:00
ThatOneCalculator
5adf4c2b8a changelog 2022-07-25 15:22:19 -07:00
Johann150
0c5d5ba5a3 refactor pages/auth.form.vue to composition API 2022-07-25 15:21:51 -07:00
Kainoa Kanter
289fddedca Update 'CALCKEY.md' 2022-07-26 00:20:22 +02:00
ThatOneCalculator
f04995c3e8 fix 2022-07-25 14:17:58 -07:00
Johann150
7da0602759 use getNote instead of Notes.find
If a note is not visible to the requesting user, an error will be raised.
2022-07-25 14:17:20 -07:00
ThatOneCalculator
3046b87b76 .js 2022-07-25 14:02:46 -07:00
ThatOneCalculator
0eb25b5ab4 fix import 2022-07-25 13:59:12 -07:00
ThatOneCalculator
6bf10ccfbc im stuff 2022-07-25 13:57:13 -07:00
ThatOneCalculator
fbd42f5c76 versioning 2022-07-25 13:51:48 -07:00
ThatOneCalculator
72c3e82b65 .1 2022-07-25 13:51:35 -07:00
ThatOneCalculator
a4e411da1e Foundkey link 2022-07-25 13:51:21 -07:00
ThatOneCalculator
7bde1c4d50 FOUNDKEY changes 2022-07-25 13:50:52 -07:00
ThatOneCalculator
055b0d6057 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-25 13:49:56 -07:00
Johann150
dca0db770e refactor queue chart to composition API 2022-07-25 13:49:37 -07:00
ThatOneCalculator
307bfaf220 queeueueueu chart 2022-07-25 13:48:35 -07:00
Johann150
5c7c227bf7 refactor: colours in queue chart 2022-07-25 13:47:48 -07:00
Johann150
d67a5a897e FOUNDKEY changes 2022-07-25 13:45:00 -07:00
Johann150
f256e8b578 Refactor components/page/page.textarea.vue to composition API
https://akkoma.dev/FoundKeyGang/FoundKey/pulls/26
2022-07-25 13:43:06 -07:00
Johann150
ff46da778a Refactor components/page/page.text.vue to composition API
https://akkoma.dev/FoundKeyGang/FoundKey/pulls/25
2022-07-25 13:42:40 -07:00
ThatOneCalculator
7303bd79ce back to 30 2022-07-25 13:41:45 -07:00
Johann150
15f06a1d50 enable to fetch replies recursively 2022-07-25 13:40:37 -07:00
Johann150
86342538aa pack children without detail 2022-07-25 13:40:22 -07:00
Johann150
b3a22f49cb client uses new API for child notes depth 2022-07-25 13:40:01 -07:00
Johann150
d6a95797d8 remove ms dependency 2022-07-25 13:38:31 -07:00
Johann150
20763a84ee Merge: enhance privacy of notes
https://akkoma.dev/FoundKeyGang/FoundKey/pulls/14
2022-07-25 13:36:44 -07:00
Johann150
3b40c7d081 remove unnecessary joins
These joins are no longer necessary as of commit
c35372a20d22cddb75e93a0b407f2b652cd7faf0. It seems they are bad enough
for performance to break installs.
2022-07-25 13:28:57 -07:00
Johann150
5972640a17 refactor pages/auth.form.vue to composition API 2022-07-25 13:27:35 -07:00
Kainoa Kanter
e16b2d6d82 Update 'CALCKEY.md' 2022-07-25 22:26:56 +02:00
ThatOneCalculator
d93a6752a0 Upgrade lockfiles 2022-07-25 10:24:53 -07:00
ThatOneCalculator
ee0a19c3f7 Merge remote-tracking branch 'misskey/develop' into develop 2022-07-25 10:23:27 -07:00
Kainoa Kanter
a03ae35f57 Update 'CALCKEY.md' 2022-07-25 06:52:57 +02:00
ThatOneCalculator
352732defb Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-24 18:37:25 -07:00
ThatOneCalculator
e90d5b23db More #31748f 2022-07-24 18:36:55 -07:00
Kainoa Kanter
a2c6d253f3 Update 'CALCKEY.md' 2022-07-25 03:12:25 +02:00
ThatOneCalculator
642215f6c0 .6 2022-07-24 18:07:32 -07:00
ThatOneCalculator
2b1e707f8c Merge remote-tracking branch 'misskey/develop' into develop 2022-07-24 18:07:18 -07:00
ThatOneCalculator
68e2e0404d Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-24 18:06:00 -07:00
Kainoa Kanter
88ba3314a5 Typo 2022-07-24 17:19:41 +02:00
Kainoa Kanter
69dc41e7b1 18.4.0 2022-07-24 17:16:14 +02:00
ThatOneCalculator
4088097887 Even more spacing 2022-07-24 00:00:24 -07:00
ThatOneCalculator
f73ad931b1 More padding 2022-07-23 23:54:54 -07:00
ThatOneCalculator
8ed88c9e10 Rose Pine sparkles 2022-07-23 23:48:00 -07:00
ThatOneCalculator
acc482abef Rose Pine danger color 2022-07-23 23:46:13 -07:00
ThatOneCalculator
b707b44591 .5 2022-07-23 23:40:44 -07:00
ThatOneCalculator
da292ef985 CALCKEY 2022-07-23 23:40:28 -07:00
ThatOneCalculator
55b19a8ef2 Item Spacing 2022-07-23 23:39:55 -07:00
ThatOneCalculator
ed83d902ed versioning 2022-07-23 23:32:42 -07:00
ThatOneCalculator
73ec7cb896 margin bottom for icon only 2022-07-23 23:30:25 -07:00
ThatOneCalculator
ab81d50078 Clear up Ai mode 2022-07-23 23:29:01 -07:00
ThatOneCalculator
35715f8223 b4 2022-07-23 23:17:45 -07:00
ThatOneCalculator
f7a03c77d8 ACTUALLY align, .b4 2022-07-23 23:17:44 -07:00
ThatOneCalculator
1c76716a83 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-23 23:15:19 -07:00
Kainoa Kanter
cebd2e59ba Update 'README.md' 2022-07-24 08:15:09 +02:00
ThatOneCalculator
c479de3b22 align instance icon on mobile 2022-07-23 23:13:18 -07:00
ThatOneCalculator
c1be1c01b5 New navbar for mobile 2022-07-23 23:05:20 -07:00
ThatOneCalculator
e4a72f8de3 🎨 2022-07-23 22:10:07 -07:00
ThatOneCalculator
425ed95505 move to WIP 2022-07-23 22:06:59 -07:00
ThatOneCalculator
6713da840a b3.3 2022-07-23 22:01:53 -07:00
ThatOneCalculator
394b9d404a pf bg 2022-07-23 22:01:41 -07:00
ThatOneCalculator
1a9a3b1bc4 start better headerbar 2022-07-23 21:57:13 -07:00
ThatOneCalculator
ae8968e787 planned: Better timeline top bar 2022-07-23 21:46:40 -07:00
ThatOneCalculator
0074ff52e6 🎨 2022-07-23 21:39:48 -07:00
ThatOneCalculator
bf8a82bf67 Less cluttered notifications 2022-07-23 21:30:42 -07:00
ThatOneCalculator
3d26526d61 changelog 2022-07-23 21:23:37 -07:00
ThatOneCalculator
4230e289da more rpine stuff 2022-07-23 21:23:04 -07:00
ThatOneCalculator
8ab4242918 More rpine stuff 2022-07-23 21:23:03 -07:00
ThatOneCalculator
c1f301056b More RPine 2022-07-23 21:16:35 -07:00
ThatOneCalculator
f41374789e fix note button 2022-07-23 21:10:34 -07:00
ThatOneCalculator
53c794cd60 fixxxx 2022-07-23 20:21:19 -07:00
ThatOneCalculator
194df14a3c fix 2022-07-23 20:10:17 -07:00
ThatOneCalculator
f1919f73d6 spacing in navbar 2022-07-23 20:06:26 -07:00
ThatOneCalculator
d30a2dc0db showGap true 2022-07-23 20:04:13 -07:00
ThatOneCalculator
07a79c916c fix style 2022-07-23 20:01:24 -07:00
ThatOneCalculator
86eede2403 finish up new navbar 2022-07-23 19:54:13 -07:00
ThatOneCalculator
eb6c975395 More Rose Pine shtuff 2022-07-23 19:49:00 -07:00
ThatOneCalculator
f7e0c8a4a9 MkLoading instead of "Loading..." 2022-07-23 19:45:27 -07:00
ThatOneCalculator
05e54fe819 fix 2022-07-23 19:36:50 -07:00
ThatOneCalculator
859a6870a3 :imstuff: 2022-07-23 19:28:57 -07:00
ThatOneCalculator
ed50935360 Navbar test 2022-07-23 19:18:44 -07:00
ThatOneCalculator
e5fcab860c Mark as read from notifications widget 2022-07-23 19:10:05 -07:00
ThatOneCalculator
9629e3ccb9 Bearer auth 2022-07-23 19:06:08 -07:00
ThatOneCalculator
a866d49b6f Merge remote-tracking branch 'johann150/mk/bearer-authentication' into develop 2022-07-23 19:05:35 -07:00
ThatOneCalculator
d552eeeb09 More planned changes 2022-07-23 19:04:40 -07:00
ThatOneCalculator
60e0df4d3f Titles for links 2022-07-23 19:03:38 -07:00
ThatOneCalculator
c1230edae3 .1 2022-07-23 18:59:43 -07:00
ThatOneCalculator
35fe923db3 🥴 2022-07-23 18:58:35 -07:00
ThatOneCalculator
1f98b349bf Merge remote-tracking branch 'misskey/develop' into develop 2022-07-23 18:57:23 -07:00
ThatOneCalculator
d2b0367e8f Merge remote-tracking branch 'misskey/develop' into develop 2022-07-21 23:43:30 -07:00
ThatOneCalculator
db97dff0cb b3 2022-07-21 12:48:23 -07:00
ThatOneCalculator
490fab8335 Merge remote-tracking branch 'misskey/develop' into develop 2022-07-20 22:04:12 -07:00
Johann150
5466f547cd
fix: not logged in clients send correct header 2022-07-20 18:41:07 +02:00
ThatOneCalculator
429c5b2cbc fix search 2022-07-19 21:53:08 -07:00
ThatOneCalculator
fc055d7bd5 .2 2022-07-19 21:08:14 -07:00
ThatOneCalculator
73700eafe2 changes 2022-07-19 20:17:51 -07:00
ThatOneCalculator
69514857dc Option to fully disable connection lost 2022-07-19 20:15:08 -07:00
ThatOneCalculator
a977285400 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-19 19:57:00 -07:00
ThatOneCalculator
6aa6dcdc5e 0.1 for small 2022-07-19 19:56:37 -07:00
Kainoa Kanter
d316b8ad0b Update 'README.md' 2022-07-20 04:54:49 +02:00
ThatOneCalculator
cd4e32c680 mob nav 2022-07-19 16:56:23 -07:00
ThatOneCalculator
2b8a57bd51 README 2022-07-19 16:55:38 -07:00
ThatOneCalculator
b9bcc59750 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-19 16:51:49 -07:00
ThatOneCalculator
10d1a6c9da revert change pos 2022-07-19 16:51:37 -07:00
Kainoa Kanter
483cd60ebb Update 'CALCKEY.md' 2022-07-20 00:40:58 +02:00
ThatOneCalculator
d88f07f431 Properly apply star is like patch 2022-07-19 15:23:26 -07:00
ThatOneCalculator
06daf9cf42 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-19 15:16:53 -07:00
ThatOneCalculator
97e03f9e9d Renewed navbar 2022-07-19 15:14:37 -07:00
Kainoa Kanter
ada5d54d9b Update 'README.md' 2022-07-19 21:38:59 +02:00
Kainoa Kanter
f97cbfd9ee Update 'CALCKEY.md' 2022-07-19 21:34:53 +02:00
ThatOneCalculator
40300ce9cb Calckey in about 2022-07-19 12:31:24 -07:00
ThatOneCalculator
724fe20caa Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-19 12:16:39 -07:00
ThatOneCalculator
2246261f8e fix 2022-07-19 12:16:27 -07:00
Kainoa Kanter
a193a1f284 Update 'README.md' 2022-07-19 21:13:34 +02:00
ThatOneCalculator
d4a23e894a Fix yarn workspaces 2022-07-19 12:10:29 -07:00
ThatOneCalculator
880582b0cd Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-19 12:01:58 -07:00
ThatOneCalculator
3149b93de2 indentation 2022-07-19 12:01:45 -07:00
Kainoa Kanter
b418fe89dd Update 'README.md' 2022-07-19 20:59:20 +02:00
Kainoa Kanter
5bf6dc5e75 Update 'README.md' 2022-07-19 20:50:20 +02:00
ThatOneCalculator
4d0f511fa1 Better ASCII art 2022-07-19 11:18:44 -07:00
ThatOneCalculator
99e36c5851 1.1 2022-07-19 10:50:59 -07:00
ThatOneCalculator
1524f02655 12.117.2-calc 2022-07-19 10:50:24 -07:00
ThatOneCalculator
08e85bf477 Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-19 10:49:55 -07:00
ThatOneCalculator
64ef31f8db Calckey as software name, finally! 2022-07-19 10:49:43 -07:00
Kainoa Kanter
ecf90a5564 Update 'CALCKEY.md' 2022-07-19 19:43:33 +02:00
Kainoa Kanter
c4d1e6ce50 Update 'README.md' 2022-07-19 19:34:12 +02:00
Kainoa Kanter
4b752976be Delete '.yarnrc' 2022-07-19 19:33:14 +02:00
Kainoa Kanter
3ef68d682c Update 'CALCKEY.md' 2022-07-19 19:27:06 +02:00
ThatOneCalculator
de6c93ceb6 Calckey in launch strings 2022-07-19 10:18:05 -07:00
ThatOneCalculator
a9bb2a6b3e Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop 2022-07-19 10:13:51 -07:00
ThatOneCalculator
b1efe26c89 More Calckey strings 2022-07-19 10:13:17 -07:00
Kainoa Kanter
ebbd3a3fa4 Update 'README.md' 2022-07-19 18:56:45 +02:00
Kainoa Kanter
ea304762b3 NodeJS version leniency 2022-07-19 18:55:30 +02:00
Kainoa Kanter
6ddb0c7c2a Update 'CALCKEY.md' 2022-07-19 18:41:38 +02:00
Kainoa Kanter
35997e27c8 Update 'CALCKEY.md' 2022-07-19 18:41:27 +02:00
Kainoa Kanter
4aba4bc825 README typo 2022-07-19 18:37:56 +02:00
ThatOneCalculator
8aaaa82e5b calckey in abt 2022-07-19 09:33:26 -07:00
ThatOneCalculator
4386004fbf Branding 2022-07-19 09:21:45 -07:00
ThatOneCalculator
eaf31f78ad Merge remote-tracking branch 'misskey/develop' into develop 2022-07-19 09:04:29 -07:00
syuilo
2497499d63 Merge branch 'develop' into pr/9021 2022-07-19 23:53:08 +09:00
Johann150
b27e3fb634
client: use bearer token authorization 2022-07-19 09:33:00 +02:00
Johann150
c4e2a222f0
handle authentication errors in stream API 2022-07-19 09:32:46 +02:00
Johann150
0131ec4a58
update openapi spec generator
Properly document GET API endpoints.
Added Bearer token authentication.
2022-07-19 09:32:01 +02:00
Johann150
4ca48908be
improve authentication errors 2022-07-19 09:29:04 +02:00
Johann150
29f7eb4482
add OAuth 2.0 Bearer Token authentication 2022-07-19 09:29:04 +02:00
ThatOneCalculator
c0b42fd3be tabs 2022-07-18 23:21:08 -07:00
ThatOneCalculator
3632eec20b calckey ascii art 2022-07-18 23:07:18 -07:00
ThatOneCalculator
54e805eaa6 no vlite 2022-07-18 22:56:59 -07:00
ThatOneCalculator
c7c3d6e0dd Revert "Merge remote-tracking branch 'thatonecalculator/vlite' into develop"
This reverts commit d146280677, reversing
changes made to 9fc5062018.
2022-07-18 22:56:28 -07:00
Kainoa Kanter
563999f09d Update 'CALCKEY.md' 2022-07-19 07:45:04 +02:00
ThatOneCalculator
16a90516ea learnMore points to codeberg 2022-07-18 22:39:07 -07:00
ThatOneCalculator
b31386da9e #Calckey 2022-07-18 22:32:20 -07:00
ThatOneCalculator
f99e1e3b7e chalgnge 2022-07-18 22:30:56 -07:00
ThatOneCalculator
2b0a5a6db4 fix reply limit 2022-07-18 22:30:15 -07:00
ThatOneCalculator
0cc5c23049 old clip path for now 2022-07-18 22:26:25 -07:00
ThatOneCalculator
f35d518caf oauth 2022-07-18 22:22:24 -07:00
ThatOneCalculator
938e0353b4 build warnings 2022-07-18 22:20:29 -07:00
ThatOneCalculator
9f94881233 fixed checksum 2022-07-18 22:18:42 -07:00
ThatOneCalculator
8b38dfc209 checksun 2022-07-18 22:18:13 -07:00
ThatOneCalculator
dcdf281156 vite 3.0.2 2022-07-18 22:16:23 -07:00
ThatOneCalculator
a36e097a1b self host 2022-07-18 22:14:40 -07:00
ThatOneCalculator
e1309d687c fix 2022-07-18 22:14:03 -07:00
ThatOneCalculator
5ca8b75343 sameline 2022-07-18 22:09:57 -07:00
ThatOneCalculator
023fc8948a yarn installk 2022-07-18 22:08:45 -07:00
ThatOneCalculator
51eb8b1e54 yarn 3 2022-07-18 22:07:59 -07:00
ThatOneCalculator
ac15dc429d df 2022-07-18 22:06:31 -07:00
ThatOneCalculator
46644844be yarn lol 2022-07-18 22:05:38 -07:00
ThatOneCalculator
0e25cf773a yarn lol 2022-07-18 22:04:21 -07:00
ThatOneCalculator
d4866c780f new logo 2022-07-18 22:00:13 -07:00
ThatOneCalculator
4360b8221b MOTD 2022-07-18 21:47:39 -07:00
ThatOneCalculator
09b78cb1ab MOTD 2022-07-18 21:47:32 -07:00
ThatOneCalculator
7bffc47f10 clogh 2022-07-18 21:40:44 -07:00
ThatOneCalculator
43a41b515c rpin 2022-07-18 21:37:55 -07:00
ThatOneCalculator
ab576c0843 Rose Pine 2022-07-18 21:37:10 -07:00
ThatOneCalculator
0c46bb96b1 The annoying orange 2022-07-18 21:32:02 -07:00
ThatOneCalculator
5dad0028cd svggg 2022-07-18 21:26:05 -07:00
ThatOneCalculator
5d64103979 calckey logo 2022-07-18 21:19:26 -07:00
ThatOneCalculator
f623af89ee cb 2022-07-18 21:12:10 -07:00
ThatOneCalculator
167eed78be ver num 2022-07-18 21:11:49 -07:00
ThatOneCalculator
2762053f41 Waves~ 2022-07-18 21:11:19 -07:00
ThatOneCalculator
4de929487e emojos 2022-07-18 21:06:54 -07:00
ThatOneCalculator
6a70fed2e7 migration 2022-07-18 21:04:55 -07:00
ThatOneCalculator
936d297942 rot 2022-07-18 20:58:18 -07:00
ThatOneCalculator
24fad611d5 Merge remote-tracking branch 'johann150/rotate-x-y' into develop 2022-07-18 20:58:10 -07:00
ThatOneCalculator
d70dec109b en trans for secure 2022-07-18 20:53:03 -07:00
ThatOneCalculator
5355c29e76 sec 2022-07-18 20:50:27 -07:00
ThatOneCalculator
fcb91702d9 Merge remote-tracking branch 'nullobsi/secure-fetch' into develop 2022-07-18 20:50:15 -07:00
ThatOneCalculator
4fc9fea262 logout timeline 2022-07-18 20:49:15 -07:00
ThatOneCalculator
d876350db0 Merge remote-tracking branch 'futchitwo/logout-timeline' into develop 2022-07-18 20:49:10 -07:00
ThatOneCalculator
8e825ed3b0 enter 2022-07-18 20:46:19 -07:00
ThatOneCalculator
4e1673ac41 Merge remote-tracking branch 'pixeldesu/fix/acrylic-firefox' into develop 2022-07-18 20:45:43 -07:00
ThatOneCalculator
de57e5d66a sidebar 2022-07-18 20:42:31 -07:00
ThatOneCalculator
5177060c82 Eng 2022-07-18 20:36:36 -07:00
ThatOneCalculator
de17d4d9fe Merge remote-tracking branch 'thatonecalculator/chat-swap-enter-ctrlenter' into develop 2022-07-18 20:35:17 -07:00
ThatOneCalculator
2937b5cf74 Merge remote-tracking branch 'thatonecalculator/autocomplete-chat' into develop 2022-07-18 20:35:11 -07:00
ThatOneCalculator
fa8b52a0da Merge remote-tracking branch 'thatonecalculator/fix-chat-continuation' into develop 2022-07-18 20:34:53 -07:00
ThatOneCalculator
4bfc6f2457 Merge remote-tracking branch 'thatonecalculator/self-host-images' into develop 2022-07-18 20:34:37 -07:00
ThatOneCalculator
f63e725a90 Merge remote-tracking branch 'thatonecalculator/repair-style' into develop 2022-07-18 20:34:06 -07:00
ThatOneCalculator
79df43f773 Show ads english 2022-07-18 20:32:25 -07:00
ThatOneCalculator
be12452fb8 Merge remote-tracking branch 'thatonecalculator/toggle-ads' into develop 2022-07-18 20:31:46 -07:00
ThatOneCalculator
e082f12b6d Updated store 2022-07-18 20:31:30 -07:00
ThatOneCalculator
d146280677 Merge remote-tracking branch 'thatonecalculator/vlite' into develop 2022-07-18 20:31:27 -07:00
ThatOneCalculator
9fc5062018 Merge branch 'develop' of https://codeberg.org/thatonecalculator/calckey into develop 2022-07-18 19:01:00 -07:00
ThatOneCalculator
3609c2784d Calckey 2022-07-18 19:00:45 -07:00
Kainoa Kanter
6adfebd6b9 Update 'CALCKEY.md' 2022-07-19 03:55:15 +02:00
ThatOneCalculator
c9b0b778f5 Merge remote-tracking branch 'misskey/develop' into develop 2022-07-18 17:41:13 -07:00
Kainoa Kanter
e930f6287e Update 'README.md' 2022-07-19 02:39:36 +02:00
Kainoa Kanter
e87d2aba83 emojos! 2022-07-19 02:39:19 +02:00
Kainoa Kanter
f8907a1a19 Update 'README.md' 2022-07-19 02:36:59 +02:00
Kainoa Kanter
b1b1d8d9e4 Migration 2022-07-19 02:36:11 +02:00
Kainoa Kanter
25f2f25ded Update 'packages/client/assets/misskey.svg' 2022-07-19 02:15:20 +02:00
Kainoa Kanter
9b216b9702 Update 'assets/title_float.svg' 2022-07-19 02:13:45 +02:00
Kainoa Kanter
44c742f859 Update 'assets/title_float.svg' 2022-07-19 02:13:14 +02:00
Kainoa Kanter
7fdb21c200 Update 'packages/client/assets/misskey.svg' 2022-07-19 02:12:23 +02:00
Kainoa Kanter
36a7231f76 Update 'packages/client/assets/misskey.svg' 2022-07-19 02:11:42 +02:00
Kainoa Kanter
1e3aff2b21 Update 'packages/client/assets/misskey.svg' 2022-07-19 02:10:23 +02:00
Kainoa Kanter
655ab4af00 Update 'packages/client/assets/misskey.svg' 2022-07-19 02:09:06 +02:00
Kainoa Kanter
668aecc378 Update 'README.md' 2022-07-19 01:51:31 +02:00
Kainoa Kanter
bf49ee6875 Update 'README.md' 2022-07-19 01:50:49 +02:00
Kainoa Kanter
6e84c6d40d Update 'CALCKEY.md' 2022-07-19 01:48:58 +02:00
Kainoa Kanter
95f427b505 Delete 'CHANGES.md' 2022-07-19 01:48:36 +02:00
Kainoa Kanter
700a7110f7 Add 'CHANGES.md' 2022-07-19 01:48:05 +02:00
nullobsi
3f14e23431
Hide private data in pug when private mode is enabled 2022-07-17 15:25:40 -07:00
nullobsi
a69557f193
Add secure mode settings to Security tab 2022-07-17 15:25:40 -07:00
nullobsi
e7f20affc9
In private mode, block access to many public APIs 2022-07-17 15:25:40 -07:00
nullobsi
2bf2eac765
Add Secure Mode and Private Mode
- Add instance actor
- Add private mode, which uses an allowlist
- Add Secure Mode, restricts access to blocked instances
2022-07-17 15:25:39 -07:00
nullobsi
96d0b6e561
Add migration for allowedHosts, secureMode, privateMode 2022-07-17 14:02:40 -07:00
futchitwo
b55b37634a
loginRequired プロパティを使わないように 2022-07-17 00:42:02 +09:00
Kainoa Kanter
87b38c651f
Apply suggestions from code review
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-07-15 07:23:23 -07:00
Kainoa Kanter
a8de112fe0
Merge branch 'develop' into toggle-ads 2022-07-14 17:48:59 -07:00
Kainoa Kanter
32115b5ca5
Delete 1657759324648-show-ads.js 2022-07-14 17:41:10 -07:00
ThatOneCalculator
d16afd3d13 spacing 2022-07-13 23:54:22 -07:00
ThatOneCalculator
a61da5e486 🤞 2022-07-13 23:25:32 -07:00
ThatOneCalculator
2292c42742 lint 2022-07-13 23:25:07 -07:00
ThatOneCalculator
7101ceefb1 fix 2022-07-13 23:19:02 -07:00
ThatOneCalculator
82dca831a4 remove pip 2022-07-13 23:03:06 -07:00
ThatOneCalculator
b17fb633ff fix 2022-07-13 22:58:09 -07:00
ThatOneCalculator
621e2cdb5b fix 2022-07-13 22:54:33 -07:00
ThatOneCalculator
95005327a3 Lifecycle hook 2022-07-13 22:10:58 -07:00
ThatOneCalculator
55e389ba61 fix 2022-07-13 21:50:59 -07:00
ThatOneCalculator
5bd64758a1 vlite 2022-07-13 21:40:44 -07:00
ThatOneCalculator
38e0ff9875 fix 2022-07-13 18:28:11 -07:00
ThatOneCalculator
4684d279ae typo 2022-07-13 18:19:18 -07:00
ThatOneCalculator
6f2036565b fix 2022-07-13 18:19:01 -07:00
ThatOneCalculator
9b316c3ee7 Make showing ads toggleable 2022-07-13 17:54:12 -07:00
Kainoa Kanter
6f09e14225
🎨 2022-07-11 15:00:48 -07:00
ThatOneCalculator
8b4be8cad1 Fix broken chats
Co-authored-by: @ltlapy
2022-07-11 13:45:00 -07:00
ThatOneCalculator
03b7f7d7f3 Remove from watch 2022-07-08 16:09:18 -07:00
ThatOneCalculator
7b66ac609f Add locale 2022-07-08 15:48:18 -07:00
ThatOneCalculator
fe95244f49 Make optional 2022-07-08 15:45:19 -07:00
Kainoa Kanter
b355c21e36
v 2022-07-08 12:57:59 -07:00
Kainoa Kanter
eebdb35dda
Merge branch 'misskey-dev:develop' into repair-style 2022-07-08 12:57:21 -07:00
ThatOneCalculator
e53a5baa36 🎨 2022-07-06 23:23:37 -07:00
ThatOneCalculator
e51af57fb7 Responsive 2022-07-06 23:16:15 -07:00
ThatOneCalculator
1c15e127a7 Actually fix :godmode: 2022-07-06 21:50:48 -07:00
ThatOneCalculator
38048208ed Typo 2022-07-06 21:47:01 -07:00
ThatOneCalculator
decea5e7f5 Merge branch 'repair-style' of https://github.com/ThatOneCalculator/misskey into repair-style 2022-07-06 21:46:28 -07:00
ThatOneCalculator
3e9a6d07d2 Fix flush 2022-07-06 21:46:04 -07:00
Kainoa Kanter
a162526539
Merge branch 'develop' into repair-style 2022-07-06 21:40:18 -07:00
ThatOneCalculator
2ae42b5824 🎨 2022-07-06 21:39:41 -07:00
ThatOneCalculator
1a366293f7 Formatting error 2022-07-06 21:36:25 -07:00
ThatOneCalculator
e4459dada4 Change script location 2022-07-06 21:34:57 -07:00
ThatOneCalculator
e92b279c15 Typo 2022-07-06 21:32:03 -07:00
ThatOneCalculator
0789fd3ae1 Flush style 2022-07-06 21:24:39 -07:00
ThatOneCalculator
189b1bff38 Tweak bios 2022-07-06 21:15:47 -07:00
ThatOneCalculator
787d593b8f Adjust cli 2022-07-06 21:13:32 -07:00
ThatOneCalculator
7fb09407bb Add bios style 2022-07-06 21:10:31 -07:00
ThatOneCalculator
68941063f9 Styled CLI 2022-07-06 21:01:34 -07:00
ThatOneCalculator
81d8c223ad prevent default for good enter 2022-07-06 18:39:32 -07:00
ThatOneCalculator
e37dd8b93e Disable enter for touchscreens 2022-07-06 18:35:45 -07:00
ThatOneCalculator
033462653c Fix client lint 2022-07-06 18:14:05 -07:00
ThatOneCalculator
1dc28da65a Autocomplete in messaging 2022-07-06 18:09:26 -07:00
ThatOneCalculator
49c4d345f2 Don't need for shift key 2022-07-06 17:59:21 -07:00
ThatOneCalculator
50a7d10f27 Enter sends message, ctrl/meta/shift + enter makes newline 2022-07-06 17:54:04 -07:00
tamaina
c81e5ae8f5 move resolutions 2022-07-05 05:17:37 +00:00
tamaina
02a18fb8f9 ? 2022-07-05 05:16:20 +00:00
tamaina
9cd1526073 Merge branch 'develop' into pr/ThatOneCalculator/8764 2022-07-05 05:16:06 +00:00
futchitwo
1f51b2aba7
hide timeline link if timeline is disabled 2022-07-03 20:03:57 +09:00
futchitwo
e9c6d312a4
better variable name 2022-07-03 19:32:34 +09:00
futchitwo
c11cef09fc
導線を追加 2022-07-02 20:55:20 +09:00
futchitwo
0a6e4c5893
Update CHANGELOG.md 2022-07-02 20:33:03 +09:00
futchitwo
49beee532b
feature(client): Timeline page for non-login users 2022-07-02 20:08:31 +09:00
ThatOneCalculator
9ac1a527dc Self host error/info/not-found images 2022-06-28 19:33:32 -07:00
ThatOneCalculator
bfedb98fb0 Add .yarn/cache to gitignore for packages 2022-06-28 10:12:41 -07:00
ThatOneCalculator
4f0f4ed1ff Merge branch 'yarn-3' of https://github.com/ThatOneCalculator/misskey into yarn-3 2022-06-28 10:11:20 -07:00
Kainoa Kanter
47f05adc13
Merge branch 'misskey-dev:develop' into yarn-3 2022-06-28 10:10:26 -07:00
tamaina
173960310e update lockfile 2022-06-28 05:10:29 +00:00
tamaina
b9154cda2f Merge branch 'develop' into pr/ThatOneCalculator/8764 2022-06-28 05:08:57 +00:00
Kainoa Kanter
4335e09802
Update CHANGELOG.md 2022-06-17 01:37:42 -07:00
Kainoa Kanter
308f57d18d
yarn run gulp in build instead of just gulp 2022-06-17 01:15:12 -07:00
Kainoa Kanter
15ec284ef7
Merge branch 'misskey-dev:develop' into yarn-3 2022-06-17 01:04:50 -07:00
tamaina
4746ef58fc Merge branch 'yarn-3' of https://github.com/thatonecalculator/misskey into pr/ThatOneCalculator/8764 2022-06-16 21:23:14 +09:00
tamaina
f2e593a35c remove packagemanager 2022-06-16 21:23:11 +09:00
tamaina
9851b444d4
Update packages/backend/package.json
Co-authored-by: iwata <ishowta@gmail.com>
2022-06-16 21:22:10 +09:00
tamaina
7ddfd049a4 Merge branch 'develop' into pr/ThatOneCalculator/8764 2022-06-16 21:19:17 +09:00
tamaina
11fbd546c1 fix lockfile 2022-06-04 23:51:59 +09:00
tamaina
014ef17f25 revival gulp build
66ab7591bf (r885899944)
2022-06-04 23:51:16 +09:00
tamaina
772cf15985
Update .gitignore
Co-authored-by: iwata <ishowta@gmail.com>
2022-06-04 23:48:39 +09:00
tamaina
b53a67b8cd enable actions/setup-node's global cache 2022-06-04 23:48:07 +09:00
tamaina
fba88e110a https://github.com/misskey-dev/misskey/pull/8764#discussion_r885749892 2022-06-04 23:34:23 +09:00
tamaina
b85397c181 yarn install --immutable
Co-authored-by: ishowta <ishowta@gmail.com>
2022-06-04 23:33:36 +09:00
tamaina
ff1f65291f remove yarn set version berry 2022-06-04 23:31:51 +09:00
tamaina
93b5dd70c8 ✌️ 2022-06-04 23:00:55 +09:00
tamaina
d8ef0ca27a add packageExtensions 2022-06-04 22:41:27 +09:00
tamaina
c0fea1c1ff fix 2022-06-04 08:44:36 +00:00
tamaina
77a3c7639e fix 2022-06-04 08:36:50 +00:00
tamaina
09d1ba9f68 Merge branch 'develop' into pr/ThatOneCalculator/8764 2022-06-04 08:34:56 +00:00
tamaina
fd5595724c fix http-signature 2022-06-04 08:26:36 +00:00
tamaina
dea1322847 fix 2022-06-04 08:09:38 +00:00
tamaina
41fadc9ae9 yarn node => node
依存関係の記載不足の解消がかなり多いため、yarn nodeは使わない
2022-06-04 08:07:27 +00:00
tamaina
1a837bbef4 wip 2022-06-04 08:01:02 +00:00
tamaina
ac89f25b79 npm run => yarn 2022-06-03 22:39:07 +09:00
tamaina
9b727f6c2d add packageExtensions for chartjs_date-fns
Co-authored-by: acid-chicken <root@acid-chicken.com>
2022-06-03 22:06:36 +09:00
tamaina
71538d4cbb add @rollup/pluginutils 2022-06-03 07:47:23 +00:00
tamaina
3e38e47b3a Fix yarn.lock
Co-authored-by: ishowta <ishowta@gmail.com>
2022-06-02 22:37:19 +09:00
tamaina
9264b50c32 continue-on-error: true 2022-06-02 10:51:29 +00:00
tamaina
a53663f4df Merge branch 'develop' into pr/ThatOneCalculator/8764 2022-06-02 10:21:08 +00:00
ThatOneCalculator
021a52cb40 ????? 2022-05-31 20:03:15 -07:00
ThatOneCalculator
d34bb62dea test 2022-05-31 20:02:42 -07:00
ThatOneCalculator
f4059eb6cb I don't know why github workflows hates me... 2022-05-31 19:59:15 -07:00
ThatOneCalculator
e21919c296 :bowtie: 2022-05-31 19:51:54 -07:00
ThatOneCalculator
4d16fb70ce Fix changelog 2022-05-31 19:45:57 -07:00
ThatOneCalculator
db0344e6ca pnpm = dont change paths 2022-05-31 19:44:04 -07:00
ThatOneCalculator
3820a0722d package.json names 2022-05-31 19:41:15 -07:00
ThatOneCalculator
66ab7591bf Make client/backend lints seperate workflows 2022-05-31 08:50:03 -07:00
ThatOneCalculator
e489c5390e Merge branch 'yarn-3' of https://github.com/ThatOneCalculator/misskey into yarn-3 2022-05-31 08:44:49 -07:00
Kainoa Kanter
789d0f8201
Update test.yml 2022-05-31 08:38:27 -07:00
Kainoa Kanter
e0c57cf1da
Update lint.yml 2022-05-31 08:37:15 -07:00
Kainoa Kanter
7bba4876af
Update .dockerignore 2022-05-31 08:33:03 -07:00
ThatOneCalculator
e4dde132b4 uhh 2022-05-31 00:26:50 -07:00
ThatOneCalculator
2208df17cc New steps for test.yml too 2022-05-31 00:24:40 -07:00
ThatOneCalculator
d5af0a6bc7 Skip extra install 2022-05-31 00:18:29 -07:00
ThatOneCalculator
099c62370c Add proper packages for eslint 2022-05-31 00:16:01 -07:00
ThatOneCalculator
75d2336d8e 🙏 2022-05-31 00:13:41 -07:00
ThatOneCalculator
33c58df79c Remove yarnrc for workspaces 2022-05-30 23:56:49 -07:00
ThatOneCalculator
a872e6e3bb :godmode: 2022-05-30 23:55:47 -07:00
ThatOneCalculator
71a907007c :goberserk: 2022-05-30 21:03:11 -07:00
ThatOneCalculator
9daea49275 Merge branch 'yarn-3' of https://github.com/ThatOneCalculator/misskey into yarn-3 2022-05-30 20:57:49 -07:00
Kainoa Kanter
54ed997e53
Merge branch 'misskey-dev:develop' into yarn-3 2022-05-30 20:57:45 -07:00
ThatOneCalculator
a2f9e1cec2 :finnadie: 2022-05-30 20:53:23 -07:00
ThatOneCalculator
de29d9adb2 Change browser-image-resizer 2022-05-30 20:45:54 -07:00
ThatOneCalculator
5cf5a836df 🍀 2022-05-30 17:35:28 -07:00
ThatOneCalculator
95aff06dfc More yarn workspaces stuff 2022-05-30 17:31:24 -07:00
ThatOneCalculator
d76ec576b6 tbh 2022-05-30 15:02:52 -07:00
ThatOneCalculator
299ec96e0e tbh 2022-05-30 15:02:31 -07:00
ThatOneCalculator
dd1bfae823 fix the code that depends on node_modules 2022-05-29 22:19:40 -07:00
Kainoa Kanter
88c7594d2d
Update CHANGELOG.md 2022-05-29 20:29:32 -07:00
ThatOneCalculator
bc94eb8baf corepack enable for mocha/e2e 2022-05-29 20:26:38 -07:00
ThatOneCalculator
44c42f1715 yarn lint my beloved 2022-05-29 20:19:03 -07:00
ThatOneCalculator
db86110b97 Fix workflow! 2022-05-29 20:10:30 -07:00
Kainoa Kanter
c05cc01191
Merge branch 'misskey-dev:develop' into yarn-3 2022-05-29 19:43:38 -07:00
Kainoa Kanter
6f2a9d567d
Update lint.yml
🤔
2022-05-29 19:06:52 -07:00
Kainoa Kanter
39f8cb3006
🙏 2022-05-29 19:03:59 -07:00
ThatOneCalculator
322fe727cb Regenerate yarn.lock 2022-05-29 18:44:10 -07:00
ThatOneCalculator
4970befc10 Add eslint 2022-05-29 18:42:19 -07:00
Kainoa Kanter
3208a2ef94
Update .github/workflows/lint.yml
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-05-29 18:39:49 -07:00
Kainoa Kanter
ff99a92f4d
Update .github/workflows/lint.yml
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-05-29 18:39:44 -07:00
ThatOneCalculator
6254a1e163 Improve lint workflow 2022-05-29 18:28:01 -07:00
ThatOneCalculator
f035817489 Merge branch 'yarn-3' of https://github.com/ThatOneCalculator/misskey into yarn-3 2022-05-29 18:19:39 -07:00
ThatOneCalculator
7bd65cf986 Remove packages/*/yarn.lock 2022-05-29 18:19:30 -07:00
Kainoa Kanter
7df83d7252
corepack enable for linting 2022-05-29 18:11:20 -07:00
ThatOneCalculator
9afb41042c Typo 2022-05-29 17:16:31 -07:00
ThatOneCalculator
6ba6dd1720 Replace install-packages.js with workspaces 2022-05-29 17:15:11 -07:00
ThatOneCalculator
fd8170f1dc Replace install-packages.js with workspaces 2022-05-29 17:14:52 -07:00
ThatOneCalculator
9d1c8b4f00 use "packageManager" 2022-05-29 17:08:57 -07:00
ThatOneCalculator
3140a3f9a2 Proper upgrade to yarn 2022-05-29 13:13:27 -07:00
Kainoa Kanter
9652183eff
Update Dockerfile 2022-05-29 12:48:03 -07:00
Kainoa Kanter
ea7d5353ca
Mention in CHANGELOG 2022-05-29 12:47:19 -07:00
Kainoa Kanter
76e399cd81
Add .yarn to dockerignore 2022-05-29 12:46:23 -07:00
ThatOneCalculator
5c7fca456c Yarn berry 2022-05-29 12:40:08 -07:00
Andreas Nedbal
0db2051480 fix(client): additional background for acrylic popups if unsupported 2022-05-14 15:00:30 +02:00
Johann150
f68a2c0881
add perspective 2022-04-27 17:25:27 +02:00
Johann150
92d53f7441
add x,y parameters to rotate MFM 2022-04-26 22:26:22 +02:00
2236 changed files with 212066 additions and 87622 deletions

13
.config/LICENSE Normal file
View file

@ -0,0 +1,13 @@
Copyright 2023 Firefish
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View file

@ -1,12 +1,12 @@
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Misskey configuration
# Firefish configuration
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# ┌─────┐
#───┘ URL └─────────────────────────────────────────────────────
# Final accessible URL seen by a user.
# url: https://example.tld/
url: https://example.tld/
# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
# URL SETTINGS AFTER THAT!
@ -15,10 +15,7 @@
#───┘ Port and TLS settings └───────────────────────────────────
#
# Misskey supports two deployment options for public.
#
# Option 1: With Reverse Proxy
# Misskey requires a reverse proxy to support HTTPS connections.
#
# +----- https://example.tld/ ------------+
# +------+ |+-------------+ +----------------+|
@ -26,44 +23,26 @@
# +------+ |+-------------+ +----------------+|
# +---------------------------------------+
#
# You need to setup reverse proxy. (eg. nginx)
# You do not define 'https' section.
# You need to set up a reverse proxy. (e.g. nginx)
# An encrypted connection with HTTPS is highly recommended
# because tokens may be transferred in GET requests.
# Option 2: Standalone
#
# +- https://example.tld/ -+
# +------+ | +---------------+ |
# | User | ---> | | Misskey (443) | |
# +------+ | +---------------+ |
# +------------------------+
#
# You need to run Misskey as root.
# You need to set Certificate in 'https' section.
# To use option 1, uncomment below line.
port: 3000 # A port that your Misskey server should listen.
# To use option 2, uncomment below lines.
#port: 443
#https:
# # path for certification
# key: /etc/letsencrypt/live/example.tld/privkey.pem
# cert: /etc/letsencrypt/live/example.tld/fullchain.pem
# The port that your Misskey server should listen on.
port: 3000
# ┌──────────────────────────┐
#───┘ PostgreSQL configuration └────────────────────────────────
db:
host: localhost
host: postgres
port: 5432
# Database name
db: misskey
db: postgres
# Auth
user: example-misskey-user
pass: example-misskey-pass
user: postgres
pass: test
# Whether disable Caching queries
#disableCache: true
@ -76,8 +55,9 @@ db:
#───┘ Redis configuration └─────────────────────────────────────
redis:
host: localhost
host: redis
port: 6379
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
#pass: example-pass
#prefix: example-prefix
#db: 1
@ -89,8 +69,8 @@ redis:
# host: localhost
# port: 9200
# ssl: false
# user:
# pass:
# user:
# pass:
# ┌───────────────┐
#───┘ ID generation └───────────────────────────────────────────
@ -108,10 +88,14 @@ redis:
# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
# ID SETTINGS AFTER THAT!
id: "aid"
id: 'aid'
# ┌─────────────────────┐
#───┘ Other configuration └─────────────────────────────────────
# Max note length, should be < 8000.
#maxNoteLength: 3000
# Whether disable HSTS
#disableHsts: true
@ -154,8 +138,8 @@ id: "aid"
# Media Proxy
#mediaProxy: https://example.com/proxy
# Sign to ActivityPub GET request (default: false)
#signToActivityPubGet: true
# Proxy remote files (default: false)
#proxyRemoteFiles: true
#allowedPrivateNetworks: [
# '127.0.0.1/32'
@ -163,3 +147,49 @@ id: "aid"
# Upload or download file size limits (bytes)
#maxFileSize: 262144000
# Managed hosting settings
# !!!!!!!!!!
# >>>>>> NORMAL SELF-HOSTERS, STAY AWAY! <<<<<<
# >>>>>> YOU DON'T NEED THIS! <<<<<<
# !!!!!!!!!!
# Each category is optional, but if each item in each category is mandatory!
# If you mess this up, that's on you, you've been warned...
#maxUserSignups: 100
#isManagedHosting: true
#deepl:
# managed: true
# authKey: ''
# isPro: false
#
#email:
# managed: true
# address: 'example@email.com'
# host: 'email.com'
# port: 587
# user: 'example@email.com'
# pass: ''
# useImplicitSslTls: false
#
#objectStorage:
# managed: true
# baseUrl: ''
# bucket: ''
# prefix: ''
# endpoint: ''
# region: ''
# accessKey: ''
# secretKey: ''
# useSsl: true
# connnectOverProxy: false
# setPublicReadOnUpload: true
# s3ForcePathStyle: true
# !!!!!!!!!!
# >>>>>> AGAIN, NORMAL SELF-HOSTERS, STAY AWAY! <<<<<<
# >>>>>> YOU DON'T NEED THIS, ABOVE SETTINGS ARE FOR MANAGED HOSTING ONLY! <<<<<<
# !!!!!!!!!!
# Seriously. Do NOT fill out the above settings if you're self-hosting.
# They're much better off being set from the control panel.

38
.config/devenv.yml Normal file
View file

@ -0,0 +1,38 @@
url: http://localhost:3000
port: 3000
db:
host: 127.0.0.1
port: 5432
db: firefish
user: firefish
pass: firefish
redis:
host: localhost
port: 6379
family: 4
#sonic:
# host: localhost
# port: 1491
# auth: SecretPassword
# collection: notes
# bucket: default
#elasticsearch:
# host: localhost
# port: 9200
# ssl: false
# user:
# pass:
id: 'aid'
reservedUsernames:
- root
- admin
- administrator
- me
- system

4
.config/docker_ci.env Normal file
View file

@ -0,0 +1,4 @@
# db settings
POSTGRES_PASSWORD=test
POSTGRES_USER=postgres
POSTGRES_DB=postgres

View file

@ -1,4 +1,4 @@
# db settings
POSTGRES_PASSWORD=example-misskey-pass
POSTGRES_USER=example-misskey-user
POSTGRES_DB=misskey
POSTGRES_PASSWORD=example-firefish-pass
POSTGRES_USER=example-firefish-user
POSTGRES_DB=firefish

View file

@ -1,55 +1,60 @@
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Misskey configuration
# Firefish configuration
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# After starting your server, please don't change the URL! Doing so will break federation.
# ┌─────┐
#───┘ URL └─────────────────────────────────────────────────────
# Final accessible URL seen by a user.
url: https://example.tld/
# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
# URL SETTINGS AFTER THAT!
url: https://example.com/
# ┌───────────────────────┐
#───┘ Port and TLS settings └───────────────────────────────────
#
# Misskey requires a reverse proxy to support HTTPS connections.
# Firefish requires a reverse proxy to support HTTPS connections.
#
# +----- https://example.tld/ ------------+
# +----- https://example.com/ ------------+
# +------+ |+-------------+ +----------------+|
# | User | ---> || Proxy (443) | ---> | Misskey (3000) ||
# | User | ---> || Proxy (443) | ---> | Firefish (3000) ||
# +------+ |+-------------+ +----------------+|
# +---------------------------------------+
#
# You need to set up a reverse proxy. (e.g. nginx)
# You need to set up a reverse proxy. (e.g. nginx, caddy)
# An encrypted connection with HTTPS is highly recommended
# because tokens may be transferred in GET requests.
# The port that your Misskey server should listen on.
# The port that your Firefish server should listen on.
port: 3000
# The bind host your Firefish server should listen on.
# If unspecified, the wildcard address will be used.
#bind: 127.0.0.1
# ┌──────────────────────────┐
#───┘ PostgreSQL configuration └────────────────────────────────
db:
host: localhost
port: 5432
#ssl: false
# Database name
db: misskey
db: firefish
# Auth
user: example-misskey-user
pass: example-misskey-pass
user: example-firefish-user
pass: example-firefish-pass
# Whether disable Caching queries
#disableCache: true
# Extra Connection options
#extra:
# ssl: true
# ssl:
# host: localhost
# rejectUnauthorized: false
# ┌─────────────────────┐
#───┘ Redis configuration └─────────────────────────────────────
@ -57,47 +62,92 @@ db:
redis:
host: localhost
port: 6379
#tls:
# host: localhost
# rejectUnauthorized: false
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
#pass: example-pass
#prefix: example-prefix
#db: 1
#user: default
# ┌─────────────────────────────┐
#───┘ Cache server configuration └─────────────────────────────────────
# A Redis-compatible server (DragonflyDB, Keydb, Redis) for caching
# If left blank, it will use the Redis server from above
#cacheServer:
#host: localhost
#port: 6379
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
#pass: example-pass
#prefix: example-prefix
#db: 1
# ┌─────────────────────────────┐
#───┘ Elasticsearch configuration └─────────────────────────────
# Please configure either MeiliSearch *or* Sonic.
# If both MeiliSearch and Sonic configurations are present, MeiliSearch will take precedence.
#elasticsearch:
# host: localhost
# port: 9200
# ┌───────────────────────────┐
#───┘ MeiliSearch configuration └─────────────────────────────────────
#meilisearch:
# host: meilisearch
# port: 7700
# ssl: false
# user:
# pass:
# apiKey:
# ┌─────────────────────┐
#───┘ Sonic configuration └─────────────────────────────────────
#sonic:
# host: localhost
# port: 1491
# auth: SecretPassword
# collection: notes
# bucket: default
# ┌───────────────┐
#───┘ ID generation └───────────────────────────────────────────
# You can select the ID generation method.
# You don't usually need to change this setting, but you can
# change it according to your preferences.
# No need to uncomment in most cases, but you may want to change
# these settings if you plan to run a large and/or distributed server.
# Available methods:
# aid ... Short, Millisecond accuracy
# meid ... Similar to ObjectID, Millisecond accuracy
# ulid ... Millisecond accuracy
# objectid ... This is left for backward compatibility
# cuid:
# # Min 16, Max 24
# length: 16
#
# # Set this to a unique string across workers (e.g., machine's hostname)
# # if your workers are running in multiple hosts.
# fingerprint: my-fingerprint
# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
# ID SETTINGS AFTER THAT!
id: 'aid'
# ┌─────────────────────┐
#───┘ Other configuration └─────────────────────────────────────
# Maximum length of a post (default 3000, max 100000)
#maxNoteLength: 3000
# Maximum length of an image caption (default 1500, max 8192)
#maxCaptionLength: 1500
# Reserved usernames that only the administrator can register with
reservedUsernames: [
'root',
'admin',
'administrator',
'me',
'system'
]
# Whether disable HSTS
#disableHsts: true
# Number of worker processes
#clusterLimit: 1
# Number of worker processes by type.
# The sum must not exceed the number of available cores.
#clusterLimits:
# web: 1
# queue: 1
# Job concurrency per worker
# deliverJobConcurrency: 128
@ -111,6 +161,9 @@ id: 'aid'
# deliverJobMaxAttempts: 12
# inboxJobMaxAttempts: 8
# Local address used for outgoing requests
#outgoingAddress: 127.0.0.1
# IP address family used for outgoing request (ipv4, ipv6 or dual)
#outgoingAddressFamily: ipv4
@ -123,6 +176,7 @@ id: 'aid'
#proxy: http://127.0.0.1:3128
#proxyBypassHosts: [
# 'web.kaiteki.app',
# 'example.com',
# '192.0.2.8'
#]
@ -138,12 +192,69 @@ id: 'aid'
# Proxy remote files (default: false)
#proxyRemoteFiles: true
# Sign to ActivityPub GET request (default: false)
#signToActivityPubGet: true
#allowedPrivateNetworks: [
# '127.0.0.1/32'
#]
# TWA
#twa:
# nameSpace: android_app
# packageName: tld.domain.twa
# sha256CertFingerprints: ['AB:CD:EF']
# Upload or download file size limits (bytes)
#maxFileSize: 262144000
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Congrats, you've reached the end of the config file needed for most deployments!
# Enjoy your Firefish server!
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Managed hosting settings
# >>> NORMAL SELF-HOSTERS, STAY AWAY! <<<
# >>> YOU DON'T NEED THIS! <<<
# Each category is optional, but if each item in each category is mandatory!
# If you mess this up, that's on you, you've been warned...
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#maxUserSignups: 100
#isManagedHosting: true
#deepl:
# managed: true
# authKey: ''
# isPro: false
#
#email:
# managed: true
# address: 'example@email.com'
# host: 'email.com'
# port: 587
# user: 'example@email.com'
# pass: ''
# useImplicitSslTls: false
#
#objectStorage:
# managed: true
# baseUrl: ''
# bucket: ''
# prefix: ''
# endpoint: ''
# region: ''
# accessKey: ''
# secretKey: ''
# useSsl: true
# connnectOverProxy: false
# setPublicReadOnUpload: true
# s3ForcePathStyle: true
# !!!!!!!!!!
# >>>>>> AGAIN, NORMAL SELF-HOSTERS, STAY AWAY! <<<<<<
# >>>>>> YOU DON'T NEED THIS, ABOVE SETTINGS ARE FOR MANAGED HOSTING ONLY! <<<<<<
# !!!!!!!!!!
# Seriously. Do NOT fill out the above settings if you're self-hosting.
# They're much better off being set from the control panel.

View file

@ -0,0 +1,82 @@
replicaCount: 1
resources:
requests:
cpu: 0.5
memory: 512Mi
limits:
cpu: 1
memory: 1Gi
firefish:
domain: example.tld
smtp:
from_address: noreply@example.tld
port: 587
server: smtp.gmail.com
useImplicitSslTls: false
login: me@example.tld
password: CHANGEME
objectStorage:
baseUrl: https://example-bucket.nyc3.cdn.digitaloceanspaces.com
access_key: CHANGEME
access_secret: CHANGEME
bucket: example-bucket
endpoint: nyc3.digitaloceanspaces.com:443
region: nyc3
allowedPrivateNetworks: []
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt
hosts:
- host: example.tld
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: example-tld-certificate
hosts:
- example.tld
elasticsearch:
enabled: false
postgresql:
auth:
password: CHANGEME
postgresPassword: CHANGEME
primary:
persistence:
enabled: true
storageClass: vultr-block-storage
size: 25Gi
resources:
requests:
cpu: 0.25
memory: 256Mi
limits:
cpu: 0.5
memory: 512Mi
metrics:
enabled: true
redis:
auth:
password: CHANGEME
master:
resources:
requests:
cpu: 0.25
memory: 256Mi
limits:
cpu: 0.5
memory: 256Mi
persistence:
storageclass: vultr-block-storage
size: 10Gi
replica:
replicaCount: 0
metrics:
enabled: true

View file

@ -1,15 +1,44 @@
.autogen
.github
.travis
# Visual Studio Code
.vscode
.config
# Intelij-IDEA
.idea
# Node.js
node_modules
**/node_modules
report.*.json
# Rust
packages/backend/native-utils/target
# Cypress
cypress/screenshots
cypress/videos
# Coverage
coverage
# config
/.config
# misskey
built
db
elasticsearch
redis
npm-debug.log
*.pem
run.bat
api-docs.json
*.log
*.code-workspace
.DS_Store
files
ormconfig.json
packages/backend/assets/instance.css
# dockerignore custom
.git
Dockerfile
build/
built/
db/
docker-compose.yml
elasticsearch/
node_modules/
redis/
files/
misskey-assets/

4
.envrc Normal file
View file

@ -0,0 +1,4 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
fi
use flake . --impure

3
.github/FUNDING.yml vendored
View file

@ -1,3 +0,0 @@
# These are supported funding model platforms
patreon: syuilo

View file

@ -1,42 +0,0 @@
---
name: 🐛 Bug Report
about: Create a report to help us improve
title: ''
labels: ⚠bug?
assignees: ''
---
<!--
Thanks for reporting!
First, in order to avoid duplicate Issues, please search to see if the problem you found has already been reported.
-->
## 💡 Summary
<!-- Tell us what the bug is -->
## 🥰 Expected Behavior
<!--- Tell us what should happen -->
## 🤬 Actual Behavior
<!--
Tell us what happens instead of the expected behavior.
Please include errors from the developer console and/or server log files if you have access to them.
-->
## 📝 Steps to Reproduce
1.
2.
3.
## 📌 Environment
<!-- Tell us where on the platform it happens -->
Misskey version:
Your OS:
Your browser:

View file

@ -1,12 +0,0 @@
---
name: ✨ Feature Request
about: Suggest an idea for this project
title: ''
labels: ✨Feature
assignees: ''
---
## Summary
<!-- Tell us what the suggestion is -->

View file

@ -1,7 +0,0 @@
contact_links:
- name: 👪 Misskey Forum
url: https://forum.misskey.io/
about: Ask questions and share knowledge
- name: 💬 Misskey official Discord
url: https://discord.gg/Wp8gVStHW3
about: Chat freely about Misskey

View file

@ -1,17 +0,0 @@
<!-- お読みください / README
PRありがとうございます PRを作成する前に、コントリビューションガイドをご確認ください:
Thank you for your PR! Before creating a PR, please check the contribution guide:
https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md
-->
# What
<!-- このPRで何をしたのか どう変わるのか? -->
<!-- What did you do with this PR? How will it change things? -->
# Why
<!-- なぜそうするのか? どういう意図なのか? 何が困っているのか? -->
<!-- Why do you do it? What are your intentions? What is the problem? -->
# Additional info (optional)
<!-- テスト観点など -->
<!-- Test perspective, etc -->

View file

@ -1,22 +0,0 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 0
- package-ecosystem: npm
directory: "/packages/backend"
schedule:
interval: daily
open-pull-requests-limit: 0
- package-ecosystem: npm
directory: "/packages/client"
schedule:
interval: daily
open-pull-requests-limit: 0

12
.github/labeler.yml vendored
View file

@ -1,12 +0,0 @@
'⚙Server':
- packages/backend/**/*
'🖥Client':
- packages/client/**/*
'🧪Test':
- cypress/**/*
- packages/backend/test/**/*
'‼️ wrong locales':
- any: ['locales/*.yml', '!locales/ja-JP.yml']

View file

@ -1,15 +0,0 @@
url: 'http://misskey.local'
# ローカルでテストするときにポートを被らないようにするためデフォルトのものとは変える(以下同じ)
port: 61812
db:
host: localhost
port: 54312
db: test-misskey
user: postgres
pass: ''
redis:
host: localhost
port: 56312
id: aid

View file

@ -1,33 +0,0 @@
name: Publish Docker image (develop)
on:
push:
branches:
- develop
workflow_dispatch:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
with:
images: misskey/misskey
- name: Log in to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push to Docker Hub
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: misskey/misskey:develop
labels: develop

View file

@ -1,32 +0,0 @@
name: Publish Docker image
on:
release:
types: [published]
workflow_dispatch:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
with:
images: misskey/misskey
- name: Log in to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push to Docker Hub
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

View file

@ -1,16 +0,0 @@
name: "Pull Request Labeler"
on:
pull_request_target:
branches-ignore:
- 'l10n_develop'
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

View file

@ -1,39 +0,0 @@
name: Lint
on:
push:
branches:
- master
- develop
pull_request:
jobs:
backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
cache-dependency-path: |
packages/backend/yarn.lock
- run: yarn install
- run: yarn --cwd ./packages/backend lint
client:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
cache-dependency-path: |
packages/client/yarn.lock
- run: yarn install
- run: yarn --cwd ./packages/client lint

View file

@ -1,36 +0,0 @@
# If someone with write access comments "/ok-to-test" on a pull request, emit a repository_dispatch event
name: Ok To Test
on:
issue_comment:
types: [created]
jobs:
ok-to-test:
runs-on: ubuntu-latest
# Only run for PRs, not issue comments
if: ${{ github.event.issue.pull_request }}
steps:
# Generate a GitHub App installation access token from an App ID and private key
# To create a new GitHub App:
# https://developer.github.com/apps/building-github-apps/creating-a-github-app/
# See app.yml for an example app manifest
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.DEPLOYBOT_APP_ID }}
private_key: ${{ secrets.DEPLOYBOT_PRIVATE_KEY }}
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v1
env:
TOKEN: ${{ steps.generate_token.outputs.token }}
with:
token: ${{ env.TOKEN }} # GitHub App installation access token
# token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # PAT or OAuth token will also work
reaction-token: ${{ secrets.GITHUB_TOKEN }}
issue-type: pull-request
commands: deploy
named-args: true
permission: write

View file

@ -1,95 +0,0 @@
# Run secret-dependent integration tests only after /deploy approval
on:
pull_request:
types: [opened, reopened, synchronize]
repository_dispatch:
types: [deploy-command]
name: Deploy preview environment
jobs:
# Repo owner has commented /deploy on a (fork-based) pull request
deploy-preview-environment:
runs-on: ubuntu-latest
if:
github.event_name == 'repository_dispatch' &&
github.event.client_payload.slash_command.sha != '' &&
contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha)
steps:
- uses: actions/github-script@v5
id: check-id
env:
number: ${{ github.event.client_payload.pull_request.number }}
job: ${{ github.job }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
result-encoding: string
script: |
const { data: pull } = await github.rest.pulls.get({
...context.repo,
pull_number: process.env.number
});
const ref = pull.head.sha;
const { data: checks } = await github.rest.checks.listForRef({
...context.repo,
ref
});
const check = checks.check_runs.filter(c => c.name === process.env.job);
return check[0].id;
- uses: actions/github-script@v5
env:
check_id: ${{ steps.check-id.outputs.result }}
details_url: ${{ github.server_url }}/${{ github.repository }}/runs/${{ github.run_id }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
await github.rest.checks.update({
...context.repo,
check_run_id: process.env.check_id,
status: 'in_progress',
details_url: process.env.details_url
});
# Check out merge commit
- name: Fork based /deploy checkout
uses: actions/checkout@v2
with:
ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
# <insert integration tests needing secrets>
- name: Context
uses: okteto/context@latest
with:
token: ${{ secrets.OKTETO_TOKEN }}
- name: Deploy preview environment
uses: ikuradon/deploy-preview@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: pr-${{ github.event.client_payload.pull_request.number }}-syuilo
timeout: 15m
# Update check run called "integration-fork"
- uses: actions/github-script@v5
id: update-check-run
if: ${{ always() }}
env:
# Conveniently, job.status maps to https://developer.github.com/v3/checks/runs/#update-a-check-run
conclusion: ${{ job.status }}
check_id: ${{ steps.check-id.outputs.result }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const { data: result } = await github.rest.checks.update({
...context.repo,
check_run_id: process.env.check_id,
status: 'completed',
conclusion: process.env.conclusion
});
return result;

View file

@ -1,21 +0,0 @@
# file: .github/workflows/preview-closed.yaml
on:
pull_request:
types:
- closed
name: Destroy preview environment
jobs:
destroy-preview-environment:
runs-on: ubuntu-latest
steps:
- name: Context
uses: okteto/context@latest
with:
token: ${{ secrets.OKTETO_TOKEN }}
- name: Destroy preview environment
uses: okteto/destroy-preview@latest
with:
name: pr-${{ github.event.number }}-syuilo

View file

@ -1,122 +0,0 @@
name: Test
on:
push:
branches:
- master
- develop
pull_request:
jobs:
mocha:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
services:
postgres:
image: postgres:13
ports:
- 54312:5432
env:
POSTGRES_DB: test-misskey
POSTGRES_HOST_AUTH_METHOD: trust
redis:
image: redis:6
ports:
- 56312:6379
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: |
packages/backend/yarn.lock
packages/client/yarn.lock
- name: Install dependencies
run: yarn install
- name: Check yarn.lock
run: git diff --exit-code yarn.lock
- name: Copy Configure
run: cp .github/misskey/test.yml .config
- name: Build
run: yarn build
- name: Test
run: yarn mocha
e2e:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18.x]
browser: [chrome]
services:
postgres:
image: postgres:13
ports:
- 54312:5432
env:
POSTGRES_DB: test-misskey
POSTGRES_HOST_AUTH_METHOD: trust
redis:
image: redis:6
ports:
- 56312:6379
steps:
- uses: actions/checkout@v2
with:
submodules: true
# https://github.com/cypress-io/cypress-docker-images/issues/150
#- name: Install mplayer for FireFox
# run: sudo apt install mplayer -y
# if: ${{ matrix.browser == 'firefox' }}
#- uses: browser-actions/setup-firefox@latest
# if: ${{ matrix.browser == 'firefox' }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: |
packages/backend/yarn.lock
packages/client/yarn.lock
- name: Install dependencies
run: yarn install
- name: Check yarn.lock
run: git diff --exit-code yarn.lock
- name: Copy Configure
run: cp .github/misskey/test.yml .config
- name: Build
run: yarn build
# https://github.com/cypress-io/cypress/issues/4351#issuecomment-559489091
- name: ALSA Env
run: echo -e 'pcm.!default {\n type hw\n card 0\n}\n\nctl.!default {\n type hw\n card 0\n}' > ~/.asoundrc
- name: Cypress run
uses: cypress-io/github-action@v4
with:
install: false
start: npm run start:test
wait-on: 'http://localhost:61812'
headless: false
browser: ${{ matrix.browser }}
- uses: actions/upload-artifact@v2
if: failure()
with:
name: ${{ matrix.browser }}-cypress-screenshots
path: cypress/screenshots
- uses: actions/upload-artifact@v2
if: always()
with:
name: ${{ matrix.browser }}-cypress-videos
path: cypress/videos

47
.gitignore vendored
View file

@ -1,9 +1,13 @@
# Visual Studio Code
/.vscode
!/.vscode/extensions.json
!/.vscode/launch.json
# Intelij-IDEA
/.idea
packages/backend/.idea/backend.iml
packages/backend/.idea/modules.xml
packages/backend/.idea/vcs.xml
# Node.js
node_modules
@ -19,25 +23,42 @@ coverage
# config
/.config/*
!/.config/example.yml
!/.config/devenv.yml
!/.config/docker_example.env
!/.config/docker_ci.env
!/.config/helm_values_example.yml
!/.config/LICENSE
# docker dev config
/dev/docker-compose.yml
# ESLint
.eslintcache
# misskey
/build
built
/data
/.cache-loader
/db
/elasticsearch
db
elasticsearch
redis
npm-debug.log
*.pem
run.bat
api-docs.json
*.log
/redis
*.code-workspace
.DS_Store
/files
files/
ormconfig.json
packages/backend/assets/instance.css
packages/backend/assets/sounds/None.mp3
packages/backend/assets/LICENSE
!/packages/backend/queue/processors/db
!/packages/backend/src/db
!/packages/backend/src/server/api/endpoints/drive/files
packages/megalodon/lib
packages/megalodon/.idea
# blender backups
*.blend1
@ -45,3 +66,15 @@ ormconfig.json
*.blend3
*.blend4
*.blend5
# old yarn
.yarn
yarn*
# Nix Development shell items
.devenv
.direnv
# Cargo cache for Docker
/.cargo-cache
/.cargo-target

94
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,94 @@
# This file is a template, and might need editing before it works on your project.
# You can copy and paste this template into a new `.gitlab-ci.yml` file.
# You should not add this template to an existing `.gitlab-ci.yml` file by using the `include:` keyword.
#
# To contribute improvements to CI/CD templates, please follow the Development guide at:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/
stages:
- build
- deploy
testCommit:
stage: build
image: node:latest
# Pick zero or more services to be used on all builds.
# Only needed when using a docker container to run your tests in.
# Check out: https://docs.gitlab.com/ee/ci/services/index.html
services:
- postgres:15
- redis
variables:
POSTGRES_PASSWORD: test
# POSTGRES_DB: $POSTGRES_DB
# POSTGRES_USER: $POSTGRES_USER
# POSTGRES_PASSWORD: $POSTGRES_PASSWORD
# POSTGRES_HOST_AUTH_METHOD: trust
script:
- apt-get update && apt-get install -y git wget curl build-essential python3 musl
- curl https://sh.rustup.rs -sSf | sh -s -- -y
- source "$HOME/.cargo/env"
- ln -s /lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
- cp .config/ci.yml .config/default.yml
- corepack enable
- corepack prepare pnpm@latest --activate
- pnpm i --frozen-lockfile
- pnpm run build:debug
- pnpm run migrate
cache:
key: build
policy: pull-push
when: on_success
paths:
- node_modules/
- packages/*/node_modules/
- packages/backend/native-utils/node_modules/
only:
- main
- beta
- develop
- /^feature\/.*$/
getImageTag:
stage: deploy
image: busybox
script:
- |
if test -n "$CI_COMMIT_TAG"; then
tag="$CI_COMMIT_TAG"
elif test "$CI_COMMIT_BRANCH" == "main"; then
tag="latest"
else
tag="$CI_COMMIT_BRANCH"
fi
- echo "REGISTRY_PUSH_TAG=$tag" | tee build.env
# parse tag to the build and merge jobs.
# See: https://docs.gitlab.com/ee/ci/variables/#pass-an-environment-variable-to-another-job
artifacts:
reports:
dotenv: build.env
only:
- main
- beta
- tags
dockerBuild:
stage: deploy
needs: ["getImageTag"]
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- /kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_TAG}"
only:
- main
- beta
- tags

View file

@ -0,0 +1,29 @@
<!-- 💖 Thanks for taking the time to fill out this bug report!
💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com)
🔒 Found a security vulnerability? [Please disclose it responsibly.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md)
🤝 By submitting this issue, you agree to follow our [Contribution Guidelines.](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md) -->
**What happened?** _(Please give us a brief description of what happened.)_
**What did you expect to happen?** _(Please give us a brief description of what you expected to happen.)_
**Version** _(What version of firefish is your instance running? You can find this by clicking your instance's logo at the bottom left and then clicking instance information.)_
**Instance** _(What instance of firefish are you using?)_
**What type of issue is this?** _(If this happens on your device and has to do with the user interface, it's client-side. If this happens on either with the API or the backend, or you got a server-side error in the client, it's server-side.)_
**What browser are you using? (Client-side issues only)**
**What operating system are you using? (Client-side issues only)**
**How do you deploy Firefish on your server? (Server-side issues only)**
**What operating system are you using? (Server-side issues only)**
**Relevant log output** _(Please copy and paste any relevant log output. You can find your log by inspecting the page, and going to the "console" tab. This will be automatically formatted into code, so no need for backticks.)_
**Contribution Guidelines**
By submitting this issue, you agree to follow our [Contribution Guidelines](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md)
- [ ] I agree to follow this project's Contribution Guidelines
- [ ] I have searched the issue tracker for similar issues, and this is not a duplicate.

View file

@ -0,0 +1,17 @@
<!-- 💖 Thanks for taking the time to fill out this bug report!
💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com)
🔒 Found a security vulnerability? [Please disclose it responsibly.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md)
🤝 By submitting this feature request, you agree to follow our [Contribution Guidelines.](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md) -->
**What feature would you like implemented?** _(Please give us a brief description of what you'd like.)_
**Why should we add this feature?** _(Please give us a brief description of why your feature is important.)_
**Version** _(What version of firefish is your instance running? You can find this by clicking your instance's logo at the bottom left and then clicking instance information.)_
**Instance** _(What instance of firefish are you using?)_
**Contribution Guidelines**
By submitting this issue, you agree to follow our [Contribution Guidelines](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md)
- [ ] I agree to follow this project's Contribution Guidelines
- [ ] I have searched the issue tracker for similar requests, and this is not a duplicate.

View file

@ -0,0 +1,15 @@
<!-- Thanks for taking the time to make Firefish better! It's not required, but please consider using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) when making your commits. If you use VSCode, please use the [Conventional Commits extension](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits). -->
**What does this PR do?** _(Please give us a brief description of what this PR does.)_
**Contribution Guidelines**
By submitting this merge request, you agree to follow our [Contribution Guidelines](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md)
- [ ] I agree to follow this project's Contribution Guidelines
- [ ] I have made sure to test this pull request
- [ ] I have made sure to run `pnpm run format` before submitting this pull request
If this merge request makes changes to the Firefish API, please update `docs/api-change.md`
- [ ] I updated the document / This merge request doesn't include API changes
<!-- Uncomment if your merge request has multiple authors -->
<!-- Co-authored-by: Name <email@email.com> -->

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "misskey-assets"]
path = misskey-assets
url = https://github.com/misskey-dev/assets.git

View file

@ -1 +1 @@
v16.15.0
v18.16.0

3
.npmrc
View file

@ -1,2 +1 @@
save-exact = true
package-lock = false
use-lockfile-v6=true

View file

@ -1,6 +0,0 @@
build:
misskey:
args:
- NODE_ENV=development
deploy:
- helm upgrade --install misskey chart --set image=${OKTETO_BUILD_MISSKEY_IMAGE} --set url="https://misskey-$(kubectl config view --minify -o jsonpath='{..namespace}').cloud.okteto.net" --set environment=development

View file

@ -1,9 +1,18 @@
{
"recommendations": [
"editorconfig.editorconfig",
"eg2.vscode-npm-script",
"dbaeumer.vscode-eslint",
"Vue.volar",
"Vue.vscode-typescript-vue-plugin"
]
"recommendations": [
"editorconfig.editorconfig",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"arcanis.vscode-zipfs",
"orta.vscode-twoslash-queries",
"antfu.iconify",
"vivaxy.vscode-conventional-commits",
"ms-azuretools.vscode-docker",
"gitlab.gitlab-workflow",
"mrmlnc.vscode-json5",
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
"yoavbls.pretty-ts-errors",
"biomejs.biome"
]
}

20
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,20 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch PNPM Debug Script",
"skipFiles": [
"<node_internals>/**"
],
"runtimeExecutable": "pnpm",
"runtimeArgs": [
"run", "debug"
]
}
]
}

3
.weblate Normal file
View file

@ -0,0 +1,3 @@
[weblate]
url = https://hosted.weblate.org/api/
translation = firefish/locales

View file

@ -1 +0,0 @@
network-timeout 600000

17280
CHANGELOG.md

File diff suppressed because it is too large Load diff

View file

@ -1,46 +1,136 @@
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, caste, color, religion, or sexual
identity and orientation.
We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.
## Our Standards
Examples of behavior that contributes to creating a positive environment include:
Examples of behavior that contributes to a positive environment for our
community include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the overall
community
Examples of unacceptable behavior by participants include:
Examples of unacceptable behavior include:
* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* The use of sexualized language or imagery, and sexual attention or advances of
any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting
* Publishing others' private information, such as a physical or email address,
without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
## Enforcement Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.
## Scope
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at syuilotan@yahoo.co.jp. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
@thatonecalculator on Codeberg,
`@kainoa@firefish.social` on the Fediverse,
or kainoa@t1c.dev via email.
All complaints will be reviewed and investigated promptly and fairly.
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
All community leaders are obligated to respect the privacy and security of the
reporter of any incident.
## Enforcement Guidelines
Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:
### 1. Correction
**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.
**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.
### 2. Warning
**Community Impact**: A violation through a single incident or series of
actions.
**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or permanent
ban.
### 3. Temporary Ban
**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.
**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.
### 4. Permanent Ban
**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.
**Consequence**: A permanent ban from any sort of public interaction within the
community.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.1, available at
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
[https://www.contributor-covenant.org/translations][translations].
[homepage]: https://www.contributor-covenant.org
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
[Mozilla CoC]: https://github.com/mozilla/diversity
[FAQ]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations
[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/

View file

@ -1,51 +1,54 @@
# Contribution guide
We're glad you're interested in contributing Misskey! In this document you will find the information you need to contribute to the project.
We're glad you're interested in contributing Firefish! In this document you will find the information you need to contribute to the project.
> **Note**
> This project uses Japanese as its major language, **but you do not need to translate and write the Issues/PRs in Japanese.**
> Also, you might receive comments on your Issue/PR in Japanese, but you do not need to reply to them in Japanese as well.\
> The accuracy of machine translation into Japanese is not high, so it will be easier for us to understand if you write it in the original language.
> It will also allow the reader to use the translation tool of their preference if necessary.
## Translation (i18n)
Firefish uses [Weblate](https://hosted.weblate.org/engage/firefish/) for translation and internationalization management.
## Roadmap
See [ROADMAP.md](./ROADMAP.md)
If your language is not listed in Weblate, please open an issue.
You can contribute without knowing how to code by helping translate here:
[![Translation status](https://hosted.weblate.org/widgets/firefish/-/287x66-grey.png)](https://hosted.weblate.org/engage/firefish/)
[![Translation bars](https://hosted.weblate.org/widgets/firefish/-/multi-auto.svg)](https://hosted.weblate.org/engage/firefish/)
## Issues
Before creating an issue, please check the following:
- To avoid duplication, please search for similar issues before creating a new issue.
- Do not use Issues to ask questions or troubleshooting.
- Issues should only be used to feature requests, suggestions, and bug tracking.
- Please ask questions or troubleshooting in the [Misskey Forum](https://forum.misskey.io/) or [Discord](https://discord.gg/Wp8gVStHW3).
- Please ask questions or troubleshooting in the [Matrix room](https://matrix.to/#/#firefish:matrix.fedibird.com).
> **Warning**
> Do not close issues that are about to be resolved. It should remain open until a commit that actually resolves it is merged.
## Before implementation
When you want to add a feature or fix a bug, **first have the design and policy reviewed in an Issue** (if it is not there, please make one). Without this step, there is a high possibility that the PR will not be merged even if it is implemented.
When you want to add a feature or fix a bug, **first have the design and policy reviewed in an Issue** (if it is not there, please make one). Without this step, there is a high possibility that the MR will not be merged even if it is implemented.
At this point, you also need to clarify the goals of the PR you will create, and make sure that the other members of the team are aware of them.
PRs that do not have a clear set of do's and don'ts tend to be bloated and difficult to review.
At this point, you also need to clarify the goals of the MR you will create, and make sure that the other members of the team are aware of them.
MRs that do not have a clear set of do's and don'ts tend to be bloated and difficult to review.
Also, when you start implementation, assign yourself to the Issue (if you cannot do it yourself, ask another member to assign you). By expressing your intention to work the Issue, you can prevent conflicts in the work.
## Well-known branches
- **`master`** branch is tracking the latest release and used for production purposes.
- **`develop`** branch is where we work for the next release.
- When you create a PR, basically target it to this branch.
- **`l10n_develop`** branch is reserved for localization management.
- The **`main`** branch is tracking the latest release and used for production purposes.
- The **`develop`** branch is where we work for the next release.
- When you create a MR, basically target it to this branch. **But create a different branch**
- The **`l10n_develop`** branch is reserved for localization management.
- **`feature/*`** branches are reserved for the development of a specific feature
## Creating a PR
Thank you for your PR! Before creating a PR, please check the following:
- If possible, prefix the title with a keyword that identifies the type of this PR, as shown below.
- `fix` / `refactor` / `feat` / `enhance` / `perf` / `chore` etc
- Also, make sure that the granularity of this PR is appropriate. Please do not include more than one type of change or interest in a single PR.
- If there is an Issue which will be resolved by this PR, please include a reference to the Issue in the text.
- Please add the summary of the changes to [`CHANGELOG.md`](/CHANGELOG.md). However, this is not necessary for changes that do not affect the users, such as refactoring.
## Creating a merge request (MR)
Thank you for your MR! Before creating a MR, please check the following:
- If possible, prefix the title with a keyword that identifies the type of this MR, as shown below.
- `fix` / `refactor` / `feat` / `enhance` / `perf` / `chore` etc. You are also welcome to use gitmoji. This is important as we use these to A) easier read the git history and B) generate our changelog. Without propper prefixing it is possible that your MR is rejected.
- Also, make sure that the granularity of this MR is appropriate. Please do not include more than one type of change or interest in a single MR.
- If there is an Issue which will be resolved by this MR, please include a reference to the Issue in the text. Good examples include `Closing: #21` or `Resolves: #21`
- Check if there are any documents that need to be created or updated due to this change.
- For example, you need to update `docs/api-change.md` if the MR includes API changes.
- If you have added a feature or fixed a bug, please add a test case if possible.
- Please make sure that tests and Lint are passed in advance.
- You can run it with `npm run test` and `npm run lint`. [See more info](#testing)
- If this PR includes UI changes, please attach a screenshot in the text.
- Please make sure that formatting, tests and Lint are passed in advance.
- You can run it with `pnpm run format`, `pnpm run test` and `pnpm run lint`. [See more info](#testing)
- If this MR includes UI changes, please attach a screenshot in the text.
Thanks for your cooperation 🤗
@ -54,25 +57,27 @@ Be willing to comment on the good points and not just the things you want fixed
### Review perspective
- Scope
- Are the goals of the PR clear?
- Is the granularity of the PR appropriate?
- Are the goals of the MR clear?
- Is the granularity of the MR appropriate?
- Security
- Does merging this PR create a vulnerability?
- Does merging this MR create a vulnerability?
- Performance
- Will merging this PR cause unexpected performance degradation?
- Will merging this MR cause unexpected performance degradation?
- Is there a more efficient way?
- Testing
- Does the test ensure the expected behavior?
- Are there any omissions or gaps?
- Does it check for anomalies?
## Deploy
The `/deploy` command by issue comment can be used to deploy the contents of a PR to the preview environment.
## Deploy (SOON)
The `/deploy` command by issue comment can be used to deploy the contents of a MR to the preview environment.
```
/deploy sha=<commit hash>
```
An actual domain will be assigned so you can test the federation.
# THE FOLLOWING IS OUTDATED:
## Merge
## Release
@ -88,20 +93,10 @@ An actual domain will be assigned so you can test the federation.
- The target branch must be `master`
- The tag name must be the version
## Localization (l10n)
Misskey uses [Crowdin](https://crowdin.com/project/misskey) for localization management.
You can improve our translations with your Crowdin account.
Your changes in Crowdin are automatically submitted as a PR (with the title "New Crowdin translations") to the repository.
The owner [@syuilo](https://github.com/syuilo) merges the PR into the develop branch before the next release.
If your language is not listed in Crowdin, please open an issue.
![Crowdin](https://d322cqt584bo4o.cloudfront.net/misskey/localized.svg)
## Development
During development, it is useful to use the `npm run dev` command.
During development, it is useful to use the `pnpm run dev` command.
This command monitors the server-side and client-side source files and automatically builds them if they are modified.
In addition, it will also automatically start the Misskey server process.
In addition, it will also automatically start the Firefish server process.
## Testing
- Test codes are located in [`/test`](/test).
@ -119,25 +114,18 @@ Alternatively, prepare an empty (data can be erased) DB and edit `.config/test.y
Run all test.
```
npm run test
yarn test
```
#### Run specify test
```
npx cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT="./test/tsconfig.json" npx mocha test/foo.ts --require ts-node/register
TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT="./test/tsconfig.json" pnpx mocha test/foo.ts --require ts-node/register
```
### e2e tests
TODO
## Continuous integration
Misskey uses GitHub Actions for executing automated tests.
Configuration files are located in [`/.github/workflows`](/.github/workflows).
## Vue
Misskey uses Vue(v3) as its front-end framework.
Firefish uses Vue(v3) as its front-end framework.
- Use TypeScript.
- **When creating a new component, please use the Composition API (with [setup sugar](https://v3.vuejs.org/api/sfc-script-setup.html) and [ref sugar](https://github.com/vuejs/rfcs/discussions/369)) instead of the Options API.**
- **When creating a new component, please use the Composition API (with [setup syntax](https://v3.vuejs.org/api/sfc-script-setup.html) and [ref syntax](https://github.com/vuejs/rfcs/discussions/369)) instead of the Options API.**
- Some of the existing components are implemented in the Options API, but it is an old implementation. Refactors that migrate those components to the Composition API are also welcome.
## nirax
@ -257,7 +245,7 @@ MongoDBは`null`で返してきてたので、その感覚で`if (x === null)`
### Migration作成方法
packages/backendで:
```sh
npx typeorm migration:generate -d ormconfig.js -o <migration name>
pnpm dlx typeorm migration:generate -d ormconfig.js -o <migration name>
```
- 生成後、ファイルをmigration下に移してください

30
COPYING
View file

@ -1,14 +1,24 @@
Unless otherwise stated this repository is
Copyright © 2014-2022 syuilo and contributers
Unless specified otherwise, the entirety of this repository is subject to the following:
Copyright © 2014-2023 syuilo and contributors
Copyright © 2022-2023 Kainoa Kanter and contributors
And is distributed under The GNU Affero General Public License Version 3, you should have received a copy of the license file as LICENSE.
---
Misskey includes several third-party Open-Source softwares.
These specific configuration directories:
Emoji keywords for Unicode 11 and below by Mu-An Chiou
License: MIT
https://github.com/muan/emojilib/blob/master/LICENSE
- .config/
- custom/assets/
and their contents are
Copyright © 2022-2023 Kainoa Kanter and contributors
And are distributed under The Apache License, Version 2.0, you should have received a copy of the license file as LICENSE in each specified directory.
---
Firefish includes several third-party open-source softwares and software libraries.
RsaSignature2017 implementation by Transmute Industries Inc
License: MIT
@ -17,3 +27,11 @@ https://github.com/transmute-industries/RsaSignature2017/blob/master/LICENSE
Machine learning model for sensitive images by Infinite Red, Inc.
License: MIT
https://github.com/infinitered/nsfwjs/blob/master/LICENSE
Chiptune2.js by Simon Gündling
License: MIT
https://github.com/deskjet/chiptune2.js#license
Licenses for all softwares and software libraries installed via the Node Package Manager ("npm") can be found by running the following shell command in the root directory of this repository:
pnpm licenses list

View file

@ -1,32 +1,78 @@
FROM node:16.15.1-bullseye AS builder
## Install dev and compilation dependencies, build files
FROM node:latest as build
WORKDIR /firefish
ARG NODE_ENV=production
# Install compilation dependencies
RUN apt-get update && apt-get install -y libvips42 python3 git wget curl build-essential
RUN mkdir -m777 /opt/rust /opt/cargo
ENV RUSTUP_HOME=/opt/rust CARGO_HOME=/opt/cargo PATH=/opt/cargo/bin:$PATH
RUN wget --https-only --secure-protocol=TLSv1_2 -O- https://sh.rustup.rs | sh /dev/stdin -y
RUN printf '#!/bin/sh\nexport CARGO_HOME=/opt/cargo\nexec /bin/sh "$@"\n' >/usr/local/bin/sh
RUN chmod +x /usr/local/bin/sh
WORKDIR /misskey
# Copy only the cargo dependency-related files first, to cache efficiently
COPY packages/backend/native-utils/Cargo.toml packages/backend/native-utils/Cargo.toml
COPY packages/backend/native-utils/Cargo.lock packages/backend/native-utils/Cargo.lock
COPY packages/backend/native-utils/src/lib.rs packages/backend/native-utils/src/
COPY packages/backend/native-utils/migration/Cargo.toml packages/backend/native-utils/migration/Cargo.toml
COPY packages/backend/native-utils/migration/src/lib.rs packages/backend/native-utils/migration/src/
# Install cargo dependencies
RUN cargo fetch --locked --manifest-path /firefish/packages/backend/native-utils/Cargo.toml
# Copy only the dependency-related files first, to cache efficiently
COPY package.json pnpm*.yaml ./
COPY packages/backend/package.json packages/backend/package.json
COPY packages/client/package.json packages/client/package.json
COPY packages/sw/package.json packages/sw/package.json
COPY packages/firefish-js/package.json packages/firefish-js/package.json
COPY packages/megalodon/package.json packages/megalodon/package.json
COPY packages/backend/native-utils/package.json packages/backend/native-utils/package.json
COPY packages/backend/native-utils/npm/linux-x64-musl/package.json packages/backend/native-utils/npm/linux-x64-musl/package.json
COPY packages/backend/native-utils/npm/linux-arm64-musl/package.json packages/backend/native-utils/npm/linux-arm64-musl/package.json
# Configure pnpm, and install dev mode dependencies for compilation
RUN corepack enable && corepack prepare pnpm@latest --activate && pnpm i --frozen-lockfile
# Copy in the rest of the native-utils rust files
COPY packages/backend/native-utils packages/backend/native-utils/
# Compile native-utils
RUN pnpm run --filter native-utils build
# Copy in the rest of the files to compile
COPY . ./
RUN env NODE_ENV=production sh -c "pnpm run --filter '!native-utils' build && pnpm run gulp"
# Trim down the dependencies to only those for production
RUN pnpm i --prod --frozen-lockfile
## Runtime container
FROM node:latest
WORKDIR /firefish
# Install runtime dependencies
RUN apt-get update && apt-get install -y libvips-dev zip unzip tini ffmpeg
COPY . ./
RUN apt-get update
RUN apt-get install -y build-essential
RUN git submodule update --init
RUN yarn install
RUN yarn build
RUN rm -rf .git
COPY --from=build /firefish/packages/megalodon /firefish/packages/megalodon
FROM node:16.15.1-bullseye-slim AS runner
# Copy node modules
COPY --from=build /firefish/node_modules /firefish/node_modules
COPY --from=build /firefish/packages/backend/node_modules /firefish/packages/backend/node_modules
COPY --from=build /firefish/packages/sw/node_modules /firefish/packages/sw/node_modules
COPY --from=build /firefish/packages/client/node_modules /firefish/packages/client/node_modules
COPY --from=build /firefish/packages/firefish-js/node_modules /firefish/packages/firefish-js/node_modules
WORKDIR /misskey
RUN apt-get update
RUN apt-get install -y ffmpeg tini
COPY --from=builder /misskey/node_modules ./node_modules
COPY --from=builder /misskey/built ./built
COPY --from=builder /misskey/packages/backend/node_modules ./packages/backend/node_modules
COPY --from=builder /misskey/packages/backend/built ./packages/backend/built
COPY --from=builder /misskey/packages/client/node_modules ./packages/client/node_modules
COPY . ./
# Copy the finished compiled files
COPY --from=build /firefish/built /firefish/built
COPY --from=build /firefish/packages/backend/built /firefish/packages/backend/built
COPY --from=build /firefish/packages/backend/assets/instance.css /firefish/packages/backend/assets/instance.css
COPY --from=build /firefish/packages/backend/native-utils/built /firefish/packages/backend/native-utils/built
RUN corepack enable && corepack prepare pnpm@latest --activate
ENV NODE_ENV=production
ENTRYPOINT ["/usr/bin/tini", "--"]
CMD ["npm", "run", "migrateandstart"]
VOLUME "/firefish/files"
ENTRYPOINT [ "/usr/bin/tini", "--" ]
CMD [ "pnpm", "run", "migrateandstart" ]

302
README.md
View file

@ -1,57 +1,279 @@
<div align="center">
<a href="https://misskey-hub.net">
<img src="./assets/title_float.svg" alt="Misskey logo" style="border-radius:50%" width="400"/>
<a href="https://joinfirefish.org/">
<img src="./title.svg" alt="Firefish logo" style="border-radius:50%" width="400"/>
</a>
**🌎 **[Misskey](https://misskey-hub.net/)** is an open source, decentralized social media platform that's free forever! 🚀**
---
<a href="https://misskey-hub.net/instances.html">
<img src="https://custom-icon-badges.herokuapp.com/badge/find_an-instance-acea31?logoColor=acea31&style=for-the-badge&logo=misskey&labelColor=363B40" alt="find an instance"/></a>
**🌎 **[Firefish](https://joinfirefish.org/)** is an open source, decentralized social media platform that's free forever! 🚀**
<a href="https://misskey-hub.net/docs/install.html">
<img src="https://custom-icon-badges.herokuapp.com/badge/create_an-instance-FBD53C?logoColor=FBD53C&style=for-the-badge&logo=server&labelColor=363B40" alt="create an instance"/></a>
<a href="./CONTRIBUTING.md">
<img src="https://custom-icon-badges.herokuapp.com/badge/become_a-contributor-A371F7?logoColor=A371F7&style=for-the-badge&logo=git-merge&labelColor=363B40" alt="become a contributor"/></a>
<a href="https://discord.gg/Wp8gVStHW3">
<img src="https://custom-icon-badges.herokuapp.com/badge/join_the-community-5865F2?logoColor=5865F2&style=for-the-badge&logo=discord&labelColor=363B40" alt="join the community"/></a>
<a href="https://www.patreon.com/syuilo">
<img src="https://custom-icon-badges.herokuapp.com/badge/become_a-patron-F96854?logoColor=F96854&style=for-the-badge&logo=patreon&labelColor=363B40" alt="become a patron"/></a>
---
[![no github badge](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page/)
<!-- [![status badge](https://ci.codeberg.org/api/badges/firefish/firefish/status.svg)](https://ci.codeberg.org/firefish/firefish) -->
[![opencollective badge](https://opencollective.com/firefish/tiers/badge.svg)](https://opencollective.com/Firefish)
[![liberapay badge](https://img.shields.io/liberapay/receives/ThatOneCalculator?logo=liberapay)](https://liberapay.com/ThatOneCalculator)
[![translate-badge](https://hosted.weblate.org/widgets/firefish/-/svg-badge.svg)](https://hosted.weblate.org/engage/firefish/)
<!-- [![docker badge](https://img.shields.io/docker/pulls/thatonecalculator/firefish?logo=docker)](https://hub.docker.com/r/thatonecalculator/firefish) -->
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](./CODE_OF_CONDUCT.md)
</div>
<div>
<a href="https://xn--931a.moe/"><img src="https://github.com/misskey-dev/misskey/blob/develop/assets/ai.png?raw=true" align="right" height="320px"/></a>
<img src="./animated.svg" align="right" height="320px"/>
## ✨ Features
- **ActivityPub support**\
Not on Misskey? No problem! Not only can Misskey instances talk to each other, but you can make friends with people on other networks like Mastodon and Pixelfed!
- **Reactions**\
You can add emoji reactions to any post! No longer are you bound by a like button, show everyone exactly how you feel with the tap of a button.
- **Drive**\
With Misskey's built in drive, you get cloud storage right in your social media, where you can upload any files, make folders, and find media from posts you've made!
- **Rich Web UI**\
Misskey has a rich and easy to use Web UI!
It is highly customizable, from changing the layout and adding widgets to making custom themes.
Furthermore, plugins can be created using AiScript, an original programming language.
- And much more...
# ✨ About Firefish
- Firefish is based off of Misskey, a powerful microblogging server on ActivityPub with features such as emoji reactions, a customizable web UI, rich chatting, and much more!
- Firefish adds many quality of life changes and bug fixes for users and server admins alike.
- Notable differences:
- Improved UI/UX (especially on mobile)
- Post editing
- Content importing
- Improved notifications
- Improved server security
- Improved accessibility
- Improved threads
- Recommended Servers timeline
- OCR image captioning
- New and improved Groups
- Better intro tutorial
- Compatibility with Mastodon clients/apps
- Backfill user information
- Advanced search
- Many more user and admin settings
- Many bug fixes and performance improvements
- Link verification
- So much more!
</div>
<div style="clear: both;"></div>
## Documentation
# 🥂 Links
Misskey Documentation can be found at [Misskey Hub](https://misskey-hub.net/), some of the links and graphics above also lead to specific portions of it.
### Want to get involved? Great!
## Sponsors
<div align="center">
<a class="rss3" title="RSS3" href="https://rss3.io/" target="_blank"><img src="https://rss3.mypinata.cloud/ipfs/QmUG6H3Z7D5P511shn7sB4CPmpjH5uZWu4m5mWX7U3Gqbu" alt="RSS3" height="60"></a>
</div>
- If you have the means to, [donations](https://opencollective.com/Firefish) are a great way to keep us going.
- If you know how to program in TypeScript, Vue, or Rust, read the [contributing](./CONTRIBUTING.md) document.
- If you know a non-English language, translating Firefish on [Weblate](https://hosted.weblate.org/engage/firefish/) help bring Firefish to more people. No technical experience needed!
- Want to write/report about us, have any professional inquiries, or just have questions to ask? Contact us [here!](https://joinfirefish.org/contact/)
### All links
- 🌐 Homepage: <https://joinfirefish.org>
- 💸 Donations:
- OpenCollective: <https://opencollective.com/Firefish>
- Liberapay: <https://liberapay.com/ThatOneCalculator>
- Donate publicly to get your name on the Patron list!
- 🚢 Flagship server: <https://firefish.social>
- 💁 Matrix support room: <https://matrix.to/#/#firefish:matrix.fedibird.com>
- 📣 Official account: <a href="https://fedi.software/@firefish" rel="me">@firefish</a>
- 📜 Server list: <https://joinfirefish.org/join>
- ✍️ Weblate: <https://hosted.weblate.org/engage/firefish/>
- ️️📬 Contact: <https://joinfirefish.org/contact/>
# 🌠 Getting started
Want to just join a Firefish server? View the list here, pick one, and join:
### https://joinfirefish.org/join
---
Want to make your own? Keep reading!
This guide will work for both **starting from scratch** and **migrating from Misskey**.
## 🔰 Easy installers
If you have access to a server that supports one of the sources below, I recommend you use it! Note that these methods *won't* allow you to migrate from Misskey without manual intervention.
[![Install on Ubuntu](https://pool.jortage.com/voringme/misskey/3b62a443-1b44-45cf-8f9e-f1c588f803ed.png)](https://git.joinfirefish.org/firefish/ubuntu-bash-install)  [![Install on the Arch User Repository](https://pool.jortage.com/voringme/misskey/ba2a5c07-f078-43f1-8483-2e01acca9c40.png)](https://aur.archlinux.org/packages/firefish)  [![Install Firefish with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=firefish)
## 🛳️ Containerization
- [🐳 How to run Firefish with Docker](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/docs/docker.md)
- [🛞 How to run Firefish with Kubernetes/Helm](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/docs/kubernetes.md)
## 🧑‍💻 Dependencies
- 🐢 At least [NodeJS](https://nodejs.org/en/) v18.16.0 (v20 recommended)
- 🐘 At least [PostgreSQL](https://www.postgresql.org/) v12 (v14 recommended)
- 🍱 At least [Redis](https://redis.io/) v7
- Web Proxy (one of the following)
- 🍀 Nginx (recommended)
- 🦦 Caddy
- 🪶 Apache
- ⚡ [libvips](https://www.libvips.org/)
### 😗 Optional dependencies
- [FFmpeg](https://ffmpeg.org/) for video transcoding
- Full text search (one of the following)
- 🦔 [Sonic](https://crates.io/crates/sonic-server)
- [MeiliSearch](https://www.meilisearch.com/)
- [ElasticSearch](https://www.elastic.co/elasticsearch/)
- Caching server (one of the following)
- 🐲 [DragonflyDB](https://www.dragonflydb.io/) (recommended)
- 👻 [KeyDB](https://keydb.dev/)
- 🍱 Another [Redis](https://redis.io/) server
### 🏗️ Build dependencies
- 🦀 At least [Rust](https://www.rust-lang.org/) v1.68.0
- 🦬 C/C++ compiler & build tools
- `build-essential` on Debian/Ubuntu Linux
- `base-devel` on Arch Linux
- 🐍 [Python 3](https://www.python.org/)
## 👀 Get folder ready
```sh
git clone https://git.joinfirefish.org/firefish/firefish.git
cd firefish/
```
> **Note**
> By default, you're on the develop branch. Run `git checkout main` or `git checkout beta` to switch to the Main/Beta branches.
## 📩 Install dependencies
```sh
# nvm install 19 && nvm use 19
corepack enable
corepack prepare pnpm@latest --activate
# To build without TensorFlow, append --no-optional
pnpm i # --no-optional
```
### pm2
To install pm2 run:
```
npm i -g pm2
pm2 install pm2-logrotate
```
> **Note**
> [`pm2-logrotate`](https://github.com/keymetrics/pm2-logrotate/blob/master/README.md) ensures that log files don't infinitely gather size, as Firefish produces a lot of logs.
## 🐘 Create database
In PostgreSQL (`psql`), run the following command:
```sql
CREATE DATABASE firefish WITH encoding = 'UTF8';
```
or run the following from the command line:
```sh
psql postgres -c "create database firefish with encoding = 'UTF8';"
```
In Firefish's directory, fill out the `db` section of `.config/default.yml` with the correct information, where the `db` key is `firefish`.
## 💰 Caching server
If you experience a lot of traffic, it's a good idea to set up another Redis-compatible caching server. If you don't set one one up, it'll fall back to the mandatory Redis server. DragonflyDB is the recommended option due to its unrivaled performance and ease of use.
## 🔎 Set up search
### 🦔 Sonic
Sonic is better suited for self hosters with smaller deployments. It uses almost no resources, barely any any disk space, and is relatively fast.
Follow sonic's [installation guide](https://github.com/valeriansaliou/sonic#installation)
> **Note**
> If you use IPv4: in Sonic's directory, edit the `config.cfg` file to change `inet` to `"0.0.0.0:1491"`.
In Firefish's directory, fill out the `sonic` section of `.config/default.yml` with the correct information.
### Meilisearch
Meilisearch is better suited for larger deployments. It's faster but uses far more resources and disk space.
Follow Meilisearch's [quick start guide](https://www.meilisearch.com/docs/learn/getting_started/quick_start)
In Firefish's directory, fill out the `meilisearch` section of `.config/default.yml` with the correct information.
### ElasticSearch
Please don't use ElasticSearch unless you already have an ElasticSearch setup and want to continue using it for Firefish. ElasticSearch is slow, heavy, and offers very few benefits over Sonic/Meilisearch.
## 💅 Customize
- To add custom CSS for all users, edit `./custom/assets/instance.css`.
- To add static assets (such as images for the splash screen), place them in the `./custom/assets/` directory. They'll then be available on `https://yourserver.tld/static-assets/filename.ext`.
- To add custom locales, place them in the `./custom/locales/` directory. If you name your custom locale the same as an existing locale, it will overwrite it. If you give it a unique name, it will be added to the list. Also make sure that the first part of the filename matches the locale you're basing it on. (Example: `en-FOO.yml`)
- To add custom error images, place them in the `./custom/assets/badges` directory, replacing the files already there.
- To add custom sounds, place only mp3 files in the `./custom/assets/sounds` directory.
- To update custom assets without rebuilding, just run `pnpm run gulp`.
- To block ChatGPT, CommonCrawl, or other crawlers from indexing your instance, uncomment the respective rules in `./custom/robots.txt`.
## 🧑‍🔬 Configuring a new server
- Run `cp .config/example.yml .config/default.yml`
- Edit `.config/default.yml`, making sure to fill out required fields.
- Also copy and edit `.config/docker_example.env` to `.config/docker.env` if you're using Docker.
## 🚚 Migrating from Misskey/FoundKey to Firefish
For migrating from Misskey v13, Misskey v12, and FoundKey, read [this document](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/docs/migrate.md).
## 🌐 Web proxy
### 🍀 Nginx (recommended)
- Run `sudo cp ./firefish.nginx.conf /etc/nginx/sites-available/ && cd /etc/nginx/sites-available/`
- Edit `firefish.nginx.conf` to reflect your server properly
- Run `sudo ln -s ./firefish.nginx.conf ../sites-enabled/firefish.nginx.conf`
- Run `sudo nginx -t` to validate that the config is valid, then restart the NGINX service.
### 🦦 Caddy
- Add the following block to your `Caddyfile`, replacing `example.tld` with your own domain:
```caddy
example.tld {
reverse_proxy http://127.0.0.1:3000
}
```
- Reload your caddy configuration
### 🪶 Apache
> **Warning**
> Apache has some known problems with Firefish. Only use it if you have to.
- Run `sudo cp ./firefish.apache.conf /etc/apache2/sites-available/ && cd /etc/apache2/sites-available/`
- Edit `firefish.apache.conf` to reflect your server properly
- Run `sudo a2ensite firefish.apache` to enable the site
- Run `sudo service apache2 restart` to reload apache2 configuration
## 🚀 Build and launch!
### 🐢 NodeJS + pm2
#### `git pull` and run these steps to update Firefish in the future!
```sh
# git pull
pnpm install
NODE_ENV=production pnpm run build && pnpm run migrate
pm2 start "NODE_ENV=production pnpm run start" --name Firefish
```
## 😉 Tips & Tricks
- When editing the config file, please don't fill out the settings at the bottom. They're designed *only* for managed hosting, not self hosting. Those settings are much better off being set in Firefish's control panel.
- Port 3000 (used in the default config) might be already used on your server for something else. To find an open port for Firefish, run `for p in {3000..4000}; do ss -tlnH | tr -s ' ' | cut -d" " -sf4 | grep -q "${p}$" || echo "${p}"; done | head -n 1`. Replace 3000 with the minimum port and 4000 with the maximum port if you need it.
- I'd recommend you use a S3 Bucket/CDN for Object Storage, especially if you use Docker.
- When using object storage, setting a proper `Access-Control-Allow-Origin` response header is highly recommended.
- I'd ***strongly*** recommend against using CloudFlare, but if you do, make sure to turn code minification off.
- For push notifications, run `npx web-push generate-vapid-keys`, then put the public and private keys into Control Panel > General > ServiceWorker.
- For translations, make a [DeepL](https://deepl.com) account and generate an API key, then put it into Control Panel > General > DeepL Translation.
- To add another admin account:
- Go to the user's page > 3 Dots > About > Moderation > turn on "Moderator"
- Go back to Overview > click the clipboard icon next to the ID
- Run `psql -d firefish` (or whatever the database name is)
- Run `UPDATE "user" SET "isAdmin" = true WHERE id='999999';` (replace `999999` with the copied ID)
- Restart your Firefish server

120
RELEASE_NOTES.md Normal file
View file

@ -0,0 +1,120 @@
# Firefish
Welcome to the new era of FIREFISH!
<img src="https://git.joinfirefish.org/firefish/firefish/-/raw/develop/animated.svg" height="320px"/>
# Changelog
## Major changes from last release candidate
- Firefish branding and [new repo](https://git.joinfirefish.org/firefish/firefish)!
- Far better Mastodon API support
- Edits are now non-experimental
- Support for secondary cache server
- Link verification with `rel=me`
- Store antennas in cache
- Post imports with media
- Sytle fixes
- More translations
- Performance upgrades
- Bug fixes
- Faster build
- [FoundKey](https://genau.qwertqwefsday.eu/notes/9h0lqlg05m) -> Firefish migration fixes
## Major changes from stable
All of the above, plus:
- Post editing
- Post imports
- New post design
- New header design
- Better accessibility
- Server silences
- Modmail
- New MFM effects
- Meilisearch search engine
- Channel search
- Improved system emails
- cuid2 IDs
- Emoji skin tones
- New 2FA flow
- Reduced visual clutter
- Deck view improvements
# Upgrading
## If upgrading from v13 (old stable)
**In addition to the rest of the steps after this**:
- Install the Rust toolchain (v1.68.0 or higher): <https://www.rust-lang.org/tools/install>
- (Optional) install Meilisearch to use as a search engine instead of Sonic: <https://www.meilisearch.com/>
- Replace your config file (`.config/default.yml`) with a blank version of the example (`.config/example.yml`) and re-enter the information. This will make things easier.
## Dependencies
- Upgrade to at least Node v20.3.1 (v20.4.0 recommended).
- (Optional, recommended) install DragonflyDB and configure under `cacheServer`: <https://www.dragonflydb.io/>
## Set new repo and pull
```sh
git remote set-url origin https://git.joinfirefish.org/firefish/firefish.git
git pull --ff
```
In case you get an error like:
```
error: The following untracked working tree files would be overwritten by merge:
packages/backend/assets/LICENSE
Please move or remove them before you merge.
Aborting
```
Run:
```sh
rm ./packages/backend/assets/LICENSE
git reset --hard origin/develop
git pull --ff
```
## Upgrade packages
```sh
corepack enable
pnpm i
```
## Build
```sh
NODE_ENV=production pnpm run buld
```
## Migrate
There are 3 new envoriment variables for this upgrade only, because antennas have been moved from the database to the cache.
- `ANTENNA_MIGRATION_SKIP`: skips copying antennas to cache if `true`. Default is `false` (will clear all antennas if skipped).
- `ANTENNA_MIGRATION_COPY_LIMIT`: limits how many entries are copied to cache. Default is `0` (no limit).
- `ANTENNA_MIGRATION_READ_LIMIT`: limits how many entires are read from the database
in each iteration of migration. Large value may result in faster migration, but also may consume more memory. Default is `10000`.
With default options:
```sh
NODE_ENV=production pnpm run migrate
```
With custom options (feel free to only use some):
```sh
NODE_ENV=production ANTENNA_MIGRATION_SKIP=false ANTENNA_MIGRATION_COPY_LIMIT=0 ANTENNA_MIGRATION_READ_LIMIT=1000 pnpm run migrate
```
And then restart Calckey...uh... Firefish!

View file

@ -1,42 +0,0 @@
# Roadmap
The order of individual tasks is a guide only and is subject to change depending on the situation.
Also, the later tasks are more indefinite and are subject to change as development progresses.
## (1) Improve maintainability \<current phase\>
This is the phase we are at now. We need to make a high-maintenance environment that can withstand future development.
- Make the number of type errors zero (backend)
- Probably need to switch some libraries to others that make it difficult to reduce type errors
- e.g. koa to fastify https://github.com/misskey-dev/misskey/issues/7537
- Improve CI
- Fix tests
- mocha, jest, etc. do not support the combination of `TypeScript + ESM + Path alias`, and the tests currently do not work.
- Fix random test failures - https://github.com/misskey-dev/misskey/issues/7985 and https://github.com/misskey-dev/misskey/issues/7986
- Add more tests
- May need to implement a mechanism that allows for DI
- https://github.com/misskey-dev/misskey/pull/9085
- Measure coverage
- https://github.com/misskey-dev/misskey/pull/9081
- Improve documentation
- Refactoring
- Extract the logic of each endpoint definition into a service and just call it
## (2) Improve functionality
Once Phase 1 is complete and an environment conducive to the development of a stable system is in place, the implementation of new functions can begin gradually.
- Improve features for moderation
- OAuth2 support https://github.com/misskey-dev/misskey/issues/8262
- GraphQL support?
## (3) Improve scalability
Once the development of the feature has settled down, this may be an opportunity to make larger modifications.
- Rewriting in Rust?
## (4) Change the world
It is time to promote Misskey and change the world.
- Become more major than services such as Twitter and become critical infrastructure for the world
- MiOS will be developed and integrated into various systems - What is MiOS?
- Letting Ai-chan interfere with the real world
- Make Misskey a member of GAFA; Misskey's office must be a reinforced concrete brutalist building with a courtyard.

View file

@ -1,9 +1,16 @@
# Reporting Security Issues
If you discover a security issue in Misskey, please report it by sending an
email to [syuilotan@yahoo.co.jp](mailto:syuilotan@yahoo.co.jp).
## Minor Security Issues
If you discover a minor security issue in Firefish, please report it by sending an
email to [kainoa@t1c.dev](mailto:kainoa@t1c.dev).
## High Security Issues
If you discover a security issue, which is so high risk, that too much is affected by it, please dont send it over unencrypted communication. You can share your PGP keys with us using kainoa@t1c.dev and after we established a secure communication, send it over E-Mail, or message us using matrix' encrypted private messages at @t1c:matrix.fedibird.com or @cleo:tchncs.de
This will allow us to assess the risk, and make a fix available before we add a
bug report to the GitHub repository.
bug report to the Codeberg repository.
Thanks for helping make Misskey safe for everyone.
Thanks for helping make Firefish safe for everyone.

153
animated.svg Normal file
View file

@ -0,0 +1,153 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1792 1792">
<style>
/* Eyes */
@keyframes firefish-logo-blink {
95% {
transform: scaleY(1);
}
97.5% {
transform: scaleY(0);
}
100% {
transform: scaleY(1);
}
}
#firefish-logo-eye-l,
#firefish-logo-eye-r {
transform-origin: center;
transform-box: fill-box;
animation-name: firefish-logo-blink;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
/* Bubbles */
@keyframes firefish-logo-bloop {
0% {
transform: translateY(400px);
opacity: 0;
}
20% {
opacity: 0;
}
30% {
opacity: 1;
}
80% {
opacity: 1;
}
90% {
opacity: 0;
}
100% {
transform: translateY(-400px);
}
}
.firefish-logo-bubble {
animation-name: firefish-logo-bloop;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-duration: 2s;
animation-timing-function: ease-out;
fill: #31748f;
opacity: 0;
}
#firefish-logo-bubble-1 {
animation-delay: 0s;
}
#firefish-logo-bubble-2 {
animation-delay: .2s;
}
#firefish-logo-bubble-3 {
animation-delay: .6s;
}
#firefish-logo-bubble-4 {
animation-delay: .8s;
}
#firefish-logo-bubble-5 {
animation-delay: 1s;
}
</style>
<defs>
<linearGradient id="firefish-logo-linear-gradient" x1="26.41" y1="1765.71" x2="1492.49" y2="299.62"
gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#ec476d" />
<stop offset="1" stop-color="#f6ae4a" />
</linearGradient>
<linearGradient id="firefish-logo-linear-gradient-purple" x1="512" y1="1788" x2="512" y2="1398.68"
gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#db44db" stop-opacity=".3" />
<stop offset=".11" stop-color="#db44db" stop-opacity=".21" />
<stop offset=".27" stop-color="#db44db" stop-opacity=".12" />
<stop offset=".44" stop-color="#db44db" stop-opacity=".05" />
<stop offset=".65" stop-color="#db44db" stop-opacity=".01" />
<stop offset="1" stop-color="#db44db" stop-opacity="0" />
</linearGradient>
<linearGradient id="firefish-logo-linear-gradient-3" x1="-351.25" y1="1382.82" x2="1150.74" y2="-119.17"
xlink:href="#firefish-logo-linear-gradient" />
<linearGradient id="firefish-logo-linear-gradient-4" x1="412.3" y1="2147.8" x2="1915.31" y2="644.8"
xlink:href="#firefish-logo-linear-gradient" />
<linearGradient id="firefish-logo-linear-gradient-5" x1="28.25" y1="1763.75" x2="1531.25" y2="260.75"
xlink:href="#firefish-logo-linear-gradient" />
</defs>
<!-- Bubbles -->
<circle id="firefish-logo-bubble-1" class="firefish-logo-bubble" cx="205" cy="500" r="40" />
<circle id="firefish-logo-bubble-2" class="firefish-logo-bubble" cx="140" cy="500" r="80" />
<circle id="firefish-logo-bubble-3" class="firefish-logo-bubble" cx="95" cy="500" r="70" />
<circle id="firefish-logo-bubble-4" class="firefish-logo-bubble" cx="200" cy="500" r="40" />
<circle id="firefish-logo-bubble-5" class="firefish-logo-bubble" cx="95" cy="500" r="20" />
<g id="firefish-logo-firefish">
<g id="firefish-logo-fish">
<g id="firefish-logo-body">
<path
d="m928,768.11H96c-53.02,0-96,42.98-96,96v832c0,53.02,42.98,96,96,96h832c53.02,0,96-42.98,96-96v-832c0-53.02-42.98-96-96-96Z"
fill="url(#firefish-logo-linear-gradient)" />
</g>
<g id="firefish-logo-body-purple-grad">
<path
d="m928,768.11H96C42.98,768.11,0,811.09,0,864.11v832c0,53.02,42.98,96,96,96h832c53.02,0,96-42.98,96-96v-832c0-53.02-42.98-96-96-96Z"
fill="url(#firefish-logo-linear-gradient-purple)" />
</g>
<g id="firefish-logo-fin-l">
<path
d="m927.66,639.79h-439.94c-52.98,0-95.94-42.95-95.94-95.94V103.91c0-85.47,103.34-128.27,163.77-67.84l439.94,439.94c60.44,60.44,17.63,163.77-67.84,163.77Z"
fill="url(#firefish-logo-linear-gradient-3)" />
</g>
<g id="firefish-logo-fin-b">
<path
d="m1694.66,1408.11h-445.51c-53.65,0-97.15-43.5-97.15-97.15v-445.51c0-86.55,104.64-129.9,165.84-68.7l445.51,445.51c61.2,61.2,17.86,165.84-68.7,165.84Z"
fill="url(#firefish-logo-linear-gradient-4)" />
</g>
<g id="firefish-logo-fin-r">
<path
d="m1694.66,640h-445.51c-53.65,0-97.15-43.5-97.15-97.15V97.34c0-86.55,104.64-129.9,165.84-68.7l445.51,445.51c61.2,61.2,17.86,165.84-68.7,165.84Z"
fill="url(#firefish-logo-linear-gradient-5)" />
</g>
<g id="firefish-logo-eye-l">
<circle cx="256" cy="1408.11" r="128" fill="#fff" />
</g>
<g id="firefish-logo-eye-r">
<circle cx="576" cy="1408.11" r="128" fill="#fff" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -1,67 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
id="svg10"
version="1.1"
viewBox="0 0 162.642 54.261"
height="205.08"
width="614.71">
<metadata
id="metadata16">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<style>
#g8 {
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, -5px); }
100% { transform: translate(0, 0px); }
}
</style>
<linearGradient id="myGradient" gradientTransform="rotate(90)">
<stop offset="5%" stop-color="#A1CA03" />
<stop offset="95%" stop-color="#91BA03" />
</linearGradient>
<defs
id="defs14" />
<g
id="g8"
fill="url('#myGradient')"
word-spacing="0"
letter-spacing="0"
font-family="OTADESIGN Rounded"
font-weight="400">
<g
id="g4"
style="line-height:476.69509888px;-inkscape-font-specification:'OTADESIGN Rounded'">
<path
id="path2"
font-size="141.034"
aria-label="Mi"
d="m 27.595,34.59 c -1.676,0.006 -3.115,-1.004 -3.793,-2.179 -0.363,-0.513 -1.08,-0.696 -1.09,0 v 3.214 c 0,1.291 -0.47,2.408 -1.412,3.35 -0.915,0.914 -2.031,1.371 -3.35,1.371 -1.29,0 -2.407,-0.457 -3.349,-1.372 -0.914,-0.941 -1.372,-2.058 -1.372,-3.349 V 17.95 c 0,-0.995 0.283,-1.896 0.848,-2.703 0.591,-0.834 1.345,-1.413 2.26,-1.735 0.516591,-0.189385 1.062793,-0.285215 1.613,-0.283 1.453,0 2.664,0.565 3.632,1.695 l 4.832,5.608 c 0.108,0.08 0.424,0.697 1.18,0.697 0.758,0 1.115,-0.617 1.222,-0.698 l 4.791,-5.607 c 0.996,-1.13 2.22,-1.695 3.673,-1.695 0.538,0 1.076,0.094 1.614,0.283 0.914,0.322 1.654,0.9 2.22,1.735 0.591,0.807 0.887,1.708 0.887,2.703 v 17.675 c 0,1.291 -0.47,2.408 -1.412,3.35 -0.915,0.914 -2.032,1.371 -3.35,1.371 -1.291,0 -2.407,-0.457 -3.35,-1.372 -0.914,-0.941 -1.371,-2.058 -1.371,-3.349 v -3.214 c -0.08,-0.877 -0.855,-0.324 -1.13,0 -0.726,1.345 -2.118,2.173 -3.793,2.18 z M 47.806,21.38 c -1.13,0 -2.098333,-0.39 -2.905,-1.17 -0.78,-0.806667 -1.17,-1.775 -1.17,-2.905 0,-1.13 0.39,-2.085 1.17,-2.865 0.806667,-0.806667 1.775,-1.21 2.905,-1.21 1.13,0 2.098667,0.403333 2.906,1.21 0.806667,0.78 1.21,1.735 1.21,2.865 0,1.13 -0.403333,2.098333 -1.21,2.905 -0.807333,0.78 -1.776,1.17 -2.906,1.17 z m 0.04,0.808 c 1.13,0 2.085333,0.403333 2.866,1.21 0.806667,0.806667 1.21,1.775333 1.21,2.906 v 9.967 c 0,1.13 -0.403333,2.098333 -1.21,2.905 -0.78,0.78 -1.735333,1.17 -2.866,1.17 -1.129333,0 -2.097667,-0.39 -2.905,-1.17 -0.806667,-0.806667 -1.21,-1.775 -1.21,-2.905 v -9.967 c 0,-1.13 0.403333,-2.098667 1.21,-2.906 0.806667,-0.806667 1.775,-1.21 2.905,-1.21 z"
style="font-size:141.03399658px;-inkscape-font-specification:'OTADESIGN Rounded'" />
</g>
<path
id="path6"
d="M60.925 27.24q.968.243 2.42.525 2.42.403 3.792 1.29 2.582 1.695 2.582 5.083 0 2.743-1.815 4.478-2.098 2.017-5.85 2.017-2.742 0-6.13-.767-1.09-.242-1.776-1.089-.645-.847-.645-1.896 0-1.29.887-2.178.928-.928 2.179-.928.363 0 .685.081 1.17.242 4.478.605.444 0 .968-.04.202 0 .202-.242.04-.202-.242-.283-1.372-.242-2.542-.524-1.33-.282-1.896-.484-1.129-.323-1.895-.847-2.582-1.694-2.622-5.083 0-2.702 1.855-4.477 2.26-2.179 6.414-1.977 2.783.121 5.567.726 1.048.242 1.734 1.09.686.846.686 1.936 0 1.25-.928 2.178-.887.887-2.178.887-.323 0-.645-.08-1.17-.242-4.518-.565-.404-.04-.767 0-.323.04-.323.242.04.242.323.323zm17.555 0q.968.243 2.42.525 2.42.403 3.792 1.29 2.581 1.695 2.581 5.083 0 2.743-1.815 4.478-2.098 2.017-5.849 2.017-2.743 0-6.131-.767-1.09-.242-1.775-1.089-.646-.847-.646-1.896 0-1.29.888-2.178.927-.928 2.178-.928.363 0 .686.081 1.17.242 4.477.605.444 0 .968-.04.202 0 .202-.242.04-.202-.242-.283-1.371-.242-2.541-.524-1.331-.282-1.896-.484-1.13-.323-1.896-.847-2.582-1.694-2.622-5.083 0-2.702 1.855-4.477 2.26-2.179 6.414-1.977 2.784.121 5.567.726 1.049.242 1.735 1.09.685.846.685 1.936 0 1.25-.927 2.178-.888.887-2.179.887-.322 0-.645-.08-1.17-.242-4.518-.565-.403-.04-.767 0-.322.04-.322.242.04.242.322.323zm26.075 3.335q.12.08 2.864 2.783 1.25 1.21 1.25 2.945 0 1.613-1.17 2.864-1.17 1.21-2.904 1.21-1.654 0-2.864-1.17l-4.034-3.913q-.161-.12-.323-.12-.322 0-.322 1.21 0 1.694-1.21 2.904-1.21 1.17-2.905 1.17-1.694 0-2.904-1.17-1.17-1.21-1.17-2.905V17.586q0-1.694 1.17-2.864 1.21-1.21 2.904-1.21t2.904 1.21q1.21 1.17 1.21 2.864v6.293q0 .403.283.524.242.121.524-.08.162-.081 4.841-3.188 1.049-.645 2.259-.645 2.219 0 3.429 1.815.645 1.05.645 2.26 0 2.218-1.815 3.428l-2.541 1.614v.04l-.081.04q-.565.363-.04.888zm15.599 10.058q-4.195 0-7.18-2.945-2.945-2.985-2.945-7.18 0-4.155 2.945-7.1 2.985-2.985 7.18-2.985 4.155 0 6.979 2.784.928.927.928 2.259 0 1.33-.928 2.259l-4.68 4.639q-1.008 1.008-2.016 1.008-1.453 0-2.26-.807-.806-.807-.806-2.138 0-1.29.928-2.218l.806-.847q.162-.121.081-.243-.12-.08-.323-.04-.806.202-1.371.807-1.13 1.09-1.13 2.622 0 1.573 1.09 2.703 1.13 1.089 2.702 1.089 1.533 0 2.622-1.13.928-.927 2.26-.927 1.33 0 2.258.927.928.928.928 2.26 0 1.33-.928 2.258-2.985 2.945-7.14 2.945zm29.259-15.786v5.607q0 .564-.08 1.21v7.382q0 4.518-2.744 7.22-2.702 2.703-7.301 2.703-2.662 0-4.8-1.008-2.138-.968-2.138-3.348 0-.807.363-1.533.968-2.179 3.348-2.179.565 0 1.573.323 1.009.323 1.654.323 1.694 0 2.219-.726.201-.283.08-.444-.161-.242-.564-.161-.686.12-1.493.12-4.074 0-6.979-2.904-2.904-2.904-2.904-6.978v-5.607q0-1.695 1.17-2.864 1.21-1.21 2.904-1.21t2.905 1.21q1.21 1.17 1.21 2.864v5.607q0 .685.484 1.21.524.484 1.21.484.726 0 1.21-.484.484-.525.484-1.21v-5.607q0-1.695 1.21-2.864 1.21-1.21 2.905-1.21 1.694 0 2.864 1.21 1.21 1.17 1.21 2.864z"
style="line-height:136.34428406px;-inkscape-font-specification:'OTADESIGN Rounded'" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.1 KiB

12
biome.json Normal file
View file

@ -0,0 +1,12 @@
{
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}

23
chart/.helmignore Normal file
View file

@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/

View file

@ -1,3 +1,38 @@
apiVersion: v2
name: misskey
version: 0.0.0
name: firefish
description: A fun, new, open way to experience social media https://joinfirefish.org
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 'v1.0.4-beta31'
dependencies:
- name: elasticsearch
version: 19.0.1
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: elasticsearch.enabled
- name: postgresql
version: 11.1.3
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: postgresql.enabled
- name: redis
version: 16.13.2
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: redis.enabled

89
chart/README.md Normal file
View file

@ -0,0 +1,89 @@
# firefish
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: rc](https://img.shields.io/badge/AppVersion-rc-informational?style=flat-square)
A fun, new, open way to experience social media https://joinfirefish.org
## Requirements
| Repository | Name | Version |
|------------|------|---------|
| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | elasticsearch | 19.0.1 |
| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | postgresql | 11.1.3 |
| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | redis | 16.13.2 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| autoscaling.enabled | bool | `false` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| firefish.allowedPrivateNetworks | list | `[]` | If you want to allow firefish to connect to private ips, enter the cidrs here. |
| firefish.deepl.authKey | string | `""` | |
| firefish.deepl.isPro | bool | `false` | |
| firefish.deepl.managed | bool | `false` | |
| firefish.domain | string | `"firefish.local"` | |
| firefish.isManagedHosting | bool | `true` | |
| firefish.libreTranslate.apiKey | string | `""` | |
| firefish.libreTranslate.apiUrl | string | `""` | |
| firefish.libreTranslate.managed | bool | `false` | |
| firefish.objectStorage.access_key | string | `""` | |
| firefish.objectStorage.access_secret | string | `""` | |
| firefish.objectStorage.baseUrl | string | `""` | |
| firefish.objectStorage.bucket | string | `""` | |
| firefish.objectStorage.endpoint | string | `""` | |
| firefish.objectStorage.managed | bool | `true` | |
| firefish.objectStorage.prefix | string | `"files"` | |
| firefish.objectStorage.region | string | `""` | |
| firefish.reservedUsernames[0] | string | `"root"` | |
| firefish.reservedUsernames[1] | string | `"admin"` | |
| firefish.reservedUsernames[2] | string | `"administrator"` | |
| firefish.reservedUsernames[3] | string | `"me"` | |
| firefish.reservedUsernames[4] | string | `"system"` | |
| firefish.smtp.from_address | string | `"notifications@example.com"` | |
| firefish.smtp.login | string | `""` | |
| firefish.smtp.managed | bool | `true` | |
| firefish.smtp.password | string | `""` | |
| firefish.smtp.port | int | `587` | |
| firefish.smtp.server | string | `"smtp.mailgun.org"` | |
| firefish.smtp.useImplicitSslTls | bool | `false` | |
| elasticsearch | object | `{"auth":{},"enabled":false,"hostname":"","port":9200,"ssl":false}` | https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch#parameters |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"registry.joinfirefish.org/firefish/firefish"` | |
| image.tag | string | `""` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"chart-example.local"` | |
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| postgresql.auth.database | string | `"firefish_production"` | |
| postgresql.auth.password | string | `""` | |
| postgresql.auth.username | string | `"firefish"` | |
| postgresql.enabled | bool | `true` | disable if you want to use an existing db; in which case the values below must match those of that external postgres instance |
| redis.auth.password | string | `""` | you must set a password; the password generated by the redis chart will be rotated on each upgrade: |
| redis.enabled | bool | `true` | |
| redis.hostname | string | `""` | |
| redis.port | int | `6379` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
| service.port | int | `80` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| tolerations | list | `[]` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

View file

@ -1,8 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "misskey.fullname" . }}-configuration
data:
default.yml: |-
{{ .Files.Get "files/default.yml"|nindent 4 }}
url: {{ .Values.url }}

View file

@ -1,47 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "misskey.fullname" . }}
labels:
{{- include "misskey.labels" . | nindent 4 }}
spec:
selector:
matchLabels:
{{- include "misskey.selectorLabels" . | nindent 6 }}
replicas: 1
template:
metadata:
labels:
{{- include "misskey.selectorLabels" . | nindent 8 }}
spec:
containers:
- name: misskey
image: {{ .Values.image }}
env:
- name: NODE_ENV
value: {{ .Values.environment }}
volumeMounts:
- name: {{ include "misskey.fullname" . }}-configuration
mountPath: /misskey/.config
readOnly: true
ports:
- containerPort: 3000
- name: postgres
image: postgres:14-alpine
env:
- name: POSTGRES_USER
value: "example-misskey-user"
- name: POSTGRES_PASSWORD
value: "example-misskey-pass"
- name: POSTGRES_DB
value: "misskey"
ports:
- containerPort: 5432
- name: redis
image: redis:alpine
ports:
- containerPort: 6379
volumes:
- name: {{ include "misskey.fullname" . }}-configuration
configMap:
name: {{ include "misskey.fullname" . }}-configuration

22
chart/templates/NOTES.txt Normal file
View file

@ -0,0 +1,22 @@
1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- else if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "firefish.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
echo http://$NODE_IP:$NODE_PORT
{{- else if contains "LoadBalancer" .Values.service.type }}
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "firefish.fullname" . }}'
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "firefish.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}")
echo http://$SERVICE_IP:{{ .Values.service.port }}
{{- else if contains "ClusterIP" .Values.service.type }}
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "firefish.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}")
echo "Visit http://127.0.0.1:8080 to use your application"
kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT
{{- end }}

View file

@ -1,14 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "misskey.fullname" . }}
annotations:
dev.okteto.com/auto-ingress: "true"
spec:
type: ClusterIP
ports:
- port: 3000
protocol: TCP
name: http
selector:
{{- include "misskey.selectorLabels" . | nindent 4 }}

View file

@ -1,7 +1,7 @@
{{/*
Expand the name of the chart.
*/}}
{{- define "misskey.name" -}}
{{- define "firefish.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
{{- end }}
@ -10,7 +10,7 @@ Create a default fully qualified app name.
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
If release name contains chart name it will be used as a full name.
*/}}
{{- define "misskey.fullname" -}}
{{- define "firefish.fullname" -}}
{{- if .Values.fullnameOverride }}
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }}
{{- else }}
@ -26,16 +26,16 @@ If release name contains chart name it will be used as a full name.
{{/*
Create chart name and version as used by the chart label.
*/}}
{{- define "misskey.chart" -}}
{{- define "firefish.chart" -}}
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
{{- end }}
{{/*
Common labels
*/}}
{{- define "misskey.labels" -}}
helm.sh/chart: {{ include "misskey.chart" . }}
{{ include "misskey.selectorLabels" . }}
{{- define "firefish.labels" -}}
helm.sh/chart: {{ include "firefish.chart" . }}
{{ include "firefish.selectorLabels" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
@ -45,18 +45,283 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
{{/*
Selector labels
*/}}
{{- define "misskey.selectorLabels" -}}
app.kubernetes.io/name: {{ include "misskey.name" . }}
{{- define "firefish.selectorLabels" -}}
app.kubernetes.io/name: {{ include "firefish.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}
{{/*
Create the name of the service account to use
*/}}
{{- define "misskey.serviceAccountName" -}}
{{- define "firefish.serviceAccountName" -}}
{{- if .Values.serviceAccount.create }}
{{- default (include "misskey.fullname" .) .Values.serviceAccount.name }}
{{- default (include "firefish.fullname" .) .Values.serviceAccount.name }}
{{- else }}
{{- default "default" .Values.serviceAccount.name }}
{{- end }}
{{- end }}
{{/*
Create a default fully qualified name for dependent services.
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
*/}}
{{- define "firefish.elasticsearch.fullname" -}}
{{- printf "%s-%s" .Release.Name "elasticsearch" | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{- define "firefish.redis.fullname" -}}
{{- printf "%s-%s" .Release.Name "redis" | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{- define "firefish.postgresql.fullname" -}}
{{- printf "%s-%s" .Release.Name "postgresql" | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{/*
config/default.yml content
*/}}
{{- define "firefish.configDir.default.yml" -}}
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Firefish configuration
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# ┌─────┐
#───┘ URL └─────────────────────────────────────────────────────
# Final accessible URL seen by a user.
url: "https://{{ .Values.firefish.domain }}/"
# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
# URL SETTINGS AFTER THAT!
# ┌───────────────────────┐
#───┘ Port and TLS settings └───────────────────────────────────
#
# Firefish requires a reverse proxy to support HTTPS connections.
#
# +----- https://example.tld/ ------------+
# +------+ |+-------------+ +----------------+|
# | User | ---> || Proxy (443) | ---> | Firefish (3000) ||
# +------+ |+-------------+ +----------------+|
# +---------------------------------------+
#
# You need to set up a reverse proxy. (e.g. nginx)
# An encrypted connection with HTTPS is highly recommended
# because tokens may be transferred in GET requests.
# The port that your Firefish server should listen on.
port: 3000
# ┌──────────────────────────┐
#───┘ PostgreSQL configuration └────────────────────────────────
db:
{{- if .Values.postgresql.enabled }}
host: {{ template "firefish.postgresql.fullname" . }}
port: 5432
{{- else }}
host: {{ .Values.postgresql.postgresqlHostname }}
port: {{ .Values.postgresql.postgresqlPort | default 5432 }}
{{- end }}
# Database name
db: {{ .Values.postgresql.auth.database }}
# Auth
user: {{ .Values.postgresql.auth.username }}
pass: "{{ .Values.postgresql.auth.password }}"
# Whether disable Caching queries
#disableCache: true
# Extra Connection options
#extra:
# ssl:
# host: localhost
# rejectUnauthorized: false
# ┌─────────────────────┐
#───┘ Redis configuration └─────────────────────────────────────
redis:
{{- if .Values.redis.enabled }}
host: {{ template "firefish.redis.fullname" . }}-master
{{- else }}
host: {{ required "When the redis chart is disabled .Values.redis.hostname is required" .Values.redis.hostname }}
{{- end }}
port: {{ .Values.redis.port | default 6379 }}
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
pass: {{ .Values.redis.auth.password | quote }}
#prefix: example-prefix
#db: 1
#user: default
#tls:
# host: localhost
# rejectUnauthorized: false
# ┌─────────────────────┐
#───┘ Sonic configuration └─────────────────────────────────────
#sonic:
# host: localhost
# port: 1491
# auth: SecretPassword
# collection: notes
# bucket: default
# ┌─────────────────────────────┐
#───┘ Elasticsearch configuration └─────────────────────────────
{{- if .Values.elasticsearch.enabled }}
elasticsearch:
host: {{ template "mastodon.elasticsearch.fullname" . }}-master-hl
port: 9200
ssl: false
{{- else if .Values.elasticsearch.hostname }}
elasticsearch:
host: {{ .Values.elasticsearch.hostname | quote }}
port: {{ .Values.elasticsearch.port }}
ssl: {{ .Values.elasticsearch.ssl }}
{{- if .Values.elasticsearch.auth }}
user: {{ .Values.elasticsearch.auth.username | quote }}
pass: {{ .Values.elasticsearch.auth.password | quote }}
{{- end }}
{{- end }}
# ┌───────────────┐
#───┘ ID generation └───────────────────────────────────────────
# You can select the ID generation method.
# You don't usually need to change this setting, but you can
# change it according to your preferences.
# Available methods:
# aid ... Short, Millisecond accuracy
# meid ... Similar to ObjectID, Millisecond accuracy
# ulid ... Millisecond accuracy
# objectid ... This is left for backward compatibility
# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
# ID SETTINGS AFTER THAT!
id: 'aid'
# ┌─────────────────────┐
#───┘ Other configuration └─────────────────────────────────────
# Max note length, should be < 8000.
#maxNoteLength: 3000
# Maximum lenght of an image caption or file comment (default 1500, max 8192)
#maxCaptionLength: 1500
# Reserved usernames that only the administrator can register with
reservedUsernames: {{ .Values.firefish.reservedUsernames | toJson }}
# Whether disable HSTS
#disableHsts: true
# Number of worker processes
#clusterLimit: 1
# Job concurrency per worker
# deliverJobConcurrency: 128
# inboxJobConcurrency: 16
# Job rate limiter
# deliverJobPerSec: 128
# inboxJobPerSec: 16
# Job attempts
# deliverJobMaxAttempts: 12
# inboxJobMaxAttempts: 8
# IP address family used for outgoing request (ipv4, ipv6 or dual)
#outgoingAddressFamily: ipv4
# Syslog option
#syslog:
# host: localhost
# port: 514
# Proxy for HTTP/HTTPS
#proxy: http://127.0.0.1:3128
#proxyBypassHosts: [
# 'example.com',
# '192.0.2.8'
#]
# Proxy for SMTP/SMTPS
#proxySmtp: http://127.0.0.1:3128 # use HTTP/1.1 CONNECT
#proxySmtp: socks4://127.0.0.1:1080 # use SOCKS4
#proxySmtp: socks5://127.0.0.1:1080 # use SOCKS5
# Media Proxy
#mediaProxy: https://example.com/proxy
# Proxy remote files (default: false)
#proxyRemoteFiles: true
allowedPrivateNetworks: {{ .Values.firefish.allowedPrivateNetworks | toJson }}
# TWA
#twa:
# nameSpace: android_app
# packageName: tld.domain.twa
# sha256CertFingerprints: ['AB:CD:EF']
# Upload or download file size limits (bytes)
#maxFileSize: 262144000
# Managed hosting settings
# !!!!!!!!!!
# >>>>>> NORMAL SELF-HOSTERS, STAY AWAY! <<<<<<
# >>>>>> YOU DON'T NEED THIS! <<<<<<
# !!!!!!!!!!
# Each category is optional, but if each item in each category is mandatory!
# If you mess this up, that's on you, you've been warned...
#maxUserSignups: 100
isManagedHosting: {{ .Values.firefish.isManagedHosting }}
deepl:
managed: {{ .Values.firefish.deepl.managed }}
authKey: {{ .Values.firefish.deepl.authKey | quote}}
isPro: {{ .Values.firefish.deepl.isPro }}
libreTranslate:
managed: {{ .Values.firefish.libreTranslate.managed }}
apiUrl: {{ .Values.firefish.libreTranslate.apiUrl | quote }}
apiKey: {{ .Values.firefish.libreTranslate.apiKey | quote }}
email:
managed: {{ .Values.firefish.smtp.managed }}
address: {{ .Values.firefish.smtp.from_address | quote }}
host: {{ .Values.firefish.smtp.server | quote }}
port: {{ .Values.firefish.smtp.port }}
user: {{ .Values.firefish.smtp.login | quote }}
pass: {{ .Values.firefish.smtp.password | quote }}
useImplicitSslTls: {{ .Values.firefish.smtp.useImplicitSslTls }}
objectStorage:
managed: {{ .Values.firefish.objectStorage.managed }}
baseUrl: {{ .Values.firefish.objectStorage.baseUrl | quote }}
bucket: {{ .Values.firefish.objectStorage.bucket | quote }}
prefix: {{ .Values.firefish.objectStorage.prefix | quote }}
endpoint: {{ .Values.firefish.objectStorage.endpoint | quote }}
region: {{ .Values.firefish.objectStorage.region | quote }}
accessKey: {{ .Values.firefish.objectStorage.access_key | quote }}
secretKey: {{ .Values.firefish.objectStorage.access_secret | quote }}
useSsl: true
connnectOverProxy: false
setPublicReadOnUpload: true
s3ForcePathStyle: true
# !!!!!!!!!!
# >>>>>> AGAIN, NORMAL SELF-HOSTERS, STAY AWAY! <<<<<<
# >>>>>> YOU DON'T NEED THIS, ABOVE SETTINGS ARE FOR MANAGED HOSTING ONLY! <<<<<<
# !!!!!!!!!!
# Seriously. Do NOT fill out the above settings if you're self-hosting.
# They're much better off being set from the control panel.
{{- end }}

View file

@ -0,0 +1,82 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "firefish.fullname" . }}
labels:
{{- include "firefish.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
selector:
matchLabels:
{{- include "firefish.selectorLabels" . | nindent 6 }}
template:
metadata:
annotations:
checksum/secret-config: {{ include ( print $.Template.BasePath "/secret-config.yaml" ) . | sha256sum | quote }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "firefish.selectorLabels" . | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "firefish.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
volumes:
- name: config-volume
secret:
secretName: {{ template "firefish.fullname" . }}-config
containers:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
- pnpm
- run
- start
env:
- name: "NODE_ENV"
value: "production"
volumeMounts:
- name: config-volume
mountPath: /firefish/.config
ports:
- name: http
containerPort: 3000
protocol: TCP
startupProbe:
httpGet:
path: /
port: http
failureThreshold: 30
periodSeconds: 10
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}

28
chart/templates/hpa.yaml Normal file
View file

@ -0,0 +1,28 @@
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "firefish.fullname" . }}
labels:
{{- include "firefish.labels" . | nindent 4 }}
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: {{ include "firefish.fullname" . }}
minReplicas: {{ .Values.autoscaling.minReplicas }}
maxReplicas: {{ .Values.autoscaling.maxReplicas }}
metrics:
{{- if .Values.autoscaling.targetCPUUtilizationPercentage }}
- type: Resource
resource:
name: cpu
targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }}
{{- end }}
{{- if .Values.autoscaling.targetMemoryUtilizationPercentage }}
- type: Resource
resource:
name: memory
targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
{{- end }}
{{- end }}

View file

@ -0,0 +1,61 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "firefish.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
{{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }}
{{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}}
{{- end }}
{{- end }}
{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}}
apiVersion: networking.k8s.io/v1
{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}}
apiVersion: networking.k8s.io/v1beta1
{{- else -}}
apiVersion: extensions/v1beta1
{{- end }}
kind: Ingress
metadata:
name: {{ $fullName }}
labels:
{{- include "firefish.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }}
ingressClassName: {{ .Values.ingress.className }}
{{- end }}
{{- if .Values.ingress.tls }}
tls:
{{- range .Values.ingress.tls }}
- hosts:
{{- range .hosts }}
- {{ . | quote }}
{{- end }}
secretName: {{ .secretName }}
{{- end }}
{{- end }}
rules:
{{- range .Values.ingress.hosts }}
- host: {{ .host | quote }}
http:
paths:
{{- range .paths }}
- path: {{ .path }}
{{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }}
pathType: {{ .pathType }}
{{- end }}
backend:
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
service:
name: {{ $fullName }}
port:
number: {{ $svcPort }}
{{- else }}
serviceName: {{ $fullName }}
servicePort: {{ $svcPort }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

View file

@ -0,0 +1,59 @@
apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "firefish.fullname" . }}-db-migrate
labels:
{{- include "firefish.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": post-install,pre-upgrade
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
"helm.sh/hook-weight": "-2"
spec:
template:
metadata:
name: {{ include "firefish.fullname" . }}-db-migrate
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
restartPolicy: Never
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "firefish.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
volumes:
- name: config-volume
secret:
secretName: {{ template "firefish.fullname" . }}-config
containers:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
- pnpm
- run
- migrate
env:
- name: "NODE_ENV"
value: "production"
volumeMounts:
- name: config-volume
mountPath: /firefish/.config
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}

View file

@ -0,0 +1,9 @@
apiVersion: v1
kind: Secret
metadata:
name: {{ template "firefish.fullname" . }}-config
labels:
{{- include "firefish.labels" . | nindent 4 }}
type: Opaque
data:
default.yml: {{ include "firefish.configDir.default.yml" . | b64enc }}

View file

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "firefish.fullname" . }}
labels:
{{- include "firefish.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "firefish.selectorLabels" . | nindent 4 }}

View file

@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "firefish.serviceAccountName" . }}
labels:
{{- include "firefish.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}

View file

@ -0,0 +1,15 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "firefish.fullname" . }}-test-connection"
labels:
{{- include "firefish.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "firefish.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never

168
chart/values.yaml Normal file
View file

@ -0,0 +1,168 @@
# Default values for firefish.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: registry.joinfirefish.org/firefish/firefish
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
firefish:
isManagedHosting: true
domain: firefish.local
deepl:
managed: false
authKey: ""
isPro: false
libreTranslate:
managed: false
apiUrl: ""
apiKey: ""
smtp:
managed: true
from_address: notifications@example.com
port: 587
server: smtp.mailgun.org
useImplicitSslTls: false
login: ""
password: ""
objectStorage:
managed: true
access_key: ""
access_secret: ""
baseUrl: "" # e.g. "https://my-bucket.nyc3.cdn.digitaloceanspaces.com"
bucket: "" # e.g. "my-bucket"
prefix: files
endpoint: "" # e.g. "nyc3.digitaloceanspaces.com:443"
region: "" # e.g. "nyc3"
# -- If you want to allow firefish to connect to private ips, enter the cidrs here.
allowedPrivateNetworks: []
# - "10.0.0.0/8"
reservedUsernames:
- root
- admin
- administrator
- me
- system
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql#parameters
postgresql:
# -- disable if you want to use an existing db; in which case the values below
# must match those of that external postgres instance
enabled: true
# postgresqlHostname: preexisting-postgresql
# postgresqlPort: 5432
auth:
database: firefish_production
username: firefish
# you must set a password; the password generated by the postgresql chart will
# be rotated on each upgrade:
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql#upgrade
password: ""
# https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters
redis:
# disable if you want to use an existing redis instance; in which case the
# values below must match those of that external redis instance
enabled: true
hostname: ""
port: 6379
auth:
# -- you must set a password; the password generated by the redis chart will be
# rotated on each upgrade:
password: ""
# -- https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch#parameters
elasticsearch:
# disable if you want to use an existing redis instance; in which case the
# values below must match those of that external elasticsearch instance
enabled: false
hostname: ""
port: 9200
ssl: false
auth: {}
# username: ""
# password: ""
# @ignored
image:
tag: 7
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
port: 80
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}

View file

@ -1,3 +0,0 @@
url: https://example.tld/
image: okteto.dev/misskey
environment: production

98
cliff.toml Normal file
View file

@ -0,0 +1,98 @@
# configuration file for git-cliff (0.1.0)
[changelog]
# changelog header
header = """
# Changelog\n
"""
# template for the changelog body
# https://tera.netlify.app/docs/#introduction
body = """
{% if version %}\
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
{% else %}\
## [unreleased]
{% endif %}\
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | upper_first }}
{% for commit in commits %}
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}\n
"""
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
<!-- generated by git-cliff -->
"""
[git]
# parse the commits based on https://www.conventionalcommits.org
conventional_commits = false
# filter out the commits that are not conventional
filter_unconventional = true
# process each line of a commit as an individual commit
split_commits = false
# regex for parsing and grouping commits
commit_parsers = [
{ message = "^feat", group = "Features"},
{ message = "^add", group = "Features"},
{ message = "^fix", group = "Bug Fixes"},
{ message = "^prevent", group = "Bug Fixes"},
{ message = "^doc", group = "Documentation"},
{ message = "^perf", group = "Performance"},
{ message = "^🎨", group = "Refactor"},
{ message = "^enhance", group = "Refactor"},
{ message = "^⚡️", group = "Refactor"},
{ message = "^🔥", group = "Features"},
{ message = "^🐛", group = "Bug Fixes"},
{ message = "^🚑️", group = "Bug Fixes"},
{ message = "^block", group = "Bug Fixes"},
{ message = "^✨", group = "Features"},
{ message = "^📝", group = "Documentation"},
{ message = "^🚀", group = "Features"},
{ message = "^💄", group = "Styling"},
{ message = "^✅", group = "Testing"},
{ message = "^🔒️", group = "Security"},
{ message = "^🚨", group = "Testing"},
{ message = "^💚", group = "CI"},
{ message = "^👷", group = "CI"},
{ message = "^⬇️", group = "Miscellaneous Tasks"},
{ message = "^⬆️", group = "Miscellaneous Tasks"},
{ message = "^📌", group = "Miscellaneous Tasks"},
{ message = "^", group = "Miscellaneous Tasks"},
{ message = "^", group = "Miscellaneous Tasks"},
{ message = "^♻️", group = "Refactor"},
{ message = "^🔧", group = "CI"},
{ message = "^🔨", group = "CI"},
{ message = "^🌐", group = "Localization"},
{ message = "^✏️", group = "Localization"},
{ message = "^👽️", group = "Bug Fixes"},
{ message = "^🍱", group = "Styling"},
{ message = "^♿️", group = "Styling"},
{ message = "^🩹", group = "Bug Fixes"},
{ message = "^refactor", group = "Refactor"},
{ message = "^style", group = "Styling"},
{ message = "^test", group = "Testing"},
{ message = "^chore\\(release\\): prepare for", skip = true},
{ message = "^chore", group = "Miscellaneous Tasks"},
{ message = "^update", group = "Miscellaneous Tasks"},
{ body = ".*security", group = "Security"},
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits = false
# filter out the commits that are not matched by commit parsers
filter_commits = false
# glob pattern for matching git tags
tag_pattern = "v[0-9]*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags
ignore_tags = ""
# sort the tags chronologically
date_order = false
# sort the commits inside sections by oldest/newest order
sort_commits = "oldest"
# limit the number of commits included in the changelog.
# limit_commits = 42

View file

@ -1,4 +0,0 @@
files:
- source: /locales/ja-JP.yml
translation: /locales/%locale%.yml
update_option: update_as_unapproved

13
custom/assets/LICENSE Normal file
View file

@ -0,0 +1,13 @@
Copyright 2023 Firefish
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View file

@ -0,0 +1,7 @@
/*
* !!! WARNING !!!
* Editing this file may cause your instance to break for EVERYONE.
* Please know what you're doing and test it out with regular user custom CSS.
* With that said, GLHF!
* This may eventuallly be replaced with a function in the admin panel.
*/

14
custom/assets/robots.txt Normal file
View file

@ -0,0 +1,14 @@
User-agent: *
Allow: /
# Uncomment the following to block CommonCrawl
#
# User-agent: CCBot
# User-agent: CCBot/2.0
# User-agent: CCBot/3.1
# Disallow: /
# Uncomment the following to block ChatGPT
#
# User-agent: GPTBot
# Disallow: /

0
custom/locales/.gitkeep Normal file
View file

View file

@ -1,12 +1,12 @@
import { defineConfig } from 'cypress'
import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:61812',
},
})
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require("./cypress/plugins/index.js")(on, config);
},
baseUrl: "http://localhost:61812",
},
});

View file

@ -1,4 +1,4 @@
describe('Before setup instance', () => {
describe("Before setup instance", () => {
beforeEach(() => {
cy.resetState();
});
@ -9,31 +9,31 @@ describe('Before setup instance', () => {
cy.wait(1000);
});
it('successfully loads', () => {
cy.visit('/');
});
it("successfully loads", () => {
cy.visit("/");
});
it('setup instance', () => {
cy.visit('/');
it("setup instance", () => {
cy.visit("/");
cy.intercept('POST', '/api/admin/accounts/create').as('signup');
cy.get('[data-cy-admin-username] input').type('admin');
cy.get('[data-cy-admin-password] input').type('admin1234');
cy.get('[data-cy-admin-ok]').click();
cy.intercept("POST", "/api/admin/accounts/create").as("signup");
cy.get("[data-cy-admin-username] input").type("admin");
cy.get("[data-cy-admin-password] input").type("admin1234");
cy.get("[data-cy-admin-ok]").click();
// なぜか動かない
//cy.wait('@signup').should('have.property', 'response.statusCode');
cy.wait('@signup');
});
cy.wait("@signup");
});
});
describe('After setup instance', () => {
describe("After setup instance", () => {
beforeEach(() => {
cy.resetState();
// インスタンス初期セットアップ
cy.registerUser('admin', 'pass', true);
cy.registerUser("admin", "pass", true);
});
afterEach(() => {
@ -42,34 +42,34 @@ describe('After setup instance', () => {
cy.wait(1000);
});
it('successfully loads', () => {
cy.visit('/');
});
it("successfully loads", () => {
cy.visit("/");
});
it('signup', () => {
cy.visit('/');
it("signup", () => {
cy.visit("/");
cy.intercept('POST', '/api/signup').as('signup');
cy.intercept("POST", "/api/signup").as("signup");
cy.get('[data-cy-signup]').click();
cy.get('[data-cy-signup-username] input').type('alice');
cy.get('[data-cy-signup-password] input').type('alice1234');
cy.get('[data-cy-signup-password-retype] input').type('alice1234');
cy.get('[data-cy-signup-submit]').click();
cy.get("[data-cy-signup]").click();
cy.get("[data-cy-signup-username] input").type("alice");
cy.get("[data-cy-signup-password] input").type("alice1234");
cy.get("[data-cy-signup-password-retype] input").type("alice1234");
cy.get("[data-cy-signup-submit]").click();
cy.wait('@signup');
});
cy.wait("@signup");
});
});
describe('After user signup', () => {
describe("After user signup", () => {
beforeEach(() => {
cy.resetState();
// インスタンス初期セットアップ
cy.registerUser('admin', 'pass', true);
cy.registerUser("admin", "pass", true);
// ユーザー作成
cy.registerUser('alice', 'alice1234');
cy.registerUser("alice", "alice1234");
});
afterEach(() => {
@ -78,51 +78,53 @@ describe('After user signup', () => {
cy.wait(1000);
});
it('successfully loads', () => {
cy.visit('/');
});
it("successfully loads", () => {
cy.visit("/");
});
it('signin', () => {
cy.visit('/');
it("signin", () => {
cy.visit("/");
cy.intercept('POST', '/api/signin').as('signin');
cy.intercept("POST", "/api/signin").as("signin");
cy.get('[data-cy-signin]').click();
cy.get('[data-cy-signin-username] input').type('alice');
cy.get("[data-cy-signin]").click();
cy.get("[data-cy-signin-username] input").type("alice");
// Enterキーでサインインできるかの確認も兼ねる
cy.get('[data-cy-signin-password] input').type('alice1234{enter}');
cy.get("[data-cy-signin-password] input").type("alice1234{enter}");
cy.wait('@signin');
});
cy.wait("@signin");
});
it('suspend', function() {
cy.request('POST', '/api/admin/suspend-user', {
it("suspend", function () {
cy.request("POST", "/api/admin/suspend-user", {
i: this.admin.token,
userId: this.alice.id,
});
cy.visit('/');
cy.visit("/");
cy.get('[data-cy-signin]').click();
cy.get('[data-cy-signin-username] input').type('alice');
cy.get('[data-cy-signin-password] input').type('alice1234{enter}');
cy.get("[data-cy-signin]").click();
cy.get("[data-cy-signin-username] input").type("alice");
cy.get("[data-cy-signin-password] input").type("alice1234{enter}");
// TODO: cypressにブラウザの言語指定できる機能が実装され次第英語のみテストするようにする
cy.contains(/アカウントが凍結されています|This account has been suspended due to/gi);
cy.contains(
/アカウントが凍結されています|This account has been suspended due to/gi,
);
});
});
describe('After user singed in', () => {
describe("After user singed in", () => {
beforeEach(() => {
cy.resetState();
// インスタンス初期セットアップ
cy.registerUser('admin', 'pass', true);
cy.registerUser("admin", "pass", true);
// ユーザー作成
cy.registerUser('alice', 'alice1234');
cy.registerUser("alice", "alice1234");
cy.login('alice', 'alice1234');
cy.login("alice", "alice1234");
});
afterEach(() => {
@ -131,17 +133,17 @@ describe('After user singed in', () => {
cy.wait(1000);
});
it('successfully loads', () => {
cy.get('[data-cy-open-post-form]').should('be.visible');
});
it("successfully loads", () => {
cy.get("[data-cy-open-post-form]").should("be.visible");
});
it('note', () => {
cy.get('[data-cy-open-post-form]').click();
cy.get('[data-cy-post-form-text]').type('Hello, Misskey!');
cy.get('[data-cy-open-post-form-submit]').click();
it("note", () => {
cy.get("[data-cy-open-post-form]").click();
cy.get("[data-cy-post-form-text]").type("Hello, Firefish!");
cy.get("[data-cy-open-post-form-submit]").click();
cy.contains('Hello, Misskey!');
});
cy.contains("Hello, Firefish!");
});
});
// TODO: 投稿フォームの公開範囲指定のテスト

View file

@ -1,15 +1,14 @@
describe('After user signed in', () => {
describe("After user signed in", () => {
beforeEach(() => {
cy.resetState();
cy.viewport('macbook-16');
cy.viewport("macbook-16");
// インスタンス初期セットアップ
cy.registerUser('admin', 'pass', true);
cy.registerUser("admin", "pass", true);
// ユーザー作成
cy.registerUser('alice', 'alice1234');
cy.registerUser("alice", "alice1234");
cy.login('alice', 'alice1234');
cy.login("alice", "alice1234");
});
afterEach(() => {
@ -18,48 +17,47 @@ describe('After user signed in', () => {
cy.wait(1000);
});
it('widget edit toggle is visible', () => {
cy.get('.mk-widget-edit').should('be.visible');
});
it("widget edit toggle is visible", () => {
cy.get(".mk-widget-edit").should("be.visible");
});
it('widget select should be visible in edit mode', () => {
cy.get('.mk-widget-edit').click();
cy.get('.mk-widget-select').should('be.visible');
});
it("widget select should be visible in edit mode", () => {
cy.get(".mk-widget-edit").click();
cy.get(".mk-widget-select").should("be.visible");
});
it('first widget should be removed', () => {
cy.get('.mk-widget-edit').click();
cy.get('.customize-container:first-child .remove._button').click();
cy.get('.customize-container').should('have.length', 2);
it("first widget should be removed", () => {
cy.get(".mk-widget-edit").click();
cy.get(".customize-container:first-child .remove._button").click();
cy.get(".customize-container").should("have.length", 2);
});
function buildWidgetTest(widgetName) {
it(`${widgetName} widget should get added`, () => {
cy.get('.mk-widget-edit').click();
cy.get('.mk-widget-select select').select(widgetName, { force: true });
cy.get('.bg._modalBg.transparent').click({ multiple: true, force: true });
cy.get('.mk-widget-add').click({ force: true });
cy.get(`.mkw-${widgetName}`).should('exist');
cy.get(".mk-widget-edit").click();
cy.get(".mk-widget-select select").select(widgetName, { force: true });
cy.get(".bg._modalBg.transparent").click({ multiple: true, force: true });
cy.get(".mk-widget-add").click({ force: true });
cy.get(`.mkw-${widgetName}`).should("exist");
});
}
buildWidgetTest('memo');
buildWidgetTest('notifications');
buildWidgetTest('timeline');
buildWidgetTest('calendar');
buildWidgetTest('rss');
buildWidgetTest('trends');
buildWidgetTest('clock');
buildWidgetTest('activity');
buildWidgetTest('photos');
buildWidgetTest('digitalClock');
buildWidgetTest('federation');
buildWidgetTest('postForm');
buildWidgetTest('slideshow');
buildWidgetTest('serverMetric');
buildWidgetTest('onlineUsers');
buildWidgetTest('jobQueue');
buildWidgetTest('button');
buildWidgetTest('aiscript');
buildWidgetTest('aichan');
buildWidgetTest("memo");
buildWidgetTest("notifications");
buildWidgetTest("timeline");
buildWidgetTest("calendar");
buildWidgetTest("rss");
buildWidgetTest("trends");
buildWidgetTest("clock");
buildWidgetTest("activity");
buildWidgetTest("photos");
buildWidgetTest("digitalClock");
buildWidgetTest("federation");
buildWidgetTest("postForm");
buildWidgetTest("slideshow");
buildWidgetTest("serverMetric");
buildWidgetTest("onlineUsers");
buildWidgetTest("jobQueue");
buildWidgetTest("button");
buildWidgetTest("aiscript");
});

View file

@ -15,8 +15,7 @@
/**
* @type {Cypress.PluginConfig}
*/
// eslint-disable-next-line no-unused-vars
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
}
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
};

View file

@ -24,32 +24,34 @@
// -- This will overwrite an existing command --
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })
Cypress.Commands.add('resetState', () => {
cy.window(win => {
win.indexedDB.deleteDatabase('keyval-store');
Cypress.Commands.add("resetState", () => {
cy.window((win) => {
win.indexedDB.deleteDatabase("keyval-store");
});
cy.request('POST', '/api/reset-db').as('reset');
cy.get('@reset').its('status').should('equal', 204);
cy.request("POST", "/api/reset-db").as("reset");
cy.get("@reset").its("status").should("equal", 204);
cy.reload(true);
});
Cypress.Commands.add('registerUser', (username, password, isAdmin = false) => {
const route = isAdmin ? '/api/admin/accounts/create' : '/api/signup';
Cypress.Commands.add("registerUser", (username, password, isAdmin = false) => {
const route = isAdmin ? "/api/admin/accounts/create" : "/api/signup";
cy.request('POST', route, {
cy.request("POST", route, {
username: username,
password: password,
}).its('body').as(username);
})
.its("body")
.as(username);
});
Cypress.Commands.add('login', (username, password) => {
cy.visit('/');
Cypress.Commands.add("login", (username, password) => {
cy.visit("/");
cy.intercept('POST', '/api/signin').as('signin');
cy.intercept("POST", "/api/signin").as("signin");
cy.get('[data-cy-signin]').click();
cy.get('[data-cy-signin-username] input').type(username);
cy.get('[data-cy-signin-password] input').type(`${password}{enter}`);
cy.get("[data-cy-signin]").click();
cy.get("[data-cy-signin-username] input").type(username);
cy.get("[data-cy-signin-password] input").type(`${password}{enter}`);
cy.wait('@signin').as('signedIn');
cy.wait("@signin").as("signedIn");
});

View file

@ -14,19 +14,21 @@
// ***********************************************************
// Import commands.js using ES2015 syntax:
import './commands'
import "./commands";
// Alternatively you can use CommonJS syntax:
// require('./commands')
Cypress.on('uncaught:exception', (err, runnable) => {
if ([
// Chrome
'ResizeObserver loop limit exceeded',
Cypress.on("uncaught:exception", (err, runnable) => {
if (
[
// Chrome
"ResizeObserver loop limit exceeded",
// Firefox
'ResizeObserver loop completed with undelivered notifications',
].some(msg => err.message.includes(msg))) {
// Firefox
"ResizeObserver loop completed with undelivered notifications",
].some((msg) => err.message.includes(msg))
) {
return false;
}
});

View file

@ -0,0 +1,57 @@
version: "3"
services:
web:
image: registry.joinfirefish.org/firefish/firefish
build: ..
container_name: firefish_web
restart: always
depends_on:
- db
- redis
# - es
ports:
- "3000:3000"
networks:
- network
# - web
volumes:
- ../files:/firefish/files
- ../.config:/firefish/.config:ro
redis:
restart: always
container_name: firefish_redis
image: docker.io/redis:7.0-alpine
networks:
- network
volumes:
- ../redis:/data
db:
restart: always
image: docker.io/postgres:12.2-alpine
container_name: firefish_db
networks:
- network
env_file:
- ../.config/docker.env
volumes:
- ../db:/var/lib/postgresql/data
# es:
# restart: always
# image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.2
# environment:
# - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
# - "TAKE_FILE_OWNERSHIP=111"
# networks:
# - network
# volumes:
# - ./elasticsearch:/usr/share/elasticsearch/data
networks:
network:
# web:
# external:
# name: web

View file

@ -2,51 +2,75 @@ version: "3"
services:
web:
build: .
restart: always
links:
image: registry.joinfirefish.org/firefish/firefish
container_name: firefish_web
restart: unless-stopped
depends_on:
- db
- redis
# - es
### Uncomment one of the following to use a search engine
# - meilisearch
# - sonic
ports:
- "3000:3000"
networks:
- internal_network
- external_network
- calcnet
# - web
environment:
NODE_ENV: production
volumes:
- ./files:/misskey/files
- ./.config:/misskey/.config:ro
- ./files:/firefish/files
- ./.config:/firefish/.config:ro
redis:
restart: always
image: redis:4.0-alpine
restart: unless-stopped
image: docker.io/redis:7.0-alpine
container_name: firefish_redis
networks:
- internal_network
- calcnet
volumes:
- ./redis:/data
db:
restart: always
image: postgres:12.2-alpine
restart: unless-stopped
image: docker.io/postgres:12.2-alpine
container_name: firefish_db
networks:
- internal_network
- calcnet
env_file:
- .config/docker.env
volumes:
- ./db:/var/lib/postgresql/data
# es:
# restart: always
# image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.4.2
### Only one of the below should be used.
### Meilisearch is better overall, but resource-intensive. Sonic is a very light full text search engine.
# meilisearch:
# container_name: meilisearch
# image: getmeili/meilisearch:v1.1.1
# environment:
# - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
# - "TAKE_FILE_OWNERSHIP=111"
# - MEILI_ENV=${MEILI_ENV:-development}
# ports:
# - "7700:7700"
# networks:
# - internal_network
# - calcnet
# volumes:
# - ./elasticsearch:/usr/share/elasticsearch/data
# - ./meili_data:/meili_data
# restart: unless-stopped
# sonic:
# restart: unless-stopped
# image: docker.io/valeriansaliou/sonic:v1.4.0
# logging:
# driver: none
# networks:
# - calcnet
# volumes:
# - ./sonic:/var/lib/sonic/store
# - ./sonic/config.cfg:/etc/sonic.cfg
networks:
internal_network:
internal: true
external_network:
calcnet:
# web:
# external:
# name: web

View file

@ -1,25 +0,0 @@
DONATORS
========
The list of people who have sent donation for Misskey.
(In random order, honorific titles are omitted.)
* らふぁ
* 俺様
* なぎうり
* スルメ https://surume.tk/
* 藍
* 音船 https://otofune.me/
* aqz https://misskey.xyz/aqz
* kotodu "虚無創作中"
* Maya Minatsuki
* Knzk https://knzk.me/@Knzk
* ねじりわさび https://knzk.me/@y
* NCLS https://knzk.me/@imncls]
* こじま @skoji@sandbox.skoji.jp
:heart: Thanks for donating, guys!
---
If your name is missing, please contact us!

31
docs/api-change.md Normal file
View file

@ -0,0 +1,31 @@
# Changes to the Firefish API
Breaking changes are indicated by the :warning: icon.
## v1.0.5 (unreleased)
### dev18
- :warning: response of `meta` no longer includes the following:
- `enableTwitterIntegration`
- `enableGithubIntegration`
- `enableDiscordIntegration`
- :warning: parameter of `admin/update-meta` and response of `admin/meta` no longer include the following:
- `enableTwitterIntegration`
- `enableGithubIntegration`
- `enableDiscordIntegration`
- `twitterConsumerKey`
- `twitterConsumerSecret`
- `githubClientId`
- `githubClientSecret`
- `discordClientId`
- `discordClientSecret`
- :warning: response of `admin/show-user` no longer includes `integrations`.
### dev17
- Added `lang` parameter to `notes/create` and `notes/edit`.
### dev11
- :warning: `notes/translate` now requires credentials.

5
docs/api-doc.md Normal file
View file

@ -0,0 +1,5 @@
# API Documentation
You can find interactive API documentation at any Firefish instance. https://firefish.social/api-doc
You can also find auto-generated documentation for firefish-js [here](../packages/firefish-js/markdown/firefish-js.md).

Some files were not shown because too many files have changed in this diff Show more