- 05 6月, 2017 2 次提交
-
-
由 Robert Swain 提交于
-
由 Mark Haines 提交于
-
- 02 6月, 2017 3 次提交
-
-
由 Mark Haines 提交于
-
由 Mark Haines 提交于
This reverts commit ce82158a.
-
由 Mark Haines 提交于
* Add API for querying events by ID. * Fix tense * Start implementing federation ingress * More stuff * Hook up federation event receiving * Fix comments * Comment on the order of the arrays
-
- 01 6月, 2017 7 次提交
-
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
If the active request were to panic, we need to ensure all the waiting goroutines get woken up.
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
Avoid locking around db requests by only locking around active requests and always creating an active request if there is none. A nice side effect of this is that if many parallel requests for remote media come in (a common case) then only one database query is made for the duration of the query.
-
由 Robert Swain 提交于
-
- 31 5月, 2017 20 次提交
-
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
So that they apply to all log messages thereafter
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Kegsay 提交于
-
由 Mark Haines 提交于
* Add API for querying the state after a list of events * Implement state after events API * Actually implement the API * Reorder .travis.yml * Comments * Use common.MakeAPI
-
- 26 5月, 2017 8 次提交
-
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
Content-Disposition is only used for communicating the filename. It does not need to be stored in the database as we have upload_name anyway. It does not need to be in types.MediaMetadata and does not need to be logged.
-
由 Robert Swain 提交于
Reorder functions to have public API functions in alphabetical order at the top, internal package functions at the bottom in call order. Use RawURLEncoding to avoid padding the hash with '='. Use stronger types for paths in public API. Simplify comments.
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
Content-Disposition is not a valid request header and so it must be evaluated from the upload request's filename query parameter.
-