Commit Graph

  • fa0dbad076 fix shebang and a test master trent 2022-02-19 04:54:36 -08:00
  • aef867a9c6 remove tp/storage_backends.py trent 2022-02-18 16:08:30 -08:00
  • d032d257d1 reset migrations trent 2022-02-18 15:48:58 -08:00
  • 65e724c0aa switch to local file storage instead of object storage trent 2022-02-18 14:18:29 -08:00
  • 45e8ef4dd9 update og and twittercard trent 2022-01-01 04:36:44 -08:00
  • 2d1c912be2 add about/apps trent 2021-12-03 00:49:05 -08:00
  • a26348b001 formatting audio/urls.py trent 2021-12-02 22:48:11 -08:00
  • 703473d183 update README.md trent 2021-12-02 22:10:32 -08:00
  • b86fb7a46d update README.md trent 2021-12-02 22:03:14 -08:00
  • bcb541ba85 add CC BY 4.0 license trent 2021-11-07 08:19:34 -08:00
  • f00b2df592 remove cv2 because QRCodeDetector is broken and replace with decode from pyzbar.pyzbar trent 2021-08-30 21:57:02 -07:00
  • 9a15dc8bb6 add migrations for otp key length trent 2021-08-30 21:56:20 -07:00
  • ffca5b3c27 pyotp.random_base32() has increased their default output length trent 2021-08-30 21:54:40 -07:00
  • cd30f4fe07 update README.md with new recording maching info trent 2021-08-30 19:12:53 -07:00
  • 844e4dbaf9 fix test trent 2021-07-28 04:06:59 -07:00
  • aa4951c430 add feed image attribution to rss trent 2021-07-16 13:34:47 -07:00
  • 70900bca6b fix item image attribution text in audio/rss_utils.py trent 2021-07-15 18:19:59 -07:00
  • 66a6704384 fix TestNumUrls function, 12 urls now instead of 11, after adding feed-list-api trent 2021-06-15 21:56:48 -07:00
  • 493189ab01 add feed_list_api trent 2021-05-20 12:53:52 -07:00
  • 8b63db59a7 add tp/tests/test_sendxmpp_handler.py trent 2021-04-26 05:18:02 -07:00
  • 411f6373a4 add audio/tests/test_get_rss_item_desc.py trent 2021-04-25 22:36:29 -07:00
  • 019286fab6 update audio/rss_utils.py fix errors trent 2021-04-25 22:33:27 -07:00
  • d70bcb2d77 spelling fix trent 2021-04-25 20:07:13 -07:00
  • 0cd01577be add audio/tests/string_test_string.py, audio/tests/test_rss.py trent 2021-04-25 20:04:22 -07:00
  • 99dc32fa93 update audio/tests/test_new_episode_view.py add function test_new_episode_view_get() trent 2021-04-25 20:03:02 -07:00
  • 72ceb18fdd update audio/tests/test_new_episode_view.py add function test_new_episode_view_wrong_user() trent 2021-04-22 20:19:47 -07:00
  • 95cb13a697 update audio/tests/test_confirm_delete_episode_view.py add function test_confirm_delete_episode_view_get() trent 2021-04-22 20:02:07 -07:00
  • 047e2c4392 update audio/tests/test_confirm_delete_episode_view.py add function test_confirm_delete_episode_view_wrong_user() trent 2021-04-22 19:53:20 -07:00
  • eff4414291 update audio/tests/test_edit_episode_view.py add function test_edit_episode_view_get() trent 2021-04-22 18:51:38 -07:00
  • 8da7a72757 update audio/tests/test_edit_episode_view.py add function test_edit_episode_view_new_title() trent 2021-04-22 18:24:48 -07:00
  • 2d3f2cb56f update audio/tests/test_edit_episode_view.py add function test_edit_episode_view_wrong_user() trent 2021-04-22 16:57:44 -07:00
  • 997b8890d2 update audio/tests/test_edit_feed_view.py add function test_edit_feed_view_change_title(), test_edit_feed_view_get() trent 2021-04-22 16:29:44 -07:00
  • 89464e460a update audio/tests/test_edit_feed_view.py add function test_edit_feed_view_incorrect_user() trent 2021-04-22 15:15:36 -07:00
  • 48b3c5cb04 update audio/tests/test_confirm_delete_feed_view.py add function test_confirm_delete_feed_view_get() trent 2021-04-22 14:58:35 -07:00
  • d397d59c06 update audio/tests/test_confirm_delete_feed_view.py add function test_confirm_delete_feed_view_incorrect_user trent 2021-04-22 14:46:30 -07:00
  • ebc1a2dd14 update audio/tests/test_new_feed_view.py add function test_new_feed_view_get trent 2021-04-22 14:32:35 -07:00
  • 9fe3b45a00 add audio/tests/test_episode_model.py, audio/tests/test_feed_model.py trent 2021-04-21 16:40:57 -07:00
  • 88790e4080 accounts/tests/test_email_white_list_model.py update function name trent 2021-04-21 16:40:11 -07:00
  • b6ab46dd69 update accounts/tests/test_log_out_view.py add function test_log_out_view_get trent 2021-04-21 13:27:55 -07:00
  • fd5a5cdddd update accounts/tests/test_register_view.py add function test_register_view_get trent 2021-04-21 13:19:04 -07:00
  • b1ace1c6ba update accounts/tests/test_password_change_view.py add function test_password_change_view_get trent 2021-04-21 13:08:21 -07:00
  • 68f08b2773 update accounts/tests/test_email_white_list_model.py add test for __str__ method trent 2021-04-20 20:42:47 -07:00
  • 058687d710 update accounts/tests/test_user_model.py add test for __str__ method trent 2021-04-20 20:41:45 -07:00
  • d30af17e60 update accounts/tests/test_totp_enabled_login_view.py add function test_TOTP_enabled_log_in_view_already_logged_in trent 2021-04-20 20:28:20 -07:00
  • 9d48b5b0ed update accounts/tests/test_edit_profile_view.py add function test_edit_profile_view_email_already_exists trent 2021-04-20 20:21:44 -07:00
  • a9679cff69 update accounts/tests/test_register_view.py add functions test_register_user_already_exists and test_register_email_already_exists trent 2021-04-20 19:30:08 -07:00
  • f1109519db add GET request test to accounts/tests/test_disable_totp_view.py trent 2021-04-20 19:02:38 -07:00
  • b006c72234 add __pycache__ to .gitignore trent 2021-04-20 19:01:13 -07:00
  • 72daaa5a47 add accounts/tests/test_totp_enabled_login_view.py trent 2021-04-20 18:31:06 -07:00
  • f199e8f173 add accounts/tests/test_disable_totp_view.py trent 2021-04-19 23:16:40 -07:00
  • 20ce2c493b add accounts/tests/test_enable_totp_view.py trent 2021-04-19 21:13:37 -07:00
  • 6a21866e8f add id to totp_form.html in order to identify the div which contains the svg trent 2021-04-19 21:08:49 -07:00
  • e65a1026f8 update enable_totp(request) redirect if totp is already enabled trent 2021-04-19 21:07:15 -07:00
  • 5b99609dc7 add accounts/tests/test_log_in_view.py trent 2021-04-18 16:51:24 -07:00
  • 6a66288171 update audio/tests/test_nw_episode_view.py trent 2021-04-18 16:31:23 -07:00
  • e3fed0f92f update audio/tests/test_edit_episode_view.py trent 2021-04-18 16:31:01 -07:00
  • 58a1e87db8 update accounts/tests/test_log_out_view.py trent 2021-04-18 16:27:45 -07:00
  • b6ec41c095 add PATH_INFO test to audio/tests trent 2021-04-18 15:13:58 -07:00
  • 3d110192e8 add PATH_INFO test to accounts/tests/test_password_change_view.py trent 2021-04-18 14:39:10 -07:00
  • 4b2bcae2ed add PATH_INFO test to accounts/tests/test_log_out_view.py trent 2021-04-18 14:29:31 -07:00
  • 12507888a8 add accounts/tests/test_edit_profile_view.py trent 2021-04-18 03:04:59 -07:00
  • 82ac0350f3 add twitter_handle_validator to accounts/models.py trent 2021-04-18 03:03:54 -07:00
  • f82131855f update accounts/forms.py trent 2021-04-18 03:01:22 -07:00
  • 31d5d6646a add accounts/tests/test_register_view.py trent 2021-04-17 01:55:25 -07:00
  • 825bdc3e14 update accounts/tests/test_email_white_list_model.py trent 2021-04-17 01:51:47 -07:00
  • 7bc56f507c add accounts/tests/test_password_change_view.py trent 2021-04-16 18:59:19 -07:00
  • a81ec6612f update accounts/tests/test_user_model.py trent 2021-04-16 18:58:38 -07:00
  • c4f79d39ab update podcast buttons layout in feeds.html and index.html trent 2021-04-16 18:12:23 -07:00
  • 77f0bc06de add audio/tests/test_log_out_view.py trent 2021-04-16 17:47:52 -07:00
  • c7d80564e4 add audio/tests/test_confirm_delete_feed_view.py trent 2021-04-12 01:11:29 -07:00
  • c17f318b14 add audio/tests/test_edit_feed_view.py trent 2021-04-12 00:57:52 -07:00
  • 1d50edb2c0 add audio/tests/test_new_feed_view.py trent 2021-04-11 23:34:37 -07:00
  • b21d5a4a62 extend audio/tests/test_new_episode_view.py trent 2021-04-11 23:33:25 -07:00
  • 3d2766d986 extend audio/tests/test_new_episode_view.py trent 2021-04-11 15:20:35 -07:00
  • 214cfb6807 extend audio/tests/test_confirm_delete_episode_view.py trent 2021-04-11 15:20:11 -07:00
  • 5b1da8643b extend .gitignore trent 2021-04-11 15:18:18 -07:00
  • a61d8c5358 extend audio/tests/test_edit_episode_view.py trent 2021-04-11 15:16:41 -07:00
  • adbc17cd88 formatting audio/tests/test_view.py trent 2021-04-11 15:03:56 -07:00
  • 362522a045 add audio/tests/test_edit_episode_view.py trent 2021-04-09 02:32:11 -07:00
  • 7c27b54a8b add audio/tests/test_views.py trent 2021-04-09 02:31:49 -07:00
  • a6c77dd9a3 add audio/tests/test_urls.py trent 2021-04-09 02:31:25 -07:00
  • e0d62912a4 add .coverage to .gitignore trent 2021-04-09 02:30:27 -07:00
  • 3562a8058e test length of urlpatterns list from accounts.url trent 2021-04-09 02:29:08 -07:00
  • c906e6599c add accounts/test/test_urls.py trent 2021-04-07 15:41:22 -07:00
  • 72fe8b16d3 extend test_user_model.py trent 2021-04-07 04:31:29 -07:00
  • 12f4a093f6 change LicenseChoicesTestCase from TestCase to SimpleTestCase trent 2021-04-07 04:29:42 -07:00
  • 1ddc459ed3 add some more tests trent 2021-04-06 23:16:54 -07:00
  • f53640ec4f add itpc links for podcast clients trent 2021-04-05 20:49:54 -07:00
  • 620140336c add audio/tests/test_licensechoices.py trent 2021-04-05 14:25:29 -07:00
  • fa30e89b0e add meta description to head trent 2021-04-05 13:00:35 -07:00
  • 8720a7a58d fix typo in get_license_info() trent 2021-04-03 01:29:09 -07:00
  • 75356d50ec add CC0 1.0 License info migration trent 2021-04-03 01:03:47 -07:00
  • 9963be9a2b add CC0 1.0 License info trent 2021-04-03 01:02:25 -07:00
  • d0f29ce035 add accessibility tweaks to templates trent 2021-03-28 23:27:46 -07:00
  • 4fc914a470 add twitter_handle to episode template trent 2021-03-28 16:06:42 -07:00
  • 206886f5d6 add twitter_handle to account model trent 2021-03-28 15:51:55 -07:00
  • fc98f1c6ce add todo trent 2021-03-28 14:32:58 -07:00
  • 03afc74c1e add totp form autofocus attr trent 2021-03-28 14:08:01 -07:00
  • 1bb7176643 update README.md trent 2021-03-27 17:58:03 -07:00
  • 94420c40d3 add README.md trent 2021-03-27 15:03:38 -07:00