Commit Graph

662 Commits

Author SHA1 Message Date
ThatOneCalculator
7beec91753 calckey_app 2022-11-06 13:24:02 -08:00
ThatOneCalculator
9cb1b1a48c update deps 2022-11-04 13:20:18 -07:00
ThatOneCalculator
471240b101 a 2022-11-04 13:12:56 -07:00
yawhn
58eed45187 whitespace fix 2022-11-03 02:15:40 +02:00
yawhn
dba4d2240e Fix for undefined url param in some pages 2022-11-03 02:03:27 +02:00
yawhn
9bc3f885bc [#9064] Fix CSS and Image caching issue 2022-11-02 23:31:42 +02:00
ThatOneCalculator
f13e19dee1 feat: Managed hosting complete 2022-11-01 18:41:59 -07:00
ThatOneCalculator
db6e17364a Max users 2022-10-30 21:38:20 -07:00
ThatOneCalculator
01e289c6de No darkreader 2022-10-30 21:27:06 -07:00
ThatOneCalculator
b383c904b2 change to click.self 2022-10-28 10:52:13 -07:00
ThatOneCalculator
e72348f5d1 OCR image captioning work 2022-10-27 15:01:38 -07:00
ThatOneCalculator
d46f08c189 chore: 📦 Update packages 2022-10-27 14:25:31 -07:00
ThatOneCalculator
6ed18667b7 feat: Allow importing follows from Pixelfed 2022-10-27 14:17:40 -07:00
Francis Dinh
b331d1b0eb use await for notes.countBy 2022-10-26 14:48:37 -07:00
Johann150
97b6f45993 server: allow to like own gallery posts
Since you are also allowed to react to your own notes, it seems sensible
that you should be allowed to like your own gallery posts.

Analogous to commit 4c5aa9e53887cca5561fcec6ab0754e018f589a5.

Changelog: Changed
2022-10-26 14:46:30 -07:00
Johann150
958196a103 server: allow to like own pages
Since you are also allowed to react to your own notes, it seems sensible
that you should be allowed to like your own pages.

Changelog: Changed
2022-10-26 14:46:23 -07:00
ThatOneCalculator
4c9dabe7b8 Security fixes 2022-10-25 19:22:30 -07: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
918af38a79 implement update notif into UI 2022-09-15 15:36:43 -07:00
ThatOneCalculator
e9445561fd logs 2022-09-15 15:32:25 -07:00
ThatOneCalculator
6a2fc8ec3b fix 2022-09-15 15:28:32 -07:00
ThatOneCalculator
92150c575f move codeberg fetch to backend 2022-09-15 15:23:08 -07:00
ThatOneCalculator
790e4361dc fix: 🐛 motd 2022-09-13 21:38:02 -07:00
ThatOneCalculator
4c021e196f fix motd 2022-09-13 20:41:45 -07:00
ThatOneCalculator
b0e1c3d866 meta 2022-09-13 20:23:52 -07:00
ThatOneCalculator
59f80c60b9 Merge remote-tracking branch 'nullobsi/secure-fetch' into develop 2022-09-13 20:23:22 -07:00
ThatOneCalculator
afa87c1cab chore: ♻️ about-misskey -> about-calckey 2022-09-10 12:25:22 -07:00
ThatOneCalculator
a9eb58ac72 chore: 🔀 Merge upstream to 12.119.0 2022-09-10 12:13:55 -07:00
syuilo
7c89a27e61 update deps 2022-09-10 19:14:07 +09:00
ThatOneCalculator
e8664b5664 chore: 🔀 Merge upstream 2022-09-09 12:16:58 -07:00
ThatOneCalculator
0f21d4c077 chore: ⬆️ Upgrade several deps
From yarn upgrade-interactive
2022-09-07 16:23:33 -07:00
nullobsi
1c7dc4a1e8
Hide private data in pug when private mode is enabled 2022-09-06 20:47:36 -07:00
nullobsi
7caec25f0f
Add secure mode settings to Security tab 2022-09-06 20:47:33 -07:00
nullobsi
26f0483094
In private mode, block access to many public APIs 2022-09-06 20:46:42 -07:00
nullobsi
a03f13fb3f
Add Secure Mode and Private Mode
- Add instance actor
- Add private mode, which uses an allowlist
- Add Secure Mode, restricts access to blocked instances
2022-09-06 20:46:41 -07:00
nullobsi
7887082622
Add migration for allowedHosts, secureMode, privateMode 2022-09-06 20:46:41 -07:00
syuilo
1b014bc3e5 fix(server): 他人の通知を既読にできる可能性があるのを修正 2022-09-06 20:54:49 +09:00
Takuya Yoshida
057d1642c8
Update typeorm to 0.3.9 (#9083) 2022-09-06 14:57:46 +09:00
ThatOneCalculator
4dc706a91a chore: ⬆️ Upgrade TypeORM 2022-09-05 14:53:48 -07:00
ThatOneCalculator
e6236a2ffb fix screenshot size 2022-08-27 21:44:30 -07:00
ThatOneCalculator
770b2d9908 bg col 2022-08-27 21:44:17 -07:00
ThatOneCalculator
ef801a4b94 description 2022-08-27 21:43:57 -07:00
ThatOneCalculator
5c6cff93ef feat: improve pwa manifest 2022-08-27 21:42:38 -07:00
ThatOneCalculator
ab4c267594 Merge remote-tracking branch 'misskey/develop' into develop 2022-08-27 15:18:59 -07:00
syuilo
47b2e56967 update deps 2022-08-27 16:34:14 +09:00
syuilo
773139b737 enhance(client): add html color-schema support 2022-08-27 00:39:59 +09:00
ThatOneCalculator
899d7b42b5 Always signToActivityPubGet 2022-08-22 23:44:26 -07:00
ThatOneCalculator
ea3c2441be fix: 🔒 Up multer to LTS as to avoid CVE-2022-24434 2022-08-17 15:57:16 -07:00
ThatOneCalculator
f101791d02 Fix overlap betwen favicon and splash icon 2022-08-15 15:55:30 -07:00