parent ab533531
author Mitchell Moore <mmoo97@uab.edu> 1554919596 -0500 committer Mitchell Moore <mmoo97@uab.edu> 1586783315 -0500 Pruning of unnecessary files, and alteration form Update Readme and minor html tweaks Update README.md Added code to pass username and name variables to ood. Added redirect to origin page after success Populate user and catch None error if form is submitted blank Updated return_url with placeholder value for stability. Update __init__.py Updated return_url with proper redirect value Allowed for default redirect if one not set up. Add new file Update bootstrap_signup_page.html Added directories for externall css implementation clean_registration_page Cleaned up html page to match out theme. Edited form field and fixed name, UI format. Html class fixes for user_reg page. Changed UAB OnDemand header and removed static folder fixed formatting issue Revert "Allowed for default redirect if one not set up." This reverts commit 7d0ca8db fixed redirect loop (fix) Prevent app from routing back to index Update readme (fix) Registration script call (fix) Jinja Version Update (fix) incorrect redir argument (fix) removed hardcoded return value Added testing script to utilize 'testing' config. Combine index and SignUp routes (fix) get redir args (fix) localize css elements (fix) fix src file reference Semantic fix for route order Semantic fix for variable name/position. (fix) indexing fix for redir args and test output. (fix) issue with icons not showing (fix) variable reference of fullname to success page. removed indexing from index function and added with statement line 64 Clean up readme typos and make it more concise. Build a base.html page to inherit from added another block on base.html for the body container content class Feat check account existence Clean up code to function properly added fileput with timestamp temp_path for db fixed whitespaces fixed time_stamp format added-mkdir-function times_stamp cleanup cleanup time_stamp format fix test form simplification add 'validators' dependency fix fullname reference in submit statement Add redir arg and use jinja for text header Fix default title error Change title fix routing logic in index remove dev comments Fix falure logic routing and edit error message Apply css formatting to jinja elements and fix form size issues Reintroduce form label/instruction cleanup directory fix comments Produce overlay window with text from jobcomposer tutorial add temporary functionality to call window for testing replace next and escape button with loading.gif Refactor gif to center Edited text formating/content of notification window Reverted two commits and removed comments Remove temp functionality/replace loading visibility logic remove 5 second pause Revert "Merge branch 'feat-flatdb' into 'master'" This reverts merge request !22 Reintroduce Ishan's file script File test Include watchdog integration to monitor dir changes Update requirements and comment prints file write and logic fix. Responds to file change Properly initiate while loop, include debug info finalize change loop Fix variable confusion in index route fix variables Update documentation fix comment add username to file name removed function from signup.html script fix path fix function cleanup syntax script src path fix fix merge conflict remove watchdog elements add reason field to form Added mock sucess template and added to form Fix typo make template functional fix templates Add fullname to file Delete request_recieved.html
Showing
- .DS_Store 0 additions, 0 deletions.DS_Store
- .gitignore 1 addition, 0 deletions.gitignore
- README.md 10 additions, 16 deletionsREADME.md
- app/__init__.py 82 additions, 21 deletionsapp/__init__.py
- app/auth/__init__.py 0 additions, 7 deletionsapp/auth/__init__.py
- app/auth/forms.py 0 additions, 39 deletionsapp/auth/forms.py
- app/auth/views.py 0 additions, 30 deletionsapp/auth/views.py
- app/static/.DS_Store 0 additions, 0 deletionsapp/static/.DS_Store
- app/static/img/OpenOnDemand_powered_by_RGB-cb3aad5ff5350c7994f250fb334ddcc72e343233ce99eb71fda93beddd76a847.svg 71 additions, 0 deletions...50c7994f250fb334ddcc72e343233ce99eb71fda93beddd76a847.svg
- app/static/img/cheaha-logo-a605de0aecd3006b82a5ee30a6d0cb8cd9bf8b7e836296cc293eac746a4c2b11.png 0 additions, 0 deletions...3006b82a5ee30a6d0cb8cd9bf8b7e836296cc293eac746a4c2b11.png
- app/static/img/loading.gif 0 additions, 0 deletionsapp/static/img/loading.gif
- app/static/scripts/application.js 9 additions, 0 deletionsapp/static/scripts/application.js
- app/static/scripts/function.js 19 additions, 0 deletionsapp/static/scripts/function.js
- app/static/style/app2.css 8 additions, 0 deletionsapp/static/style/app2.css
- app/static/style/application.css 11 additions, 0 deletionsapp/static/style/application.css
- app/static/style/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2 0 additions, 0 deletions...47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2
- app/static/style/fa-solid-900-7cf25b1d45ac4436b575e86dcafdd37efc5faeab3bdad3144a9af3b7eae4b48f.ttf 0 additions, 0 deletions...c4436b575e86dcafdd37efc5faeab3bdad3144a9af3b7eae4b48f.ttf
- app/static/style/fa-solid-900-e20ab4de8913d1e569c3016c5c5aecfd6589f2bff211c387f2d0422d9123ae2f.woff 0 additions, 0 deletions...d1e569c3016c5c5aecfd6589f2bff211c387f2d0422d9123ae2f.woff
- app/templates/auth/SignUp.html 97 additions, 38 deletionsapp/templates/auth/SignUp.html
- app/templates/auth/SignUp_v2.html 0 additions, 14 deletionsapp/templates/auth/SignUp_v2.html
No preview for this file type
app/auth/__init__.py
deleted
100644 → 0
app/auth/forms.py
deleted
100644 → 0
app/auth/views.py
deleted
100644 → 0
app/static/.DS_Store
0 → 100644
File added
10.3 KiB
app/static/img/loading.gif
0 → 100644
77.1 KiB
app/static/scripts/application.js
0 → 100644
source diff could not be displayed: it is too large. Options to address this: view the blob.
app/static/scripts/function.js
0 → 100644
app/static/style/app2.css
0 → 100644
This diff is collapsed.
app/static/style/application.css
0 → 100644
This diff is collapsed.
File added
File added
File added
app/templates/auth/SignUp_v2.html
deleted
100644 → 0