Commit Graph

249 Commits (119aae76e5b26b1015e13a8acf285aba316d9f30)

Author SHA1 Message Date
sudoer777 119aae76e5 Display submitter name in admin panel for games submitted without account 2021-12-07 10:55:34 -07:00
sudoer777 cd1f17803b Return submitterName on games retreive from database function 2021-12-07 10:50:29 -07:00
sudoer777 c882c4f402 Allow games to be submitted without login 2021-12-07 10:42:36 -07:00
sudoer777 7a25037cb4 Update migration version in database init script 2021-12-07 10:33:41 -07:00
sudoer777 5d111df401 Fix bug where database migrations wouldn't occur 2021-12-07 10:32:59 -07:00
sudoer777 ac30b71b48 Complete addition of name textbox to game submit form 2021-12-06 11:43:30 -07:00
sudoer777 a113b1ee38 Add semicolon to manage.js 2021-12-06 11:33:04 -07:00
sudoer777 0e6c121292 Add textbox in game submissions for submitter name 2021-12-06 11:32:58 -07:00
sudoer777 7f6fd92abc Add proper redirects for PUBLIC_SUBMIT_PAGE variable 2021-12-06 11:27:15 -07:00
sudoer777 06a7970fe7 Add PUBLIC_SUBMIT_PAGE environment variable setting 2021-12-06 10:51:17 -07:00
sudoer777 47fdf2ccb8 Add /submit to redirect to /manage/game 2021-12-06 10:43:40 -07:00
sudoer777 5abc125a52 Add migration script to add optional submitter_name column 2021-12-06 10:39:24 -07:00
sudoer777 4e8e27113f Edit scores.games table in database init script 2021-12-03 11:28:54 -07:00
Ethan Reece 006e170b92 Merge branch 'account-names' into 'develop'
Add account names

See merge request sudoer777/score-tracker!12
2021-12-02 20:45:00 +00:00
sudoer777 aecdee3b51 Add submitter to games in management panel 2021-12-02 13:35:24 -07:00
sudoer777 d72e20b067 Add name column to account management interface 2021-12-02 13:26:29 -07:00
sudoer777 e9e085e804 Remove console.log 2021-12-02 13:23:37 -07:00
sudoer777 6c84b0433c Fix bug in accounts.js database file 2021-12-02 13:22:47 -07:00
sudoer777 73da74a870 Add GUI elements to manage account names 2021-12-02 13:21:18 -07:00
sudoer777 9bcb3adfe2 Add API support for managing account names 2021-12-02 13:16:07 -07:00
sudoer777 9f5ef9239b Edit account.js database functions to deal with names 2021-12-02 13:13:14 -07:00
sudoer777 10bc7addb7 Add name textbox for account management page 2021-12-02 13:06:02 -07:00
sudoer777 b5d42a4cd3 Add built-in database migration support 2021-12-02 12:49:37 -07:00
sudoer777 dd85df48c5 Update database initialization script 2021-12-01 11:15:13 -07:00
sudoer777 8bf2b8a275 Add migration to add full_name column to accounts table 2021-12-01 11:13:37 -07:00
sudoer777 6621bf3d7e Create migration to add latest migration to database 2021-12-01 11:04:18 -07:00
Ethan Reece fa13b227d2 Update README.md 2021-11-27 08:19:04 +00:00
sudoer777 ff7e87a5f9 Update version to 1.0.3-pre 2021-11-26 23:50:35 -07:00
sudoer777 33a2499981 Change edit button from "E" to "✎" 2021-11-26 23:47:25 -07:00
sudoer777 2261c3e0ac Update version to 1.0.2-pre 2021-11-26 23:18:13 -07:00
sudoer777 ebb432b567 Create about page 2021-11-26 23:14:29 -07:00
sudoer777 63ab6e41ac Add link for about page 2021-11-26 23:09:05 -07:00
sudoer777 c3d5447ce0 Prevent zooming in 2021-11-26 22:39:20 -07:00
sudoer777 fcf9d28dd6 Direct user to specific section in manage page when leaving an edit page 2021-11-26 22:33:44 -07:00
sudoer777 b9b4e25aec Add ability to select category via url in management page 2021-11-26 22:29:19 -07:00
sudoer777 1388891ef5 Update table on dropdown change for index 2021-11-26 22:21:52 -07:00
Ethan Reece 9ba5511fbb Merge branch 'develop' into 'testing'
Add tweaks to testing

See merge request sudoer777/score-tracker!11
2021-11-27 05:11:11 +00:00
sudoer777 0fc1e03a36 Update program version 2021-11-26 22:09:33 -07:00
Ethan Reece 17dbe8088f Merge branch 'submit-game-adjustments' into 'develop'
Add adjustments to develop branch

See merge request sudoer777/score-tracker!10
2021-11-27 05:07:35 +00:00
sudoer777 a309a8216c Prevent text wrapping for date in index page 2021-11-26 22:04:51 -07:00
sudoer777 0787a12404 Rename management page 2021-11-26 22:00:43 -07:00
sudoer777 8ab01bb6a4 Automatically fill last submitted game details when submitting new game 2021-11-26 21:57:02 -07:00
sudoer777 6243427976 Index page updates to latest score 2021-11-26 21:44:32 -07:00
sudoer777 2bec2b4be5 Add functions to get latest game 2021-11-26 21:28:20 -07:00
Ethan Reece a76a3a30fb Rename from cvcs-score-tracker to score-tracker
(cherry picked from commit 194b49a0f9)
2021-11-27 03:39:18 +00:00
Ethan Reece faf252417d Undo name changes made in previous commit 2021-11-27 02:13:47 +00:00
Ethan Reece c6f436b439 Rename environment variables 2021-11-27 02:09:23 +00:00
sudoer777 57558d47af Remove unused dev packages 2021-11-26 18:55:05 -07:00
sudoer777 64c7af105a Update packages 2021-11-26 18:49:20 -07:00
Ethan Reece 4449ba28de Fix error with package.json 2021-11-27 01:41:11 +00:00