Highlights
Pinned Loading
-
-
-
backbone.nest
backbone.nest PublicBackbone plugin that enables infinitely nested Collections within Models.
-
808 contributions in the last year
Day of Week | March Mar | 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
Contribution activity
March 2025
Created 32 commits in 2 repositories
Created a pull request in TryGhost/ActivityPub that received 3 comments
Replaced Post object with postId in PostCreatedEvent
ref https://linear.app/ghost/issue/AP-880 Changed PostCreatedEvent to use postId instead of the full post object to reduce event payload size. This…
+188
−12
lines changed
•
3
comments
Opened 27 other pull requests in 2 repositories
TryGhost/ActivityPub
24
merged
2
closed
-
Removed FeedsUpdatedEvent
This contribution was made on Mar 20
-
Configured local PubSub to have two topics
This contribution was made on Mar 20
-
Added getById method to KnexPostRepository
This contribution was made on Mar 20
-
Fix KV store handling concurrent writes to the same key
This contribution was made on Mar 19
-
Bump fedify
This contribution was made on Mar 19
-
Removed pagination support from followers
This contribution was made on Mar 18
-
Added routePath and host to spans
This contribution was made on Mar 18
-
Added top level scripts for Cedar
This contribution was made on Mar 17
-
Enabled ActivityPub to be run as just a MessageQueue handler
This contribution was made on Mar 13
-
Removed likes from deleted posts
This contribution was made on Mar 13
-
Revert "Disabled running test files in parallel "
This contribution was made on Mar 12
-
Fixing flakey tests
This contribution was made on Mar 12
-
Added docker caching and fixed flakey tests
This contribution was made on Mar 12
-
Added wipe-db command
This contribution was made on Mar 12
-
Updated repository to wait for events to process
This contribution was made on Mar 11
-
Run site setup in a transaction
This contribution was made on Mar 11
-
Ensured the sanitisation of content
This contribution was made on Mar 11
-
Moved content preparation to the Post entity
This contribution was made on Mar 10
-
Simplified setting up follow relations in cucumber tests
This contribution was made on Mar 6
-
Send Delete activity to followers when we delete a post
This contribution was made on Mar 6
-
Updated Account entity to use AccountSite instead of Site
This contribution was made on Mar 6
-
Improve tests
This contribution was made on Mar 5
-
Support persistence of deleted posts
This contribution was made on Mar 4
-
Switched from deleted column to deleted_at
This contribution was made on Mar 4
-
Added deleted column to posts table
This contribution was made on Mar 4
- Some pull requests not shown.
TryGhost/Ghost
1
merged
-
Add support for deleting posts
This contribution was made on Mar 6
Reviewed 26 pull requests in 2 repositories
TryGhost/ActivityPub
23 pull requests
-
Remove table const usage in favour of string literals
This contribution was made on Mar 21
-
Added wire-up for new notifications endpoint
This contribution was made on Mar 20
-
Configured local PubSub to have two topics
This contribution was made on Mar 20
-
Added getById method to KnexPostRepository
This contribution was made on Mar 20
-
Migration for updating
feeds.published_at
=posts.published_at
for postsThis contribution was made on Mar 19 -
Ordering feed and profile posts by
published_at
This contribution was made on Mar 19 -
Migration to set
published_at
=created_at
where published_at is nullThis contribution was made on Mar 18 -
Added index on
published_at
forfeeds
tableThis contribution was made on Mar 18 -
Writing to new
published_at
column infeeds
tableThis contribution was made on Mar 18 -
Added new column
published_at
to feeds tableThis contribution was made on Mar 18 -
Added published_at column to feeds table
This contribution was made on Mar 18
-
Show repost and like count on user Profile
This contribution was made on Mar 13
-
Moved content preparation to the Post entity
This contribution was made on Mar 10
-
Handling Post/Account not found error for incoming delete
This contribution was made on Mar 10
-
Updated key value stores when post is deleted
This contribution was made on Mar 6
-
Send Delete activity to followers when we delete a post
This contribution was made on Mar 6
-
Handle reading deleted posts
This contribution was made on Mar 6
-
Handling incoming delete acticities
This contribution was made on Mar 6
-
Added authored by user indicator to posts
This contribution was made on Mar 5
-
Wired up the delete post API
This contribution was made on Mar 5
-
Support persistence of deleted posts
This contribution was made on Mar 4
-
Implemented removing deleted posts from feeds
This contribution was made on Mar 4
-
Post migration clean up
This contribution was made on Mar 3
TryGhost/Ghost
3 pull requests
-
Added stale time settings to ActivityPub feeds
This contribution was made on Mar 17
-
Added post delete mutation for posts in the
admin-x-activitypub
appThis contribution was made on Mar 5 -
Fixed reply box focus when reply icon is clicked
This contribution was made on Mar 5
Created an issue in fedify-dev/fedify that received 2 comments
Unhandled error when parsing base-url
param for followers collection
We attempt to construct a new URL object using the base-url
param when fetching the followers collection over HTTPS here fedify/src/federation/m…
2
comments