- 31 5月, 2017 17 次提交
-
-
由 Robert Swain 提交于
So that they apply to all log messages thereafter
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
/upload handler and storage database
-
由 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 17 次提交
-
-
由 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 提交于
Skeleton for the Media API
-
由 Robert Swain 提交于
Content-Disposition is not a valid request header and so it must be evaluated from the upload request's filename query parameter.
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Mark Haines 提交于
-
由 Robert Swain 提交于
Clearer that it's a map from mxc URLs to sync.Cond
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Robert Swain 提交于
-
由 Kegsay 提交于
-
- 25 5月, 2017 2 次提交
-
-
由 Mark Haines 提交于
* Start implementing the join room API * Hacks to get join room working * Make the TLS fingerprint configurable * Fix the client API proxy to handle '#' correctly * Return a 200 OK response * Write the join event along with current state to the room server * Comment on the error handling * Fix typos * Fix tab * Add TODO for moving authEventIDs to gomatrixserverlib * Comment on why we ignore the key ID argument for local keys * Avoid 'preceeded' * Neaten the control flow * Neaten the control flow even more * Return pointers * Rename err to lastErr for the loop
-
由 Kegsay 提交于
-
- 24 5月, 2017 2 次提交
-
-
由 Mark Haines 提交于
-
由 Kegsay 提交于
- Renamed `clientapi/auth/types` to `clientapi/auth/authtypes` for the same horrible namespace clashing reasons as `storage`. - Factored out `makeAPI` to `common`. - Added in `makeAuthAPI`.
-
- 23 5月, 2017 2 次提交
-
-
由 Mark Haines 提交于
-
由 Mark Haines 提交于
-