aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility
AgeCommit message (Expand)Author
2021-10-22Fix line pulling GN3_LOCAL_URL from settingszsloan
2021-10-22Replace hardcoded GN proxy URLs with one pulled from settingszsloan
2021-10-22Added proxy and local GN3 URLs in tools.py (which should be set in the settin...zsloan
2021-10-04Changed get_user_groups to pull both the ID and details in the for loop from ...zsloan
2021-09-10Removed encoding, since it's apparently not needed since the Python 3 switcho...zsloan
2021-08-23Account for situations where the minimum permutation value is also above webq...zsloan
2021-08-20startup_config.py: Add DebugToobarExtension for wsgi DEBUG modeBonfaceKilz
2021-07-12Encode user_id as bytestring if not already bytestring to account for some us...zsloan
2021-06-17remove print statementsAlexander Kabui
2021-06-15Fix issue where column values were used as str instead of bytes; pretty sure ...zsloan
2021-05-08utility: startup_config: Use python3 f-stringsBonfaceKilz
2021-05-08utility: startup_config: Break up long import statementBonfaceKilz
2021-05-08utility: startup_config: Remove dead commentsBonfaceKilz
2021-05-07Fixed issue that caused /submit_trait page to not load properlyzsloan
2021-04-30autopep8: Run autopep8 100 times with target rulesBonfaceKilz
2021-04-30autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133BonfaceKilz
2021-04-30autopep8: Fix E101, E11BonfaceKilz
2021-04-30autopep8: Fix W504BonfaceKilz
2021-04-30autopep8: Fix W291, W292, W293, W391BonfaceKilz
2021-04-30autopep8: Fix E70 and E701BonfaceKilz
2021-04-30autopep8: Fix E501BonfaceKilz
2021-04-30autopep8: Fix E301,E302,E303,E304,E305,E306BonfaceKilz
2021-04-30autopep8: Fix E20-E27BonfaceKilz
2021-04-29Merge branch 'testing' into Feature/Add-upload-data-formsBonfaceKilz
2021-04-29Run `sed -i 's/(object)//g'`BonfaceKilz
2021-04-23Apply PEP-8BonfaceKilz
2021-04-23Move looped sql query into one statement in "get_species_groups"BonfaceKilz
2021-04-23Remove stale commentsBonfaceKilz
2021-04-19Specify only getting the first two items after splitting the trait/dataset in...zsloan
2021-03-16Fixed encoding in load_json_from_redis to account for the first that column v...zsloan
2021-03-16Fixed encoding to make get_user_groups work properly, since the user IDs for ...zsloan
2021-03-16Removed unnecessary encoding of user_id from authentication_tools.pyzsloan
2021-02-18Remove the deocde since it was throwing an errorzsloan
2021-02-18Changed authentication_tools.py to account for encoding str as bytes and deal...zsloan
2021-02-17Fixed error caused by user IDs being encoded as byteszsloan
2021-01-06replace vars with vars_obj which is a function name in pythonAlexanderkabui
2020-12-18Added redirect_uri to the ORCID_AUTH_URL since it wasn't working due to missi...zsloan
2020-11-02Created function for encoding the column value as bytes when fetching from th...zsloan
2020-10-28Use latin-1 encoding when converting hmac secret to bytesBonfaceKilz
2020-09-26Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-09-18Apply pep8 formattingBonfaceKilz
2020-09-17Replace string arguments to "hmac.new" with bytearrayBonfaceKilz
2020-09-17Apply pep8BonfaceKilz
2020-09-17Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-09-17Apply pep8BonfaceKilz
2020-09-16Apply pep8BonfaceKilz
2020-09-16Remove unnecessary if branchBonfaceKilz
2020-08-31Remove typo at beginning of lineBonfaceKilz
2020-08-31Fixed issue that was causing updating resource default privileges to notzsloan
2020-08-31Merge branch 'testing' into build/python3-migrationBonfaceKilz