ThatOneCalculator
5769bdcc69
chore: formatting
2023-06-08 11:01:00 -07: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
Freeplay
7c436d0a41
Prevent newly-made unlisted posts from showing in antennas
2023-06-04 17:52:44 -04:00
ThatOneCalculator
99df1dcbd7
fix: summary if 1 attachment
2023-06-02 23:55:31 -07:00
ThatOneCalculator
c1f699789b
chore: formatting
2023-06-02 23:21:06 -07: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
Namekuji
c443a5601c
add format script
2023-06-02 23:48:27 -04:00
Namekuji
0224824a36
fix native import
2023-06-02 23:48:26 -04:00
Namekuji
8bb87f9ea4
use native generators
2023-06-02 23:48:25 -04:00
Namekuji
98f9e3e5c4
use cuid2 with timestamp
2023-05-28 22:16:42 -04:00
ThatOneCalculator
79fe1dcd61
chore: formatting
2023-05-22 17:00:50 -07:00
Kainoa Kanter
161557d559
Nyanize non[consonant]
...
🟨 ⬜ 🟪 ⬛
https://calckey.social/notes/9f2l6x5u8e
2023-05-22 15:57:56 +00:00
naskya
813fb25d72
files may be undefined
2023-05-21 05:34:39 +09:00
ThatOneCalculator
b4983ef56f
Revert "fix api doc?"
...
This reverts commit 9e366dc563
.
2023-05-19 23:21:00 -07:00
ThatOneCalculator
9e366dc563
fix api doc?
2023-05-19 23:14:59 -07:00
Namekuji
3ddcffd169
enhance: emoji width and height
2023-05-19 22:26:13 -04: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
naskya
324ec9e095
format
2023-05-07 09:46:07 +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
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
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
7113735212
Use original (Misskey's) implementation for hard mutes as muted reason isn't needed
2023-05-05 05:48:31 +09: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
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
075e5a1c7a
Refactor hard word mutes
2023-05-04 13:17:37 +09:00
Kaity A
a7c9400a42
Merge remote-tracking branch 'origin/develop' into hk/edit-federation
2023-05-02 18:24:54 +10:00
Kaity A
627a71701f
Implement inbound note edit federation
2023-05-01 02:29:50 +10: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
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
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
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
cutestnekoaqua
d5c80e74de
feat: experimental post import
2023-03-28 23:33:16 +02:00
ThatOneCalculator
d5cafde7d1
Revert "refactor: nyaize on the frontend"
...
This reverts commit aff90b3ef2
.
2023-03-23 09:06:32 -07:00
ThatOneCalculator
aff90b3ef2
refactor: nyaize on the frontend
2023-03-19 19:59:00 -07:00
Kaity A
a432661e3c
Expand caption limit to 1500 characters
2023-03-05 16:51:44 +10:00
ThatOneCalculator
7a88a0dedd
chore: formatting
2023-02-17 13:01:14 -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
ThatOneCalculator
81cc4b3f49
fix: 💄 admin overview style
2023-02-13 20:21:42 -08:00