Skip to content
#

ActivityPub

activitypub logo

ActivityPub is a decentralized social networking protocol standardized by the World Wide Web Consortium (W3C). It includes both an API for social networking clients and an API for server-server federation.

Here are 165 public repositories matching this topic...

Nutomic
Nutomic commented Nov 7, 2020

If we compile with #![deny(missing_docs)] in lib.rs, the compiler will warn us about any public functions and items without documention. I think it would be very useful to add this documentation, both for potential contributors and for our own understanding of the code. This might even be a good task for new contributors, because it doesnt require knowledge of the code (we can always answer ques

writefreely
colin-axner
colin-axner commented Oct 9, 2020

on latest develop, if I run:

go test
ERROR: 2020/10/09 16:43:21 oauth.go:148: viewOauthInit error: pretend unable to write state error
--- FAIL: TestViewOauthCallback (0.00s)
    --- FAIL: TestViewOauthCallback/success (0.00s)
        oauth_test.go:248: 
            	Error Trace:	oauth_test.go:248
            	Error:      	Received unexpected error:
            	            	/logi
mouse-reeve
mouse-reeve commented Nov 6, 2020

Describe the bug
Right now, a user can set any arbitrary date, past or future for the start and finish dates of a ReadThrough. I think future dates are fine, but that it ought to prevent you from setting the finish date as earlier than the start date.

Expected behavior
The form should reject invalid dates and show error text on the page. Ideally it would check the dates before form

You can’t perform that action at this time.