Commit graph

4431 commits

Author SHA1 Message Date
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 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
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
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
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
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