Commit Graph

49688 Commits

Author SHA1 Message Date
Roeland Jago Douma 2f5810f26e
Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfolders
Fix full text search for groupfolders
2019-06-25 21:43: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
Roeland Jago Douma ce642fb0e2
Merge pull request #15970 from nextcloud/dependabot/npm_and_yarn/css-loader-3.0.0
Bump css-loader from 2.1.1 to 3.0.0
2019-06-25 21:35:47 +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
Roeland Jago Douma 11b71a143e
Merge pull request #16013 from nextcloud/versions-preview-string-id
fix previews of versions with non numeric version ids
2019-06-25 21:21:50 +02:00
Roeland Jago Douma d4a44d9b78
Merge pull request #15870 from nextcloud/preview-provider-v2
Add new Provider interface for preview providers
2019-06-25 15:05:54 +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
Roeland Jago Douma 335af0c46c
Merge pull request #15971 from nextcloud/dependabot/npm_and_yarn/tests/ui-regression/pixelmatch-tw-5.0.2
Update pixelmatch requirement from ^4.0.2 to ^5.0.2 in /tests/ui-regression
2019-06-25 14:25:29 +02:00
Roeland Jago Douma 98244b5d6d
Merge pull request #16024 from nextcloud/bugfix/15944/fix-return-code-user-provision
Forward OCSException to initiator
2019-06-25 13:32:10 +02:00
Roeland Jago Douma 5fbf304c2a
Merge pull request #15777 from nextcloud/feature/ocp-event-dispatcher
Add event dispatcher to OCP
2019-06-25 11:48:16 +02:00
Christoph Wurst 3174012adf Add event dispatcher to OCP
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-25 10:02:27 +02:00
Nextcloud bot aab447521c
[tx-robot] updated from transifex 2019-06-25 02:14:02 +00:00
Roeland Jago Douma 505ddd223f
Merge pull request #16043 from nextcloud/dependabot/npm_and_yarn/dompurify-1.0.11
Bump dompurify from 1.0.10 to 1.0.11
2019-06-24 15:41:00 +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
Roeland Jago Douma 9b5f6ec1d8
Merge pull request #16044 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.0
Bump webpack from 4.34.0 to 4.35.0
2019-06-24 10:51:28 +02:00
Robin Appelman 88d9f009ec
Merge pull request #15888 from nextcloud/dav-write-forward-exception
log inner exception during dav write
2019-06-24 10:22:03 +02:00
blizzz c417194374
Merge pull request #16033 from nextcloud/fix/noid/ldap-group-wiz-selection
fix LDAP Wizard forgetting groups on select with search
2019-06-24 08:12:06 +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
dependabot-preview[bot] f3662e139a
Bump webpack from 4.34.0 to 4.35.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.34.0 to 4.35.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.34.0...v4.35.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-23 01:13:56 +00:00
John Molakvoæ d7d07d57cf
changes the returned key from UserID to id, in accordance with getUserData (#16036)
changes the returned key from UserID to id, in accordance with getUserData
2019-06-22 08:37:18 +02:00
Nextcloud bot 7662da48dd
[tx-robot] updated from transifex 2019-06-22 02:13:54 +00: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
Robin Appelman 1ad95caf24
Merge pull request #15889 from nextcloud/touch-handle-backend-exceptions
handle storage exceptions when trying to set mtime
2019-06-21 17:14:27 +02:00
Arthur Schiwon 99075825e3
changes the returned key from UserID to id, in accordance with getUserData
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-21 16:38:25 +02:00
Robin Appelman 000898d932
fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-21 16:23:47 +02:00
Arthur Schiwon 5617785955
fixes LDAP Wizard forgetting groups on select with search
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-21 14:50:40 +02:00
Joas Schilling 9d121985dc
Merge pull request #15540 from nextcloud/bugfix/noid/prevent-faulty-logs-from-nested-setupFS-calls
Prevent faulty logs from nested setupFS calls
2019-06-21 12:00:22 +02:00
blizzz c1eff72bdf
Merge pull request #15964 from nextcloud/enh/noid/user-creation-options
Opt-in for generation userid, requiring email addresses
2019-06-21 11:08:59 +02:00
Arthur Schiwon 29449f85b6
uses "yes" and "no" for config switch over stringified numbers
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-21 10:22:12 +02:00
Nextcloud bot 08734326da
[tx-robot] updated from transifex 2019-06-21 02:13:40 +00:00
Daniel Kesselberg 4177653e99
Forward OCSException to initiator
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-20 18:04:52 +02:00
Nextcloud bot 4ff3978a6d
[tx-robot] updated from transifex 2019-06-20 02:13:51 +00:00
Arthur Schiwon 05b3288fdd
rebuilt js files after rebase
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-20 02:10:30 +02:00
John Molakvoæ 02e350e271
Let the user confirm the remote wipe (#15774)
Let the user confirm the remote wipe
2019-06-19 19:43:03 +02:00
John Molakvoæ 552657223a
Fix window scroll container (#16009)
Fix window scroll container
2019-06-19 19:42:38 +02:00
John Molakvoæ 1e75bb4744
Add make clean (#16012)
Add make clean
2019-06-19 19:42:18 +02:00
John Molakvoæ accf036c2e
Bump webpack-cli from 3.3.3 to 3.3.4 (#15973)
Bump webpack-cli from 3.3.3 to 3.3.4
2019-06-19 19:41:38 +02:00
blizzz 0d6e9a4a26
Merge pull request #16011 from nextcloud/fix/noid/ldapprovider-return-one-base
(LDAP) API: return one base properly when multiple are configured
2019-06-19 17:19:24 +02:00
Arthur Schiwon bbe2f2535a
makes users management page aware of the introduced options
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 17:04:35 +02:00
Arthur Schiwon 660fbd64e3
ensures mapping of chosen userid
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 17:02:28 +02:00
Arthur Schiwon 5b754a6353
extends Provisioning API with optional userid and required email
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 17:02:28 +02:00
Robin Appelman 9b8f2f4192
fix previews and rollback of versions with non numeric version ids
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-19 15:09:56 +02:00
dependabot-preview[bot] f074b6eaa7
Bump webpack-cli from 3.3.3 to 3.3.4
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/3.3.3...v3.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-19 13:01:45 +00:00
Christoph Wurst c77feca64b
Let the user confirm the remote wipe
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-19 15:01:22 +02:00
Georg Ehrke b25838e157
Merge pull request #15988 from nextcloud/feature/shared-browserlist-config
Use shared browserslist config
2019-06-19 12:59:31 +00:00
Robin Appelman 817bdc47c8
Merge pull request #15869 from nextcloud/multiple-version-backends
fix loading multiple version backends from one app
2019-06-19 14:00:53 +02:00
John Molakvoæ (skjnldsv) fc28044304
Add make clean
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-19 13:53:28 +02:00
Arthur Schiwon 0b34085f24
fixes return type in php doc
* the backend already expects and works with the string

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 13:40:07 +02:00
Arthur Schiwon 8a7b0a68a5
fixes returning the base when multiple are specified
* reading the config directly will return the value with line breaks
* using the proper accessor gives us all bases in an array
* returns the first matching one
* having user id provided for the group base is strange and does not let
  us operate like this. here we return the first one. might change in
  future, a backportable fix won't have an API change however.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 13:39:15 +02:00