Commit Graph

49322 Commits

Author SHA1 Message Date
Arthur Schiwon e5fefd1338
webpackify workflowengine
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-09 18:42:52 +02:00
Morris Jobke 38efad7881
Merge pull request #15468 from nextcloud/fix/noid/remove-recommendation-for-cli-opcache
Remove recommendation for opcache on CLI
2019-05-09 13:47:25 +02:00
Morris Jobke d4d6423237
Merge pull request #15470 from wiswedel/wiswedel_readme_wording
Corrected wording about Enterprise Subscriptions
2019-05-09 13:44:29 +02:00
Sascha Wiswedel f33bad3cbd
Corrected wording about Enterprise Subscriptions
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-09 13:38:52 +02:00
Roeland Jago Douma 23b1019ae9
Merge pull request #15454 from nextcloud/dependabot/npm_and_yarn/vue-multiselect-2.1.6
Bump vue-multiselect from 2.1.4 to 2.1.6
2019-05-09 12:42:22 +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
Morris Jobke c84da74622
Merge pull request #15462 from nextcloud/fix/mobile/scrolling
Fix mobile vertical scrolling
2019-05-09 11:48:26 +02:00
Morris Jobke 0a7953ead7
Merge pull request #15464 from nextcloud/revert-15446-fix/noid/failing-phan-tests
Revert "Run phan tests only on high memory machines"
2019-05-09 11:40:51 +02:00
Morris Jobke 8dbb84308c
Revert "Run phan tests only on high memory machines" 2019-05-09 11:36: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
dependabot[bot] 2ffcf69a5e
Bump css-vars-ponyfill from 1.17.2 to 2.0.2
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 1.17.2 to 2.0.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.2...v2.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-08 21:01:52 +02:00
Roeland Jago Douma 83679b33b8
Merge pull request #15437 from nextcloud/refactor/oc-addscript-addstyle-bundle
Move the legacy OC.addScript and OC.addStyle helpers to the bundle
2019-05-08 20:52:08 +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
Roeland Jago Douma fad3f1af3b
Merge pull request #15430 from nextcloud/fix/13713/logout-url
Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
2019-05-08 19:36:35 +02:00
Morris Jobke f095bd1642
Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-08 18:02:00 +02:00
Morris Jobke df1f53c5c3
Merge pull request #15446 from nextcloud/fix/noid/failing-phan-tests
Run phan tests only on high memory machines
2019-05-08 16:34:11 +02:00
Morris Jobke 307220654e
Run phan tests only on high memory machines
This should fix the out of memory issues we are seeing with this job

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-08 16:27:06 +02:00
Morris Jobke 10d5af18b3
Merge pull request #15427 from nextcloud/refactor/oc-current-user-deprecate-bundle
Deprecate oc_current_user, fix usage and move currentUser to the bundle
2019-05-08 15:57:09 +02:00
Morris Jobke a2ad5d021f
Merge pull request #15308 from nextcloud/fix/13550/logging
remove setup args from logging
2019-05-08 15:50:54 +02:00
dependabot[bot] 3238e4cec4
Bump vue-multiselect from 2.1.4 to 2.1.6
Bumps [vue-multiselect](https://github.com/shentao/vue-multiselect) from 2.1.4 to 2.1.6.
- [Release notes](https://github.com/shentao/vue-multiselect/releases)
- [Commits](https://github.com/shentao/vue-multiselect/compare/2.1.4...2.1.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-08 10:38:46 +02:00
Morris Jobke ddff722aa4
Merge pull request #15432 from nextcloud/fix/14986/fix-public-upload
Fix public upload by also load the semaphore method
2019-05-08 10:18:50 +02:00
Joas Schilling a79da346b6
fix class might be undefined
Co-Authored-By: blizzz <blizzz@arthur-schiwon.de>

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-08 10:04:19 +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
Morris Jobke a3800a6810
Merge pull request #15436 from nextcloud/refactor/oc-menu-helpers-bundle
Move OC legacy menu helpers to the bundle
2019-05-08 09:41:03 +02:00
Roeland Jago Douma 46281dc0bf
Merge pull request #15375 from nextcloud/dependabot/npm_and_yarn/build/jsdoc-3.6.0
Bump jsdoc from 3.5.5 to 3.6.0 in /build
2019-05-08 09:08:24 +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 aa47358812
Merge pull request #15302 from nextcloud/enhancement/files/table-head-sticky
Floating files header
2019-05-07 23:59:51 +02:00
Morris Jobke 21d2d86b2f
Add support for Safari
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-07 23:58:19 +02:00
Morris Jobke 8fadc82bd1
Merge pull request #15301 from nextcloud/fix/select/users-management
Fix multiselect min width
2019-05-07 23:54:54 +02: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 2565e16770
Fix public upload by also load the semaphore method
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-07 23:48:06 +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
Morris Jobke 90c6d58050
Merge pull request #15422 from nextcloud/fix/cssvars/edge-support
Properly set Edge < 16 as incompatible with css vars
2019-05-07 22:19:21 +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) faff807ba6
Floating files header
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-07 19:06:58 +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
Morris Jobke 20a3650a3b
Merge pull request #15413 from nextcloud/cache-update-extra-param
remove extra param in cache update call
2019-05-07 17:58:25 +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
Morris Jobke ee6011d2d5
Merge pull request #13929 from nextcloud/refactor/login-bundle
Create a login bundle for login page scripts
2019-05-07 15:11:10 +02:00
Robin Appelman 6a30c65a32
remove extra param in cache update call
param was leftover from earlier iterations of the "update event"

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-07 14:53:02 +02:00