Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/views
AgeCommit message (Collapse)Author
2022-03-046927: fixed lint issues for new button of dashboardfeat/6927/button-for-dashboardNikola
Signed-off-by: Nikola <nikola.gladovic@nextcloud.com>
2022-03-036927: fixed vue buttons for dashboardNikola
Signed-off-by: Nikola <nikola.gladovic@nextcloud.com>
2022-03-016927: updated button for dashboardNikola
Signed-off-by: Nikola <nikola.gladovic@nextcloud.com>
2022-01-26Fix eslint after #6763Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-26Merge pull request #6763 from nextcloud/feature/6417-search-box-forward-modalJoas Schilling
6417: added search feature to forward modal
2022-01-24Fix eslintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-21Make search case-insensitiveJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-216417: updated search box for forward modalNikola
Signed-off-by: Nikola <nikola.gladovic@nextcloud.com>
2022-01-20Fix linter errorsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-11-17Add setup check for background blurDaniel Calviño Sánchez
A new section is added to Talk administration settings for web server checks. The check creates a JitsiStreamBackgroundEffect object to ensure that the background blur files could be initialized, rather than implementing its own logic to verify the .wasm and .tflite files. Due to this, the browser running the check needs to support and have WebAssembly enabed, although it does not need to support the background blur itself (like Safari, which does not implement the needed canvas filters, but can anyway be used to do the check). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-08-27Fix JS CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Fix container of modal and popup components when Talk is embeddedDaniel Calviño Sánchez
The container of modal and popup components was always set to "#content-vue" to ensure that they will be properly shown in normal and fullscreen mode in the main Talk UI. However, when Talk is embedded in the Files app, the share page or the video verification there is no such element, so the container for the components could not be set and thus they were not shown. To solve this now the selector for the main container element is got from the store instead of being hardcoded, and the different UI modes set the appropriate value when initialized (or leave it undefined to use the default one, typically the body element, when a specific element is not needed). Note that this change applies too to some components that, right now, are only shown in the main Talk UI, but it was done for consistency and to make them "future-proof". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-08-23Fix license tagJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-23AutofixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-19Fix roomselector buttonMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-07-19Emit regular close event from roomselectorMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-07-19Add possibility to add subtitle to RoomSelectorMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-07-19Fix roomselector eventMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-06-22Disable avatar menu in most conversation listsVincent Petry
Disable avatar menu in conversation lists to avoid interaction glitches. The only place where it's enabled currently is in the top bar. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-17Lint fixMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-06-16Stop polling rooms in the dashboard when the document is hiddenJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-11Fix coding style of translationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-19Fix generateOcsUrl() callsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-05Added tests for RoomSelectorVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-08Move to APIv4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Make the UI handle the call state on it's interactions instead of the ↵Joas Schilling
participant data The user could have joined the call in another window/device and shouldn't jump to the call view for this window unless the user pressed "Join call" here as well Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-25Remove obsolete usage of token attr in ChatViewVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-12Remove current room from RoomSelectorVincent Petry
Expose the Talk Vue instance on OCA.Talk.instance. In RoomSelector, grab the current room from that instance to filter it out, when applicableRemove current room from RoomSelector Expose the Talk Vue instance on OCA.Talk.instance. In RoomSelector, grab the current room from that instance to filter it out, when applicable. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-12Don't use collaboration endpoint to trigger RoomSelectorVincent Petry
Deck plugin now creates its own Vue VM to instantiate the RoomSelector. RoomSelector now allows to specify properties for dialog title and whether the result list should be filtered. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-12Add sharing deck card with a conversationVincent Petry
Added deck action for sharing/linking that uses the RoomSelector. Improved RoomSelector Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-13Show unread 1-1 messages in dashboard widgetVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-26Merge pull request #4496 from nextcloud/feature/noid/sip-part-2Joas Schilling
🤙 SIP Bridge
2020-11-26Revert "Temporary disable SIP UI parts"Joas Schilling
This reverts commit 201b9aacc2aeeabbea1b0e627fc0e6dec6ab613e.
2020-11-25Introduce participant mixinVincent Petry
To remove duplication of the "get current participant" logic all over the place and also for future use. Signed-off-by: Vincent Petry <pvince81@yahoo.fr>
2020-11-10Remove no longer needed Vue adapterDaniel Calviño Sánchez
With the changes in the Files app sidebar API the Chat tab can be directly used in the OCA.Files.Sidebar.Tab object without having to use a special Vue component as a bridge. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-10Adjust Files sidebar tab to changes in serverDaniel Calviño Sánchez
When a tab is registered in the Files sidebar a component is no longer provided. Instead an object with some attributes that describe the tab (like id or icon) and some callbacks for lifecycle events is expected now. Essentially the AppSidebarTab component is now created by the Sidebar itself instead of being given it. However, as the component needed some adjustments in its CSS style that needs to be forced when the child component is mounted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-10Remove unused codeDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-10-30Temporary disable SIP UI partsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add a setting which groups can enable SIP in conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-27change sortJakob Röhrl
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-10-23Add "Duplicate session" to the page titleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-23Move the empty content message to the description as per ↵Joas Schilling
nextcloud/vue-dashboard 1.0.1 Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-11Bump vue-dashboard libraryJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-27Fix conversation name positionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25basic toggle matterbridge via admin settingsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-24Fix eslint warningsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-20Better empty content on dashboardJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-20Multiple fixes to the conversation selector for projectsJoas Schilling
- Conversations are not ordered as in the app navigation - Conversation icons are not as "expected" - Adjust selection style to current state of the art - Better styling of the headline Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-17Remove duplicated slashesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-17Make the dashboard entry mentions and callsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>