Skip to content

Releases: allenaerostar/client-launcher

1.2.0

10 Mar 03:40
cb955d9
Compare
Choose a tag to compare
Deploy to Production - Login Bonus (#97)

* Implementing disconnect form checker.

* Implementing disconnect form checker.

* gain login bonus upon login on django, GET all login bonus rewards, GET login reward for reward number

* Populate login rewards list

* Update login_rewards.csv to default to -1, updated and added test cases for login_bonus views

* Fix spacing issues

* Spacing issues

* PR request changes added

* Remove initialize from urls.py. Changed initialization to custom command. Will need change to docker file

* Updated tests

* Improve documentation.

* tools/README.md

* Update password validation to check for password being 13 characters or less.

* Update login bonus model, and added new route to populate login rewards

* Added routes for populating login rewards through csv upload, and collecting login rewards

* Add in duey service api call in login bonus handler

* Comment out api call

* Adding disconnect feature.

* Updating election client version.

* Fix typos.

* Adding test cases and updating Docker test file.

* Remove leftover print statement.

* Fixing typo in secret config template.

* Fixing test cases bug.

* Added api call to dietstory game server to retrive rewards

* Updated URL to fetch from settings fields, and fixed update bug

* [CHORE] - Added flags to duey items (#91)

* [CHORE] - Added flags to duey items

* [fix] - syntax error

* [FIX] - Default test

* [CHORE] - Adding player previously obtained login reward route

* [CHORE] - Adding player previously obtained login reward route (#93)

* [CHORE] - Adding Django server to dietstory network (#92)

* [FIX] - Expecting DIETSTORY_API_PORT to be an int

* [FIX] - Config Template naming

* Feature/client login bonus (#96)

* fixed ipc listeners bug and unverified user login bug

* fixed some bugs and introduced an error logger

* fixed ipc listeners bug and unverified user login bug

* fixed some bugs and introduced an error logger

* fixed ipc listeners bug and unverified user login bug

* fixed some bugs and introduced an error logger

* fixed ipc listeners bug and unverified user login bug

* fixed some bugs and introduced an error logger

* incomplete

* fixed ipc listeners bug and unverified user login bug

* fixed some bugs and introduced an error logger

* fixed ipc listeners bug and unverified user login bug

* fixed some bugs and introduced an error logger

* fixed ipc listeners bug and unverified user login bug

* fixed ipc listeners bug and unverified user login bug

* fixed some bugs and introduced an error logger

* fixed some bugs and introduced an error logger

* incomplete

* working login rewards display and collection

* changed url string and bumped the version number

Co-authored-by: tzwang1 <[email protected]>
Co-authored-by: allen <[email protected]>
Co-authored-by: Allen Lee <[email protected]>
Co-authored-by: Kevin Xu <[email protected]>

1.1.1

28 Jan 11:48
1cc57c9
Compare
Choose a tag to compare
Fix/download (#86)

* [FIX] - django server download url

* [FIX] - download key

1.1.0

28 Jan 02:03
9f3f001
Compare
Choose a tag to compare
Release Django sever (#82)

* Updating README.md to include a troubleshooting section.

* Updating config.yml to run build pipeline against branches that start with 'chore/.*'.

* fix: change header in electron side to headers

* fix: remove csrftoken from cookie

* Storing username in session data.

* Removing extra import.

* Fixing syntax issue.

* Add basic logging.

* fix: readd csrftoken key to request-wrapper cookie

* Adding logging to registration views.

* Adding logging messages to Django views.

* Fixing syntax error.

* Fixing syntax errors.

* Update request session upon change password to success to keep user logged in

* Add basic logging.

* Adding logging to registration views.

* Adding logging messages to Django views.

* Fixing syntax error.

* Fixing syntax errors.

* Fixing syntax error.s

* Add date-time-field format for live_by and fix version_update_scheduler

* [FEAT] - Added future version route (#71)

* Storing username in session data.

* Removing extra import.

* Fixing syntax issue.

* Storing session data.

* Storing username in session.

* Fixing merge conflict.

* Update accounts model password length to be 12.

* Creating simple tool to parse patchnotes for PATCHNOTES: keyword.

* Polishing script to pull patchnotes from github.

* [FIX] - Exception Handling done in views (#73)

* [FIX] - Exception Handling done in views

* Fix syntax

* Revert "Fix/Update-accounts-model-password"

* Moving LOG_LEVEL config to config file.

* Update config_template to include log levels.

* Updating circleci config to also automatically run the build pipeline against reverted pull requests.

* feat: component container for preAuth routes

* feat: add api calls for password reset and change

* feat: add password reset page

* chore: rename some variables for better conventions

* Creating script to scrape patchnotes from github pull requests.

* Add button to disconnect a players character, and also delete a players cached data.

* feat: finish upload form and subheader for pages

* fix: some spacing changes

* Add constants and actions for delete cache feature.

* fix: add differentiation between normal requests and authRequests

* Add ability to specify start date and end date for patchnotes.

* Updated argument comments.

* Remove redundant troubleshooting section.

* Fixing some bugs.

* Adding requirements.txt.

* feat: add spinner to show fetching state

* feat: add alerts functionality

* feat: add timer for clearing alerts

* Adding support for deleting hash_cache.json

* Removing some debug statements and fixing typos.

* Disable character DC UI.

* Feature/upload front end (#79)

* feat: add drag and drop functionality for uploader
- add base Forgot Password page

* fix: connect proper prop values

* feat: remove some unused imports

* feat: create button form buttons for navigation

* style: add some formatting to buttons

* feat: adjustments to spacing and rendering formOverview

* logic for file uploads, missing some details and integration w/ React front end

* changed package-lock.json

* feat: add drag and drop functionality for uploader
- add base Forgot Password page

* fix: connect proper prop values

* feat: remove some unused imports

* feat: create button form buttons for navigation

* style: add some formatting to buttons

* feat: adjustments to spacing and rendering formOverview

* changed package-lock.json

* interfacing with electron

* syncing machines

* syncing

* switching machines

* working product

* feat: add drag and drop functionality for uploader
- add base Forgot Password page

* fix: connect proper prop values

* feat: remove some unused imports

* feat: create button form buttons for navigation

* style: add some formatting to buttons

* feat: adjustments to spacing and rendering formOverview

* changed package-lock.json

* feat: add drag and drop functionality for uploader
- add base Forgot Password page

* logic for file uploads, missing some details and integration w/ React front end

* changed package-lock.json

* interfacing with electron

* syncing machines

* syncing

* switching machines

* working product

* fix bug

* cleaning up

Co-authored-by: William Situ <[email protected]>

* Using proper import for request.

* style: add some padding to main container

* fix: electron js lines

Co-authored-by: Truman Wang <[email protected]>
Co-authored-by: William Situ <[email protected]>
Co-authored-by: allenaerostar <[email protected]>
Co-authored-by: Kevin Xu <[email protected]>

1.0.3

28 Dec 17:12
74971a5
Compare
Choose a tag to compare

Fixed issue where client hangs after logging in

1.0.2

28 Dec 06:19
2d85e00
Compare
Choose a tag to compare

Fixed bugs with verify email.

1.0.1

27 Dec 23:28
Compare
Choose a tag to compare

Changed desktop icon.

1.0.0

27 Dec 23:05
Compare
Choose a tag to compare

Initial production release.