Morris Jobke
ab9207827b
Merge pull request #16420 from nextcloud/bugfix/noid/settings-menu-border-top
...
Add border-top to settings menu when its open ref #16076
2019-07-18 18:04:44 +02:00
Nextcloud bot
3d0e0f2353
[tx-robot] updated from transifex
2019-07-18 02:14:53 +00:00
Morris Jobke
5b604eaeab
Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notifications
...
Notifications overhaul
2019-07-17 20:22:03 +02:00
Greta Doci
8e4b5d02f4
Add border-top to settings menu when its open ref #16076
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-07-17 15:58:03 +02:00
Nextcloud bot
63276cd0ea
[tx-robot] updated from transifex
2019-07-17 02:15:32 +00:00
Joas Schilling
55f5bc79a1
Keep the old method as a fallback and adjust the tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-16 11:36:32 +02:00
Morris Jobke
03ad858841
Merge pull request #14228 from nextcloud/feature/noid/add-metadata-etag
...
Add DB table to extend filecache with metadata etag, creation and upload time
2019-07-15 21:37:25 +02:00
Roeland Jago Douma
a3deb21bf4
Merge pull request #16334 from nextcloud/feature/noid/enterprise-logo
...
Add enterprise logo
2019-07-15 20:31:06 +02:00
Morris Jobke
60dcb1800c
Add DB table to extend filecache with metadata etag, creation time and upload time
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-15 16:58:44 +02:00
Morris Jobke
b732f51c10
Add enterprise logo
...
Also set it as theming logo if the subscription is valid.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-15 16:45:53 +02:00
Joas Schilling
64f67818bc
Fix new core notifier
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-15 15:14:58 +02:00
Morris Jobke
c048c56411
Merge pull request #16369 from nextcloud/rename-parameter-in-ocp-toast-for-consistency-with-oc-notification
...
Rename parameter in OCP.Toast for consistency with OC.Notification
2019-07-15 10:20:04 +02:00
Nextcloud bot
d307ed8e42
[tx-robot] updated from transifex
2019-07-14 02:15:06 +00:00
Nextcloud bot
7675d01955
[tx-robot] updated from transifex
2019-07-13 02:14:18 +00:00
Daniel Calviño Sánchez
916c95758f
Rename parameter in OCP.Toast for consistency with OC.Notification
...
This fixes HTML messages in "OC.Notification.showTemporary" (as
"showHtml" was not set based on "isHTML"), and also makes OCP.Toast to
keep the old OC.Notification API when used directly.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-07-12 16:15:05 +02:00
Nextcloud bot
951f16da65
[tx-robot] updated from transifex
2019-07-12 02:15:00 +00:00
Nextcloud bot
0263821010
[tx-robot] updated from transifex
2019-07-11 02:14:31 +00:00
Morris Jobke
5c21b29d7f
Merge pull request #16308 from nextcloud/fix/undefined-offset-0
...
Prevent undefined offset 0 in findByUserIdOrMail
2019-07-10 12:16:36 +02:00
Nextcloud bot
ad51857e54
[tx-robot] updated from transifex
2019-07-10 02:14:00 +00:00
Daniel Kesselberg
d57540ac84
Return first value from $users
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-09 19:29:14 +02:00
Roeland Jago Douma
6a088d6800
Merge pull request #16310 from nextcloud/enh/drop-execution-context
...
Don't send executionContexts for Clear-Site-Data
2019-07-09 19:20:50 +02:00
Daniel Kesselberg
6235a66aac
Don't send executionContexts for Clear-Site-Data
...
There are plans to remove executionContexts from the spec: https://github.com/w3c/webappsec-clear-site-data/issues/59
Firefox already removed it https://bugzilla.mozilla.org/show_bug.cgi?id=1548034
Chromium implementation is not finish: https://bugs.chromium.org/p/chromium/issues/detail?id=898503&q=clear-site-data&sort=-modified&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-09 15:08:25 +02:00
Roeland Jago Douma
22de685f54
Merge pull request #15881 from PhieF/toggle-password-login
...
adding toggle password to be able to see it when login
2019-07-09 13:38:27 +02:00
Phie
8fa2d70e9e
adding toggle password to be able to see it
...
Signed-off-by: Phie <phie@phie.ovh>
2019-07-09 10:54:21 +02:00
Roeland Jago Douma
504f878298
Bump marked to 0.7.0
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-09 08:52:37 +02:00
Nextcloud bot
e19c1a036f
[tx-robot] updated from transifex
2019-07-09 02:13:49 +00:00
dependabot-preview[bot]
94a992d0d6
Bump webpack from 4.35.0 to 4.35.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.35.0 to 4.35.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.35.0...v4.35.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-08 11:57:16 +00:00
Akshala Bhatnagar
4bd639640b
Update core/src/components/login/ResetPassword.vue
...
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
2019-07-07 20:17:23 +02:00
Akshala Bhatnagar
4cf360270f
changed the text for reset password
...
Signed-off-by: Akshala Bhatnagar <akshala.bhatnagar@gmail.com>
2019-07-07 20:16:56 +02:00
John Molakvoæ
65abdea330
Use theme colors for text selection ( #16037 )
...
Use theme colors for text selection
2019-07-07 20:02:30 +02:00
John Molakvoæ
5a03189ce7
Mimetype list integrity check should not fail if it's changed ( #15810 )
...
Mimetype list integrity check should not fail if it's changed
2019-07-07 20:01:58 +02:00
John Molakvoæ
1f4312fd92
Merge pull request #16236 from gary-kim/fix/16076/admin-settings-alignment
...
Fix alignment issues in admin settings
2019-07-07 20:00:10 +02:00
Nextcloud bot
e80e82548d
[tx-robot] updated from transifex
2019-07-06 02:13:43 +00:00
Jan-Christoph Borchardt
3cca2bbcf1
Use theme colors for text selection
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-07-05 15:51:23 +02:00
Nextcloud bot
8427ecf685
[tx-robot] updated from transifex
2019-07-05 02:14:09 +00:00
Gary Kim
c9ef40af27
Fix alignment issues in admin settings
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-07-05 00:10:29 +08:00
Nextcloud bot
853a1a586a
[tx-robot] updated from transifex
2019-07-04 02:13:48 +00:00
Morris Jobke
a528942c24
Merge pull request #16098 from nextcloud/design/header-text
...
Show share link header text always in 2 rows
2019-07-03 13:56:41 +02:00
Nextcloud bot
ffb6230efb
[tx-robot] updated from transifex
2019-07-03 02:13:44 +00:00
Christoph Wurst
c50fe2a9c9
Send emails when remote wipe starts/finishes
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-07-02 21:59:23 +02:00
Morris Jobke
dfdcb1b467
Merge pull request #16174 from nextcloud/bugfix/noid/fix-dyslexic-font-overwriting
...
Only set the font if it was not set before
2019-07-02 16:56:34 +02:00
Georg Ehrke
9f7fca49bb
Merge pull request #15775 from nextcloud/refactor/decouple-remote-wipe-notifications
...
Decouple remote wipe notifcation channels with events
2019-07-02 08:58:21 +00:00
Nextcloud bot
9beda013c1
[tx-robot] updated from transifex
2019-07-02 02:13:41 +00:00
Roeland Jago Douma
7dafa24f71
Merge pull request #16161 from nextcloud/dependabot/npm_and_yarn/toastify-js-1.6.1
...
Bump toastify-js from 1.5.0 to 1.6.1
2019-07-01 21:13:28 +02:00
Joas Schilling
c0b27dcf4b
Only set the font if it was not set before
...
Otherwise Dyslexia setting can not set the font in the accessibility app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-01 15:06:11 +02:00
dependabot-preview[bot]
cbfeaaaa60
Bump toastify-js from 1.5.0 to 1.6.1
...
Bumps [toastify-js](https://github.com/apvarun/toastify-js ) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/apvarun/toastify-js/releases )
- [Changelog](https://github.com/apvarun/toastify-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apvarun/toastify-js/compare/1.5.0...1.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-01 09:15:18 +00:00
Nextcloud bot
33fd33810c
[tx-robot] updated from transifex
2019-07-01 02:13:36 +00:00
Nextcloud bot
109268bcbd
[tx-robot] updated from transifex
2019-06-29 02:13:31 +00:00
Roeland Jago Douma
58c51599f4
Merge pull request #16148 from nextcloud/fix/text-official-label
...
Mark text as shipped so it's marked as official
2019-06-28 16:14:19 +02:00
Roeland Jago Douma
6e8b7e661a
Merge pull request #16145 from nextcloud/fix/files-rightclick-official-label
...
Mark files_rightclick as shipped so it's marked as official
2019-06-28 15:04:36 +02:00
Jan-Christoph Borchardt
283c68c4f8
Mark text as shipped so it's marked as official
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-28 13:04:36 +02:00
Roeland Jago Douma
2c449469d3
Merge pull request #16070 from nextcloud/fix/setup-check-no-internet-no-error
...
Do not show a internet connectivity warning if internet access is dis…
2019-06-28 10:54:29 +02:00
Christoph Wurst
cbfa7124fc
Mark files_rightclick as shipped so it's marked as official
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-28 10:42:18 +02:00
Nextcloud bot
ca76d13c78
[tx-robot] updated from transifex
2019-06-28 02:13:47 +00:00
Christoph Wurst
aa6622ccef
Decouple remote wipe notifcation channels with events
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-27 17:16:18 +02:00
Christoph Wurst
20afe94297
Do not show a internet connectivity warning if internet access is disabled
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-27 10:51:59 +02:00
Christoph Wurst
e9860c89ca
Show contacts app mgmt link in contacts menu
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-27 09:33:27 +02:00
Nextcloud bot
afb86ef4f5
[tx-robot] updated from transifex
2019-06-27 02:14:09 +00:00
Jan-Christoph Borchardt
4686fc6734
Show share link header text always in 2 rows
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-26 10:47:29 +02:00
Christoph Wurst
409acf1131
Fix js l10n registration to also work with more than one bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-26 10:07:21 +02:00
Roeland Jago Douma
bc276cdd83
Merge pull request #15859 from nextcloud/deprecate/oc-redirect-reload
...
Deprecate window.location wrappers for redirect and reload
2019-06-26 10:00:31 +02:00
Nextcloud bot
9bd2b11ce7
[tx-robot] updated from transifex
2019-06-26 02:13:59 +00:00
Jan-Christoph Borchardt
b466127b1f
Merge pull request #16055 from nextcloud/design/native-fonts
...
Use native font stack
2019-06-26 00:08:16 +02:00
Roeland Jago Douma
a47403d5f8
Merge pull request #16021 from nextcloud/bugfix/noid/fall-back-to-black-for-non-color-values
...
Fall back to black for non-color values
2019-06-25 22:04:12 +02:00
Christoph Wurst
ac0e414a18
Deprecate window.location wrappers for redirect and reload
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-25 21:39:37 +02:00
Roeland Jago Douma
0f0dfc837e
Merge pull request #15956 from nextcloud/bugfix/noid/fix_checkapp_occ
...
Fix appid argument for integrity:check-app
2019-06-25 21:36:33 +02:00
dependabot-preview[bot]
4a401865f2
Bump css-loader from 2.1.1 to 3.0.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 2.1.1 to 3.0.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.1.1...v3.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-25 21:33:38 +02:00
Georg Ehrke
d814089c6a
Fix appid argument for integrity:check-app
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-06-25 14:53:12 +02:00
Nextcloud bot
aab447521c
[tx-robot] updated from transifex
2019-06-25 02:14:02 +00:00
Jan-Christoph Borchardt
97fbf91f29
Use native font stack
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-24 17:27:35 +02:00
dependabot-preview[bot]
16dd043560
Bump dompurify from 1.0.10 to 1.0.11
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/1.0.10...1.0.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-24 10:57:22 +02:00
Nextcloud bot
a8ca8431a5
[tx-robot] updated from transifex
2019-06-24 02:14:05 +00:00
Nextcloud bot
fb83b2d155
[tx-robot] updated from transifex
2019-06-23 02:14:26 +00:00
Jan-Christoph Borchardt
d14c0f2ed7
Move font from Nunito to Noto Sans
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-22 11:23:44 +02:00
Jan-Christoph Borchardt
e558cb2b5d
Merge pull request #15997 from nextcloud/design/sidebar-icon
...
Add sidebar icon we use in Talk and Viewer already
2019-06-21 23:14:10 +02:00
Joas Schilling
05381f00d2
Fall back to black for non-color values
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-20 15:23:06 +02:00
Nextcloud bot
4ff3978a6d
[tx-robot] updated from transifex
2019-06-20 02:13:51 +00:00
John Molakvoæ
94e4ce38cf
Remove auto focus of share input field on dialog open, fix #15261 ( #15960 )
...
Remove auto focus of share input field on dialog open, fix #15261
2019-06-19 11:09:06 +02:00
John Molakvoæ
21d836364e
Add extendedSupport to Subscription ( #15922 )
...
Add extendedSupport to Subscription
2019-06-19 10:55:10 +02:00
Jan-Christoph Borchardt
3a0299f75f
Add sidebar icon we use in Talk and Viewer already
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-18 17:59:00 +02:00
Nextcloud bot
366374d8e3
[tx-robot] updated from transifex
2019-06-18 02:13:57 +00:00
John Molakvoæ
e432ead04d
Remove precomposed from apple-touch-icon-precomposed ( #15963 )
...
Remove precomposed from apple-touch-icon-precomposed
2019-06-17 22:26:37 +02:00
Julius Härtl
df072471a7
Add extendedSupport to Subscription
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-17 16:36:23 +02:00
npmbuildbot[bot]
b855d08e15
Compiling assets
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-06-17 07:54:17 +00:00
Nextcloud bot
1bbb26e060
[tx-robot] updated from transifex
2019-06-17 02:13:59 +00:00
Nextcloud bot
dd6642ea1f
[tx-robot] updated from transifex
2019-06-16 02:14:10 +00:00
Nextcloud bot
7fea531847
[tx-robot] updated from transifex
2019-06-15 02:13:36 +00:00
Gary Kim
72b8083c11
Remove precomposed from apple-touch-icon-precomposed
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-06-15 01:29:45 +08:00
Jan-Christoph Borchardt
1809dae04f
Remove auto focus of share input field on dialog open, fix #15261
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-14 14:07:57 +02:00
Nextcloud bot
85767660ba
[tx-robot] updated from transifex
2019-06-14 02:14:26 +00:00
Julius Härtl
ffa0ee9953
Add core/js/dist/ to l10nignore
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-13 13:55:22 +02:00
Julius Härtl
2ced8b947c
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-11 19:12:33 +02:00
Julius Härtl
e76a926ea7
Temporary fix for project translations
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-11 19:12:33 +02:00
John Molakvoæ (skjnldsv)
cc6aed9362
Fix mobile menu over app-content
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-11 10:17:09 +02:00
Julius Härtl
d95ef2c0f7
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-07 07:32:53 +02:00
Julius Härtl
6d848b545d
Adjust jsunit tests for new toast library
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-07 07:32:48 +02:00
Julius Härtl
2d0337332d
Add toastify js as a OC.Notification replacement
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-07 07:32:16 +02:00
dependabot-preview[bot]
188173a788
Bump nextcloud-axios from 0.1.3 to 0.2.0
...
Bumps [nextcloud-axios](https://github.com/ChristophWurst/nextcloud-axios ) from 0.1.3 to 0.2.0.
- [Release notes](https://github.com/ChristophWurst/nextcloud-axios/releases )
- [Commits](https://github.com/ChristophWurst/nextcloud-axios/compare/v0.1.3...v0.2.0 )
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-03 12:50:15 +02:00
dependabot-preview[bot]
4dd4c44182
[Security] Bump axios from 0.18.0 to 0.18.1
...
Bumps [axios](https://github.com/axios/axios ) from 0.18.0 to 0.18.1. **This update includes security fixes.**
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1 )
2019-06-02 07:49:46 +02:00
nacho
3c30d293fa
CSS: adjust media query breakpoint to improve tablet readability
...
see https://github.com/nextcloud/news/pull/467
2019-05-30 08:28:30 +02:00
Xheni Myrtaj
d8707c6945
Add function parameter typehint
...
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
2019-05-29 23:16:06 +02:00
Xheni Myrtaj
d227f4d34c
Do not fail integrity check if mimetype list is changed
...
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
2019-05-29 22:43:23 +02:00
Roeland Jago Douma
89c701382f
Merge pull request #15716 from nextcloud/enhancement/webpack/global-config
...
Unify webpack config
2019-05-29 22:00:02 +02:00
Roeland Jago Douma
96b15dd101
Merge pull request #15790 from nextcloud/fix/noid/recommendations-undef-var
...
remove unncessary code block in share recommendations, fixed undefined var error
2019-05-29 21:55:33 +02:00
John Molakvoæ (skjnldsv)
a442b78538
Build and update
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-29 15:20:19 +02:00
John Molakvoæ (skjnldsv)
b53a9130a6
Unify webpack config
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-29 15:19:18 +02:00
Arthur Schiwon
44dca54895
fixes usage of an undefined var
...
and removes a unnecessary code block as there is no paging for share
recommendations
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-29 13:11:07 +02:00
Christoph Wurst
64c4bb5bce
Vueify the login page
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-29 11:05:16 +02:00
Nextcloud bot
b32ee3a0bb
[tx-robot] updated from transifex
2019-05-29 02:13:44 +00:00
Morris Jobke
4ff4d5583a
Merge pull request #15691 from nextcloud/app-content-list-noborder
...
Remove divider in app content list (Mail, Contacts, …)
2019-05-28 13:54:27 +02:00
Morris Jobke
c2c3feff0e
Merge pull request #15705 from nextcloud/bugfix/15598/text-color-search-box-darktheme
...
Change text color in search box in darktheme, ref #15598
2019-05-28 13:50:44 +02:00
Nextcloud bot
c3f779b97d
[tx-robot] updated from transifex
2019-05-28 02:13:42 +00:00
dependabot-preview[bot]
53f18a9770
Bump webpack from 4.31.0 to 4.32.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.31.0 to 4.32.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.31.0...v4.32.2 )
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-27 11:35:14 +02:00
Greta Doci
bb811ee3e1
Change text color in search box in darktheme, ref #15598
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-05-26 17:03:40 +02:00
Nextcloud bot
d59416eaea
[tx-robot] updated from transifex
2019-05-25 02:13:50 +00:00
Nextcloud bot
96d1921bb3
[tx-robot] updated from transifex
2019-05-24 02:13:40 +00:00
Morris Jobke
9a733b7f50
Merge pull request #12114 from RubenHoms/master
...
Stop decryption when maintenance mode is enabled
2019-05-22 22:32:13 +02:00
Jan-Christoph Borchardt
aba395faf0
Remove divider in app content list (Mail, Contacts, …)
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-05-22 17:44:14 +02:00
Nextcloud bot
f2885c171f
[tx-robot] updated from transifex
2019-05-22 02:13:52 +00:00
Ruben Homs
98047e8c1c
Stop decryption when maintenance mode is enabled, fixes #8311
...
Signed-off-by: Ruben Homs <ruben@homs.codes>
2019-05-21 09:24:50 +02:00
Roeland Jago Douma
50dbdeea46
Merge pull request #15104 from nextcloud/enh/remote_wipe
...
Remote wipe support
2019-05-21 08:36:31 +02:00
Roeland Jago Douma
f03eb7ec3c
Remote wipe support
...
This allows a user to mark a token for remote wipe.
Clients that support this can then wipe the device properly.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-20 20:50:27 +02:00
Robin Appelman
1799e1acaf
dont use deprecated oc_config in url generation
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-20 14:01:14 +02:00
Nextcloud bot
b47be33821
[tx-robot] updated from transifex
2019-05-20 02:13:14 +00:00
Nextcloud bot
a44bb8bdcd
[tx-robot] updated from transifex
2019-05-19 02:13:57 +00:00
Nextcloud bot
db6c89ded0
[tx-robot] updated from transifex
2019-05-18 02:13:05 +00:00
Morris Jobke
a3b4410283
Merge pull request #15571 from nextcloud/enhancement/maintenance-mode-bundle
...
Migrate the maintenance script to a modern module and bundle
2019-05-17 14:08:58 +02:00
Roeland Jago Douma
528eb1b223
Merge pull request #15304 from nextcloud/enh/2fa_setup_at_login
...
2FA setup during login
2019-05-17 11:04:42 +02:00
Roeland Jago Douma
f9d30b946f
Merge pull request #15590 from nextcloud/enh/15480/delete_apptoken_ocs_endpoint
...
Allow clients to delete their own apptoken
2019-05-17 10:57:18 +02:00
Roeland Jago Douma
579162d7b9
Allow 2FA to be setup on first login
...
Once 2FA is enforced for a user and they have no 2FA setup yet this will
now prompt them with a setup screen. Given that providers are enabled
that allow setup then.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-17 10:11:53 +02:00
Roeland Jago Douma
2dcb4cfbd6
Allow clients to delete their own apptoken
...
Fixes #15480
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-17 09:52:06 +02:00
Georg Ehrke
1ac913230e
Update shipped.json to include privacy, recommendations, viewer
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-05-17 09:00:02 +02:00
Christoph Wurst
0cfcccee29
Migrate the maintenance script to a modern module and bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-16 16:45:00 +02:00
Nextcloud bot
b5850a0318
[tx-robot] updated from transifex
2019-05-15 13:11:39 +00:00
Christoph Wurst
334c4fddfe
Remove empty js.js
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-15 10:40:53 +02:00
Christoph Wurst
ab72bd64f5
Move legacy Ajax error handling logic to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-15 10:40:15 +02:00
Christoph Wurst
07699c199d
Move OC.appSettings to the bundle and deprecate it
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-14 22:00:22 +02:00
Roeland Jago Douma
b8c01dc2cd
Merge pull request #15531 from nextcloud/refactor/remove-js-js-ocp
...
Remove OCP (re)declaration from js.js
2019-05-14 21:05:53 +02:00
Christoph Wurst
291c4a121e
Move query string helpers to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-14 18:18:31 +02:00
Christoph Wurst
d9accd306e
Remove OCP (re)declaration from js.js
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-14 15:29:18 +02:00
Christoph Wurst
0f3e438f7c
Move OC.theme to the bundle and deprecate oc_defaults
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-14 11:14:29 +02:00
Christoph Wurst
2f5df9387d
Deprecate OC.fileIsBlacklisted and move it to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-14 10:07:56 +02:00
Christoph Wurst
6a8bc02b16
Move OC.addTranslations to the bundle and deprecate it
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-14 09:37:26 +02:00
Christoph Wurst
9aeed859c4
Move OC host/port/protocol helpers to the bundle and deprecate them
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-14 08:36:54 +02:00
Christoph Wurst
6b46d9f2e5
Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capabilities
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-13 21:30:01 +02:00
Christoph Wurst
a5ec4a9af4
Move l10n functions to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-13 18:42:49 +02:00
Christoph Wurst
e3ae7dc115
Move path helpers to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-13 16:37:38 +02:00
Christoph Wurst
c624c102a6
Move OC.requestToken to the bundle, deprecate oc_requesttoken
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-13 08:27:43 +02:00
Nextcloud bot
0b136d28a3
[tx-robot] updated from transifex
2019-05-13 00:12:39 +00:00
dependabot[bot]
8d424397c2
Bump @babel/polyfill from 7.2.5 to 7.4.4
...
Bumps [@babel/polyfill](https://github.com/babel/babel ) from 7.2.5 to 7.4.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.2.5...v7.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-11 12:38:55 +02:00
Joas Schilling
fc1987b8c4
Revert displayName casing
...
Regression from 278c281cc9
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-11 10:35:58 +02:00
Nextcloud bot
9d66e91f0b
[tx-robot] updated from transifex
2019-05-11 00:13:12 +00:00
Christoph Wurst
51d49c3134
Move initCore to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-10 13:47:21 +02:00
Morris Jobke
855486d7c1
Merge pull request #15487 from nextcloud/enhancement/js-testing-deprecation-output
...
Do not show deprecation warnings during test runs
2019-05-10 10:02:13 +02:00
Nextcloud bot
4cd7900d4f
[tx-robot] updated from transifex
2019-05-10 00:13:05 +00:00
Christoph Wurst
3cda6237ef
Do not show deprecation warnings during test runs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-09 18:10:24 +02:00
Morris Jobke
c8f2198aa0
Remove recommendation for opcache on CLI
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 12:25:53 +02:00
John Molakvoæ (skjnldsv)
d6710b597b
Fix mobile vertical scrolling
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-09 10:18:15 +02:00
Roeland Jago Douma
35b31110ef
Merge pull request #15249 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.0.2
...
Bump css-vars-ponyfill from 1.17.2 to 2.0.2
2019-05-09 07:55:49 +02:00
Nextcloud bot
d890fb5e48
[tx-robot] updated from transifex
2019-05-09 00:12:48 +00:00
John Molakvoæ (skjnldsv)
203a9c27ad
Bump main webpack build
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-08 21:05:01 +02:00
Christoph Wurst
73f9f15607
Move the legacy OC.addScript and OC.addStyle helpers to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-08 19:58:43 +02:00
Christoph Wurst
278c281cc9
Deprecate oc_current_user, fix usage and move currentUser to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-08 09:44:51 +02:00
Christoph Wurst
b2165059d4
Move OC legacy menu helpers to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-08 08:34:32 +02:00
Nextcloud bot
1c3adf4eff
[tx-robot] updated from transifex
2019-05-08 00:13:17 +00:00
Morris Jobke
4cb66fd0b6
Merge pull request #15259 from nextcloud/bugfix/15256-wrong-column-type
...
Make access column a real boolean
2019-05-07 23:52:02 +02:00
Morris Jobke
efc89e4a12
Merge pull request #15426 from nextcloud/refactor/remove-singleselect
...
Remove unused singleselect script
2019-05-07 22:27:24 +02:00
Morris Jobke
049b92b078
Merge pull request #15420 from nextcloud/refactor/oc-constants-bundle-II
...
Move rest of contant-like OC props to the bundle
2019-05-07 22:20:37 +02:00
Morris Jobke
a6a8f85650
Merge pull request #15365 from nextcloud/refactor/login-chain
...
Refactor complex LoginController logic into a login chain of responsibility
2019-05-07 22:20:10 +02:00
Christoph Wurst
533f83104b
Remove unused singleselect script
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07 20:06:11 +02:00
John Molakvoæ (skjnldsv)
9dffc56541
Properly set Edge < 16 as incompatible with css vars
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-07 18:30:16 +02:00
Christoph Wurst
944364d866
Move rest of contant-like OC props to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07 18:11:08 +02:00
Christoph Wurst
170582d4f5
Add a login chain to reduce the complexity of LoginController::tryLogin
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07 18:04:36 +02:00
Morris Jobke
5893f218c2
Merge pull request #15414 from nextcloud/refactor/oc-constants-bundle
...
Move OC constants to the bundle
2019-05-07 17:59:12 +02:00
Roeland Jago Douma
0e9d019a14
Merge pull request #15397 from nextcloud/fix/cssvars/edge-support
...
Set Edge < 16 as incompatible with css vars
2019-05-07 16:44:31 +02:00
Christoph Wurst
dae4714c83
Move OC constants to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07 16:25:01 +02:00
Christoph Wurst
3cc8c9b769
Create a login bundle for login page scripts
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07 14:28:31 +02:00
Christoph Wurst
acf0ca1541
Move OC.appswebroots to the bundle and deprecate oc_appswebroots
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07 14:03:14 +02:00
Morris Jobke
22f3306fd0
Merge pull request #15407 from nextcloud/remove-extra-margin-from-warning-messages-in-authenticate-page
...
Remove extra margin from warning messages in authenticate page
2019-05-07 12:11:15 +02:00
Morris Jobke
5c9b4db994
Merge pull request #15403 from nextcloud/refactor/oc-get-set-bundle
...
Move OC.get and OC.set to the bundle
2019-05-07 12:07:09 +02:00
Daniel Calviño Sánchez
7ad1b150ab
Remove extra margin from warning messages in authenticate page
...
In the public share authentication page the form elements appear inside
a container that uses the "warning" CSS class. When the given password
is wrong a warning message is shown inside that container; this message
uses the "warning" CSS class too, so the top margin set for ".warning"
elements need to be removed in that case.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-07 10:56:01 +02:00
Joas Schilling
038dff3530
Merge pull request #15394 from nextcloud/bugfix/spreed-1768/authenticate-password
...
Allow to send the password of protected conversations
2019-05-07 10:41:36 +02:00
Christoph Wurst
ae8959af74
Move OC.get and OC.set to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07 09:22:47 +02:00
Nextcloud bot
c60f6716b4
[tx-robot] updated from transifex
2019-05-07 00:12:58 +00:00
Christoph Wurst
249a5dbdba
Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-06 17:55:30 +02:00
John Molakvoæ
e0c62352b7
Move oc_appconfig/OC.appConfig to the main bundle ( #15354 )
...
Move oc_appconfig/OC.appConfig to the main bundle
2019-05-06 17:48:53 +02:00
John Molakvoæ (skjnldsv)
d51dae922a
Set Edge < 16 as incompatible with css vars
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-06 17:44:10 +02:00
Joas Schilling
6c29401ec5
Allow to send the password of protected conversations
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-06 17:10:41 +02:00
Morris Jobke
16d696e94d
Merge pull request #15384 from nextcloud/fix-collapse-button-in-app-navigation-in-ie11
...
Fix collapse button in app navigation in IE11
2019-05-06 14:08:35 +02:00
Christoph Wurst
42be4b7765
Move oc_appconfig/OC.appConfig to the main bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-06 13:36:23 +02:00
John Molakvoæ (skjnldsv)
598d0fbe6b
Build main dist
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-06 10:14:07 +02:00
Christoph Wurst
6095ef2235
Move oc_debug to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-06 10:12:47 +02:00
Daniel Calviño Sánchez
de84e037e0
Fix collapse button in app navigation in IE11
...
Although the collapse button has an absolute position Internet Explorer
11 needs the left position of that button to be explicitly set to 0
(other browsers do it implicitly due to the absolute position);
otherwise the button appears to the right of the link (and behind the
app content).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-06 09:14:29 +02:00
Nextcloud bot
234168a61d
[tx-robot] updated from transifex
2019-05-06 00:13:22 +00:00
Christoph Wurst
d68be1ae4d
Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-03 15:49:49 +02:00
Daniel Kesselberg
ef3725ec4b
Remove method stubs
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-02 21:10:48 +02:00
Daniel Kesselberg
f79b0d2f75
Add second migration for addColumn
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-02 21:10:48 +02:00
Daniel Kesselberg
541e7c19f6
Pass type object instance instead of identifier
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-02 21:10:47 +02:00
Daniel Kesselberg
37b6405a8a
Merge dropColumn and addColumn into changeColumn
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-02 21:10:47 +02:00
Daniel Kesselberg
057ca15995
Migration to change column type from smallint to boolean
...
On pqsql true/false is no valid value for an integer column.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-02 21:10:42 +02:00
Christoph Wurst
766ba99f21
Move the OC routing helper functions to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-02 11:30:00 +02:00
Christoph Wurst
9b79aa664d
Move oc_config to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-02 09:42:32 +02:00
Christoph Wurst
e7a190179f
Change oc_config usage to OC.config
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-02 08:46:43 +02:00
Nextcloud bot
579588a4cd
[tx-robot] updated from transifex
2019-05-02 00:12:57 +00:00
Nextcloud bot
5e8cedab9f
[tx-robot] updated from transifex
2019-05-01 00:12:41 +00:00
John Molakvoæ
265a284c70
Merge pull request #15294 from nextcloud/refactor/oc-dialogs-bundle
...
Move OC.dialogs to the main bundle
2019-04-30 13:20:31 +02:00
Roeland Jago Douma
0c8a0007a9
Merge pull request #15305 from nextcloud/enhancement/checkboxes/size
...
Increase checkbox & radio size
2019-04-30 12:27:45 +02:00
Christoph Wurst
35d8e7a4e0
Move OC.dialogs to the main bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-30 11:11:24 +02:00
John Molakvoæ (skjnldsv)
fcdea35554
Increase checkbox & radio size
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-30 09:55:39 +02:00
Christoph Wurst
1ee03bd683
Move OC navigation methods to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-29 17:55:27 +02:00
Nextcloud bot
01410491b9
[tx-robot] updated from transifex
2019-04-29 00:12:39 +00:00
Nextcloud bot
690e5beb11
[tx-robot] updated from transifex
2019-04-28 00:12:35 +00:00
Nextcloud bot
31205af3ac
[tx-robot] updated from transifex
2019-04-27 00:12:36 +00:00
Nextcloud bot
afbf6ef090
[tx-robot] updated from transifex
2019-04-26 00:12:33 +00:00
Nextcloud bot
a20716d568
[tx-robot] updated from transifex
2019-04-25 00:12:40 +00:00
Nextcloud bot
201fc9fbcf
[tx-robot] updated from transifex
2019-04-24 00:12:32 +00:00
dependabot[bot]
ce4c736314
Bump handlebars from 4.1.0 to 4.1.2
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-23 10:04:17 +02:00
Nextcloud bot
aab2be1856
[tx-robot] updated from transifex
2019-04-23 00:12:36 +00:00
Nextcloud bot
e4ce1f9fc1
[tx-robot] updated from transifex
2019-04-22 00:12:49 +00:00
Nextcloud bot
49829482c8
[tx-robot] updated from transifex
2019-04-21 00:13:10 +00:00
Nextcloud bot
1f288533f5
[tx-robot] updated from transifex
2019-04-20 00:12:52 +00:00
Nextcloud bot
b566998b05
[tx-robot] updated from transifex
2019-04-19 00:12:46 +00:00
Temtaime
887c208f23
Fix #15042
2019-04-18 15:28:00 +03:00
Nextcloud bot
16b8017fc9
[tx-robot] updated from transifex
2019-04-18 00:12:48 +00:00
Roeland Jago Douma
5382eeccb0
Merge pull request #15129 from nextcloud/enh/share_repair_step
...
Enh/share repair step
2019-04-17 10:12:32 +02:00
Nextcloud bot
d33b8f904c
[tx-robot] updated from transifex
2019-04-17 00:12:51 +00:00
Roeland Jago Douma
24d6a28f80
Repair step for link shares
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-16 15:42:21 +02:00
Morris Jobke
09914547cc
Merge pull request #15105 from nextcloud/dependabot/npm_and_yarn/v-tooltip-2.0.1
...
Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
2019-04-16 14:38:20 +02:00
Morris Jobke
4c43e89dfd
Merge pull request #15123 from nextcloud/fix/share-link-pwd-error-feedback
...
Improve the share link password error feedback with a red border
2019-04-16 13:52:19 +02:00
dependabot[bot]
844aa38744
Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
...
Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip ) from 2.0.0-rc.33 to 2.0.1.
- [Release notes](https://github.com/Akryum/vue-tooltip/releases )
- [Commits](https://github.com/Akryum/vue-tooltip/commits/v2.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16 13:43:35 +02:00
John Molakvoæ (skjnldsv)
dbb325a053
Change the comment icon to something more visually appealing
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-16 10:53:40 +02:00
Christoph Wurst
410aacae60
Improve the share link password error feedback with a red border
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16 10:12:25 +02:00
Roeland Jago Douma
a8064fdd06
Merge pull request #15098 from nextcloud/dependabot/npm_and_yarn/marked-0.6.2
...
Bump marked from 0.6.1 to 0.6.2
2019-04-16 08:15:53 +02:00
Nextcloud bot
9302e1b8dd
[tx-robot] updated from transifex
2019-04-16 00:17:30 +00:00
Morris Jobke
8d4866c316
Merge pull request #15110 from nextcloud/fix/iedavclient/node-parser
...
Make sure we have a proper node before parsing
2019-04-15 14:07:09 +02:00
John Molakvoæ (skjnldsv)
6c593e5b32
Make sure we have a proper node before parsing
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-15 13:04:51 +02:00
John Molakvoæ (skjnldsv)
a88bd71d89
Add animation-slow var
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-15 11:34:18 +02:00
dependabot[bot]
4cb13de464
Bump marked from 0.6.1 to 0.6.2
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.6.1...v0.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-15 08:36:44 +02:00
Roeland Jago Douma
3e63a9a8c7
Merge pull request #15062 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-1.17.2
...
Bump css-vars-ponyfill from 1.17.0 to 1.17.2
2019-04-15 08:29:13 +02:00
Nextcloud bot
b58438b39d
[tx-robot] updated from transifex
2019-04-13 00:15:32 +00:00
Nextcloud bot
090aa51234
[tx-robot] updated from transifex
2019-04-12 00:12:50 +00:00
dependabot[bot]
69269871e7
Bump css-vars-ponyfill from 1.17.0 to 1.17.2
...
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill ) from 1.17.0 to 1.17.2.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases )
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v1.17.0...v1.17.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-11 22:11:05 +02:00
Roeland Jago Douma
7e7146db7f
Block install without CAN_INSTALL file
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-11 09:32:33 +02:00
Nextcloud bot
7641a1589f
[tx-robot] updated from transifex
2019-04-11 00:12:59 +00:00
Roeland Jago Douma
47226a19cc
Merge pull request #14972 from nextcloud/fix/app-nav-toggle-missing
...
Disable the injected snapper logic when apps want to ship their own
2019-04-10 21:41:25 +02:00
Roeland Jago Douma
ad82c26e8c
Merge pull request #14990 from nextcloud/enhancement/noid/projects
...
Rename collections to projects
2019-04-10 21:16:37 +02:00
Christoph Wurst
0871b9acff
Do not inject a #app-navigation-toggle if there is already one
...
This allows apps to ship their own, as in some cases the #app-content
element does not exist on page load and therefore the injection fails
and the icon is missing afterwards.
Fixes https://github.com/nextcloud/server/issues/14956
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-10 14:08:55 +02:00
Nextcloud bot
3a04650380
[tx-robot] updated from transifex
2019-04-10 00:12:51 +00:00
Julius Härtl
53b23757ef
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:36:03 +02:00
Julius Härtl
b479af83f0
Use label from apps
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:30:48 +02:00
Julius Härtl
e1ae0d1a6e
Rename collections to projects
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:30:48 +02:00
Julius Härtl
0cdc671484
Add projects icon
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-09 08:30:48 +02:00
Nextcloud bot
acba430246
[tx-robot] updated from transifex
2019-04-08 00:14:18 +00:00
Nextcloud bot
2339e94680
[tx-robot] updated from transifex
2019-04-05 00:13:16 +00:00
Daniel Calviño Sánchez
8754866a31
Fix markup of file names in file picker
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-04-03 16:28:15 +02:00
Nextcloud bot
d4ba399706
[tx-robot] updated from transifex
2019-04-03 00:13:35 +00:00
Roeland Jago Douma
0f2490d740
Merge pull request #14912 from nextcloud/fix/filepicker/truncated-filename
...
Truncate filename in the middle on filepicker
2019-04-01 22:29:55 +02:00
Morris Jobke
a1319998d1
Merge pull request #14900 from rummatee/issue14834
...
hide new folder button in choose type filepicker
2019-04-01 10:26:00 +02:00
Nextcloud bot
c55ac95e1b
[tx-robot] updated from transifex
2019-04-01 00:13:54 +00:00
Nextcloud bot
0a1d2bf494
[tx-robot] updated from transifex
2019-03-31 01:12:42 +00:00
John Molakvoæ (skjnldsv)
c12545b581
Truncate filename in the middle on filepicker
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-30 10:28:59 +01:00
Nextcloud bot
809058cb3c
[tx-robot] updated from transifex
2019-03-30 01:13:33 +00:00
Florian Schunk
80e7f047bf
hide new folder button in choose type filepicker
...
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
2019-03-29 20:21:39 +01:00
Roeland Jago Douma
fb5eebd33b
Merge pull request #14892 from nextcloud/bugfix/noid/collections
...
Bugfix/noid/collections
2019-03-29 10:25:59 +01:00
Nextcloud bot
f7267468c0
[tx-robot] updated from transifex
2019-03-29 01:12:48 +00:00
Julius Härtl
15a29003b3
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-28 16:05:38 +01:00
Julius Härtl
635df15ff2
Move translations to core
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-28 15:47:19 +01:00
Joas Schilling
c5560117da
Make the endpoint more robust against faulty resource providers
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-28 09:26:38 +01:00
Julius Härtl
3860373fd4
Fix various theming issues on bright colors
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-28 08:02:46 +01:00
Nextcloud bot
5ae9eda314
[tx-robot] updated from transifex
2019-03-28 01:13:21 +00:00
Christoph Wurst
0d825c3f81
Merge pull request #14883 from nextcloud/bugfix/14156/checkboxes-light-theme
...
Fix light theme form elements
2019-03-27 20:02:09 +01:00
Julius Härtl
f1f113c523
Fix checkbox styling with dark theme
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-27 16:03:56 +01:00
Julius Härtl
00b2afb222
Darken element color and add exception for primary buttons
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-27 16:03:31 +01:00
Joas Schilling
592093079f
Deduplicate index names
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-27 13:32:59 +01:00
Joas Schilling
274658629d
Make sure all tables have named indexes
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-27 13:32:59 +01:00
Nextcloud bot
86594e8c18
[tx-robot] updated from transifex
2019-03-27 11:47:47 +00:00
Nextcloud bot
a541443be7
[tx-robot] updated from transifex
2019-03-26 10:41:31 +00:00
Morris Jobke
736fbe7810
Merge pull request #14833 from nextcloud/dependachristoph/npm_and_yarn/strengthify-v0.5.8
...
Bump strenghify to v0.5.8
2019-03-25 14:37:36 +01:00
Morris Jobke
4a1cf54f99
Merge pull request #14806 from nextcloud/fix/files/picker-new-button
...
Fix filepicker's add button design
2019-03-25 13:56:13 +01:00
Christoph Wurst
af0c06ebd3
Bump strenghify to v0.5.8
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-25 13:39:56 +01:00
John Molakvoæ (skjnldsv)
3736bc82cd
Fix filepicker's add button design
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-22 11:09:00 +01:00
Christoph Wurst
2cd594aaed
Make all filepicker strings translatable
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-22 10:22:07 +01:00
Nextcloud bot
6ea5beccd7
[tx-robot] updated from transifex
2019-03-21 01:13:49 +00:00
Roeland Jago Douma
575b3f9ff8
Revert "Where is your data?"
2019-03-20 15:17:31 +01:00
Nextcloud bot
21c726ae53
[tx-robot] updated from transifex
2019-03-20 01:12:47 +00:00
Roeland Jago Douma
2fcb6ddc22
Merge pull request #14664 from nextcloud/bugfix/noid/absolute-paths-of-images-for-linked-collaboration-resources
...
Replace the icon-class with an absolute link to an image
2019-03-19 19:23:29 +01:00
Roeland Jago Douma
04bc272c72
Merge pull request #14739 from nextcloud/bugfix/noid/header-link-navigation-style-is-too-catchy
...
Style of navigation links in header is too catchy
2019-03-19 13:47:28 +01:00
Joas Schilling
21425eb964
Return 200 instead of 404 when asking for collections of a resource
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-19 13:13:53 +01:00
Julius Härtl
5de3a0feaa
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-19 13:13:51 +01:00
Julius Härtl
8a26022f92
Adjust resource type to file
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-19 13:06:55 +01:00
Joas Schilling
3022ef687a
Use rich objects instead of name, link and icon
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-19 13:06:55 +01:00
Joas Schilling
403b673b93
Replace the icon-class with an absolute link to an image
...
Otherwise the icon can not be displayed in mobile apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-19 13:06:55 +01:00
Joas Schilling
1f925ca4c5
Also style the "too many apps" menu
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-19 09:40:39 +01:00
Nextcloud bot
785ccae622
[tx-robot] updated from transifex
2019-03-19 01:12:41 +00:00
Joas Schilling
f6b506bc87
Style of navigation links in header is too catchy
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-18 16:26:18 +01:00
Roeland Jago Douma
219fb1a855
Fix showpassword loads
...
This is bundled by default. So trying to load it throws a warning in the
logs.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-18 14:38:44 +01:00
Nextcloud bot
0930e3ecee
[tx-robot] updated from transifex
2019-03-18 01:12:27 +00:00
Nextcloud bot
4547e75078
[tx-robot] updated from transifex
2019-03-17 01:13:23 +00:00
Nextcloud bot
f8988c257c
[tx-robot] updated from transifex
2019-03-16 01:12:34 +00:00
Roeland Jago Douma
24d239d3e6
Merge pull request #14643 from nextcloud/setup-page-db-select
...
fix database select styling in setup page
2019-03-15 18:18:12 +01:00