Skip to content

Add recording#896

Merged
samuelwei merged 324 commits intodevelopfrom
31-enable-recording-new-ui
May 7, 2024
Merged

Add recording#896
samuelwei merged 324 commits intodevelopfrom
31-enable-recording-new-ui

Conversation

@samuelwei
Copy link
Copy Markdown
Collaborator

@samuelwei samuelwei commented Mar 4, 2024

Fixes #31

Type (Highlight the corresponding type)

  • Bugfix
  • Feature
  • Documentation
  • Refactoring (e.g. Style updates, Test implementation, etc.)
  • Other (please describe):

Checklist

  • Code updated to current develop branch head
  • Passes CI checks
  • Is a part of an issue
  • Tests added for the bugfix or newly implemented feature, describe below why if not
  • Changelog is updated
  • Documentation of code and features exists

Changes

  • Added recording management

Other information

Screenshots

image image image image image

samuelwei and others added 30 commits February 2, 2024 16:16
…to 31-enable-recording-new-ui

# Conflicts:
#	.eslintignore
#	app/Console/Kernel.php
#	app/Http/Resources/Room.php
#	docker/app/Dockerfile
#	docker/app/nginx/sites-enabled/default
#	lang/de/rooms.php
#	resources/js/components/RecordingComponent.vue
#	resources/js/components/Room/AdminTabsComponent.vue
#	resources/js/components/Room/SettingsComponent.vue
#	resources/js/components/Room/TabsComponent.vue
#	resources/js/views/rooms/View.vue
#	resources/sass/app/app.scss
#	routes/web.php
…o 833-settings-overview

# Conflicts:
#	resources/sass/theme/default/app.scss
Copy link
Copy Markdown
Collaborator

@danielmachill danielmachill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not reviewed yet: most parts of frontend, docker files, tests

Comment thread .eslintignore Outdated
Comment thread config/recording.php
Comment thread app/Http/Requests/UpdateRecordingRequest.php
Comment thread resources/js/components/RoomTabRecordingsEditButton.vue Outdated
Comment thread lang/de/settings.php Outdated
Comment thread lang/de/validation.php Outdated
Comment thread lang/en/app.php Outdated
Comment thread lang/en/rooms.php Outdated
Comment thread lang/en/rooms.php Outdated
@samuelwei samuelwei force-pushed the 31-enable-recording-new-ui branch from 6c2fcb5 to ca40e74 Compare May 2, 2024 08:49
Comment thread app/Models/Room.php Outdated
Comment thread bigbluebutton/pilos_post_publish.rb Outdated
Comment thread docker-compose-dev.yml Outdated
Comment thread resources/js/components/RoomTabFilesViewButton.vue
Comment thread resources/js/components/RoomTabRecordings.vue Outdated
Comment thread resources/js/components/RoomTabRecordingsEditButton.vue Outdated
Comment thread resources/js/components/RoomTabRecordingsDeleteButton.vue Outdated
Comment thread resources/js/components/RoomTabSettings.vue Outdated
Comment thread tests/Feature/api/v1/SettingsTest.php Outdated
Comment thread tests/Integration/api/v1/RoomTest.php Outdated
samuelwei added 5 commits May 6, 2024 10:53
…recording-new-ui

# Conflicts:
#	CHANGELOG.md
#	app/Http/Controllers/api/v1/RoomController.php
#	app/Http/Controllers/api/v1/RoomTypeController.php
#	app/Http/Requests/RoomTypeRequest.php
#	app/Http/Requests/UpdateRoomSettings.php
#	app/Http/Resources/Room.php
#	app/Http/Resources/RoomSettings.php
#	app/Http/Resources/RoomType.php
#	app/Models/Room.php
#	app/Models/RoomType.php
#	app/Services/RoomService.php
#	lang/de/rooms.php
#	lang/de/settings.php
#	lang/en/rooms.php
#	lang/en/settings.php
#	lang/fr/rooms.php
#	resources/js/components/RoomTabSettings.vue
#	resources/js/components/RoomTypeDetails.vue
#	resources/js/views/settings/roomTypes/View.vue
#	tests/Feature/api/v1/Room/RoomTest.php
#	tests/Feature/api/v1/Room/RoomTypeTest.php
@samuelwei samuelwei merged commit 4e861bf into develop May 7, 2024
@samuelwei samuelwei deleted the 31-enable-recording-new-ui branch May 7, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable recordings

3 participants