Skip to content
Snippets Groups Projects
  1. Jan 15, 2017
  2. Jan 13, 2017
  3. Jan 11, 2017
  4. Jan 09, 2017
  5. Jan 05, 2017
  6. Jan 04, 2017
  7. Dec 29, 2016
  8. Dec 26, 2016
  9. Dec 22, 2016
  10. Dec 21, 2016
    • Eugen Rochko's avatar
      Private visibility on statuses prevents non-followers from seeing those · 80e02b90
      Eugen Rochko authored
      Filters out hidden stream entries from Atom feed
      Blocks now generate hidden stream entries, can be used to federate blocks
      Private statuses cannot be reblogged (generates generic 422 error for now)
      POST /api/v1/statuses now takes visibility=(public|unlisted|private) param instead of unlisted boolean
      Statuses JSON now contains visibility=(public|unlisted|private) field
      80e02b90
  11. Dec 18, 2016
  12. Dec 13, 2016
  13. Dec 06, 2016
  14. Dec 04, 2016
  15. Dec 03, 2016
  16. Nov 30, 2016
  17. Nov 29, 2016
  18. Nov 28, 2016
  19. Nov 26, 2016
  20. Nov 24, 2016
  21. Nov 20, 2016
  22. Nov 18, 2016
  23. Nov 17, 2016
  24. Nov 16, 2016
  25. Nov 15, 2016
  26. Nov 13, 2016
  27. Nov 12, 2016
  28. Nov 09, 2016
  29. Nov 08, 2016
    • Eugen Rochko's avatar
      Move timelines API from statuses to its own controller, add a check for · 9aecc0f4
      Eugen Rochko authored
      resources that require a user context vs those that don't (such as public timeline)
      
      /api/v1/statuses/public   -> /api/v1/timelines/public
      /api/v1/statuses/home     -> /api/v1/timelines/home
      /api/v1/statuses/mentions -> /api/v1/timelines/mentions
      /api/v1/statuses/tag/:tag -> /api/v1/timelines/tag/:tag
      9aecc0f4
  30. Nov 06, 2016
  31. Nov 05, 2016
Loading