* feat: add session recordings * feat: add session recordings * feat: deleting recordings * feat: deleting recordings and initial form values * feat: use meeting date rather than today for initial title field. Fix delete recording * feat: confirm delete recordings modal. fix server utils delete recording * fix: removing debug console.log * feat: change button name from 'Ok' to 'Delete' for confirm deletion to be clearer * feat: UTC time in string and delete modal text * fix: django html validation tests * fix: django html validation tests * fix: django html validation tests * refactor: Work with SessionPresentations * fix: better ordering * chore: drop rev, hide table when empty * test: test delete_recordings method * fix: debug delete_recordings * test: test add_session_recordings view * fix: better permissions handling * fix: only delete recordings for selected session * refactor: inline script -> js module * chore: remove accidental import *shakes fist at pycharm* * fix: consistent timestamp format plus slight rephrase * style: Black * chore: remove comment * test: update test to match * fix: reversible url pattern for materials Tests were perturbed in a way that led to a test getting an interim instead of an IETF meeting. This exposed a bug reversing the URL for the materials_document() view. This splits it into two patterns that are equivalent to the original. --------- Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
221 lines
8.4 KiB
JSON
221 lines
8.4 KiB
JSON
{
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite build --mode test && vite preview --mode test",
|
|
"legacy:dev": "parcel",
|
|
"legacy:build": "parcel build"
|
|
},
|
|
"dependencies": {
|
|
"@fullcalendar/bootstrap5": "6.1.11",
|
|
"@fullcalendar/core": "6.1.11",
|
|
"@fullcalendar/daygrid": "6.1.11",
|
|
"@fullcalendar/icalendar": "6.1.11",
|
|
"@fullcalendar/interaction": "6.1.11",
|
|
"@fullcalendar/list": "6.1.11",
|
|
"@fullcalendar/luxon3": "6.1.11",
|
|
"@fullcalendar/timegrid": "6.1.11",
|
|
"@fullcalendar/vue3": "6.1.11",
|
|
"@popperjs/core": "2.11.8",
|
|
"@twuni/emojify": "1.0.2",
|
|
"bootstrap": "5.3.3",
|
|
"bootstrap-icons": "1.11.3",
|
|
"browser-fs-access": "0.35.0",
|
|
"caniuse-lite": "1.0.30001603",
|
|
"d3": "7.9.0",
|
|
"file-saver": "2.0.5",
|
|
"highcharts": "11.4.0",
|
|
"ical.js": "1.5.0",
|
|
"jquery": "3.7.1",
|
|
"js-cookie": "3.0.5",
|
|
"list.js": "2.3.1",
|
|
"lodash": "4.17.21",
|
|
"lodash-es": "4.17.21",
|
|
"luxon": "3.4.4",
|
|
"moment": "2.30.1",
|
|
"moment-timezone": "0.5.45",
|
|
"ms": "2.1.3",
|
|
"murmurhash-js": "1.0.0",
|
|
"naive-ui": "2.38.1",
|
|
"pinia": "2.1.7",
|
|
"pinia-plugin-persist": "1.0.0",
|
|
"select2": "4.1.0-rc.0",
|
|
"select2-bootstrap-5-theme": "1.3.0",
|
|
"send": "0.18.0",
|
|
"shepherd.js": "11.2.0",
|
|
"slugify": "1.6.6",
|
|
"sortablejs": "1.15.2",
|
|
"vanillajs-datepicker": "1.3.4",
|
|
"vue": "3.4.21",
|
|
"vue-router": "4.3.0",
|
|
"zxcvbn": "4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/optimizer-data-url": "2.12.0",
|
|
"@parcel/transformer-inline-string": "2.12.0",
|
|
"@parcel/transformer-sass": "2.12.0",
|
|
"@rollup/pluginutils": "5.1.0",
|
|
"@vitejs/plugin-vue": "4.6.2",
|
|
"@vue/language-plugin-pug": "2.0.7",
|
|
"browserlist": "latest",
|
|
"c8": "9.1.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-standard": "17.1.0",
|
|
"eslint-plugin-cypress": "2.15.1",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-n": "16.6.2",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "6.1.1",
|
|
"eslint-plugin-vue": "9.24.0",
|
|
"html-validate": "8.18.1",
|
|
"jquery-migrate": "3.4.1",
|
|
"parcel": "2.12.0",
|
|
"pug": "3.0.2",
|
|
"sass": "1.72.0",
|
|
"seedrandom": "3.0.5",
|
|
"vite": "4.5.3"
|
|
},
|
|
"targets": {
|
|
"ietf": {
|
|
"distDir": "ietf/static/dist/ietf",
|
|
"source": [
|
|
"ietf/static/css/datepicker.scss",
|
|
"ietf/static/css/document_html_inline.scss",
|
|
"ietf/static/css/document_html_referenced.scss",
|
|
"ietf/static/css/document_html_txt.scss",
|
|
"ietf/static/css/highcharts.scss",
|
|
"ietf/static/css/ietf.scss",
|
|
"ietf/static/css/liaisons.css",
|
|
"ietf/static/css/list.scss",
|
|
"ietf/static/css/select2.scss",
|
|
"ietf/static/images/iab-logo-card.png",
|
|
"ietf/static/images/iab-logo.svg",
|
|
"ietf/static/images/iab-logo-white.svg",
|
|
"ietf/static/images/iesg-draft-state-diagram.png",
|
|
"ietf/static/images/ietf-logo-card.png",
|
|
"ietf/static/images/ietf-logo-nor-16-dev.png",
|
|
"ietf/static/images/ietf-logo-nor-16.png",
|
|
"ietf/static/images/ietf-logo-nor-180-dev.png",
|
|
"ietf/static/images/ietf-logo-nor-180.png",
|
|
"ietf/static/images/ietf-logo-nor-192-dev.png",
|
|
"ietf/static/images/ietf-logo-nor-192.png",
|
|
"ietf/static/images/ietf-logo-nor-32-dev.png",
|
|
"ietf/static/images/ietf-logo-nor-32.png",
|
|
"ietf/static/images/ietf-logo-nor-512-dev.png",
|
|
"ietf/static/images/ietf-logo-nor-512.png",
|
|
"ietf/static/images/ietf-logo-nor-mask.svg",
|
|
"ietf/static/images/ietf-logo-nor-white.svg",
|
|
"ietf/static/images/ietf-logo-nor.svg",
|
|
"ietf/static/images/ietf-logo-white.svg",
|
|
"ietf/static/images/ietf-logo.svg",
|
|
"ietf/static/images/irtf-logo-card.png",
|
|
"ietf/static/images/irtf-logo-white.svg",
|
|
"ietf/static/images/irtf-logo.svg",
|
|
"ietf/static/js/add_session_recordings.js",
|
|
"ietf/static/js/agenda_filter.js",
|
|
"ietf/static/js/agenda_materials.js",
|
|
"ietf/static/js/complete-review.js",
|
|
"ietf/static/js/create_timeslot.js",
|
|
"ietf/static/js/create_timeslot.js",
|
|
"ietf/static/js/d3.js",
|
|
"ietf/static/js/datepicker.js",
|
|
"ietf/static/js/doc-search.js",
|
|
"ietf/static/js/document_html.js",
|
|
"ietf/static/js/document_relations.js",
|
|
"ietf/static/js/document_timeline.js",
|
|
"ietf/static/js/draft-submit.js",
|
|
"ietf/static/js/edit-meeting-schedule.js",
|
|
"ietf/static/js/edit-meeting-timeslots-and-misc-sessions.js",
|
|
"ietf/static/js/edit-milestones.js",
|
|
"ietf/static/js/edit_action_holders.js",
|
|
"ietf/static/js/edit_authors.js",
|
|
"ietf/static/js/fullcalendar.js",
|
|
"ietf/static/js/highcharts.js",
|
|
"ietf/static/js/highstock.js",
|
|
"ietf/static/js/ietf.js",
|
|
"ietf/static/js/investigate.js",
|
|
"ietf/static/js/ipr-edit.js",
|
|
"ietf/static/js/ipr-search.js",
|
|
"ietf/static/js/js-cookie.js",
|
|
"ietf/static/js/liaisons.js",
|
|
"ietf/static/js/list.js",
|
|
"ietf/static/js/login.js",
|
|
"ietf/static/js/manage-community-list.js",
|
|
"ietf/static/js/manage-review-requests.js",
|
|
"ietf/static/js/meeting-interim-request.js",
|
|
"ietf/static/js/moment.js",
|
|
"ietf/static/js/password_strength.js",
|
|
"ietf/static/js/select2.js",
|
|
"ietf/static/js/session_details_form.js",
|
|
"ietf/static/js/sortable.js",
|
|
"ietf/static/js/stats.js",
|
|
"ietf/static/js/status-change-edit-relations.js",
|
|
"ietf/static/js/theme.js",
|
|
"ietf/static/js/timeslot_edit.js",
|
|
"ietf/static/js/timezone.js",
|
|
"ietf/static/js/upcoming.js",
|
|
"ietf/static/js/upload-material.js",
|
|
"ietf/static/js/upload-session-agenda.js",
|
|
"ietf/static/js/upload_bofreq.js",
|
|
"ietf/static/js/upload_statement.js",
|
|
"ietf/static/js/zxcvbn.js"
|
|
]
|
|
},
|
|
"secr": {
|
|
"distDir": "ietf/secr/static/dist/secr",
|
|
"source": [
|
|
"ietf/secr/static/css/base.css",
|
|
"ietf/secr/static/css/custom.css",
|
|
"ietf/secr/static/css/forms.css",
|
|
"ietf/secr/static/css/telechat.css",
|
|
"ietf/secr/static/css/test.css",
|
|
"ietf/secr/static/css/widgets.css",
|
|
"ietf/secr/static/images/ajax-loader.webp",
|
|
"ietf/secr/static/images/ams_logo.png",
|
|
"ietf/secr/static/images/arrow-down.webp",
|
|
"ietf/secr/static/images/arrow-up.webp",
|
|
"ietf/secr/static/images/chooser-bg.webp",
|
|
"ietf/secr/static/images/chooser_stacked-bg.webp",
|
|
"ietf/secr/static/images/default-bg-reverse.webp",
|
|
"ietf/secr/static/images/default-bg.webp",
|
|
"ietf/secr/static/images/deleted-overlay.webp",
|
|
"ietf/secr/static/images/icon_addlink.webp",
|
|
"ietf/secr/static/images/icon_alert.webp",
|
|
"ietf/secr/static/images/icon_changelink.webp",
|
|
"ietf/secr/static/images/icon_deletelink.webp",
|
|
"ietf/secr/static/images/icon_error.webp",
|
|
"ietf/secr/static/images/icon_success.webp",
|
|
"ietf/secr/static/images/inline-delete.png",
|
|
"ietf/secr/static/images/inline-restore.png",
|
|
"ietf/secr/static/images/inline-splitter-bg.webp",
|
|
"ietf/secr/static/images/nav-bg-grabber.webp",
|
|
"ietf/secr/static/images/nav-bg-reverse.webp",
|
|
"ietf/secr/static/images/nav-bg.webp",
|
|
"ietf/secr/static/images/selector-add.webp",
|
|
"ietf/secr/static/images/selector-addall.webp",
|
|
"ietf/secr/static/images/selector-remove.webp",
|
|
"ietf/secr/static/images/selector-removeall.webp",
|
|
"ietf/secr/static/images/selector_stacked-add.webp",
|
|
"ietf/secr/static/images/selector_stacked-remove.webp",
|
|
"ietf/secr/static/images/test-background.png",
|
|
"ietf/secr/static/images/tool-left.webp",
|
|
"ietf/secr/static/images/tool-left_over.webp",
|
|
"ietf/secr/static/images/tool-right.webp",
|
|
"ietf/secr/static/images/tool-right_over.webp",
|
|
"ietf/secr/static/images/tooltag-add.webp",
|
|
"ietf/secr/static/images/tooltag-add_over.webp",
|
|
"ietf/secr/static/images/tooltag-arrowright.webp",
|
|
"ietf/secr/static/images/tooltag-arrowright_over.webp",
|
|
"ietf/secr/static/js/dynamic_inlines.js",
|
|
"ietf/secr/static/js/session_form.js",
|
|
"ietf/secr/static/js/sessions.js",
|
|
"ietf/secr/static/js/utils.js"
|
|
]
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"lightningcss": "1.17.1"
|
|
},
|
|
"packageManager": "yarn@3.2.2"
|
|
}
|