- 22 9月, 2017 1 次提交
-
-
由 Mark Haines 提交于
-
- 21 9月, 2017 5 次提交
-
-
由 Mark Haines 提交于
-
由 Mark Haines 提交于
-
由 Mark Haines 提交于
-
由 Mark Haines 提交于
-
由 Richard van der Hoff 提交于
The todo list hasn't been updated in six months; let's replace it with a more useful link.
-
- 20 9月, 2017 9 次提交
-
-
由 Mark Haines 提交于
* Add table for storing invites in the syncapi * Use the invite table to list the active invites for a user * Update the invites table from the roomserver stream * Include the invites table when determining the maxInviteID
-
由 Erik Johnston 提交于
-
由 Erik Johnston 提交于
-
由 Erik Johnston 提交于
* Add 'unused' lint * Keep testdata consts
-
由 Erik Johnston 提交于
-
由 Erik Johnston 提交于
-
由 Richard van der Hoff 提交于
-
由 Erik Johnston 提交于
* Add errcheck linter * Add config for 'fast' linters * Fix errcheck lint stuff * Fix errcheck lint
-
由 Mark Haines 提交于
* Use a shared PostgreSQL sequence to generate ids. Share an auto incrementing sequnce between the account data and the room event table. This means that account data updates can be received independantly of room events updates. This should give some basic support for fixing #212 * Remove redundant 'primary key' * Re-number the SQL arguments * Fewer lies in comments
-
- 19 9月, 2017 2 次提交
-
-
由 Mark Haines 提交于
* Use a read-only snapshot transaction for calculating sync responses * gb vendor update github.com/lib/pq
-
由 Erik Johnston 提交于
* Make media repo use error rather than jsonErrorResponse * Update comments * gb vendor github.com/pkg/errors * Fixup error formats
-
- 18 9月, 2017 4 次提交
-
-
由 Mark Haines 提交于
-
由 Mark Haines 提交于
* Add contexts to device database * Remove spurious whitespace
-
由 Mark Haines 提交于
-
由 Mark Haines 提交于
-
- 14 9月, 2017 1 次提交
-
-
由 Mark Haines 提交于
-
- 13 9月, 2017 7 次提交
-
-
由 Mark Haines 提交于
* Add contexts to the roomserver storage layer * Fix rooms_table
-
由 Mark Haines 提交于
-
由 Brendan Abolivier 提交于
* Append target profile to invite events created from a 3PID invite * Don't redeclare err * Add check on invited server
-
由 Mark Haines 提交于
Hopefully will avoid spurious test failures like https://travis-ci.org/matrix-org/dendrite/builds/272960127
-
由 Brendan Abolivier 提交于
* Specify HTTP methods for the client API * Specify HTTP methods for the federation API * Specify HTTP methods for the media API * Specify HTTP methods for the sync API
-
由 Mark Haines 提交于
* Add context.Context to the federation client * gb vendor update github.com/matrix-org/gomatrixserverlib
-
由 Brendan Abolivier 提交于
* Add comment * gb vendor update github.com/matrix-org/gomatrixserverlib * Add handler for the exchange_third_party_invite endpoint * Doc * Use SendEvents to send the invite to the roomserver * Add missing error check * Add checks
-
- 12 9月, 2017 4 次提交
-
-
由 Mark Haines 提交于
Because it's easy to get confused between the two methods.
-
由 Brendan Abolivier 提交于
* Add config for trusted ID servers * Add new error * Implement check for trusted ID server * Complete unfinished comment * Make comment more explicit in the config file * Use go standard errors in membership.go * Use standard errors instead of JSON responses in threepid * Doc errors * Remove unused parameter
-
由 Brendan Abolivier 提交于
* Use federation to auth the event if the server isn't in the room * Use MakeAPI for 3pid onbind handler as it isn't a standard federation request * Error check * Temporarily disable tests * Fix return on 3PID invite * Re-enable tests * Remove useless else * gb vendor update github.com/matrix-org/gomatrixserverlib * gb vendor update github.com/matrix-org/gomatrixserverlib * Implement same behaviour as synapse * Fix condition and array initialisation * Log errors on iteration and throw one if no server could be reached * Fix err not being initialised * Fix lint * Fix import path
-
由 Mark Haines 提交于
* Fix response to /invite to match the format expected by synapse * gb vendor update github.com/matrix-org/gomatrixserverlib * Use gomatrixserverlib.RespInvite * gb vendor update github.com/matrix-org/gomatrixserverlib
-
- 11 9月, 2017 1 次提交
-
-
由 Mark Haines 提交于
... in the federation invite API.
-
- 08 9月, 2017 2 次提交
-
-
由 Mark Haines 提交于
-
由 Brendan Abolivier 提交于
* Add missing file headers * Move the ID server's signatures verification to common * Allow verification without specifying a server name * Add third-party structs to membership events content * Add processing of 3PID onbind requests * Use reference for third party invite data * Fix return arguments order * Revert "Move the ID server's signatures verification to common" This reverts commit 93442010316ce71a77ac58ffd3613754ce8fe969. * Revert "Allow verification without specifying a server name" This reverts commit fd27afbf82eac50fe9f7b83b26cfce3c66d530d2. * Remove checks that are already occurring in gomatrixserverlib * Change return type of createInviteFrom3PIDInvite * Add doc, add checks in fillDisplayName * Use MakeFedAPI * Invert condition * Use AuthEvents to retrieve the 3PID invite * Update comment * Remove unused parameter * gb vendor update github.com/matrix-org/gomatrixserverlib
-
- 07 9月, 2017 1 次提交
-
-
由 Erik Johnston 提交于
* Turn on 'unparam' linting * Increase deadline * Fix mediaapi integeration test
-
- 06 9月, 2017 3 次提交
-
-
由 Erik Johnston 提交于
* Add get event federation API * Handle err correctly * Add missing readers * Ignore gocyclo lint for routing function * Add todo * Fix styling a bit
-
由 Erik Johnston 提交于
* Remove unused struct field * Ignore unused test data * Remove unused variables * Remove deadcode * Fix up vetshadow warnings * Convert to using gometalinter * Update travis * Use vendored versions of gometalinter * Make gometalinter install its stuff * Vendor misspell
-
由 Erik Johnston 提交于
-