Popular repositories Loading
-
-
aliexpress-invoice-generator
aliexpress-invoice-generator PublicFirefox & Chrome extension for generating PDF invoices from AliExpress order detail websites
-
-
wallabaggerini
wallabaggerini PublicFirefox extension supplying a Wallabag bookmarklet as page action in the URL bar
856 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
matrix-org/matrix-spec,
unomed-dev/react-native-matrix-sdk,
jhugman/uniffi-bindgen-react-native
and 53 other
repositories
Loading
Contribution activity
March 2025
Created 7 commits in 4 repositories
Created a pull request in matrix-org/matrix-rust-sdk that received 4 comments
Add experimental support for MSC4274 (inline media galleries)
This is a proof of concept implementation of MSC4274. It works in my testing but it's quite hacky. I'd like to use this as a starting point to disc…
+1,492
−41
lines changed
•
4
comments
Opened 23 other pull requests in 8 repositories
matrix-org/matrix-spec
9
open
2
merged
-
Spec PR - MSC4147: Including device keys with Olm-encrypted events
This contribution was made on Mar 28
-
Clarify the meaning of "public spaces"
This contribution was made on Mar 20
-
Clarify the meaning of "public rooms" for presence
This contribution was made on Mar 20
-
Clarify the meaning of "public rooms" for policy lists
This contribution was made on Mar 20
-
Clarify the meaning of "public rooms" for call invites
This contribution was made on Mar 20
-
Clarify the meaning of "public rooms" in the room directory
This contribution was made on Mar 19
-
Clarify the meaning of "public rooms" for user directory queries
This contribution was made on Mar 18
-
Clarify the meaning of "public rooms" for profile look-ups
This contribution was made on Mar 18
-
Spec PR - MSC3765: Rich text in room topics
This contribution was made on Mar 14
-
MSC4260: Reporting users (Client-Server API)
This contribution was made on Mar 13
-
Remove extra trailing quotes from sync API specs
This contribution was made on Mar 5
matrix-org/matrix-rust-sdk
1
open
2
merged
-
feat!(timeline): allow sending media as (thread) replies
This contribution was made on Mar 26
-
refactor(timeline): push the reply logic down into matrix_sdk
This contribution was made on Mar 25
-
feat(timeline): add functions for sending messages in threads
This contribution was made on Mar 19
matrix-org/matrix-spec-proposals
3
open
-
MSC4277: Harmonizing the reporting endpoints
This contribution was made on Mar 21
-
MSC4274: Inline media galleries via msgtypes
This contribution was made on Mar 18
-
MSC4271: Recommended enabled-ness for default push rules
This contribution was made on Mar 3
ruma/ruma
2
merged
-
events: add gallery msgtype for MSC4274 (backport into 0.12)
This contribution was made on Mar 20
-
events: add gallery msgtype for MSC4274
This contribution was made on Mar 18
matrix-org/matrix-js-sdk
1
open
-
Stabilise MSC3765
This contribution was made on Mar 28
element-hq/synapse
1
open
-
Add experimental support for MSC4277
This contribution was made on Mar 24
gematik/api-ti-messenger
1
open
-
Add link to matrix room
This contribution was made on Mar 14
jhugman/uniffi-bindgen-react-native
1
open
-
Add react-native- prefix to test package name
This contribution was made on Mar 13
Reviewed 30 pull requests in 6 repositories
matrix-org/matrix-spec-proposals
12 pull requests
-
MSC3266: Room summary API
This contribution was made on Mar 28
-
MSC4155: Invite filtering
This contribution was made on Mar 27
-
MSC4143: MatrixRTC
This contribution was made on Mar 27
-
MSC4277: Harmonizing the reporting endpoints
This contribution was made on Mar 27
-
MSC4110: Fewer Features
This contribution was made on Mar 27
-
MSC4279: Server notice rooms
This contribution was made on Mar 27
-
MSC4274: Inline media galleries via msgtypes
This contribution was made on Mar 24
-
MSC4273: Approve and Disapprove ratings for moderation policies
This contribution was made on Mar 14
-
MSC4270: Matrix Glossary
This contribution was made on Mar 4
-
MSC4271: Recommended enabled-ness for default push rules
This contribution was made on Mar 4
-
MSC4266: Policies in /.well-known/matrix/support
This contribution was made on Mar 3
-
MSC4269: Unambiguous mentions in body
This contribution was made on Mar 3
matrix-org/matrix-spec
7 pull requests
-
Typo "not" -> "no"
This contribution was made on Mar 28
-
Spec PR - MSC4147: Including device keys with Olm-encrypted events
This contribution was made on Mar 28
-
Clarify the meaning of "public spaces"
This contribution was made on Mar 24
-
Clarify the meaning of "public rooms" in the room directory
This contribution was made on Mar 21
-
Spec PR - MSC3765: Rich text in room topics
This contribution was made on Mar 20
-
Make disclosure of conflicts of interest mandatory for spec change proposals
This contribution was made on Mar 18
-
MSC4260: Reporting users (Client-Server API)
This contribution was made on Mar 13
gematik/api-ti-messenger
5 pull requests
-
develop delta
This contribution was made on Mar 21
-
GSC291: Löschkonzept v2
This contribution was made on Mar 19
-
Develop
This contribution was made on Mar 19
-
Fix base permissionConfig to match Pro and ePA variants (by removing it)
This contribution was made on Mar 19
-
GSC302: Freitextverbot in Annotations bzw. Reactions
This contribution was made on Mar 10
matrix-org/matrix-rust-sdk
3 pull requests
-
feat!(timeline): allow sending media as (thread) replies
This contribution was made on Mar 27
-
refactor(timeline): push the reply logic down into matrix_sdk
This contribution was made on Mar 26
-
feat(timeline): add functions for sending messages in threads
This contribution was made on Mar 24
ruma/ruma
2 pull requests
-
events: add gallery msgtype for MSC4274 (backport into 0.12)
This contribution was made on Mar 20
-
events: add gallery msgtype for MSC4274
This contribution was made on Mar 19
matrix-org/matrix-js-sdk
1 pull request
-
Stabilise MSC3765
This contribution was made on Mar 28
Created an issue in matrix-org/matrix-rust-sdk that received 2 comments
timeline: media attachments as (thread) replies
Following #4819 I would like to enable sending media as (thread) replies.
I considered mimicking matrix_sdk_ui::Timeline::send_reply
by routing Rep…
2
comments
Opened 4 other issues in 3 repositories
jhugman/uniffi-bindgen-react-native
2
open
-
Make native Swift bindings available via pod
This contribution was made on Mar 5
-
Podspec template should only include *.swift when we've generated native bindings
This contribution was made on Mar 5
matrix-org/matrix-spec
1
open
-
Specifying x-addedInMatrixVersion & friends prior to a release
This contribution was made on Mar 14
gematik/api-ti-messenger
1
open
-
Anmeldung an Homeservern außerhalb der TI verhindern
This contribution was made on Mar 3
3
contributions
in private repositories
Mar 3 – Mar 13