puniko pushed to fedi-absturztau-be at puniko/pleroma-fe 2023-02-12 08:21:02 +00:00
4d954b48bc resolve merge conflicts
6a9d169e24 Merge pull request 'components: emoji_reactions: force custom emoji reaction height' (#280) from a1batross/akkoma-fe:a1batross-patch-1 into develop
581c53a15e components: emoji_reactions: force custom emoji reaction height
9e04e4fd80 Improve emoji picker performance (#275)
88d5149db5 paginate-follow-requests (#277)
Compare 8 commits »
puniko pushed to fedi-absturztau-be at puniko/akkoma 2023-02-12 08:14:47 +00:00
7bcf64438e Merge branch 'develop' into fedi-absturztau-be
f92484fd01 add version in changelog
6e07ed6ea9 fix docker tag
d2b57a7f9e bump elixir version in CI
439e915531 bump version
Compare 15 commits »
puniko pushed to mk.absturztau.be at puniko/FoundKey 2023-02-12 07:58:29 +00:00
16902a26a3 resolve merge conflicts
1ffa4b08e0 client: reformat notification component
c9d395961e server: refactor packing User
3a7e8cfe50 server: check instance description length limit
b8796cb1fa activitypub: remove _misskey_votes property
Compare 9 commits »
puniko pushed to mk.absturztau.be at puniko/FoundKey 2023-02-11 07:30:42 +00:00
5d6cceda49 Merge branch 'main' into mk.absturztau.be
6a40ef3569 fix typo
09fe55379e client: check input for aiscript
27b912b9b0 security: check schema for URL previews
48fd543d0f security: check URL schema of AP URIs
Compare 8 commits »
puniko commented on issue FoundKeyGang/FoundKey#337 2023-02-05 19:13:36 +00:00
Migration "syncOrm1674499888924" failed, error: deadlock detected

migration does pass through now, buuuut migration registryRemoveDomain1675375940759 now fails with

  query: 'DELETE FROM "registry_item" AS "a" WHERE "updatedAt" != (SELECT MAX("updatedAt")…
puniko commented on issue FoundKeyGang/FoundKey#337 2023-02-05 10:02:39 +00:00
Migration "syncOrm1674499888924" failed, error: deadlock detected

will try this evening. no time now

puniko opened issue FoundKeyGang/FoundKey#337 2023-02-05 09:46:53 +00:00
Migration "syncOrm1674499888924" failed, error: deadlock detected
puniko pushed to mk.absturztau.be at puniko/FoundKey 2023-02-05 08:16:51 +00:00
e4890de172 Merge branch 'main' into mk.absturztau.be
3489c8ac3a fix: loading config
06ef752218 adjust readme
44f02fa3ec update documents for new release
d655bda30c add foundkey floofer
Compare 49 commits »
puniko opened issue FoundKeyGang/FoundKey#329 2023-01-28 12:44:20 +00:00
admin/accounts/delete returns NO_SUCH_USER
puniko pushed to fedi-absturztau-be at puniko/pleroma-fe 2023-01-21 08:14:15 +00:00
4919f32ce4 Merge branch 'develop' into fedi-absturztau-be
56fd2e773b Merge branch 'languages' into develop
42dc1a027a add language input
236bc2c762 Merge pull request 'Only show "keep open" emoji checkbox on post form' (#269) from sfr/pleroma-fe:fix/keepopen into develop
e9f47509ae Only show "keep open" emoji checkbox on post form
Compare 24 commits »
puniko pushed to fedi-absturztau-be at puniko/akkoma 2023-01-21 08:00:43 +00:00
a9eb94e8d3 resolve merge conflicts
153539a246 add changelog entry
d394ab0a8a Merge branch 'develop' of akkoma.dev:AkkomaGang/akkoma into develop
90088cce11 Support TLD wildcards in MRF matches
63ce25f32c Merge pull request 'Correct og:description tag in static-fe' (#373) from sfr/akkoma:fix/og-description into develop
Compare 75 commits »
puniko pushed to mk.absturztau.be at puniko/FoundKey 2023-01-21 07:40:07 +00:00
5d99ccacfd resolve merge conflicts
e3fd371f4a Implement FEP-e232 qoutes
5893a44ff5 server: parse quote tag syntax
9bdf24d3a5 enhance: add tag for quotes
7170b86724 fixup: websocket data parsing + logger
Compare 58 commits »
puniko commented on issue FoundKeyGang/FoundKey#256 2023-01-13 07:05:02 +00:00
POST /api/notes/children runs into timeouts

Not on my side. replies now load without running into a timeout

puniko pushed to mk.absturztau.be at puniko/FoundKey 2022-12-29 22:30:35 +00:00
9354950c23 Revert "fix remote files?"
puniko pushed to mk.absturztau.be at puniko/FoundKey 2022-12-29 22:13:52 +00:00
8cd47bbcce fix remote files?
puniko pushed to mk.absturztau.be at puniko/FoundKey 2022-12-29 20:52:08 +00:00
98a845eda4 resolve merge conflicts
3a9d283630 client: make mod patterns display when seeking on stopped track
ed27f61a4d client: add mod tracker
ed9d4023d4 backend: add argon2 support
76a8e000a3 client: only catch erroneous key errors in i18n.ts
Compare 6 commits »
puniko commented on pull request FoundKeyGang/FoundKey#306 2022-12-29 20:38:19 +00:00
mod tracker

alrightly, i think this is ready. also managed to make the patterns display when seeking while track is stopped

puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-29 20:37:40 +00:00
e4042534a5 make patterns display when seeking on stopped track
puniko pushed to feature/mod-tracker at puniko/FoundKey 2022-12-29 20:27:21 +00:00
54f0b67b25 use nextTick instead of setTimeout
puniko commented on pull request FoundKeyGang/FoundKey#306 2022-12-29 20:16:45 +00:00
mod tracker

6998cae7e3 this works, its just... terrible code. and i can't come up with another solution as of now without having…