Minor reorg of aftok.com paths.
[?]
Apr 11, 2019, 4:13 AM
LLKTCDRDAYBESNS3TN75HH6FVS6ICZ7DUUT3SHNRYO5B2WJKBITQCDependencies
- [2]
3MERL4JAFix incorrect variable in invitation script. - [3]
VRMUVBP6Make log script work on OSX. - [4]
CDHZL3RPAdd a couple of other CLI utilities for interacing with the service. - [5]
E7GQXOIDAllow the use of a local .env file to store username/project ID for UI scripts. - [6]
XZLSHL4DThe server is now (tenuously) running, and serving pages via SSL! - [7]
SPJCFHXWUpdate shell scripts to point to https://aftok.com and prompt for input. - [8]
PBD7LZYQPostgres & auth are beginning to function. - [9]
UOG5H2TWDefault work logging credit to logged-in user. - [*]
G4BS4NNDAdd simple shell script demonstrating how to invite a companion. - [*]
2G3GNDDUEvent logging is now functioning in postgres.
Change contents
- replacement in scripts/create_project.sh at line 34
'https://aftok.com/projects''https://aftok.com/api/projects' - replacement in scripts/create_user.sh at line 12
'https://aftok.com/register''https://aftok.com/api/register' - replacement in scripts/invite.sh at line 23
"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
"https://aftok.com/projects"[4.880]"https://aftok.com/api/projects" - replacement in scripts/log.sh at line 18
after=$(date -v-1m +"%Y-%m-%dT%H:%M:%S%z")after=$(date -v-4y +"%Y-%m-%dT%H:%M:%S%z") - replacement in scripts/log.sh at line 25
"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
"https://aftok.com/projects/$PID/logEnd"[4.1202]"https://aftok.com/api/projects/$PID/logEnd" - replacement in scripts/log_start.sh at line 20
"https://aftok.com/projects/$PID/logStart"[4.1376]"https://aftok.com/api/projects/$PID/logStart"