Commit graph

49825 commits

Author SHA1 Message Date
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
John Molakvoæ
b32afe26bb
Allow IProviderV2 for previews as well (#16209)
Allow IProviderV2 for previews as well
2019-07-07 19:59:31 +02:00
Nextcloud bot
4464c5afeb
[tx-robot] updated from transifex 2019-07-07 02:14:15 +00:00
John Molakvoæ
307fb2bb8c
Remove beta from dark theme name ref #16076 (#16253)
Remove beta from dark theme name ref #16076
2019-07-06 08:50:10 +02:00
John Molakvoæ
007ca4d60f
Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1 (#16160)
Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1
2019-07-06 08:49:39 +02:00
Nextcloud bot
e80e82548d
[tx-robot] updated from transifex 2019-07-06 02:13:43 +00:00
dependabot-preview[bot]
c3e0664193 Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1
Bumps [@chenfengyuan/vue-qrcode](https://github.com/fengyuanchen/vue-qrcode) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/fengyuanchen/vue-qrcode/releases)
- [Changelog](https://github.com/fengyuanchen/vue-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fengyuanchen/vue-qrcode/compare/v1.0.0...v1.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-05 14:11:12 +00:00
Roeland Jago Douma
1542f46437
Merge pull request #16150 from nextcloud/bugfix/noid/add-icons-help-page
Add icons to the left sidebar on help.php
2019-07-05 15:35:28 +02:00
Roeland Jago Douma
05db6481d7
Merge pull request #16208 from nextcloud/bugfix/noid/user-share-displayname
Always set the display name for user shares
2019-07-05 14:53:03 +02:00
Roeland Jago Douma
eeeb5af524
Merge pull request #16246 from nextcloud/webpack/cachebuster
Add cache buster to webpack chunks
2019-07-05 14:42:24 +02:00
Greta Doci
ddbdc21ccf Remove beta from dark theme name ref #16076
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-07-05 14:34:21 +02:00
John Molakvoæ (skjnldsv)
4505afe184
Allow IProviderV2 for previews as well
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-07-05 13:57:46 +02:00
Julius Härtl
f983342285
Bump bundles with cachebuster
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-05 11:53:49 +02:00
Julius Härtl
99e7898448
Add cachebuster to chunks
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-05 11:49:59 +02:00
John Molakvoæ
d4218da590
Fix redirect after rescanFailedIntegrityCheck to "Overview" pa… (#16241)
Fix redirect after rescanFailedIntegrityCheck to "Overview" page
2019-07-05 10:22:14 +02:00
Sven Strickroth
509dcbe774 Fix redirect after rescanFailedIntegrityCheck to "Overview" page
The link of the rescanFailedIntegrityCheck link is on the sub page "Overview". After clicking the link, the user is, however, redirected to the "Basic settings" page.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2019-07-05 09:12: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
Greta Doci
8507d29752 Add icons to the left sidebar on help.php
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-07-04 12:18:16 +02:00
John Molakvoæ
56001afb2f
Fix 'No apps found for your version' at bottom of app bundles… (#16166)
Fix 'No apps found for your version' at bottom of app bundles section
2019-07-04 11:37:02 +02:00
Charles Parham
2733ed24db
Fix 'No apps found for your version' at bottom of app bundles section
Signed-off-by: Charles Parham <cparham289@gmail.com>
2019-07-04 07:07:13 +02:00
Nextcloud bot
853a1a586a
[tx-robot] updated from transifex 2019-07-04 02:13:48 +00:00
Morris Jobke
18b673e1d8
Merge pull request #15769 from nextcloud/part-file-non-creatable
dont use part files for dav writes when the target folder doesn't have create permissions
2019-07-03 23:30:32 +02:00
Julius Härtl
857fae288c
Always set the display name for user shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-03 21:34:18 +02:00
Morris Jobke
c5c14d09b1
Merge pull request #16186 from nextcloud/bugfix/noid/also-check-permissions-when-creating-a-share
Better check reshare permissions part2
2019-07-03 20:07:05 +02:00
Robin Appelman
3b6df74a6d
add test for overwriting in non creatable directory
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-03 16:36:27 +02:00
Robin Appelman
50dbc9a536
dont use part files for dav writes when the target folder doesn't have create permissions
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-03 16:36:27 +02:00
Joas Schilling
87836472d3
Remove duplicate tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 16:34:14 +02:00
Joas Schilling
85a80b05ac
Unify the permission checking in one place only
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 16:34:00 +02:00
Joas Schilling
e4addbae3e
Better check reshare permissions when creating a share
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 14:00:13 +02: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
Morris Jobke
a9313ba4bb
Merge pull request #15817 from nextcloud/enh/autoloader_for_apps
Add autoloaders for shipped apps
2019-07-03 13:50:19 +02:00
Morris Jobke
eaabe97373
Merge pull request #16200 from nextcloud/revert/16049-wrong-round
Revert incorrect rouding
2019-07-03 10:02:52 +02:00
Nextcloud bot
ffb6230efb
[tx-robot] updated from transifex 2019-07-03 02:13:44 +00:00
Morris Jobke
c32f14e443
Merge pull request #16199 from nextcloud/bugfix/noid/refresh_webcal_job_enhancements
RefreshWebcalJob: replace ugly Regex with standard php utils
2019-07-02 23:02:25 +02:00
Morris Jobke
93133b687c
Merge pull request #16197 from nextcloud/feature/remote-wipe-email
Send emails when remote wipe starts/finishes
2019-07-02 23:01:28 +02:00
Morris Jobke
0d0850746e
Merge pull request #15741 from mxss/fix/phpdoc-fixes
misc phpdoc fixes
2019-07-02 22:25:41 +02: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
Georg Ehrke
089a421ece
RefreshWebcalJob: replace ugly Regex with standard php utils
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-07-02 20:04:54 +02:00
Daniel Kesselberg
fda7f5edb4
Revert "Fix usage view tests"
This reverts commit 7da7acd0

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-02 19:50:32 +02:00
Daniel Kesselberg
63ef389db1
Revert parts hide quota bar if unlimited
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-02 19:50:31 +02:00
Morris Jobke
63c64bf042
Merge pull request #16198 from nextcloud/fix/tests/usage
Fix usage view tests
2019-07-02 19:22:06 +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
Morris Jobke
1a63858095
Merge pull request #13186 from labor4/edit_carddav_types
add carddav-search (vCard2Array) option for X-ADDRESSBOOKSERVER-MEMBER
2019-07-02 16:35:25 +02:00
Morris Jobke
85f371a9cf
Merge pull request #16141 from nextcloud/fix/no-rating-no-score
Do not show app score if it has no ratings
2019-07-02 16:33:41 +02:00
Roeland Jago Douma
7da7acd0a5
Fix usage view tests
Follow up to #16049

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-02 15:50:36 +02:00
John Molakvoæ
23bcb715eb
Do not fail hard on new user mail error (#16183)
Do not fail hard on new user mail error
2019-07-02 11:53:50 +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
John Molakvoæ (skjnldsv)
33409319be
Do not fail hard on new user mail error
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-07-02 08:42:47 +02:00
Nextcloud bot
9beda013c1
[tx-robot] updated from transifex 2019-07-02 02:13:41 +00:00