-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add token initialization * #5: Refresh token causes program to return "Error" when it successfully refreshes (#12) * Change naming scheme of variables and files -- add raspberry pi driver file (#14) * Branch for raspberry pi automated data collection with cron * Duplicate user agent * Fix relative paths to be absolute so codebase can be run from any directory in filesystem (#15) * Fix relative paths to be absolute so codebase can be used from any directory (#13) * Fix constant directory names * Rewrite algorithm to include all averages and generate a csv of suggestions (#16) * (#3) Add mailer class to be able to email the user a generated report (#20) * (#3) Add mailer class to be able to send a recipent an email of the report * (#17) Add a script that can backup any directory to be run from cron (#21) * Add update repo script to keep pi up to date with dev (#22)
- Loading branch information
Showing
16 changed files
with
226 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ tmp/ | |
tmp/auth/ | ||
tmp/data/ | ||
tmp/data/players/ | ||
test.php | ||
constants.php | ||
*.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "lib/PHPMailer"] | ||
path = lib/PHPMailer | ||
url = https://github.com/PHPMailer/PHPMailer.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.