Jeremy Kescher kescher · they/them
  • Vienna, Austria
  • https://kescher.at
  • Hi! I run this Git server. they/them, it/its. (more info on my main homepage, kescher.at)

  • Joined on 2019-09-30
3a4f38a773 Turn custom emoji regexps into class level constants
9e7db06fcf Disable reactions in detailed status view when visibleReactions is 0
411dfa73df [Glitch+Emoji reactions] Use modern React context for for identity for emoji reaction code
f2f6bb2969 Fix reaction picker dropdown appearance
912f9fceeb Merge fixes
d6183f9cce Hydrate reactions on streaming API
577163cf13 Purge status reactions on account delete
974924cafe Fix rubocop lint issue
e3c0ace3d9 Refactor status reactions query
0c78447015 Simplify reactions API controller
Compare 384 commits »
Jeremy Kescher opened issue CatCatNya/catstodon#10 2024-06-25 10:54:17 +00:00
New user-level action: Prevent interactions
Jeremy Kescher pushed tag v4.3.0-alpha.4+glitch+cat+1.1.2 to CatCatNya/catstodon 2024-06-22 12:53:15 +00:00
Jeremy Kescher pushed to main at CatCatNya/catstodon 2024-06-22 12:52:52 +00:00
fbf9a61c55 Bump Catstodon revision to 1.1.2
61488331c4 Upgrade to yarn 4.3.1 ahead of time
b3f731abac Merge branch 'refs/heads/glitch-soc' into develop
1090611529 Merge pull request #2751 from ClearlyClaire/glitch-soc/merge-upstream
2f994bb34a [Glitch] Fix error when deleting a status
6300273664 Merge commit '9e932fa1dd' into glitch-soc/merge-upstream
9e932fa1dd New Crowdin Translations (automated) (#30789)
7d12522ed7 Fix error when deleting a status (#30784)
8ae61fdee5 [Glitch] Convert disconnectTimeline and timelineDelete actions to Typescript
fd867adffe Merge commit 'bb2d77b4a0' into glitch-soc/merge-upstream
Compare 26 commits »
Jeremy Kescher pushed to develop at CatCatNya/catstodon 2024-06-22 11:35:04 +00:00
fbf9a61c55 Bump Catstodon revision to 1.1.2
61488331c4 Upgrade to yarn 4.3.1 ahead of time
b3f731abac Merge branch 'refs/heads/glitch-soc' into develop
1090611529 Merge pull request #2751 from ClearlyClaire/glitch-soc/merge-upstream
2f994bb34a [Glitch] Fix error when deleting a status
6300273664 Merge commit '9e932fa1dd' into glitch-soc/merge-upstream
9e932fa1dd New Crowdin Translations (automated) (#30789)
7d12522ed7 Fix error when deleting a status (#30784)
8ae61fdee5 [Glitch] Convert disconnectTimeline and timelineDelete actions to Typescript
fd867adffe Merge commit 'bb2d77b4a0' into glitch-soc/merge-upstream
Compare 26 commits »
Jeremy Kescher pushed tag v4.3.0-alpha.4+glitch+cat+1.1.1 to CatCatNya/catstodon 2024-06-19 16:55:08 +00:00
Jeremy Kescher pushed to main at CatCatNya/catstodon 2024-06-19 16:54:47 +00:00
f22da34908 Fix indentation of CHANGELOG
Jeremy Kescher pushed to develop at CatCatNya/catstodon 2024-06-19 16:54:34 +00:00
f22da34908 Fix indentation of CHANGELOG
Jeremy Kescher pushed to main at CatCatNya/catstodon 2024-06-19 16:51:15 +00:00
f883c171fb Bump Catstodon revision to 1.1.1
5e5f19b50e Merge branch 'refs/heads/glitch' into develop
0c2b1f56ef Merge pull request #2748 from ClearlyClaire/glitch-soc/merge-upstream
3f2e2c0923 Merge branch 'refs/heads/glitch' into develop
8e8cf36666 Turn custom emoji regexps into class level constants
52e34a6bd6 Merge commit '5f4d231e98' into glitch-soc/merge-upstream
5f4d231e98 Use rubocop DisplayCopNames and UseCache defaults (true) (#30750)
49b323c13d fix(deps): update dependency cssnano to v7.0.3 (#30764)
8098d27f84 Stop calling Webpacker in full-stack tests (#30763)
556d409780 Enable renovate lockFileMaintenance setting (#30732)
Compare 26 commits »
Jeremy Kescher pushed to develop at CatCatNya/catstodon 2024-06-19 15:57:07 +00:00
f883c171fb Bump Catstodon revision to 1.1.1
5e5f19b50e Merge branch 'refs/heads/glitch' into develop
0c2b1f56ef Merge pull request #2748 from ClearlyClaire/glitch-soc/merge-upstream
3f2e2c0923 Merge branch 'refs/heads/glitch' into develop
52e34a6bd6 Merge commit '5f4d231e98' into glitch-soc/merge-upstream
5f4d231e98 Use rubocop DisplayCopNames and UseCache defaults (true) (#30750)
49b323c13d fix(deps): update dependency cssnano to v7.0.3 (#30764)
8098d27f84 Stop calling Webpacker in full-stack tests (#30763)
556d409780 Enable renovate lockFileMaintenance setting (#30732)
4e7e31538f chore(deps): update opentelemetry-ruby (non-major) (#30755)
Compare 25 commits »
Jeremy Kescher pushed to develop at CatCatNya/catstodon 2024-06-19 15:19:55 +00:00
8e8cf36666 Turn custom emoji regexps into class level constants
c55e6ee195 Turn custom emoji regexps into class level constants
Jeremy Kescher pushed to main at CatCatNya/catstodon 2024-06-17 23:55:49 +00:00
1a0ea16128 README.md: Add note about MASTODON_USE_LIBVIPS
Jeremy Kescher pushed to develop at CatCatNya/catstodon 2024-06-17 23:55:40 +00:00
1a0ea16128 README.md: Add note about MASTODON_USE_LIBVIPS
Jeremy Kescher opened issue CatCatNya/catstodon#9 2024-06-17 23:26:27 +00:00
Add support for dynamic ActivityPub shenanigans
Jeremy Kescher commented on issue CatCatNya/catstodon#4 2024-06-17 23:20:32 +00:00
Replace ImageMagick for GIF to GIF conversion (profile pictures, ...)

Upstream implements libvips now. We are making it the default in commit 3fa67cbe7abb4d955cec1b7b0ff171dfcf69fe24. Fixed!

Jeremy Kescher closed issue CatCatNya/catstodon#4 2024-06-17 23:20:32 +00:00
Replace ImageMagick for GIF to GIF conversion (profile pictures, ...)
Jeremy Kescher pushed tag v4.3.0-alpha.4+glitch+cat+1.1.0 to CatCatNya/catstodon 2024-06-17 23:18:30 +00:00
Jeremy Kescher pushed to main at CatCatNya/catstodon 2024-06-17 23:17:47 +00:00
d220eaab0a Bump Catstodon revision to 1.1.0
3fa67cbe7a Make MASTODON_USE_LIBVIPS default to true
Compare 2 commits »