1. 23 Dec, 2020 18 commits
  2. 22 Dec, 2020 2 commits
  3. 21 Dec, 2020 2 commits
  4. 20 Dec, 2020 1 commit
  5. 17 Dec, 2020 1 commit
  6. 10 Dec, 2020 5 commits
    • neil's avatar
      15fb47cb
    • Brian Hartvigsen's avatar
      Shellcheck linting · 2635dfef
      Brian Hartvigsen authored
      Also removed unused code
      2635dfef
    • Brian Hartvigsen's avatar
      Support DSM 6 and 7 · 7d7789ae
      Brian Hartvigsen authored
      Small changes for DSM 6:
      
      All fields (except enable_syno_token as explained below) must either be in the GET params or the POST params, you can't mix GET and POST params
      enable_syno_token=yes must be in both the GET and POST params.
      If enable_syno_token=yes is only in the POST fields, then DSM6 returns a synotoken of --------. If enable_syno_token=yes is only in the GET params, then it returns no synotoken at all. It must be in both to work.
      Need to use /webapi/auth.cgi instead of /webapi/entry.cgi
      Verified with DSM 6.2.3-25426 Update 2 and DSM 7.0-40850
      7d7789ae
    • Thijn's avatar
      Fix synology_dsm deployhook for DSM 7 · cc692854
      Thijn authored
      cc692854
    • Brian Hartvigsen's avatar
      Use POST for login · 99d3a283
      Brian Hartvigsen authored
      This allows us to get the cookie and the token (as it appears to be only in the body in DSM 7.)  HTTP_HEADERS is only guarenteed to be output with POST for both wget and curl.
      99d3a283
  7. 08 Dec, 2020 2 commits
  8. 07 Dec, 2020 4 commits
    • neil's avatar
      fix · 8440d013
      neil authored
      8440d013
    • neil's avatar
      fix · 174c87a1
      neil authored
      174c87a1
    • neil's avatar
      fix · 32b62d6d
      neil authored
      32b62d6d
    • neil's avatar
      start 2.8.9 · a0c2d312
      neil authored
      a0c2d312
  9. 06 Dec, 2020 4 commits
  10. 02 Dec, 2020 1 commit