puniko created pull request FoundKeyGang/FoundKey#306 2022-12-26 14:53:58 +00:00
WIP: mod tracker
puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-26 14:48:23 +00:00
4234dfbdbc retab
puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-26 14:19:41 +00:00
0cc1ea8c3e include libopenmpt tracker to foundkey
c2437c696a add libopenmpt
Compare 2 commits »
puniko created branch feature/mod-tracker in puniko/FoundKey 2022-12-26 14:19:41 +00:00
puniko created pull request FoundKeyGang/FoundKey#303 2022-12-26 08:41:20 +00:00
removes joins on avatar and banner in endpoint /notes/children
puniko pushed to fix/endpoint-children at puniko/FoundKey 2022-12-26 08:36:52 +00:00
puniko created branch fix/endpoint-children in puniko/FoundKey 2022-12-26 08:36:52 +00:00
puniko pushed to mk.absturztau.be at puniko/FoundKey 2022-12-26 08:14:40 +00:00
1b3d89c40d Merge branch 'fix/endpoint-children' into mk.absturztau.be
55d8d5a626 Merge branch 'main' into mk.absturztau.be
e89c0135bd removing joins to avatar and banners in children endpoint
eea2eb4919 use Promise.all instead of separate promises
114d416de0 server: refactor password hashing & comparison to module
Compare 46 commits »
puniko pushed to main at puniko/FoundKey 2022-12-26 07:47:29 +00:00
eea2eb4919 use Promise.all instead of separate promises
114d416de0 server: refactor password hashing & comparison to module
c2372315f7 server: improve error messages
09bc3cf95a activitypub: Do block checks more globally
de3cdb5833 activitypub: block check for resolving collections
Compare 1356 commits »
puniko opened issue FoundKeyGang/FoundKey#294 2022-12-22 13:14:18 +00:00
Handle edits
puniko pushed to fedi-absturztau-be at puniko/pleroma-fe 2022-12-18 14:24:00 +00:00
a69ed0898e Merge branch 'develop' into fedi-absturztau-be
b009428814 Merge pull request 'Revert "Revert "use v1 urls""' (#254) from v1-urls into develop
7bec96a1bf Merge pull request 'Fix user moderation dropdown clipping' (#249) from sfr/pleroma-fe:fix/dropdown into develop
0b5793c1e0 Merge pull request 'Don't show timeline links if disabled and logged out' (#250) from sfr/pleroma-fe:fix/hide-timelines into develop
72ef2e7454 Merge pull request 'Fix 404 when reacting with Keycap Number Sign' (#252) from fef/pleroma-fe:develop into develop
Compare 42 commits »
puniko pushed to fedi-absturztau-be at puniko/akkoma 2022-12-18 14:06:24 +00:00
41f094b02e resolve merge conflicts
3d546409b2 remove now-unused test
52d8183787 drop admin scopes on create app instead of rejecting
dcac8adb3d Add option to modify HTTP pool size
126f1ca69c increase rich media backoff time
Compare 113 commits »
puniko pushed to mk.absturztau.be at puniko/FoundKey 2022-12-18 13:51:16 +00:00
3900d2f716 Merge branch 'main' into mk.absturztau.be
3bf7deb233 client: remove unused styling classes
2520633210 client: move MFM animations to MFM component
4574db523a client: add default margin to FormSwitch and MkButton
263fb94f3f client: unify import names of form ui components
Compare 113 commits »
puniko commented on issue FoundKeyGang/FoundKey#253 2022-12-03 12:10:49 +00:00
Chart updates should be batched

tried to reanable charts to see how they behave with the web-workers. it doesn't lock up fe, which is good. but it still locks up delivery queue, while its gathering data.

question: what will…

puniko commented on issue FoundKeyGang/FoundKey#249 2022-12-03 12:07:16 +00:00
Massive Performance impact when delivery Queue starts working

can confirm that the split works well with on my instance. now lockdowns of fe anymore even when queue is doing its thing. i still have to disable charts tho, but thats another issue. at least it…

puniko pushed to mk.absturztau.be at puniko/FoundKey 2022-12-03 11:02:52 +00:00
376c36bde7 Merge branch 'main' into mk.absturztau.be
18cf228f89 server: readd "fetch meta only once in skippedInstances""
bdf2e14a73 server: fix TypeError in registerOrFetchInstanceDoc
c5cf167ffa server: fix ReferenceError: meta is undefined
e446a11bb7 Revert "server: fetch meta only once in skippedInstances"
Compare 53 commits »
puniko commented on issue FoundKeyGang/FoundKey#256 2022-11-29 12:51:24 +00:00
POST /api/notes/children runs into timeouts

EXPLAIN on the query shows me 2 parts with an awefull high cost

->  Hash Join  (cost=591010.12..1640990.66 rows=5586168 width=2937) (actual time=53684.512..53723.567 rows=1 loops=1)

a…

puniko commented on issue FoundKeyGang/FoundKey#256 2022-11-29 11:01:29 +00:00
POST /api/notes/children runs into timeouts

considering that this seems to be an issue with drive files, i suspect FoundKeyGang/FoundKey#143 is maybe related to this

puniko opened issue FoundKeyGang/FoundKey#256 2022-11-29 10:28:23 +00:00
POST /api/notes/children runs into timeouts
puniko commented on issue FoundKeyGang/FoundKey#249 2022-11-28 07:10:01 +00:00
Massive Performance impact when delivery Queue starts working

Just for completness. merged it yesterday, seems to run well so far. will keep it for a week without the charts stuff, than enable charts again to see how it runs with them