Nextcloud bot
40e2339151
[tx-robot] updated from transifex
5 years ago
dependabot-preview[bot]
cc60e58c63
Bump nextcloud-vue-collections from 0.7.2 to 0.8.1
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections ) from 0.7.2 to 0.8.1.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases )
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.7.2...v0.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago
Christoph Wurst
ceffbe9f6d
Hide error if a background request fails during navigation
If you open the dashboard but quickly navigate somewhere else, a toast
will show telling you that the weather status could not be fetched. As a
user I don't care about this. This is only relevant if the user intents
to no leave the page.
So let's not show a toast for aborted connections. This makes the UX a
tad smoother.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Georg Ehrke
67bbfda481
Fix double escape of user-status in Dashboard widget
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years ago
Georg Ehrke
7ee9024223
App Icons need to be white
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years ago
Nextcloud bot
f6ad09ad58
[tx-robot] updated from transifex
5 years ago
dependabot-preview[bot]
25acc8b509
Bump @nextcloud/vue-dashboard from 0.1.3 to 0.1.8
Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard ) from 0.1.3 to 0.1.8.
- [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v0.1.3...v0.1.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago
Robin Appelman
06ae93b270
fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years ago
Robin Appelman
460db942a0
Update apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
5 years ago
Nextcloud bot
00459adfa2
[tx-robot] updated from transifex
5 years ago
Julius Härtl
d5e854e7ef
Expose currently active file list though OCA.Files.App
Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years ago
Jan C. Borchardt
e4df8b6657
Fix Dashboard CSS indentation
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago
Jan C. Borchardt
7502510b7b
Fix Dashboard background blur for Safari and iOS Safari
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
5 years ago
Jan C. Borchardt
c8d92ba6f9
Add shadow behind navigation when Dashboard is scrolled
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
5 years ago
Julius Härtl
fe3374d843
Add body class when dashboard is scrolled
Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago
Julius Härtl
d4502823f4
Add loading indicator until the widget is mounted
Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago
Robin Appelman
aadf0f6f87
move calendar settings into their own group
Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years ago
Georg Ehrke
8b97e28efb
User-status: Fix icon coloring
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years ago
Robin Appelman
c077c15875
show better quota warning for group folders and external storage
instead of showing the generic 'Your storage is full' message, better explain that it's the group folder/external storage that is full
Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years ago
dependabot-preview[bot]
4612fbec0f
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/vue ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.6.11 to 2.6.12
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12 )
Updates `vue-template-compiler` from 2.6.11 to 2.6.12
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago
Nextcloud bot
b287760694
[tx-robot] updated from transifex
5 years ago
John Molakvoæ (skjnldsv)
6d576a9100
Fix missing FN from federated contact
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years ago
Christoph Wurst
2a054e6c04
Update the license headers for Nextcloud 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Joas Schilling
d5edd71ab2
Make the tick always white
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
0308d2f922
Make the recent status icon dark theme compatible
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Arthur Schiwon
28c0eea8cb
fix possible leaking scope in Flow
- a configured flow can be brought into consideration, despite its event
was not fired
- it could either run through
- or run into a RuntimeException and killing processing of valid flows
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years ago
npmbuildbot[bot]
130ce7892a
Compile assets
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago
Nextcloud bot
9e8b6b9995
[tx-robot] updated from transifex
5 years ago
Jan C. Borchardt
d192854fea
Clarify wording to 'Leave this share', fix #18622
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
5 years ago
Nextcloud bot
d9b9de6d7d
[tx-robot] updated from transifex
5 years ago
Nextcloud bot
bcbe1e1c9d
[tx-robot] updated from transifex
5 years ago
Jan C. Borchardt
8052382a75
Fix wording 'User status' to just 'Status'
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
5 years ago
Julien Veyssier
fd2e4e496c
fix checkbox order and icons
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
5 years ago
Arthur Schiwon
6bdcbeae93
fix event icon sizes and text alignment
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years ago
Julien Veyssier
3940abcf48
add buttons in modal to toggle all statuses
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
5 years ago
Julien Veyssier
006157b12f
now able to toggle statuses
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
5 years ago
Georg Ehrke
d7a1c01e2a
Change color of displayname and ellipsis status message
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years ago
Julien Veyssier
18057dbfbb
add attributions and warning for external services in modal, sort statuses
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
5 years ago
Nextcloud bot
69482049e6
[tx-robot] updated from transifex
5 years ago
Michiel Janssens
5951c1d1fe
l10n:Correct appid for WebAuthn
Signed-off-by: Michiel Janssens <michiel@nexigon.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago
Jan C. Borchardt
57b33a7805
Dashboard: Fix status bubbles open but unfocused background
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago
Jan C. Borchardt
66b77790fa
Dashboard: Suppress scrollbars inside widgets
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
5 years ago
Jan C. Borchardt
f092d9c704
Dashboard: Fix text on background choices
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
5 years ago
Jan C. Borchardt
b08434b6a8
Adjust design of 'Get more widgets' button
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
5 years ago
Jan C. Borchardt
d52ca95143
Dashboard: Move panels to more semantically correct h2
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
5 years ago
Morris Jobke
9e483ea949
Fix unit tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years ago
Joas Schilling
b09620651c
Don't use deprecated getIniWrapper() anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Roeland Jago Douma
85406bcaa5
Remove encryption option for nextcloud external storage
Fixes #16017
Since it never worked we should not show it.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago
Julien Veyssier
316c2155f5
build dashboard js
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
5 years ago
Jan C. Borchardt
2fc732aebf
Dashboard: Ellipsize widget headings to one line
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
5 years ago