1. 24 5月, 2017 2 次提交
  2. 23 5月, 2017 3 次提交
  3. 22 5月, 2017 2 次提交
    • K
      Rename packages under /auth (#114) · d63a1ddc
      Kegsay 提交于
      Previously, all database stuff was under the helpfully named
      package 'storage'. However, this convention is used throughout all
      of dendrite, which will clash the moment we want to add auth to all
      the CS API endpoints. To prevent the package name clash, add
      sub-directories which represent what is being stored so the final
      usage ends up being:
      
      ```
      func doThing(db *storage.SyncServerDatabase, authDB *accounts.Database)
      {
          // ...
      }
      ```
      d63a1ddc
    • K
      0325459e
  4. 19 5月, 2017 3 次提交
  5. 18 5月, 2017 5 次提交
  6. 17 5月, 2017 5 次提交
  7. 16 5月, 2017 1 次提交
  8. 15 5月, 2017 1 次提交
    • K
      Remove intermediary /sync response struct (#102) · 94e1c627
      Kegsay 提交于
      The logic required to populate the right bits of `RoomData` tends towards
      the complete `/sync` response struct, so just use the actual response struct
      and save the hassle of mapping between the two. It may not make much difference
      in its current form, but the next PR will make use of this.
      
      This PR has no functional changes.
      94e1c627
  9. 12 5月, 2017 1 次提交
  10. 11 5月, 2017 2 次提交
    • K
      Add more syncserver tests (#99) · 2a9abefd
      Kegsay 提交于
      Fixed exactly the same bug as before, but this time for incremental
      sync. Yay tests!
      2a9abefd
    • K
      Allow multiple sync server test requests (#98) · a506985a
      Kegsay 提交于
      - Test data for the sync server is now in its own file.
      - Rejig the sync server tests to support multiple /sync requests and corresponding
        assertions.
      - Fixed a minor bug which resulted in state events to appear twice in /sync
        responses when syncing without a `since` parameter.
      a506985a
  11. 10 5月, 2017 3 次提交
  12. 09 5月, 2017 2 次提交
  13. 06 5月, 2017 2 次提交
  14. 05 5月, 2017 1 次提交
  15. 21 4月, 2017 7 次提交