Commit Graph

  • 3db7b700d2 Merge remote-tracking branch 'origin/master' repl.it user 2020-08-07 01:55:53 +00:00
  • 785ac979b5 ran flake and black again Manitej Boorgu 2020-08-07 01:55:33 +00:00
  • f20c8bb9bc Added in Changes Manitej Boorgu 2020-08-06 23:35:10 +00:00
  • 2f4b9fb48c Add Backwards Compatibility Support techpixel 2020-08-06 00:14:13 -05:00
  • 6e03ee16a6 Impelmented Everything - All Color Utils worked, tests work good Manitej Boorgu 2020-08-06 05:10:14 +00:00
  • 128eef516f Add new raises sections in docstring Scoder12 2020-08-05 19:23:58 -07:00
  • eb5270e475 Merge pull request #4 from replit/dev Scoder12 2020-08-05 18:40:56 -07:00
  • dc05f16058 Merge branch 'master' of https://github.com/replit/replit-py into dev Scoder12 2020-08-05 18:37:40 -07:00
  • 3a40311844 Add new raises kwarg in JSONKey Scoder12 2020-08-05 18:37:28 -07:00
  • 84c1d05802 Merge pull request #3 from replit/dev Scoder12 2020-08-05 18:37:06 -07:00
  • 6b7af69e7e Merge branch 'master' into dev Scoder12 2020-08-05 18:36:45 -07:00
  • ea8301205e Don't unasync JSONKey internal methods because they are awaited Scoder12 2020-08-05 15:58:16 -07:00
  • 7d6f45be6c Pass async db to async to synced JSONKey which expects it Scoder12 2020-08-05 15:51:35 -07:00
  • ab79581905 Use nest_asyncio to fix async to sync function Scoder12 2020-08-05 15:48:37 -07:00
  • 2133d52354 Update poetry Scoder12 2020-08-05 15:43:13 -07:00
  • 69832079d6 Make ReplitDb a subclass of AsyncReplitDb Scoder12 2020-08-05 15:31:46 -07:00
  • 75f09b90f5 Add async conversions for all coroutines Scoder12 2020-08-05 14:12:49 -07:00
  • b60a027225 Switch regular string to fstring, reorder imports Scoder12 2020-08-04 16:44:56 -07:00
  • 9cf5c102ca Overhaul async and sync code Scoder12 2020-08-04 16:30:26 -07:00
  • b0bce695cd Initial code for switch to async Scoder12 2020-08-04 13:25:26 -07:00
  • b10b0212ab Use correct kwarg name in ratelimit example Scoder12 2020-08-04 12:46:23 -07:00
  • dcbbaebcf7 Fix typo in ratelimit example Scoder12 2020-08-04 12:45:39 -07:00
  • 47ccdb8f77 Use new sign_in over old signin util Scoder12 2020-08-04 12:39:58 -07:00
  • 7674192f1f Put imports in correct order Scoder12 2020-08-04 12:39:29 -07:00
  • 8ce9d9903e Import new utils functions in maqpy init Scoder12 2020-08-04 12:36:23 -07:00
  • b055deb413 Add authed_ratelimit example Scoder12 2020-08-03 18:13:00 -07:00
  • da943e92ca Use new login_res kwarg name for needs_sign_in Scoder12 2020-08-03 18:08:18 -07:00
  • b3d8963da3 Use new name of needs_sign_in in example Scoder12 2020-08-03 18:07:44 -07:00
  • 7854e5e2c1 Add authed ratelimit Scoder12 2020-08-03 18:01:41 -07:00
  • ab597c4ec3 fix liniting Codemonkey51 2020-08-03 17:50:18 -07:00
  • 6f590fdf12 Bugfix: Use signin() for needs_sign_in default Scoder12 2020-08-03 17:35:43 -07:00
  • 0a33fd77f7 Rename signin to sign_in Scoder12 2020-08-03 17:33:38 -07:00
  • 2c3ece9852 Update dependencies Scoder12 2020-08-03 17:16:52 -07:00
  • e805667fc2 Merge codermonkey 'dev' branch Scoder12 2020-08-03 17:05:56 -07:00
  • a6c4d7aad0 one other commit Codemonkey51 2020-08-03 16:59:58 -07:00
  • b90db79f96 added async :D Codemonkey51 2020-08-03 16:59:36 -07:00
  • ac43d0e3e3 Move local_redirect to utils Scoder12 2020-08-03 15:38:08 -07:00
  • ba08aff346 Add flask proxies and local_redirect function Scoder12 2020-08-03 15:34:21 -07:00
  • e35964babe Bump patch version Scoder12 2020-07-30 13:01:22 -07:00
  • 850e3aa29b Change make_response to Response to fix bug Scoder12 2020-07-30 13:00:22 -07:00
  • 28ccc7c3a3 Bump patch version Scoder12 2020-07-29 12:53:18 -07:00
  • 9beecd1311 Pass missing args to view function Scoder12 2020-07-29 12:52:57 -07:00
  • b839d322ee Bump patch version Scoder12 2020-07-29 12:43:13 -07:00
  • f45c760d83 Don't pass unexpected args to loginwall handler Scoder12 2020-07-29 12:42:30 -07:00
  • 9da2e19ff5 Bump minor version Scoder12 2020-07-29 11:58:10 -07:00
  • a05dc35e0d Use request.args instead of non-existant request.query Scoder12 2020-07-29 11:39:04 -07:00
  • e1e9a77d25 Handle src paramater correctly Scoder12 2020-07-29 11:37:27 -07:00
  • 2ad93fed96 Add default for needs_params src Scoder12 2020-07-29 11:26:38 -07:00
  • e484d37bad Add needs_params querystring example Scoder12 2020-07-29 11:25:08 -07:00
  • 936bf12db9 Add src paramater to needs_params Scoder12 2020-07-29 11:22:23 -07:00
  • fb500d6cc1 Allow post request in needs_params example Scoder12 2020-07-29 11:11:37 -07:00
  • ca44b9a241 Use post request in needs_params example Scoder12 2020-07-29 11:10:50 -07:00
  • 7da2a97832 Fix bad annotation Scoder12 2020-07-29 11:09:45 -07:00
  • 4e1461a492 Add needs_signin example Scoder12 2020-07-29 11:08:35 -07:00
  • f175159e97 Import needs_params in maqpy init Scoder12 2020-07-29 11:06:44 -07:00
  • d1cadd7f37 Add code for needs_params Scoder12 2020-07-29 10:57:57 -07:00
  • f595fa94ba Remove unused import Scoder12 2020-07-28 17:46:18 -07:00
  • 3d4bf9fb98 Remove call referencing old class Scoder12 2020-07-28 17:40:05 -07:00
  • 5cba0a7517 Delete FileCache in favor of simple dict Scoder12 2020-07-28 17:38:35 -07:00
  • b67d1d4e27 Fix type annotations in needs_params again Scoder12 2020-07-28 17:37:21 -07:00
  • 8e8da86391 Fix type annotations in needs_params Scoder12 2020-07-28 17:36:24 -07:00
  • 50a9075ecb Add files example Scoder12 2020-07-28 17:32:12 -07:00
  • 0cdea584d8 Fix file load bug Scoder12 2020-07-28 17:30:35 -07:00
  • 04cb0f6d23 Remove trailing whitespace Scoder12 2020-07-28 17:16:35 -07:00
  • 6bab22c596 Import files module Scoder12 2020-07-28 17:16:18 -07:00
  • 63b00a0943 Add maqpy module to docs Scoder12 2020-07-28 17:15:37 -07:00
  • e2d5e55ca3 Initial code for needs_params Scoder12 2020-07-28 17:11:39 -07:00
  • 9249c4f2b5 Finish rename and rearrange imports Scoder12 2020-07-28 16:59:04 -07:00
  • c08b64d3ec Fix bug in decorator: actually return handler Scoder12 2020-07-28 16:33:13 -07:00
  • 55234c2ab5 Rename kwarg in needs_signin, fix import order Scoder12 2020-07-28 16:30:17 -07:00
  • 3d5c6de37f Import needs_signin in maqpy init Scoder12 2020-07-28 16:28:12 -07:00
  • b320857d56 Fix typo Scoder12 2020-07-28 16:26:12 -07:00
  • 2d571ce305 Add code to needs_signin example Scoder12 2020-07-28 16:25:05 -07:00
  • 93e5a2c25d Add needs_signin example Scoder12 2020-07-28 16:23:22 -07:00
  • 034ab730cd Use __name__ instead of constant in app constructor Scoder12 2020-07-28 16:23:01 -07:00
  • 3660b112a6 Run app if invoked directly Scoder12 2020-07-28 16:22:21 -07:00
  • 6ebabbc51c Feat: Add needs_sigin decorator Scoder12 2020-07-28 16:17:14 -07:00
  • a51b95a4ba Fix type annotation on items method Scoder12 2020-07-28 16:08:25 -07:00
  • 855274e322 Add items method to database client Scoder12 2020-07-28 16:05:24 -07:00
  • 85286c59ec Bump version to above old version Scoder12 2020-07-28 15:35:13 -07:00
  • c3318024f7 Bump version to reupload to pypi Scoder12 2020-07-28 15:32:43 -07:00
  • 3f67ed3111 Fix bug in loginwall example Scoder12 2020-07-28 12:54:20 -07:00
  • dcbef77b75 Add missing space before HTML attributes Scoder12 2020-07-28 12:52:52 -07:00
  • 32c8dcdf50 Use f-string instead of concatenation in example Scoder12 2020-07-28 12:46:15 -07:00
  • df795e35c9 Pass arguments to super properly Scoder12 2020-07-28 12:42:33 -07:00
  • 29e1b71e61 Pass rule to _request_handler Scoder12 2020-07-28 12:39:18 -07:00
  • bcd7b1ade5 Fix loginwall and typo in module description Scoder12 2020-07-28 12:36:53 -07:00
  • c82866a7cf Don't require beta poetry version Scoder12 2020-07-28 12:31:47 -07:00
  • 0c108a879b Update package metadata Scoder12 2020-07-28 12:30:16 -07:00
  • a9026f77e8 Switch to shorter login_wall Scoder12 2020-07-28 12:21:27 -07:00
  • 03535d3e8d Add docstrings Scoder12 2020-07-28 12:12:15 -07:00
  • b53503cb95 Rearrange imports Scoder12 2020-07-28 12:07:39 -07:00
  • a4c394cdf4 Fix typo in maqpy path Scoder12 2020-07-28 12:06:15 -07:00
  • b27e2b8354 Import new HTML class Scoder12 2020-07-28 12:05:52 -07:00
  • 4395f30290 Refactor maqpy.html and make it easy to use Scoder12 2020-07-28 12:04:43 -07:00
  • 1fbb3e8d00 Finish all_pages_sign_in example Scoder12 2020-07-28 12:04:20 -07:00
  • cb6f9c340b Don't require docstrings in examples directory Scoder12 2020-07-28 12:03:39 -07:00
  • 338471b53e Feat: add all_pages_sign_in Scoder12 2020-07-28 11:25:52 -07:00
  • fa5fff8156 Recreate out of sync file Scoder12 2020-07-28 11:23:30 -07:00
  • bfede7397a Delete out of sync file Scoder12 2020-07-28 11:22:44 -07:00