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
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
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
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
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
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
3b9d9cb635
menu opts
2023-04-06 23:02:07 -07:00
Kainoa Kanter
0f6e7056b7
days for featured
2023-04-06 22:48:07 -07: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
881acf9e26
typo
2023-04-04 22:59:41 -07:00
ThatOneCalculator
ba67fa6ed6
oops
2023-04-04 22:55:36 -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
f78cdb9c60
import i18n
2023-04-04 22:22:35 -07:00
ThatOneCalculator
3f48a9926b
more fix
2023-04-04 22:12:55 -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
c2ac53c66b
mkv13 media list
2023-04-04 21:47:30 -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
daba80177a
feat: ✨ push notifs button
...
Co-authored-by: Tamania <tamaina@hotmail.co.jp>
2023-04-03 20:36:59 -07:00
ThatOneCalculator
4478468256
fix: 🐛 go to last timeline selected
2023-04-03 16:02:09 -07:00
ThatOneCalculator
b7fc6117b6
fix: buttons not showing
2023-04-03 10:03:35 -07: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
Kaity A
a66eac0e5b
Separate cat-avatar mode and speak-as-cat nyanification
2023-04-02 21:24:12 +10: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
ed35e28a2c
don't need extra template
2023-04-01 21:39:48 -07:00
ThatOneCalculator
e9b45260b5
chore: 🎨 format
2023-04-01 21:10:31 -07:00
ThatOneCalculator
4e843f2949
fix: 🛂 no longer need 2fa for webauthn
2023-04-01 21:04:22 -07: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
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
a707788c31
add top margin to help button
2023-04-01 12:05:27 -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
d3d8bc34d0
feat: ✨ search now searches posts and users
2023-04-01 11:28:34 -07:00
naskya
671f6f93a0
Fix a bug in macro expander
2023-04-01 21:18:55 +09: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
ThatOneCalculator
acfc88389a
formatting
2023-03-30 19:10:03 -07:00
naskya
fe9ed9fcba
Fix a bug in the macro expander
2023-03-31 06:31:18 +09: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
09aeb6e2f5
nyaa
2023-03-30 17:31:29 +02: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
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
9a56764fe0
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-03-29 12:38:55 -07:00
ThatOneCalculator
bae4bce8c3
header icon for queue page
2023-03-29 12:38:38 -07:00
cutestnekoaqua
d5c80e74de
feat: experimental post import
2023-03-28 23:33:16 +02:00
naskya
492a81104a
Try to fix calckey/calckey#9770
2023-03-28 03:59:07 +09: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
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
9ca00d73b5
fix
2023-03-24 00:04:00 -07: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
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
ThatOneCalculator
d05ab9bf46
fix color in follow button
2023-03-22 14:29:07 -07:00
yawhn
25c72943c7
fix: a bug in ads
2023-03-22 12:24:37 -07: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
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
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
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
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