Popular repositories
-
-
-
-
UInput implementation capturing the input from a CVSB-983 USB IR remote and simulating a more sensible response for each button.
-
-
Forked from arfoll/rs232server
Python application permitting the control of a AV receivers and TVs with serial (rs232) connections (cambridge audio xxxR series, LG TVs, pionner TVs, Arcam receivers)
Python 1
2,338 contributions in the last year
Activity overview
Contribution activity
August 2021
Created 39 commits in 2 repositories
Created 2 repositories
- zeripath/jwt Go
- zeripath/goth Go
Created a pull request in go-gitea/gitea that received 20 comments
Improve SMTP authentication and Fix user creation bugs
This PR has two parts: Improvements for SMTP authentication: Default to use SMTPS if port is 465, and allow setting of force SMTPS. Always use STA…
Opened 53 other pull requests in 3 repositories
go-gitea/gitea
42
merged
6
open
3
closed
- Add missing return to handleSettingRemoteAddrError (#16794)
- Add missing return to handleSettingRemoteAddrError
- Remove spurious / from issues.opened_by
- Ensure that template compilation panics are sent to the logs (#16788)
- Update caddyserver/certmagic (#16789)
- Update caddyserver/certmagic
- Ensure that template compilation panics are sent to the logs
- Simplify split diff view generation and remove JS dependency
- Just use a slice when rendering file
- Use git attributes to determine generated and vendored status for language stats and diffs
- Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes
- Fix openidConnect source regression from #16544
- Return nil proxy function if proxy not enabled
- Recreate Tables should Recreate indexes on MySQL (#16718)
- Recreate Tables should Recreate indexes on MySQL (#16718)
- Recreate Tables should Recreate indexes on MySQL
- Fix Github OAuth provider configuration
- Restore functionality for pushing non-standard refs (Partial #16705)
- Clean-up HookPreReceive and restore functionality for pushing non-standard refs
- Ensure empty lines are copiable and final new line too (#16678)
- Fix NPE in fuzzer
- Ensure empty lines are copiable and final new line too
- Changelog for 1.15.0-rc3 (#16621)
- Allow setting X-FRAME-OPTIONS
- Restore compatibility with SQLServer 2008 R2 in migrations (#16627)
- Some pull requests not shown.
golang-jwt/jwt
1
closed
markbates/goth
1
open
Reviewed 53 pull requests in 2 repositories
go-gitea/gitea
52 pull requests
- Update certmagic
- Update caddyserver/certmagic (#16789)
- Remove spurious / from issues.opened_by
- Ensure that template compilation panics are sent to the logs
- Use git attributes to determine generated and vendored status for language stats and diffs
- frontport: 1.15.0 changelog
- Decoupled code from DefaultSigningKey
- Compute proper foreground color for labels
- changelog for 1.15.0
- Refactor the fork service slightly to take ForkRepoOptions
- Alter issue/comment table TEXT fields to LONGTEXT
- Keep attachments on tasklist update (#16750)
- Keep attachments on tasklist update of issue and comment content
- Add OAuth2 introspection endpoint
- Fix dependency translations
- Keep attachments on tasklist update
- Fix dependency link rendering in PR sidebar
- release/1.15: Fix dependency translations
- Do not use thin scrollbars on Firefox (#16738)
- Fix wrong user in OpenID response (#16736)
- Do not use thin scrollbars on Firefox
- Fix wrong user in OpenID response
- Refactored and fixed migration tests
- Add proxy settings and support for migration and webhook
- Clean-up HookPreReceive and restore functionality for pushing non-standard refs
- Some pull request reviews not shown.
golang-jwt/jwt
1 pull request
Created an issue in golang-jwt/jwt that received 12 comments
Due to the use of fillBytes golang-jwt now requires go1.15
jwt/ecdsa.go Lines 135 to 136 in 4bbdd8a from #33, means that golang-jwt/jwt now requires go1.15. Is this intentional?