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

feat: Application sharing frontend #966

Merged
merged 19 commits into from
Apr 24, 2024

Conversation

enjeck
Copy link
Contributor

@enjeck enjeck commented Apr 5, 2024

Adds a way to share contexts as well as permission for associated context resources

@enjeck enjeck self-assigned this Apr 5, 2024
@enjeck enjeck changed the base branch from main to feat/noid/context-sharing April 11, 2024 07:41
@enjeck enjeck force-pushed the share-context branch 2 times, most recently from ce7c5c7 to 56396a4 Compare April 11, 2024 10:20
src/store/store.js Outdated Show resolved Hide resolved
@enjeck enjeck linked an issue Apr 15, 2024 that may be closed by this pull request
2 tasks
lib/Service/PermissionsService.php Show resolved Hide resolved
src/store/store.js Outdated Show resolved Hide resolved
src/store/store.js Outdated Show resolved Hide resolved
src/modules/modals/EditContext.vue Outdated Show resolved Hide resolved
@blizzz

This comment was marked as resolved.

@blizzz blizzz force-pushed the share-context branch 2 times, most recently from 1929d95 to 61255b0 Compare April 18, 2024 19:48
@enjeck enjeck changed the title feat: Application sharing feat: Application sharing frontend Apr 19, 2024
@blizzz

This comment was marked as resolved.

@enjeck enjeck mentioned this pull request Apr 19, 2024
2 tasks
blizzz and others added 8 commits April 19, 2024 12:22
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
@blizzz
Copy link
Member

blizzz commented Apr 19, 2024

resolved conflicts from rebase

@enjeck enjeck marked this pull request as ready for review April 19, 2024 15:36

This comment was marked as off-topic.

blizzz and others added 9 commits April 22, 2024 10:30
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
- that is through the internal endpoints /tables/table and /tables/view

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
blizzz and others added 2 commits April 22, 2024 16:37
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
Comment on lines +3 to +13
<div class="col-4">
{{ t('tables', 'Share with accounts') }}
</div>
<NcSelect v-model="preExistingSharees" style="width: 100%;" :loading="loading" :options="options"
:placeholder="getPlaceholder()"
:searchable="true" :get-option-key="(option) => option.key"
label="displayName"
:aria-label-combobox="getPlaceholder()" :user-select="true"
:close-on-select="false"
:multiple="true"
@search="asyncFind" @input="addShare">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I notice that we already have several NcSelects that search for users/groups duplicated across other pages. Thinking about how to consolidate into just one and reuse

Copy link
Member

Choose a reason for hiding this comment

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

That would be very nice indeed

Copy link
Member

Choose a reason for hiding this comment

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

follow up though?

Copy link
Member

Choose a reason for hiding this comment

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

@enjeck Could you file a follow up issue

@juliushaertl juliushaertl merged commit 9567a5c into feat/noid/context-sharing Apr 24, 2024
52 checks passed
@juliushaertl juliushaertl deleted the share-context branch April 24, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Applications: Sharing
3 participants