Commit graph

4463 commits

Author SHA1 Message Date
Namekuji
1f974c0c13 refactor: use redis-semaphore for mutex across workers 2023-07-01 03:49:43 -04:00
Namekuji
64ddf35ae3 refactor: no url instantiation 2023-07-01 03:49:43 -04:00
Namekuji
389427af27 fix: ignore if post boosted by relay is local 2023-07-01 03:49:42 -04:00
Namekuji
e70d99be57 fix: multiple boost publication by relay 2023-07-01 03:49:39 -04:00
ThatOneCalculator
4e5bb1194a chore: 🎨 format 2023-06-30 23:35:45 -07:00
ThatOneCalculator
55393b9f1f refactor: ♻️ force patrons update on about-calckey 2023-06-30 23:33:54 -07:00
freeplay
0d7010d5f1 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-06-30 18:44:42 -04:00
freeplay
2ec75fdd70 fix: misaligned new post button
I don't understand why margin-top caused that ??
2023-06-30 18:44:38 -04:00
freeplay
c5b3d6028a fix: soft mutes not being applied to boosts 2023-06-30 18:43:35 -04:00
Kainoa Kanter
7a9782b3bb 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
ff8a13cfad Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-06-30 03:52:52 -04:00
freeplay
a6d9827069 feat: link previews redesign 2023-06-30 03:52:22 -04:00
cgsama
35bbf1c2e3 Merge branch 'develop' into cgsama-patch-1 2023-06-30 06:40:53 +00:00
cgsama
1ac1950552 proper expire remote user drivefile over limits at adding time 2023-06-30 06:26:22 +00:00
ThatOneCalculator
04cbb7c25c fix: 🐛 addSkinTone strip logic 2023-06-29 21:34:09 -07:00
ThatOneCalculator
d6697f6d23 Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-29 21:13:02 -07:00
ThatOneCalculator
c954bc6b95 fix 2023-06-29 21:12:55 -07:00
freeplay
0ba5ca74f3 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-06-29 22:58:56 -04:00
freeplay
6f84cf77f1 feat: reveal muted word on press & hold
Refs: #10363
2023-06-29 22:58:34 -04:00
ThatOneCalculator
3dc1af2b7c 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
acca7633ad fix: 🐛 standard input for 2FA token
Closes #10361, removes client dependency
2023-06-29 19:12:42 -07:00
ThatOneCalculator
c978fd9faf fix: 🐛 fix tapping parent on mobile causing side effects 2023-06-29 18:05:27 -07:00
ThatOneCalculator
9996c69c06 Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-28 23:04:50 -07:00
ThatOneCalculator
744880bb38 fix: 🐛 don't convert time since epoch for ratelimit
https://calckey.social/notes/9gkasnzglmi07rpa
2023-06-28 23:04:40 -07:00
Namekuji
8a28592fbd fix: disable redis tls if undefined in config 2023-06-28 02:44:16 -04:00
ThatOneCalculator
360a1e04dd chore: 🎨 format 2023-06-27 23:37:24 -07:00
ThatOneCalculator
709a8ed1df fix: 🐛 security key display name
Closes #10313
2023-06-27 23:04:31 -07:00
Kainoa Kanter
0eebe30615 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
Namekuji
ec7300b1a9 refactor: simplify getSignatureUser 2023-06-28 01:46:52 -04:00
ThatOneCalculator
f6fca7f8e5 fixes 2023-06-28 01:46:38 -04:00
Kainoa Kanter
263c01ff74 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
5fd27545c8 format 2023-06-28 03:55:29 +01:00
ThatOneCalculator
196b62bc1d chore: 🎨 format, add scss to prettier formatting 2023-06-27 19:32:17 -07:00
ThatOneCalculator
fc84d16756 Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-27 19:25:14 -07:00
ThatOneCalculator
58d04ab669 fix: don't animate indicator dot if animation is off
Closes #10372
2023-06-27 19:25:01 -07:00
sparrow
6a033513ea expose redis tls settings directly to config 2023-06-28 03:09:22 +01:00
Laura Hausmann
74773318b4
Allow follower-only notes to be fetched by properly authorized remote users 2023-06-28 04:06:39 +02:00
sparrow
0f164cea4e empty object instead of undefined 2023-06-28 02:11:02 +01:00
sparrow
11a80d1b15 Remove static postgres tls settings
They can be configured through `extra` in config.
2023-06-28 01:48:55 +01:00
Laura Hausmann
748c20474b
Fix AP resolver history on reuse for authorized fetch 2023-06-28 02:30:00 +02:00
sparrow
87ea8a959d Merge remote-tracking branch 'upstream/develop' into develop 2023-06-28 00:42:07 +01:00
sparrow
4609fbe888 Make redis and postgres tls optional and opt-in 2023-06-28 00:41:44 +01:00
Laura Hausmann
25fc7c7e0e Add signature to remote note lookup 2023-06-28 01:05:25 +02:00
Namekuji
28dc31bb16 index note url 2023-06-27 15:34:30 -04:00
Laura Hausmann
5c9d8b21a5 Also search for url field when looking for existing note in database 2023-06-27 18:37:16 +00:00
Brayd
b88c87da21 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
1fd6746e66 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-26 23:23:30 -04:00
freeplay
1f2872505f feat: horizontally scrolling reactions 2023-06-26 23:22:43 -04:00
Kainoa Kanter
b43f6a7add 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
1fdee7015b fix: only show option based on device + add option to backups 2023-06-26 21:50:02 -04:00
ThatOneCalculator
ff9cba565f fix: 🩹 use redis user for bull and postgres cache interface
Follow up #10366, d96877033be9790d11b0212ab8825f93202d22a2
2023-06-26 15:06:32 -07:00
ThatOneCalculator
83089e49d8 refactor: 🔧 allow redis user to be configured
Follow up #10366, 3df3c97deb284ecbf3363b90a45c6501957d1e98
2023-06-26 15:02:54 -07:00
Ashex
a639be23b6 fix: 🐛 support for SSL data when loading redis and postgres configs
Closes #10366
2023-06-26 14:54:16 -07:00
ThatOneCalculator
c5206e7eb9 chore: 🎨 format 2023-06-26 14:51:45 -07:00
ThatOneCalculator
f29c5396c7 Merge branches 'develop' and 'develop' of codeberg.org:calckey/calckey into develop 2023-06-26 14:50:19 -07:00
ThatOneCalculator
1aa1320567 fix: 🐛 apply skin tone to default reactions, aria labels for tone picker 2023-06-26 14:49:55 -07:00
freeplay
a6b1164cb1 chore: format 2023-06-26 15:47:05 -04:00
freeplay
7e8f18a9a9 chore: apply to all swipers 2023-06-26 15:39:59 -04:00
freeplay
f9f5a7df20 feat: toggle-able swiping 2023-06-26 14:36:28 -04:00
freeplay
c3bb145d81 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-26 12:57:29 -04:00
freeplay
22bf2e6e42 fix: new posts button z-index + use darkened accent 2023-06-26 12:56:47 -04:00
Namekuji
f437e39805 fix: back from the future 2023-06-26 07:47:56 -04:00
freeplay
7daba37f4c fix: prevent jump when new posts button appears 2023-06-25 20:33:08 -04:00
freeplay
c867899440 feat: ALT button (#9265) 2023-06-25 20:26:15 -04:00
freeplay
403837051d fix: ad widget size 2023-06-25 18:49:12 -04:00
freeplay
1327052ef0 feat: make RSS feed scrollable (#10108) 2023-06-25 18:33:13 -04:00
freeplay
661d7bc751 feat: Make scrollable widgets flexible 2023-06-25 18:19:37 -04:00
freeplay
18772d7dd2 fix: actually fix mobile pos
oops...
2023-06-25 17:28:35 -04:00
freeplay
8635721901 fix: new posts button mobile position + webkit-mask 2023-06-25 17:10:10 -04:00
freeplay
b25b978761 style: New posts button 2023-06-25 17:07:01 -04:00
freeplay
6d0de04cfd Update visibility descriptions 2023-06-25 11:11:18 -04:00
Namekuji
828c3890c9 fix: 2fa registration code 2023-06-24 23:25:25 -04:00
ThatOneCalculator
1ac9b41d57 fix: 🐛 properly apply unicode for skin tone selector 2023-06-24 19:38:55 -07:00
ThatOneCalculator
3b71d7929a fix: 🩹 ask for reload upon changing skin tone 2023-06-24 19:23:14 -07:00
ThatOneCalculator
316f7c9fa3 fix: ✏️ deduplicate class 2023-06-24 19:17:48 -07:00
ThatOneCalculator
d1efef1353 refactor: 💄 improve miauth style 2023-06-24 19:16:15 -07:00
ThatOneCalculator
d3f4529295 Merge branch 'develop' into beta 2023-06-24 15:17:43 -07:00
ThatOneCalculator
af889baec0 Merge branch 'develop' into beta 2023-06-24 15:12:45 -07:00
syuilo
75b55c5c2c enhance(frontend): improve ux of deck scroll 2023-06-24 21:09:32 +00:00
freeplay
601e02bdcd Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-24 16:36:17 -04:00
freeplay
8de8e68a27 fix: basically just undo my previous modal changes 2023-06-24 16:35:56 -04:00
ThatOneCalculator
2fb00642dc fix: 🩹 make cacheRemoteFiles false by default for new instances 2023-06-24 13:25:25 -07:00
ThatOneCalculator
c252c16fc2 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
1560ece843 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-24 15:03:27 -04:00
freeplay
92285464de fix: focus first element inside modal 2023-06-24 15:02:54 -04:00
ThatOneCalculator
cd226bf67e 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
1e152fb49e Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-24 10:22:06 -04:00
Freeplay
94de165914 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
Namekuji
072cb92f4e fix compile error 2023-06-24 04:07:19 -04:00
ThatOneCalculator
a9463f8843 docs: 📝 clearer package docs 2023-06-23 22:07:52 -07:00
ThatOneCalculator
575b1eb239 docs: 📝 document packages dir 2023-06-23 22:00:29 -07:00
ThatOneCalculator
ebc8bfa7d7 fix: 👷 fix format run 2023-06-23 21:24:16 -07:00
ThatOneCalculator
833c901a9c chore: 🎨 format 2023-06-23 21:22:44 -07:00
ThatOneCalculator
072b4d9946 fix: 🐛 remove cw in post edit
Closes #10353
2023-06-23 21:18:04 -07:00
ThatOneCalculator
b22c8144e9 docs: 📝 API documentation generation 2023-06-23 21:13:03 -07:00
ThatOneCalculator
92bce4981c refactor: 🏷️ add antenna type to streaming types 2023-06-23 20:37:24 -07:00
tamania
b685fa9092 perf: use setInterval instead of setTimeout chain in MkTime 2023-06-23 18:33:37 -07:00
ThatOneCalculator
dab063cb25 fix: 🐛 start transaction with multi 2023-06-23 18:21:00 -07:00
ThatOneCalculator
58c613a6f6 Revert "build: use vite 4.4 beta with lightningcss"
This reverts commit 25aab24861d57d7341b731ef7f39716b9a943c4d.
2023-06-23 18:04:02 -07:00
ThatOneCalculator
e597bcb483 Revert "fix: 🚑 disable lightningcss transformer for now"
This reverts commit d0fd6a7de864e5b6859970bca8889bef840da2d7.
2023-06-23 18:03:49 -07:00
ThatOneCalculator
689e8b0e78 fix: 🚑 disable lightningcss transformer for now 2023-06-23 17:55:42 -07:00
ThatOneCalculator
cb07bb3ed9 chore: 🎨 format 2023-06-23 17:47:14 -07:00
ThatOneCalculator
e81e7c1b8a fix: 🐛 non-duplicate skin tone selection 2023-06-23 17:47:07 -07:00
ThatOneCalculator
03ed74d329 refactor: ♻️ url preview 2023-06-23 17:40:01 -07:00
ThatOneCalculator
2c6d403155 build: use vite 4.4 beta with lightningcss 2023-06-23 17:35:52 -07:00
ThatOneCalculator
ba047a2d20 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
12e032e6ac 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
8f16d0b223 feat: skin tone selector in category 2023-06-23 16:51:13 -07:00
ThatOneCalculator
0d166acfd9 refactor: ♻️ simplify null check 2023-06-23 15:40:38 -07:00
ThatOneCalculator
220e9fc93f refactor: ♻️ refactor MkModalWindow for TS safety 2023-06-23 15:36:28 -07:00
Freeplay
c77970159d fix: mobile note spacing 2023-06-23 17:41:39 -04:00
Freeplay
0b5886e014 fix: autocomplete not being focused properly 2023-06-23 17:30:50 -04:00
ThatOneCalculator
a6b91549f6 refactor: 📌 use own emoji descriptions 2023-06-23 00:27:26 -07:00
ThatOneCalculator
79469125a6 chore: 🎨 format 2023-06-23 00:22:55 -07:00
ThatOneCalculator
810d534e51 fix: 🐛 pull up instance window instead of search field 2023-06-23 00:21:48 -07:00
ThatOneCalculator
a6cd9a6367 fix: 🩹 disable Unicode 15 emojis
https://github.com/jdecked/twemoji/pull/43
2023-06-22 22:39:52 -07:00
ThatOneCalculator
993efa1752 Merge branch 'refactor/emojis' into develop 2023-06-22 22:09:25 -07:00
ThatOneCalculator
28610193b8 fix: 💄 consistent emoji styling 2023-06-22 21:08:04 -07:00
ThatOneCalculator
8f419319a7 feat: emoji skin tone
Closes #9959
2023-06-22 20:58:44 -07:00
ThatOneCalculator
a63608d9ce fix: don't use cache on autocomplete for now 2023-06-22 19:56:42 -07:00
ThatOneCalculator
b3127363ae perf: update emojis, cache in IndexedDb
Closes #9959
May fix #9724
2023-06-22 19:34:52 -07:00
Kainoa Kanter
e66fc4ddda refactor: ♻️ open instance as lookup window 2023-06-23 02:02:27 +00:00
ThatOneCalculator
d9e117b378 feat: clickable domains on job queue
https://post.naskya.net/notes/9gbfos2mv5iz6g63
2023-06-22 18:11:25 -07:00
ThatOneCalculator
8539e4c7fd feat: $[small ] and $[center ] MFM syntax 2023-06-22 17:41:34 -07:00
ThatOneCalculator
e5bcb2e2c7 refactor: ♻️ reorganize note menu
translate just above view remote
2023-06-22 17:25:50 -07:00
ThatOneCalculator
8b957e9865 Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-22 17:14:49 -07:00
ThatOneCalculator
6a5e9ab9d4 feat: display remaining time on ratelimits 2023-06-22 17:14:27 -07:00
Freeplay
1913325769 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-22 19:55:04 -04:00
Freeplay
49acade942 fix: hide tooltip on page change 2023-06-22 19:54:26 -04:00
ThatOneCalculator
5e7e5e7da8 fix: ✏️ typo in API docs + errors
Co-authored-by: naskya <m@naskya.net>
2023-06-22 16:53:56 -07:00
ThatOneCalculator
7878ff2a6d Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-22 16:46:33 -07:00
ThatOneCalculator
44005d3985 fix: 🐛 collapse reply if type is a mention and it has a reply 2023-06-22 16:46:18 -07:00
Kainoa Kanter
a858abef8c 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
b8b0abb453 fix: 🐛 proper isDuplicateKeyValueError handling
Closes #10340
Co-authored-by: Kainoa Kanter <kainoa@t1c.dev>
2023-06-22 16:25:27 -07:00
ThatOneCalculator
0efc2659f2 fix: 🐛 only collapsed reply if notification is reply 2023-06-22 16:18:59 -07:00
Freeplay
8758ab50e7 fix 2023-06-22 17:04:57 -04:00
Namekuji
36da212aaa cache native-utils 2023-06-22 16:25:42 -04:00
Namekuji
586a64bf23 chore: format 2023-06-22 16:00:28 -04:00
Namekuji
ca3a956ba5 clean unnecessary artifacts 2023-06-22 16:00:28 -04:00
Namekuji
059478d02e fix build and clean scripts 2023-06-22 16:00:28 -04:00
Lily Cohen
a704a5ad45 precompile rust components 2023-06-22 16:00:28 -04:00
Freeplay
1ff8f1cad0 fix 2023-06-22 15:35:56 -04:00
Freeplay
f3921f3ed9 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-21 23:41:06 -04:00
Freeplay
10600dd698 Minimize reply context in notifications 2023-06-21 23:38:56 -04:00
Namekuji
6d75115a38 fix: 🐛 empty fs stat 2023-06-21 16:26:43 -07:00
Freeplay
6e311c6612 Fix missing deviceKind imports for swipers 2023-06-21 17:13:46 -04:00
Freeplay
9d734e2019 i apologize to all the cats that may have been harmed before this commit (#10342) 2023-06-21 14:22:04 -04:00
Freeplay
822c9f0d63 Fix show more button being shown when more than 4 images inside CW 2023-06-21 12:51:36 -04:00
Freeplay
8b210250e4 label to close button 2023-06-20 14:41:51 -04:00
Freeplay
a15e1537e0 Proper use of focus trap 2023-06-20 14:13:05 -04:00
Freeplay
ca27866244 remove gaps ? 2023-06-20 10:30:13 -04:00
Freeplay
ddd33c1963 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-19 16:50:56 -04:00
Freeplay
ba1f00ed96 Share dropdown w/ remote copy 2023-06-19 16:50:51 -04:00
Kainoa Kanter
1688d210eb 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
83a1897d3f fix UI sometimes being offset on mobile 2023-06-19 12:21:46 -04:00
daikei
cfda0f084d Merge branch 'develop' into allow-mods-to-see-mod-notes 2023-06-19 15:41:38 +00:00
daikei
9e57ec8c3e Fix formatting 2023-06-19 14:14:15 +00:00
daikei
296b528657 Allow moderators to see moderation notes 2023-06-19 14:08:34 +00:00
ThatOneCalculator
385f31df29 refactor: ♻️ better edited timestamp display 2023-06-18 20:34:57 -07:00
ThatOneCalculator
05a30f7390 fix: 💄 badge style on mobile 2023-06-18 20:11:30 -07:00
ThatOneCalculator
211b49a26a fix: 🩹 duplicate update 2023-06-18 19:38:32 -07:00
ThatOneCalculator
0b7b2fd36c fix: 🐛 properly index edited post 2023-06-18 19:04:04 -07:00
ThatOneCalculator
2115f17875 chore: formatting 2023-06-18 18:36:34 -07:00
ThatOneCalculator
bda12504bc fix: 🐛 when editing polls, keep votes for unmodified choices 2023-06-18 18:36:26 -07:00
ThatOneCalculator
c52d463c32 fix: 🐛 don't allow editing a post on another account 2023-06-18 17:46:39 -07:00
ThatOneCalculator
3ce4d13f9f fix: 💄 white foreground on forced black background
Remedies the problem introduced by 020c4f578827e2391b35cd102ee197cc037c0382 causing black text to appear over a black-ish background
2023-06-18 16:37:46 -07:00
ThatOneCalculator
208ae1e5bb Revert "dot inside renote button when renoted"
This reverts commit e0c7c8f49d597e792847bce30993c4b198ad950b.
2023-06-18 15:54:45 -07:00
Namekuji
f28c5f8116 shorten cache expire 2023-06-18 18:04:26 -04:00
Namekuji
f03861a189 add refresh button to poll 2023-06-18 17:14:38 -04:00
Namekuji
284c0c58c4 don't broadcast poll updates 2023-06-18 13:23:59 -04:00
Freeplay
caf696a5ec 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
d7f2798c76 fix user preview menu color 2023-06-17 21:41:41 -04:00
Freeplay
5483689767 fix overflow 2023-06-17 21:21:58 -04:00
Freeplay
1b16deabc2 reply line fixes 2023-06-17 16:35:11 -04:00
Freeplay
8a85c8b5c5 dot inside renote button when renoted 2023-06-17 14:59:19 -04:00
Freeplay
8901635adb fix 2023-06-17 13:18:19 -04:00
Freeplay
01c613bd31 add faded edges to swiper + shadows :3 2023-06-17 00:51:38 -04:00
Freeplay
f1b4d10bcf Add 'remove your reaction' label 2023-06-16 23:17:55 -04:00
Freeplay
50e6f8bb83 Add backgrounds in nav & settings when wallpaper in use 2023-06-16 22:54:01 -04:00
Freeplay
16d77e6e37 Fix mini follow button label + its position in user cards 2023-06-16 22:05:36 -04:00
ThatOneCalculator
8fd388359e refactor: ⚰️ unused import 2023-06-16 14:12:21 -07:00
ThatOneCalculator
9d1ae71267 Revert "refactor: ⬆️ use custom version of vue3-otp-input"
This reverts commit f50f8830a873eb4c2c456adeb07a3b064528d367.
2023-06-16 14:11:33 -07:00
ThatOneCalculator
30dea358d5 Revert "refactor: 🦺 replace js-yaml with yaml"
This reverts commit 837a45bd98bd2ef519341eed18be37694c4b05c0.
2023-06-16 14:09:42 -07:00
ThatOneCalculator
15ca8bb702 Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-16 10:16:31 -07:00
ThatOneCalculator
04c3f99996 fix: 🐛 display punishments on desktop 2023-06-16 10:16:19 -07:00
Kainoa Kanter
c0ba2ca9db 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
Namekuji
91acab8860 skip if actor is not found or has been already deleted 2023-06-16 04:49:11 -04:00
Namekuji
6bea9f8bfc remove unused import 2023-06-16 04:17:32 -04:00
Namekuji
eb7b1d6788 add comments 2023-06-16 03:48:40 -04:00
Namekuji
7a35aaa51d wait a bit more 2023-06-16 03:48:39 -04:00
Namekuji
f43e9e4121 use redis 2023-06-16 03:48:39 -04:00
Namekuji
1e4a45ff7c fix aode-relay compatibility 2023-06-16 03:48:39 -04:00
Hosted Weblate
50c206af7d chore: Merge branch 'origin/develop' into Weblate. 2023-06-16 09:14:12 +02:00
ThatOneCalculator
fe22cc3600 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
6247461736 fix: 🩹 convert numeric input to string 2023-06-15 22:16:21 -07:00
ThatOneCalculator
1ea1cdef95 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
4d006813f4 fix: 🐛 use correct 2fa value 2023-06-15 20:06:47 -07:00
ThatOneCalculator
bc13bfdfec fix: 🐛 2FA dialog 2023-06-15 19:52:51 -07:00
ThatOneCalculator
b63f9cb84e feat: 2FA input dialog 2023-06-15 19:32:27 -07:00
ThatOneCalculator
086313b66a fix: 💄 fix sign-in 2fa token style 2023-06-15 16:50:04 -07:00
ThatOneCalculator
1622ec3620 feat: 💄 button icons for security 2023-06-15 16:42:24 -07:00
ThatOneCalculator
db7b82d2a7 style: 💄 2fa dialog styling 2023-06-15 16:34:56 -07:00
ThatOneCalculator
d496c58922 fix: 🚑 fix switch import 2023-06-15 16:25:31 -07:00
ThatOneCalculator
9c643fb2a3 fix: 🐛 sonic logged connection despite not existing 2023-06-15 16:21:51 -07:00
ThatOneCalculator
62654341e4 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
56714c28ed style: 💄 margin on user card follow btn 2023-06-15 14:53:21 -07:00
Kainoa Kanter
35f8b2ab73 docs: 📝 fix formatting 2023-06-15 03:49:17 +00:00
ThatOneCalculator
112fc28743 docs: 📝 sea orm migration "Setting Up Migration" doc link 2023-06-14 20:47:49 -07:00
ThatOneCalculator
ce6b76ca96 docs: 📝 rudamentary sea-orm-cli instructions 2023-06-14 20:46:54 -07:00
ThatOneCalculator
58135c4fbf chore: 🎨 format 2023-06-14 20:34:00 -07:00
ThatOneCalculator
0ba61b5cd9 fix: 🚑 fix stream.ts 2023-06-14 20:32:59 -07:00
ThatOneCalculator
7f3b9b171c 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
47c077a7f3 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-14 14:58:17 -04:00
Freeplay
3ff50b0216 hide acc menu button in notifications 2023-06-14 14:57:16 -04:00
ThatOneCalculator
fba049b847 style: 💄 full follow button for userinfo in userlist 2023-06-14 11:52:35 -07:00
ThatOneCalculator
4b0042cf9a refactor: 💄 style punishments 2023-06-13 17:42:00 -07:00
ThatOneCalculator
76a81d1451 fix: 🩹 day isn't decreased by 1 2023-06-13 17:32:01 -07:00
ThatOneCalculator
37b1769155 fix: 🚨 fix unused import 2023-06-13 17:23:18 -07:00
ThatOneCalculator
6de344c7a3 fix: 🩹 YYYYMMDD with dashes 2023-06-13 17:16:10 -07:00
ThatOneCalculator
8f7eedc784 feat: 🧐 bring back misskey's moderation displays on profile 2023-06-13 17:15:00 -07:00
ThatOneCalculator
336603a2f4 fix: "24"th hour doesn't exist, it's 0 2023-06-13 17:06:32 -07:00
ThatOneCalculator
abf746cf84 chore: formatting 2023-06-13 17:04:17 -07:00
Freeplay
0836f86885 oh 2023-06-13 15:18:43 -04:00
Freeplay
249baeceb8 match posting form font size 2023-06-13 15:16:46 -04:00
Freeplay
5a2a2ab603 Set font size directly rather than using classes, add 18px font size option, fixes 2023-06-13 14:42:18 -04:00
Freeplay
0aef273306 spacing and font size adjustments 2023-06-13 00:04:36 -04:00
Freeplay
267ed46941 Always bold first boost option 2023-06-12 20:06:42 -04:00
Freeplay
b1e7129a41 chore: format 2023-06-12 19:56:15 -04:00
Freeplay
6b254ee2d5 fix 2023-06-12 19:49:38 -04:00
Freeplay
e890e606aa Add user options to note menu 2023-06-12 19:44:30 -04:00
Freeplay
232c7039a1 fix back button display 2023-06-12 18:54:29 -04:00
Freeplay
bbc8441c46 fix 2023-06-12 18:05:31 -04:00
Freeplay
e3e1c8fc7d Move user menu to MkFollowButton 2023-06-12 17:59:13 -04:00
ThatOneCalculator
df30c817e0 chore: formatting 2023-06-12 13:20:30 -07:00
Freeplay
7643ea1f81 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-12 15:01:25 -04:00
Freeplay
3a5965782b widgets scrollbar + little refactor 2023-06-12 14:59:54 -04:00
PrivateGER
22f9b8f49e Merge branch 'develop' into fix/search-filter-behavior 2023-06-12 14:54:44 +00:00
PrivateGER
066f8550b6 use actually correct webfinger check 2023-06-12 16:46:30 +02:00
PrivateGER
25be3bbe2d Add webfinger support to from: and allow UNIX timestamps in date filters 2023-06-12 16:35:04 +02:00
ThatOneCalculator
f7807c70e1 refactor: ♻️ use parent/child selector for attachment 2023-06-12 02:19:27 -07:00
ThatOneCalculator
74c020af11 fix math 2023-06-12 02:00:38 -07:00
ThatOneCalculator
e6e2afa4c3 refactor: 💄 reverse pie chart color on indexing
Co-authored-by: PrivateGER <privateger@codeberg.org>
2023-06-12 01:58:32 -07:00
ThatOneCalculator
7f9fd1eb1b fix: 🐛 properly enter date 2023-06-12 01:39:52 -07:00
ThatOneCalculator
d061b9c25d refactor: ♻️ import from @/db 2023-06-12 01:28:39 -07:00
ThatOneCalculator
56fbfca8e7 refactor: ⚰️ remove old db calls, add todo 2023-06-12 01:23:53 -07:00
ThatOneCalculator
664e92542c perf: use charts data for stats endpoint 2023-06-12 01:16:36 -07:00
ThatOneCalculator
e4cbb0a5c8 fix 2023-06-12 01:01:32 -07:00
ThatOneCalculator
c4cc695b2f fix search features 2023-06-11 23:25:10 -07:00
ThatOneCalculator
1c7ca06710 fix typo 2023-06-11 23:12:22 -07:00
ThatOneCalculator
c2882b072b chore: formatting 2023-06-11 21:57:20 -07:00