Skip to content
  • Mitchell Moore's avatar
    42ca17bf
    parent ab533531 · 42ca17bf
    Mitchell Moore authored
    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
    42ca17bf
    parent ab533531
    Mitchell Moore authored
    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
Loading