Skip to content
Snippets Groups Projects
  1. Dec 22, 2016
  2. 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
  3. Dec 18, 2016
  4. Dec 13, 2016
  5. Dec 06, 2016
  6. Dec 04, 2016
  7. Dec 03, 2016
  8. Nov 30, 2016
  9. Nov 29, 2016
  10. Nov 28, 2016
  11. Nov 26, 2016
  12. Nov 24, 2016
  13. Nov 20, 2016
  14. Nov 18, 2016
  15. Nov 17, 2016
  16. Nov 16, 2016
  17. Nov 15, 2016
  18. Nov 13, 2016
  19. Nov 12, 2016
  20. Nov 09, 2016
  21. 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
  22. Nov 06, 2016
  23. Nov 05, 2016
  24. Nov 04, 2016
  25. Nov 03, 2016
  26. Oct 20, 2016
  27. Oct 18, 2016
  28. Oct 15, 2016
  29. Oct 14, 2016
  30. Oct 13, 2016
  31. Oct 12, 2016
  32. Oct 10, 2016
Loading