-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3075 from nextcloud/enh/revealVoters
add option to reveal hidden voters
- Loading branch information
Showing
97 changed files
with
194 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export { default as ActivityAPI } from './modules/activity.js' | ||
export { default as AppSettingsAPI } from './modules/appSettings.js' | ||
export { default as CalendarAPI } from './modules/calendar.js' | ||
export { default as CommentsAPI } from './modules/comments.js' | ||
export { default as OptionsAPI } from './modules/options.js' | ||
export { default as PollsAPI } from './modules/polls.js' | ||
export { default as PublicAPI } from './modules/public.js' | ||
export { default as SharesAPI } from './modules/shares.js' | ||
export { default as UserSettingsAPI } from './modules/userSettings.js' | ||
export { default as ValidatorAPI } from './modules/validators.js' | ||
export { default as VotesAPI } from './modules/votes.js' |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export { default as ActionChangeView } from './modules/ActionChangeView.vue' | ||
export { default as ActionDelete } from './modules/ActionDelete.vue' | ||
export { default as ActionSendConfirmedOptions } from './modules/ActionSendConfirmedOptions.vue' | ||
export { default as ActionSortOptions } from './modules/ActionSortOptions.vue' | ||
export { default as ActionToggleSidebar } from './modules/ActionToggleSidebar.vue' |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export { default as MaybeIcon } from './modules/MaybeIcon.vue' | ||
export { default as PollsAppIcon } from './modules/PollsAppIcon.vue' | ||
export { default as Spinner } from './modules/Spinner.vue' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export { default as BadgeDiv } from './modules/BadgeDiv.vue' | ||
export { default as CardDiv } from './modules/CardDiv.vue' | ||
export { default as ConfigBox } from './modules/ConfigBox.vue' | ||
export { default as FlexSpacer } from './modules/FlexSpacer.vue' | ||
export { default as HeaderBar } from './modules/HeaderBar.vue' | ||
export { default as InputDiv } from './modules/InputDiv.vue' | ||
export { default as LoadingOverlay } from './modules/LoadingOverlay.vue' | ||
export { default as QrModal } from './modules/QrModal.vue' | ||
export { default as RadioGroupDiv } from './modules/RadioGroupDiv.vue' |
File renamed without changes.
Oops, something went wrong.