Skip to content
Snippets Groups Projects
  1. Nov 09, 2017
  2. Nov 08, 2017
    • azul's avatar
      webapp: alert on 409 responses · 57faf66d
      azul authored
      They might be meaningful response codes for some scenarios. But
      so far we are not conciously sending them out. If they occur that
      is because we handed them down from couch. So we might want to
      fix the underlying issue. Couch 409s should be caught by the webapp
      and handled there.
      57faf66d
  3. Oct 31, 2017
  4. Oct 24, 2017
  5. Oct 20, 2017
  6. Oct 19, 2017
  7. Oct 17, 2017
  8. Oct 07, 2017
  9. Oct 06, 2017
    • micah's avatar
      Bug: Remove unused class · ccfe0c38
      micah authored
      0255d8a4 removed this class, but it still was
      being referenced. Since it is not needed, we can just remove the reference.
      
      Fixes: #8878
      ccfe0c38
  10. Oct 05, 2017
    • micah's avatar
      Merge branch 'kwadronaut/platform-8862' · 35e3720a
      micah authored
      35e3720a
    • micah's avatar
      Feat: Refactor tor services · 5b10def4
      micah authored
      In order to refactor the tor services, we need to split them out into three
      different services. This adds the hidden service class that is necessary to
      support the previous commits. Fixes #8864.
      5b10def4
    • micah's avatar
      Bug: Ensure tor exit is disabled properly · fdb58381
      micah authored
      Simply disabling exit policies is not enough to disable an exit node, it also
      needs to be explicitly disabled. This may change in future versions of tor, but
      for now, explicitly adding 'ExitRelay 0' to the configuration is needed. This
      fixes #8863.
      fdb58381
    • elijah's avatar
      Feat: split tor service into three · 96f8af37
      elijah authored and micah's avatar micah committed
      The 'tor' service is now three separate services, 'tor_exit', 'tor_relay', or 'hidden_service'.
      96f8af37
  11. Oct 03, 2017
  12. Sep 28, 2017
  13. Sep 26, 2017
  14. Sep 13, 2017
  15. Sep 08, 2017
  16. Sep 06, 2017
  17. Aug 28, 2017
  18. Aug 23, 2017
  19. Aug 19, 2017
  20. Aug 18, 2017
  21. Jul 27, 2017
  22. Jul 26, 2017
  23. Jul 25, 2017
  24. Jul 18, 2017
  25. Jul 16, 2017
  26. Jul 13, 2017
    • micah's avatar
      bug: Set .placeholder to fix removal · f9ff6afe
      micah authored
      Add a .placeholder file so the directory doesn't get removed by
      deb-systemd-helper when a package runs a purge in its postrm. This is a
      work-around and fixes #8841. It probably wont be needed post-jessie.
      f9ff6afe
Loading