aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility
AgeCommit message (Expand)Author
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
2020-08-29Fixed issue where exporting traits would throw an error if a dataset'szsloan
2020-08-27Add check for empty group_code when adding a new resourceBonfaceKilz
2020-08-27Replace string arguments to "hmac.new" with bytearrayBonfaceKilz
2020-08-27Add global method to convert binary string to plain stringBonfaceKilz
2020-08-27Replace "string.split" & "string.join" with python's inbuilt methodsBonfaceKilz
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
2020-08-26Replace calls to "basestring with "str""BonfaceKilz
2020-08-26Update corestats importBonfaceKilz
2020-08-26Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-08-24Remove unused importsBonfaceKilz
2020-08-24The function draw_rotated_text_ was writing an image to /tmp, which GN2zsloan
2020-08-23Use Python3 string methodsBonfaceKilz
2020-08-20Handle module renames in the standard libraryBonfaceKilz
2020-08-19Remove extra whitespace(or add it) from comma separated itemsBonfaceKilz
2020-08-19Make Python more idiomaticBonfaceKilz
2020-08-19Rename xrange() to range() and wrap existing range() calls with listBonfaceKilz
2020-08-19Wrap `raise` statements in parenthesisBonfaceKilz
2020-08-19Convert the old not-equal syntax, <>, to !=BonfaceKilz
2020-08-19Fix dictionary iteration methodsBonfaceKilz
2020-08-19Remove erroneous `if .. else` branchBonfaceKilz
2020-08-19Wrap `map()` in a `list` callBonfaceKilz
2020-08-18Apply pep8BonfaceKilz
2020-08-18Replace "<>" with "!="BonfaceKilz
2020-08-18Wrap print statements in parenthesesBonfaceKilz
2020-08-18Fix malformed docstringBonfaceKilz
2020-08-08Add draw_open_polygon() utilityMuriithi Frederick Muriuki
2020-08-08Use draw_rotated_text()Muriithi Frederick Muriuki
2020-08-08Create new utility module for drawingMuriithi Frederick Muriuki
2020-08-08Fix font pathsMuriithi Frederick Muriuki
2020-08-08Migrate code from Piddle to PillowMuriithi Frederick Muriuki
2020-07-29Fixed error that occured for new resources in check_adminzsloan
2020-07-25The variable is never defined, so let's default to "none"Pjotr Prins