Commit Graph

20521 Commits

Author SHA1 Message Date
Roeland Jago Douma bf54d0f40d
Merge pull request #16324 from nextcloud/bugfix/noid/workflow-dark-theme
Improve dark theme handling in workflow apps
2019-07-10 21:45:59 +02:00
Joas Schilling 89ca22b170
Use SCSS nesting
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-10 11:35:06 +02:00
Joas Schilling 80bd7cbabc
Mover workflow to SCSS and support the dark theme
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-10 11:23:14 +02:00
Julius Härtl d720339534
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-10 10:17:44 +02:00
Julius Härtl 4d3c06af6d
Make sure we merge webpack rules properly
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-10 10:17:23 +02:00
Nextcloud bot ad51857e54
[tx-robot] updated from transifex 2019-07-10 02:14:00 +00:00
Roeland Jago Douma 3cc3b0f0d8
Update tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-09 13:57:04 +02:00
Christoph Wurst d058ef2b6c
Make it possible to wipe all tokens/devices of a user
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-07-09 13:57:04 +02:00
Roeland Jago Douma e94bbfc582
Merge pull request #16195 from nextcloud/bugfix/7556/smb-symlink-share-mtime
Ignore forbidden exception when fetching share mtime on SMB for symlinks
2019-07-09 08:51:12 +02:00
Nextcloud bot e19c1a036f
[tx-robot] updated from transifex 2019-07-09 02:13:49 +00:00
Morris Jobke adc2ab4bb2
Ignore forbidden exception when fetching share mtime on SMB for symlinks
See https://github.com/nextcloud/server/pull/7556#issuecomment-499028026

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-08 21:43:24 +02: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
Nextcloud bot 87ce8e112f
[tx-robot] updated from transifex 2019-07-08 02:13:46 +00:00
John Molakvoæ 2f86fd604b
Properly load permissions in showActions (#15992)
Properly load permissions in showActions
2019-07-07 20:20:09 +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
Nextcloud bot e80e82548d
[tx-robot] updated from transifex 2019-07-06 02:13:43 +00: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
Julius Härtl 51683fa9d1
Properly load permissions in showActions
When setViewerMode(false) is called, the permissions should be fetched from the available dirInfo

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-05 12:21:21 +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
Nextcloud bot 8427ecf685
[tx-robot] updated from transifex 2019-07-05 02:14:09 +00: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
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
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 0d0850746e
Merge pull request #15741 from mxss/fix/phpdoc-fixes
misc phpdoc fixes
2019-07-02 22:25:41 +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 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
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
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
Robin Appelman ae4ae0d3d0
Merge pull request #16170 from nextcloud/dnd-upload-permissions
fix permissions for drag-n-drop uploads
2019-07-01 15:23:47 +02:00
John Molakvoæ 1074e9838b
Merge pull request #16136 from nextcloud/design/theming-body-login
Fix dark text in body-login box on light theming colors
2019-07-01 12:40:13 +02:00
John Molakvoæ 41ccf5e8c7
Hide quota bar if unlimited quota (#16049)
Hide quota bar if unlimited quota
2019-07-01 12:39:58 +02:00
Robin Appelman 258902b337
fix permissions for drag-n-drop uploads
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-01 11:58:13 +02:00
Roeland Jago Douma 470318db36
Fix the actual oauth2 tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-01 09:52:27 +02:00
John Molakvoæ 1224869b22
Fix tense in email (#16163)
Fix tense in email
2019-07-01 09:20:15 +02:00
Frederic Werner 477cc9ab35 Revert "Change send to sent in l10n files"
This reverts commit 7ed0d0909d.

Signed-off-by: Frederic Werner <frederic-github@werner-net.work>
2019-06-30 14:46:15 +02:00