Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Personalized room links #145

Merged
merged 51 commits into from
Nov 1, 2021
Merged

Personalized room links #145

merged 51 commits into from
Nov 1, 2021

Conversation

dsst95
Copy link
Contributor

@dsst95 dsst95 commented Jun 4, 2021

Fixes #72

Type (Highlight the corresponding type)

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

Checklist

  • Code updated to current masters 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 personalized room links

@dsst95 dsst95 self-assigned this Jun 4, 2021
@dsst95 dsst95 linked an issue Jun 4, 2021 that may be closed by this pull request
@dsst95 dsst95 added the enhancement New feature or request label Jun 4, 2021
@codecov
Copy link

codecov bot commented Jun 8, 2021

Codecov Report

Merging #145 (81f12df) into master (02deedc) will increase coverage by 0.47%.
The diff coverage is 98.26%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #145      +/-   ##
============================================
+ Coverage     93.29%   93.77%   +0.47%     
- Complexity      658      696      +38     
============================================
  Files           165      171       +6     
  Lines          3611     3806     +195     
  Branches        199      226      +27     
============================================
+ Hits           3369     3569     +200     
+ Misses          172      170       -2     
+ Partials         70       67       -3     
Impacted Files Coverage Δ
app/Console/Kernel.php 33.33% <0.00%> (-4.17%) ⬇️
resources/js/components/Permissions/Can.vue 100.00% <ø> (ø)
resources/js/components/Permissions/Cannot.vue 100.00% <ø> (ø)
resources/js/components/Room/MembersComponent.vue 94.20% <ø> (ø)
resources/js/router.js 81.33% <ø> (ø)
resources/js/views/rooms/View.vue 83.73% <95.08%> (+10.92%) ⬆️
app/Console/Commands/DeleteObsoleteTokens.php 100.00% <100.00%> (ø)
.../Http/Controllers/api/v1/ApplicationController.php 100.00% <100.00%> (ø)
app/Http/Controllers/api/v1/RoomController.php 99.31% <100.00%> (+0.02%) ⬆️
...pp/Http/Controllers/api/v1/RoomTokenController.php 100.00% <100.00%> (ø)
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 02deedc...81f12df. Read the comment docs.

@SamuelWei SamuelWei changed the title 72 personalized room links Personalized room links Jul 9, 2021
…m-links

# Conflicts:
#	.env.example
#	CHANGELOG.md
#	app/Console/Kernel.php
#	app/Http/Requests/UpdateSetting.php
#	app/Http/Resources/ApplicationSettings.php
#	app/Http/Resources/Room.php
#	config/settings.php
#	resources/js/components/Room/AdminComponent.vue
#	resources/js/views/rooms/View.vue
#	resources/js/views/settings/Application.vue
#	resources/lang/de/app.php
#	resources/lang/en/app.php
#	routes/api.php
#	tests/Feature/api/v1/SettingsTest.php
@SamuelWei SamuelWei marked this pull request as ready for review October 28, 2021 08:03
@SamuelWei SamuelWei merged commit 13b7b1e into master Nov 1, 2021
@SamuelWei SamuelWei deleted the 72-personalized-room-links branch November 4, 2021 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Personalised room links
2 participants