Commit graph

288 commits

Author SHA1 Message Date
Kainoa Kanter
c6aa87cc9c chore: formatting 2023-05-14 15:20:26 -07:00
Kainoa Kanter
a7bd62e964 Use proper beta label 2023-05-13 13:04:53 -07:00
Kaity A
950c9b5caf
update translation 2023-05-14 00:57:37 +10:00
Kaity A
ee5c907a72
Add page header to experiments 2023-05-14 00:04:24 +10:00
Kaity A
59307392d4
add experimental feature gate 2023-05-13 23:41:36 +10:00
Namekuji
74b1bead52
Merge branch 'develop' into instance-silence 2023-04-30 17:52:05 -04:00
ThatOneCalculator
121ddedce8
chore: format 2023-04-30 13:27:27 -07:00
Freeplay
842b38aff6 Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability 2023-04-30 12:31:41 -04:00
Namekuji
c89bed41b0
use tab instead of page header 2023-04-30 11:47:39 -04:00
Namekuji
9bc872dc00
format 2023-04-30 08:08:45 -04:00
Namekuji
ba734a9f3c
instance silence 2023-04-30 07:27:55 -04:00
ThatOneCalculator
d493665922
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-04-29 19:15:47 -07:00
ThatOneCalculator
d1c1d75388
Revert "keyboard accessibility (#9725)"
This reverts commit c1d5922acb.
2023-04-29 19:14:36 -07:00
Kaity A
914355c644
Add Libre Translate support 2023-04-30 11:09:51 +10: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
Freeplay
3a49c3eb37 Fix focusing avatars in weird places 2023-04-28 21:39:48 -04:00
Freeplay
a39802cf92 Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability 2023-04-28 19:06:21 -04:00
ThatOneCalculator
868489d5ac
notes -> posts 2023-04-26 19:02:38 -07:00
ThatOneCalculator
9501e8a882
only show index posts action if admin 2023-04-13 20:11:39 -07:00
ThatOneCalculator
7f9d3f9d54
chore: formatting 2023-04-12 17:19:14 -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
c5b0b07027
feat: admin lookup files/instance 2023-04-11 10:03:25 -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
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
6bf1cbc0ef fix: format script; chore: format 2023-04-07 17:01:42 -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
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
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
naskya
492a81104a
Try to fix calckey/calckey#9770 2023-03-28 03:59:07 +09:00
kakkokari-gtyih
27fedf9d6e
fix: don't show smartphone UI when settings icon is double-clicked 2023-03-19 21:43:07 +09: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
3de967393b
icons 2023-03-11 13:01:04 -08: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
ThatOneCalculator
1d2e638571
style 2023-02-18 20:01:00 -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
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
96311b597c
fix: more readable icon bgs 2023-02-15 10:33:00 -08:00
ThatOneCalculator
79f3052907
icons for dashboard 2023-02-15 10:27:49 -08: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
ac90543382
MkFolder 2023-02-13 19:54:06 -08:00
ThatOneCalculator
22188b9709
attempt fix 2023-02-13 19:48:57 -08:00
ThatOneCalculator
21e7529725
feat: new admin panel data from Mk v13 2023-02-13 19:40:31 -08:00
Freeplay
d3466948d1 Improving keyboard support, part 1™ 2023-02-06 15:52:00 -05: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
yawhn
03741c4aa4 Fix: Advertisements is also blocked. Using promotions instead. 2023-01-19 22:20:51 +02:00
yawhn
3dda8656f2 Fix: typo regaring advertisements page 2023-01-19 19:21:03 +02: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
ThatOneCalculator
cd1679934a
chore: lavaforge links 2023-01-15 13:18:10 -08:00
ThatOneCalculator
a9fcb162fc
chore: 🔥 remove vue version from environment
why was this ever needed
2023-01-12 22:29:27 -08:00
ThatOneCalculator
8a8e7be076
fix: 🐛 better update detection logic 2023-01-10 08:58:24 -08: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
ebc8ac76de
release version system 2023-01-03 17:38:07 -08:00
ThatOneCalculator
944eadca8f
refactor: new repo link 2022-12-18 10:12:24 -08:00
ThatOneCalculator
028643a531
Fix logo icons 2022-12-16 10:50:26 -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
3a05623e87
fix calckeyjs 2022-12-12 10:19:18 -08:00
ThatOneCalculator
50cb7c6de1
Bug fixes, use calckey.js 2022-12-11 19:24:12 -08:00
ThatOneCalculator
09d921563b fix path 2022-12-10 11:23:57 -08:00
ThatOneCalculator
578ab2ece6 Initial migration UI 2022-12-09 14:28:50 -08:00
ThatOneCalculator
76c4f17017 Fix icons + formatting 2022-12-06 20:12:44 -08:00
ThatOneCalculator
cae813d9d2 i18n: $t to i18n.t 2022-11-16 01:29:18 -08:00
ThatOneCalculator
6319a93d00 admin page fixes 2022-11-14 17:21:48 -08:00
ThatOneCalculator
27883b4480 more i18n fixes 2022-11-11 00:41:34 -08:00
ThatOneCalculator
ca1b1c9321 refactor: ♻️ Replace all $ts with i18n 2022-11-10 14:12:44 -08:00
ThatOneCalculator
35e5aa9395 relay/integration icons 2022-11-09 17:49:05 -08:00
ThatOneCalculator
6d3a03d9b6 federation page proper in admin 2022-11-09 12:18:36 -08:00
ThatOneCalculator
c3e6b6544b underline effect 2022-11-06 19:14:55 -08:00
ThatOneCalculator
11082f1fb2 no more XHeader 2022-11-06 19:04:15 -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
5cb2a22566 fixxxxx 2022-11-06 18:30:26 -08:00
ThatOneCalculator
b3a5fdb1e0 feat: 💄 Phosphor icons! 2022-11-06 17:33:52 -08: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
7559a0d81a feat: Toggle showing calckey updates as admin 2022-10-25 22:31:19 -07:00
ThatOneCalculator
c1ee6140fc feat: 🎨 add ripple to star react 2022-10-25 20:33:09 -07:00
Kainoa Kanter
b5b5e80c10 Validate version number better 2022-10-26 04:34:01 +02:00
ThatOneCalculator
9217d9bff5 fix 2022-09-21 13:18:12 -07:00
ThatOneCalculator
a075813d30 Allow admins to set logo url 2022-09-21 13:05:59 -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
92150c575f move codeberg fetch to backend 2022-09-15 15:23:08 -07:00