Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
RFLink
Unofficial GIT mirror to RFlink's <http://www.nemcon.nl/blog2/> SVN repo + custom changes
-
android_packages_apps_RemoteDroidGuard
Forked from microg/android_packages_apps_RemoteDroidGuard
Service to run Google's DroidGuard binary in an isolated environment
Java 4
-
3dstools
-
delibird
Mastodon bot flying from user to user
Python 2
-
alexjard
Mon premier bot Mastodon
Python 1
-
rss2email
Forked from wking/rss2email
a free, open-source tool for Windows, Mac OS and UNIX for getting news from RSS feeds in email
Python 1
1,182 contributions in the last year
Contribution activity
May 1, 2019
April 2019
Created a pull request in tootsuite/mastodon that received 120 comments
Accept richer text from remote statuses
Support abbr, del, pre, blockquote, code, strong, b, em, i, ul, ol, li and
h1 to h5 tags in remote statuses.
- Add site-wide options to show reblogs and replies in local/public timelines
- When selecting a toot via keyboard, ensure it is scrolled into view
- Add support for missing formatting tags
- Fix regression with textarea's caret position when selecting a suggestion
- Add keyboard shortcuts
- Add high color privacy icons
- Tweak rich text styling
- Fix upload progressbar when image resizing is involved
- Do not ask to register web intent handler
- Add emoji suggestions to CW and poll option fields
- Fix status header display in toot mobile menu
- Hide media upload form if no media are attached
- Merge upstream changes
- Fix file upload
- Fix settings modal
- Merge upstream changes
- Do not leak local-only toots to remote mentioned users
- Refactor features/composer and features/drawer to better match upstream
- Merge upstream changes
- Allow switching between singe-option and multiple-option polls
- Allow turning keybase off instance-wide
- Accept richer text from remote statuses
- Fix opening/closing gifv sometimes making the timeline scroll
- Shift+click on column Back button to return to last pinable column
- When selecting a toot via keyboard, ensure it is scrolled into view
- Some pull requests not shown.
- Check that an invite link is valid before bypassing approval mode
- Explicitly disable storage of REST API results
- Add a keyboard shortcut to hide/show media
- Reject follow requests of blocked users
- Fix upload progressbar when image resizing is involved
- Allow turning keybase off instance-wide
- Do not retry processing ActivityPub jobs raising validation errors
- Minor code cleanup
- Allow switching between singe-option and multiple-option polls
- Use correct local names for fonts
- When selecting a toot via keyboard, ensure it is scrolled into view
- Allow modal secondary button to shrink and allow wider confirmation modals
- Prevent silenced local users from notifying remote users not following them
- Add emoji suggestions to CW and poll option fields
- Tweak filtering of newly-blocked/muted accounts
- Fix batch actions not working on pending accounts
- Export and import show_reblogs together with following list
- Cache featured collections, as well as outbox, followers and following
- Update poll remaining time just like with status timestamps
- Add invite comments
- Hopefully fix input text selection quirks on iOS
- Add instance actor
- Fix filtering of favourited_by, reblogged_by, followers and following
- Fix more keybase-related test failures
- Hide blocking accounts from blocked users
- Fix LDAP/PAM/SAML/CAS users not being approved instantly
- Fix not being able to save e-mail preference for new pending accounts
- Fix modal items cannot scroll on touch devices
- Animate avatar GIFs on-hover on public profiles
- Change HTML validator to ignore all errors except unmatched tags
- Add batch actions for approving and rejecting pending accounts
- Fix admin validation being too strict about usernames
- Fix `tootctl accounts cull`
- Simplify culling and fix race condition
Created an issue in tootsuite/mastodon that received 2 comments
Add an instance-wide actor representing the instance
Motivation Several features would benefit from or require the existence of an ActivityPub actor representing a Mastodon instance. This actor could …