ThatOneCalculator
0e61b83460
fix import once and for all
2022-12-04 13:06:49 -08:00
ThatOneCalculator
3fbe6e02a1
?
2022-12-04 13:03:17 -08:00
ThatOneCalculator
d2f28edbd7
more jb cleanups
2022-12-04 13:01:00 -08:00
ThatOneCalculator
dfbe7d7d5e
pov: cleo uses jetbrains
2022-12-04 12:57:43 -08:00
ThatOneCalculator
b93d390af8
cleo ide moment
2022-12-04 12:53:55 -08:00
ThatOneCalculator
bb7678fd45
fix imports
2022-12-04 12:46:10 -08:00
ThatOneCalculator
954e79bbdd
fix cleo's oopsie
2022-12-04 12:41:12 -08:00
Kainoa Kanter
29c1b81f12
Merge pull request 'develop' ( #9178 ) from develop into account_migration
...
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9178
2022-12-04 06:26:26 +00:00
cutestnekoaqua
db52926594
Implement recieve moveTo
...
Untested, hopefully it works..
Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
2022-12-03 01:23:02 +01:00
Kaity A
ab3df1e364
Merge branch 'develop' of https://codeberg.org/thatonecalculator/calckey into supakaity/user-rss-atom-json
2022-12-01 15:54:23 +00:00
skeh
0ad0ddfee9
Merge pull request 'hotfix/misskey-forkbomb' ( #8 ) from hotfix/misskey-forkbomb into stage
...
Reviewed-on: https://code.vtopia.live/Vtopia/MissV/pulls/8
2022-12-01 00:30:55 -08:00
Cleo
cfab9ff2ad
Display moved info.
...
It already fetches the moved to info on regular user fetches, now only the notification of a new "moved to" is missing.
Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
Co-authored-by: Mary Strodl <ipadlover8322@gmail.com>
Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
2022-11-30 20:29:01 +01:00
ThatOneCalculator
ecd6ed7716
respect reduced motion
2022-11-29 18:13:08 -08:00
ThatOneCalculator
729210b1c6
temp notification api fix, thank you @supakaity
2022-11-26 09:31:54 -08:00
Kaity A
0d6772c04c
make the /@user.rss atom and json endpoint work
2022-11-26 10:58:24 +00:00
Cleo John
fe7ac800d7
Add movedToUri and knownAs to DB model user
2022-11-24 11:39:40 +00:00
Cleo John
37bed7c714
Merge db changes into recieve_moveto
2022-11-24 11:33:36 +00:00
Cleo John
9ab2599e0d
db migration for moved to
2022-11-24 11:32:25 +00:00
cutestnekoaqua
ea3e13f190
Create move type
2022-11-23 21:49:52 +01:00
ThatOneCalculator
f31b374024
don't load icons in pug
2022-11-21 20:05:08 -08:00
ThatOneCalculator
a2d9405824
deprecate node < 18
2022-11-21 16:27:32 -08:00
ThatOneCalculator
bd8581b25a
description, not summary
2022-11-19 01:20:31 -08:00
ThatOneCalculator
7363454810
test api docs
2022-11-19 01:15:35 -08:00
ThatOneCalculator
e06bbd3600
perf: ⚡ load icons css last
2022-11-19 00:53:30 -08:00
ThatOneCalculator
2c5ba3f11e
perf: ⚡ load icons css last
2022-11-19 00:52:41 -08:00
ThatOneCalculator
3e44dbdee3
Add Sage to patron list
2022-11-19 00:08:45 -08:00
ThatOneCalculator
61fbc74e6c
fix patrons
2022-11-19 00:04:35 -08:00
ThatOneCalculator
58badd7ec6
fetch patrons remotely
2022-11-18 23:54:50 -08:00
ThatOneCalculator
c35c534a86
typo
2022-11-18 20:18:00 -08:00
ThatOneCalculator
613c560bcc
Finally fix star reaction fallback migration
2022-11-18 20:17:32 -08:00
ThatOneCalculator
48c03b071c
migration
2022-11-18 19:26:45 -08:00
ThatOneCalculator
331b8664f8
feat: ✨ Page drafts
2022-11-18 19:24:05 -08:00
syuilo
bf87e9586b
improve performance (merge deepClone from Misskey dev)
2022-11-18 17:28:58 -08:00
ThatOneCalculator
eea4855692
upgrade deps
2022-11-18 17:20:34 -08:00
ThatOneCalculator
2c0cf33798
init
2022-11-17 13:54:25 -08:00
ThatOneCalculator
d8ae9e7be6
chore: ⬆️ upgrade packages
2022-11-16 02:08:33 -08:00
ThatOneCalculator
4b5fb15745
don't require credential for stats
2022-11-15 00:37:35 -08:00
ThatOneCalculator
f3f63a5dc1
AVIF support
2022-11-14 18:53:38 -08:00
ThatOneCalculator
470dd5ba5b
more fixes
2022-11-14 18:35:01 -08:00
ThatOneCalculator
1529626d05
chore: ⬆️ update deps
2022-11-13 13:14:34 -08:00
ThatOneCalculator
f43802a5fb
fix pinned users list
2022-11-09 20:06:03 -08:00
ThatOneCalculator
58daac50a8
fix pinned users
2022-11-09 19:59:20 -08:00
ThatOneCalculator
52bc14d4b7
chore: 📦 package upgrades
2022-11-09 17:21:09 -08:00
Johann150
98682a45ea
server: reduce dead instance detection to 7 days
2022-11-09 17:19:49 -08:00
Johann150
85c584f582
server: avoid adding suspended instances to deliver queue
...
This should reduce the performance hit when adding large numbers of
instances to the deliver queue by making the check for suspended and
dead instances a bulk operation.
Changelog: Changed
Reviewed-on: https://akkoma.dev/FoundKeyGang/FoundKey/pulls/215
2022-11-09 17:19:29 -08:00
Francis Dinh
48904ef975
backend: Update sharp to 0.31.2
...
This fixes a bug where the backend might crash when processing certain images on an ARM64 system.
See https://akkoma.dev/FoundKeyGang/FoundKey/issues/226 and https://github.com/misskey-dev/misskey/issues/8605 for details.
2022-11-08 19:52:08 +01:00
ThatOneCalculator
9ebe7bc602
oopsie
2022-11-06 19:44:26 -08:00
ThatOneCalculator
aabef2f567
fix
2022-11-06 17:44:38 -08:00
ThatOneCalculator
a9dce362df
feat: 💄 Phosphor icons!
2022-11-06 17:33:52 -08:00
ThatOneCalculator
7f0d1ae34b
sq
2022-11-06 14:20:14 -08:00