Skip to content
Snippets Groups Projects
  1. Oct 05, 2016
  2. Sep 30, 2016
  3. Sep 28, 2016
  4. Sep 27, 2016
  5. Sep 20, 2016
  6. Sep 09, 2016
  7. Sep 05, 2016
  8. Sep 02, 2016
  9. Sep 01, 2016
  10. Aug 30, 2016
  11. Aug 29, 2016
    • Torsten Grote's avatar
      Add support for comments and reblogging to Blog Client · 3dd3a186
      Torsten Grote authored
      Comments and reblogs need to depend on the post they refer to.
      Since message dependencies are limited to one group,
      the post and also the comments need to be wrapped
      when commented on or reblogged to another blog.
      
      For this reason, in addition to comments, two new wrapping message types
      are introduced. They retain all data of the original messages and allow
      for reconstruction and signature verification.
      
      This commit breaks backwards compatibility with old blog posts.
      It removes the content type, title and parent ID from the post
      message structure.
      3dd3a186
    • Torsten Grote's avatar
  12. Aug 26, 2016
  13. Aug 24, 2016
  14. Aug 23, 2016
  15. Aug 22, 2016
    • akwizgran's avatar
      Use one connection per dev report. · c6c62cab
      akwizgran authored
      This allows simpler server-side code, and a failure part-way through sending won't require restarting from the beginning next time.
      c6c62cab
  16. Aug 20, 2016
  17. Aug 19, 2016
  18. Aug 15, 2016
  19. Aug 11, 2016
  20. Aug 05, 2016
  21. Aug 03, 2016
  22. Aug 02, 2016
  23. Aug 01, 2016
  24. Jul 29, 2016
    • Torsten Grote's avatar
      Allow Validator to access metadata for pending messages · bdb87655
      Torsten Grote authored
      Database queries for metadata only returned it for messages that were delivered already.
      However, there are cases (e.g. a pending message needs to be delivered) where
      the validator needs to retrieve the metadata from the database.
      
      For these cases, a special database query has been introduced.
      bdb87655
    • Torsten Grote's avatar
      Introduce client layer events for forums · e1bdede4
      Torsten Grote authored
      The forum UI depended on sync layer events such as MessageStateChangedEvent.
      Now, the forum client broadcasts its own high-level event (`ForumPostReceivedEvent`)
      with the information the UI needs (`ForumPostHeader`).
      
      Closes #310
      e1bdede4
  25. Jul 28, 2016
  26. Jul 07, 2016
Loading