Skip to content

Commit

Permalink
Updated services (OpenSlides#6813)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schieder authored Oct 1, 2024
1 parent df6569a commit 385b317
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.15-dev
4.1.17-dev
2 changes: 1 addition & 1 deletion openslides-autoupdate-service
Submodule openslides-autoupdate-service updated 43 files
+1 −1 .github/workflows/autoupdate.yml
+1 −1 .github/workflows/pick-to-staging.yml
+1 −1 .github/workflows/readme.yml
+2 −2 Dockerfile
+11 −11 go.mod
+22 −22 go.sum
+0 −72 internal/projector/slide/mediafile.go
+102 −0 internal/projector/slide/meeting_mediafile.go
+4 −3 internal/projector/slide/meeting_mediafile_test.go
+1 −1 internal/projector/slide/slide.go
+2 −5 internal/restrict/collection/chat_group.go
+40 −0 internal/restrict/collection/chat_group_test.go
+8 −5 internal/restrict/collection/chat_message.go
+18 −0 internal/restrict/collection/chat_message_test.go
+2 −2 internal/restrict/collection/collection.go
+29 −0 internal/restrict/collection/gender.go
+21 −0 internal/restrict/collection/gender_test.go
+5 −1 internal/restrict/collection/group_test.go
+75 −120 internal/restrict/collection/mediafile.go
+164 −10 internal/restrict/collection/mediafile_test.go
+81 −48 internal/restrict/collection/meeting.go
+176 −0 internal/restrict/collection/meeting_mediafile.go
+326 −0 internal/restrict/collection/meeting_mediafile_test.go
+119 −1 internal/restrict/collection/meeting_test.go
+27 −2 internal/restrict/collection/meeting_user.go
+14 −0 internal/restrict/collection/meeting_user_test.go
+2 −4 internal/restrict/collection/motion_comment_section.go
+17 −0 internal/restrict/collection/organization.go
+58 −0 internal/restrict/collection/organization_test.go
+48 −2 internal/restrict/collection/projection.go
+50 −2 internal/restrict/collection/projection_test.go
+14 −6 internal/restrict/collection/projector.go
+63 −0 internal/restrict/collection/projector_test.go
+12 −2 internal/restrict/collection/user.go
+32 −0 internal/restrict/collection/user_test.go
+188 −161 internal/restrict/field_def.go
+4 −0 internal/restrict/perm/generated.go
+16 −9 internal/restrict/perm/perm.go
+25 −0 internal/restrict/perm/perm_test.go
+40 −38 internal/restrict/restrict.go
+1 −1 meta
+220 −103 pkg/datastore/dsfetch/fields_generated.go
+921 −873 pkg/datastore/dskey/gen_collection_fields.go
2 changes: 1 addition & 1 deletion openslides-backend
2 changes: 1 addition & 1 deletion openslides-client
Submodule openslides-client updated 334 files
2 changes: 1 addition & 1 deletion openslides-icc-service
2 changes: 1 addition & 1 deletion openslides-manage-service
2 changes: 1 addition & 1 deletion openslides-search-service
2 changes: 1 addition & 1 deletion openslides-vote-service

0 comments on commit 385b317

Please sign in to comment.