datatracker/ietf/secr
Jennifer Richards 09ff9c6ced
refactor: Tie Meetecho resources to Session pk (#5281)
* feat: Use session.id to specify session for api_set_session_video_url

* feat: Use session.id to specify session for api_upload_bluesheet

* refactor: Add audio/video stream and onsite tool URLs to Session model

* refactor: Get onsite tool/stream URLs for agenda from Session

* refactor: Use Session methods for onsite tool/stream a few more places

* refactor: Move hard-coded meetecho URLs into settings.py

* feat: Add has_onsite_flag to Session

* chore: Set has_onsite_tool for sessions that had meetecho UrlResources

* fix: Only show onsite tool URLs when Session.has_onsite_tool is True

* test: Update test_api_upload_bluesheet to test deprecated version

* fix: Fix test failure in api_upload_bluesheet view

* test: Add test of new api_upload_bluesheet view

* style: Apply Black style to test_api_upload_bluesheet

* fix: Fix test failures in api_upload_bluesheet()

* test: Update test_api_set_session_video_url to test deprecated version

* fix: Fix test failure in api_set_session_video_url view

* test: Add test of new api_set_session_video_url view

* style: Apply Black styling to new test

* fix: Fix test failures in api_set_session_video_url view

* test: Fix test_meeting_agenda; set has_onsite_tool in SessionFactory

* feat: Add has_onsite_tool to Session list in admin

* feat: Add has_onsite_tool flag to SessionDetailsForm

* feat: Add has_onsite_tool flag to sreq

* feat: Show has_onsite_tool flag on secr view for a submitted request

* feat: Only prompt for has_onsite_tool in sreq for non-wg type groups

* fix: Clean up styling of sreq view a bit

* chore: Renumber migrations
2023-04-23 18:15:01 -05:00
..
announcement Many more HTML fixes. 2022-02-03 07:49:34 +00:00
areas fix: Fix broken add/modify ADs in the secr app (#5040) 2023-01-27 12:01:22 -06:00
console Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
lib The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances. 2017-01-09 21:26:30 +00:00
meetings refactor: Purge old migrations and update ci to build on a clean schema (#5431) 2023-03-28 18:06:07 +09:00
middleware chore: Remove unused ietf/secr/middleware/dbquery.py (#5109) 2023-02-08 09:57:03 -06:00
rolodex feat: treat django auth username as case insensitive throughout the datatracker (#5165) 2023-02-21 10:01:03 -06:00
sreq fix: Use correct group type in session request email response (#5275) 2023-03-07 10:15:47 -06:00
static chore: import jquery so dynamic_inlines.js source map works (#4482) 2022-09-21 12:04:39 -05:00
telechat fix: timezone fixes from last few comparisons with tzaware-obe 2022-09-28 13:21:50 -03:00
templates refactor: Tie Meetecho resources to Session pk (#5281) 2023-04-23 18:15:01 -05:00
utils chore: Use codespell to fix typos in comments. (#4794) 2022-11-28 10:36:36 -06:00
__init__.py Merged in branch/amsl/1.50@6388 from rcross@amsl.com, with secretariat tool 2013-10-21 20:29:15 +00:00
context_processors.py Removed dead code. 2015-08-01 14:58:08 +00:00
urls.py refactor: Remove secr groups app (#5334) 2023-03-14 12:27:47 -05:00