Minor reorg of aftok.com paths.

[?]
Apr 11, 2019, 4:13 AM
LLKTCDRDAYBESNS3TN75HH6FVS6ICZ7DUUT3SHNRYO5B2WJKBITQC

Dependencies

  • [2] 3MERL4JA Fix incorrect variable in invitation script.
  • [3] VRMUVBP6 Make log script work on OSX.
  • [4] CDHZL3RP Add a couple of other CLI utilities for interacing with the service.
  • [5] E7GQXOID Allow the use of a local .env file to store username/project ID for UI scripts.
  • [6] XZLSHL4D The server is now (tenuously) running, and serving pages via SSL!
  • [7] SPJCFHXW Update shell scripts to point to https://aftok.com and prompt for input.
  • [8] PBD7LZYQ Postgres & auth are beginning to function.
  • [9] UOG5H2TW Default work logging credit to logged-in user.
  • [*] G4BS4NND Add simple shell script demonstrating how to invite a companion.
  • [*] 2G3GNDDU Event logging is now functioning in postgres.

Change contents

  • replacement in scripts/create_project.sh at line 34
    [4.465][4.385:416](),[4.385][4.385:416]()
    'https://aftok.com/projects'
    [4.465]
    [4.1379]
    'https://aftok.com/api/projects'
  • replacement in scripts/create_user.sh at line 12
    [4.618][4.618:649]()
    'https://aftok.com/register'
    [4.618]
    [4.1648]
    'https://aftok.com/api/register'
  • replacement in scripts/invite.sh at line 23
    [2.18][2.18:74]()
    "https://aftok.com/projects/$PID/invite?email=$EMAIL"
    [2.18]
    "https://aftok.com/api/projects/$PID/invite?email=$EMAIL"
  • replacement in scripts/list_projects.sh at line 14
    [4.880][4.880:911]()
    "https://aftok.com/projects"
    [4.880]
    "https://aftok.com/api/projects"
  • replacement in scripts/log.sh at line 18
    [3.40][3.40:85]()
    after=$(date -v-1m +"%Y-%m-%dT%H:%M:%S%z")
    [3.40]
    [3.85]
    after=$(date -v-4y +"%Y-%m-%dT%H:%M:%S%z")
  • replacement in scripts/log.sh at line 25
    [4.972][3.138:200]()
    "https://aftok.com/projects/$PID/logEntries?after=${after}"
    [4.972]
    "https://aftok.com/api/projects/$PID/logEntries?after=${after}"
  • replacement in scripts/log_end.sh at line 20
    [4.1202][4.1202:1246]()
    "https://aftok.com/projects/$PID/logEnd"
    [4.1202]
    "https://aftok.com/api/projects/$PID/logEnd"
  • replacement in scripts/log_start.sh at line 20
    [4.1376][4.1376:1421]()
    "https://aftok.com/projects/$PID/logStart"
    [4.1376]
    "https://aftok.com/api/projects/$PID/logStart"