Commit Graph

47475 Commits

Author SHA1 Message Date
Morris Jobke 5b22225351
Update casing of PHP inside method name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 00:03:05 +01:00
Morris Jobke f5ad80fc57
Add setup check for recommended PHP modules (i.e. Imagick, intl)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 00:03:05 +01:00
Morris Jobke 922fd4dd78
Merge pull request #12831 from nextcloud/fix/do_not_update_all_child_shares
Do not update child all child shares on group share update
2018-12-04 22:50:34 +01:00
Morris Jobke d8314b102e
Merge pull request #12624 from nextcloud/bugfix/noid/validate-all-rich-objects
Validate all rich objects
2018-12-04 22:48:54 +01:00
Roeland Jago Douma f692409120
Merge pull request #12820 from nextcloud/dependabot/npm_and_yarn/settings/nextcloud-vue-0.4.6
Bump nextcloud-vue from 0.3.1 to 0.4.6 in /settings
2018-12-04 21:05:06 +01:00
Roeland Jago Douma 977e3959eb
Do not update child all child shares on group share update
Else we overwrite the whole share for link shares. Basically breaking
them.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 20:55:14 +01:00
Roeland Jago Douma 6c1a3a6d95
Merge pull request #12819 from nextcloud/feature/noid/bump-eol-version-of-php
PHP 7.0 is end of life
2018-12-04 20:11:17 +01:00
Roeland Jago Douma d850878b0a
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 19:50:28 +01:00
Roeland Jago Douma c654ade5c0
Merge pull request #12823 from nextcloud/bugfix/noid/polishing-design-federated-settings
Fix layout of "i" in admin settings of federated sharing
2018-12-04 19:50:09 +01:00
Morris Jobke 927fea4c6f
Merge pull request #12626 from nextcloud/bugfix/noid/unshare-from-mail-activity-is-missing
Unshare from mail activity is missing
2018-12-04 18:57:35 +01:00
Morris Jobke c39a14ee50
Merge pull request #12822 from nextcloud/bugfix/noid/fix-module-name
PHP module is named mbstring
2018-12-04 18:56:02 +01:00
Jan-Christoph Borchardt 4a2ab9b35b
Merge pull request #12711 from nextcloud/bugfix/noid/smaller-icon-and-heading-in-header
Smaller icon and h2 in emptycontent inside the header
2018-12-04 17:46:43 +01:00
Morris Jobke 7c1a5f39f7
Fix layout of "i" in admin settings of federated sharing
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 17:32:13 +01:00
Morris Jobke ea6ea7f4c3
PHP module is named mbstring
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 17:22:11 +01:00
dependabot[bot] 8c145d98a4
Bump nextcloud-vue from 0.3.1 to 0.4.6 in /settings
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.3.1 to 0.4.6.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.3.1...v0.4.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-04 15:57:56 +00:00
Joas Schilling 19c9549553
Smaller icon and h2 in emptycontent inside the header
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-04 16:46:58 +01:00
Joas Schilling 11c39b6c16
Unshare from mail activity is missing
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-04 16:42:07 +01:00
Roeland Jago Douma 441496a5a5
Merge pull request #12815 from nextcloud/bugfix/12771/update-sidebar
Fix missing click event on update button in the sidebar of apps management
2018-12-04 16:27:40 +01:00
Morris Jobke cac87533e0
PHP 7.0 is end of life
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 15:40:44 +01:00
Roeland Jago Douma 58ca6b1554
No DAV user enumeration if disabled
Fixes #9058

If the option to autocomplete users is disabled. We also should not
enumerate the users on this endpoint.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 15:33:07 +01:00
Morris Jobke 64716dd569
Merge pull request #12813 from nextcloud/fix/system_address_book
Fix the system address book
2018-12-04 15:19:49 +01:00
Julius Härtl 92b074f857
Update bundled settings app
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-04 15:10:55 +01:00
Julius Härtl 154f1cda6f
Fix missing click event on update button
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-04 15:08:51 +01:00
Jonas Sulzer a01e59bf38
make "open updater" primary and place all buttons on one line
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-12-04 14:21:18 +01:00
Roeland Jago Douma 29eff7b122
Fix the system address book
c23a66cda4 broke the system address book.
We now move the ACL rules for this special case up and all is good in
the world again.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 13:33:03 +01:00
Roeland Jago Douma 43cb51d374
Merge pull request #12808 from nextcloud/fix/12774/anonymous_options_only_anoynoums
Only run the AnonymousOptionsPlugion on Anonymous requests
2018-12-04 13:10:22 +01:00
Roeland Jago Douma 28474612e4
Only run the AnonymousOptionsPlugion on Anonymous requests
Fixes #12744

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 11:55:04 +01:00
Roeland Jago Douma 897d0f72d3
Merge pull request #12799 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/@babel/preset-env-7.2.0
Bump @babel/preset-env from 7.1.6 to 7.2.0 in /apps/accessibility
2018-12-04 11:44:25 +01:00
dependabot[bot] 26092ae72c
Bump @babel/preset-env from 7.1.6 to 7.2.0 in /apps/accessibility
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.1.6 to 7.2.0.
- [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.1.6...v7.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-04 09:27:04 +00:00
John Molakvoæ 2500fedf5a
Merge pull request #12798 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/@babel/core-7.2.0
Bump @babel/core from 7.1.6 to 7.2.0 in /apps/accessibility
2018-12-04 10:23:54 +01:00
Julius Härtl 388f5dd6cc
Merge pull request #11718 from nextcloud/dependachristoph/bower/jquery-ui-1.12.1
Bump jquery-ui from 1.10 to 1.12.1
2018-12-04 10:19:56 +01:00
Christoph Wurst ba14da5039
Merge pull request #12782 from nextcloud/dependabot/npm_and_yarn/build/karma-3.1.3
Bump karma from 3.1.1 to 3.1.3 in /build
2018-12-04 09:43:30 +01:00
Roeland Jago Douma cfc23dbfb6
Merge pull request #12786 from nextcloud/fix/2fa-activatable-deactivatable-phpdoc-typo
Fix activatable/deactivatable 2fa provider interface typos
2018-12-04 09:42:52 +01:00
dependabot[bot] 34407c9557
Bump @babel/core from 7.1.6 to 7.2.0 in /apps/accessibility
Bumps [@babel/core](https://github.com/babel/babel) from 7.1.6 to 7.2.0.
- [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.1.6...v7.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-04 08:22:57 +00:00
dependabot[bot] e3d34765dd
Merge pull request #12801 from nextcloud/dependabot/npm_and_yarn/settings/@babel/plugin-syntax-dynamic-import-7.2.0 2018-12-04 08:20:39 +00:00
dependabot[bot] c15b6d8162
Bump @babel/plugin-syntax-dynamic-import
Bumps [@babel/plugin-syntax-dynamic-import](https://github.com/babel/babel) from 7.0.0 to 7.2.0.
- [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.0.0...v7.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-04 07:40:13 +00:00
John Molakvoæ a3e29f8df9
Merge pull request #12802 from nextcloud/dependabot/npm_and_yarn/settings/@babel/preset-env-7.2.0
Bump @babel/preset-env from 7.1.6 to 7.2.0 in /settings
2018-12-04 08:18:13 +01:00
dependabot[bot] e027982bc7
Merge pull request #12800 from nextcloud/dependabot/npm_and_yarn/settings/@babel/core-7.2.0 2018-12-04 07:15:55 +00:00
dependabot[bot] 45635f6034
Bump @babel/preset-env from 7.1.6 to 7.2.0 in /settings
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.1.6 to 7.2.0.
- [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.1.6...v7.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-04 02:24:57 +00:00
dependabot[bot] f36400e922
Bump @babel/core from 7.1.6 to 7.2.0 in /settings
Bumps [@babel/core](https://github.com/babel/babel) from 7.1.6 to 7.2.0.
- [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.1.6...v7.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-04 02:22:15 +00:00
Nextcloud bot 95d33cd889
[tx-robot] updated from transifex 2018-12-04 01:12:05 +00:00
Jonas Sulzer cb4950c0f5
make a button out of 'What's new' so it's obvious it can be clicked on
for #12694

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-12-03 18:22:34 +01:00
Arthur Schiwon 9322f5064a
run LDAP integrations tests with redis which is the recommended setup
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-03 14:34:03 +01:00
Christoph Wurst cfa524030b
Fix activatable/deactivatable 2fa provider interface typos
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-12-03 10:32:53 +01:00
John Molakvoæ e7458a41f2
Merge pull request #12762 from nextcloud/auth-dialog-fix
Polishing of various modal dialogs
2018-12-03 07:30:23 +01:00
dependabot[bot] 97e5fa5120
Bump karma from 3.1.1 to 3.1.3 in /build
Bumps [karma](https://github.com/karma-runner/karma) from 3.1.1 to 3.1.3.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v3.1.1...v3.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-03 02:16:14 +00:00
Nextcloud bot 9563f03ee6
[tx-robot] updated from transifex 2018-12-03 01:11:33 +00:00
Nextcloud bot 7dc3efeb30
[tx-robot] updated from transifex 2018-12-02 01:12:37 +00:00
Nextcloud bot 4af658b4c6
[tx-robot] updated from transifex 2018-12-01 01:11:29 +00:00
Branko Kokanovic 72d97b44a7 Expose Swift Mailer streaming options in config, fixes #12702
Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
2018-11-30 22:36:03 +01:00