]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoFix sharing tests 16097/head
Roeland Jago Douma [Thu, 27 Jun 2019 13:27:21 +0000 (15:27 +0200)]
Fix sharing tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAdd integration test for increasing sub reshare permissions
Daniel Calviño Sánchez [Fri, 21 Jun 2019 10:22:21 +0000 (12:22 +0200)]
Add integration test for increasing sub reshare permissions

The tests check an user share and a link share; there is a slight
difference in style between them as each one is based on the test above
it, which tests increasing reshare permissions.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoDo not create folders with admin user
Daniel Calviño Sánchez [Fri, 21 Jun 2019 10:16:27 +0000 (12:16 +0200)]
Do not create folders with admin user

The admin user is not deleted after each integration test is run, so
folders created by the admin user in one test are still there when the
next tests run; tests should be independent one from each other, so a
regular user that is created and deleted for each test should be used
instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoCorrectly check share permissions when updating a re-sub-share
Joas Schilling [Fri, 21 Jun 2019 07:22:06 +0000 (09:22 +0200)]
Correctly check share permissions when updating a re-sub-share

Before this change the node you shared was checked for permissions.
This works when you reshare the folder that was shared with you.
However when you reshared a subfolder (e.g. as public link),
you could afterwards update the permissions and grant
create+update permissions although the share you receive was read-only.

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #16117 from nextcloud/fix/avatar_tests
Roeland Jago Douma [Thu, 27 Jun 2019 12:47:05 +0000 (14:47 +0200)]
Merge pull request #16117 from nextcloud/fix/avatar_tests

Use correct test avatar

5 years agoShow contacts app mgmt link in contacts menu (#16104)
John Molakvoæ [Thu, 27 Jun 2019 12:11:23 +0000 (14:11 +0200)]
Show contacts app mgmt link in contacts menu (#16104)

Show contacts app mgmt link in contacts menu

5 years agoUse correct test avatar 16117/head
Roeland Jago Douma [Thu, 27 Jun 2019 11:27:03 +0000 (13:27 +0200)]
Use correct test avatar

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #16101 from nextcloud/fix/ldap/invaliate-user-after-delete-by...
blizzz [Thu, 27 Jun 2019 10:21:02 +0000 (12:21 +0200)]
Merge pull request #16101 from nextcloud/fix/ldap/invaliate-user-after-delete-by-plugin

invalidates user when plugin reported deletion success

5 years agoAlso invalidate groups after deletion 16101/head
Arthur Schiwon [Thu, 27 Jun 2019 08:33:40 +0000 (10:33 +0200)]
Also invalidate groups after deletion

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoMerge pull request #16088 from nextcloud/bugfix/noid/allow-longer-comments-to-be...
Joas Schilling [Thu, 27 Jun 2019 08:04:19 +0000 (10:04 +0200)]
Merge pull request #16088 from nextcloud/bugfix/noid/allow-longer-comments-to-be-stored-in-the-comments-api

Allow apps to store longer messages in the comments API

5 years agoShow contacts app mgmt link in contacts menu 16104/head
Christoph Wurst [Wed, 26 Jun 2019 16:20:39 +0000 (18:20 +0200)]
Show contacts app mgmt link in contacts menu

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 Jun 2019 02:14:09 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #15829 from nextcloud/fix/js-l10n-registration
Roeland Jago Douma [Wed, 26 Jun 2019 16:41:13 +0000 (18:41 +0200)]
Merge pull request #15829 from nextcloud/fix/js-l10n-registration

Fix js l10n registration to also work with more than one bundle

5 years agoMerge pull request #16095 from nextcloud/bugfix/theming-filetypes
Jan-Christoph Borchardt [Wed, 26 Jun 2019 12:58:43 +0000 (14:58 +0200)]
Merge pull request #16095 from nextcloud/bugfix/theming-filetypes

Only return link to themed icon if file exists

5 years agoMerge pull request #16093 from nextcloud/design/comments-icon
Jan-Christoph Borchardt [Wed, 26 Jun 2019 12:53:11 +0000 (14:53 +0200)]
Merge pull request #16093 from nextcloud/design/comments-icon

Update comments icon to use updated core one

5 years agoMerge pull request #16084 from nextcloud/design/fix-files-checkboxes
Jan-Christoph Borchardt [Wed, 26 Jun 2019 12:52:37 +0000 (14:52 +0200)]
Merge pull request #16084 from nextcloud/design/fix-files-checkboxes

Fix file checkbox margin causing layout issues in file list

5 years agoinvalidates user when plugin reported deletion success
Arthur Schiwon [Wed, 26 Jun 2019 12:18:28 +0000 (14:18 +0200)]
invalidates user when plugin reported deletion success

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoOnly return link to themed icon if file exists 16095/head
Julius Härtl [Wed, 26 Jun 2019 08:53:49 +0000 (10:53 +0200)]
Only return link to themed icon if file exists

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoUpdate comments icon to use updated core one 16093/head
Jan-Christoph Borchardt [Wed, 26 Jun 2019 08:24:20 +0000 (10:24 +0200)]
Update comments icon to use updated core one

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agoAllow apps to store longer messages in the comments API 16088/head
Joas Schilling [Wed, 26 Jun 2019 08:11:46 +0000 (10:11 +0200)]
Allow apps to store longer messages in the comments API

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoFix js l10n registration to also work with more than one bundle 15829/head
Christoph Wurst [Fri, 31 May 2019 11:27:29 +0000 (13:27 +0200)]
Fix js l10n registration to also work with more than one bundle

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoMerge pull request #15859 from nextcloud/deprecate/oc-redirect-reload
Roeland Jago Douma [Wed, 26 Jun 2019 08:00:31 +0000 (10:00 +0200)]
Merge pull request #15859 from nextcloud/deprecate/oc-redirect-reload

Deprecate window.location wrappers for redirect and reload

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Jun 2019 02:13:59 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoFix file checkbox margin causing layout issues in file list 16084/head
Jan-Christoph Borchardt [Tue, 25 Jun 2019 22:48:11 +0000 (00:48 +0200)]
Fix file checkbox margin causing layout issues in file list

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agoMerge pull request #16055 from nextcloud/design/native-fonts
Jan-Christoph Borchardt [Tue, 25 Jun 2019 22:08:16 +0000 (00:08 +0200)]
Merge pull request #16055 from nextcloud/design/native-fonts

Use native font stack

5 years agoMerge pull request #16021 from nextcloud/bugfix/noid/fall-back-to-black-for-non-color...
Roeland Jago Douma [Tue, 25 Jun 2019 20:04:12 +0000 (22:04 +0200)]
Merge pull request #16021 from nextcloud/bugfix/noid/fall-back-to-black-for-non-color-values

Fall back to black for non-color values

5 years agoMerge pull request #16027 from nextcloud/bugfix/noid/check-if-uploading-is-enabled...
Roeland Jago Douma [Tue, 25 Jun 2019 20:02:55 +0000 (22:02 +0200)]
Merge pull request #16027 from nextcloud/bugfix/noid/check-if-uploading-is-enabled-before-verifying

Check if uploading to lookup server is enabled before verifying

5 years agoMerge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfolders
Roeland Jago Douma [Tue, 25 Jun 2019 19:43:37 +0000 (21:43 +0200)]
Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfolders

Fix full text search for groupfolders

5 years agoDeprecate window.location wrappers for redirect and reload 15859/head
Christoph Wurst [Mon, 3 Jun 2019 13:59:31 +0000 (15:59 +0200)]
Deprecate window.location wrappers for redirect and reload

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoMerge pull request #15956 from nextcloud/bugfix/noid/fix_checkapp_occ
Roeland Jago Douma [Tue, 25 Jun 2019 19:36:33 +0000 (21:36 +0200)]
Merge pull request #15956 from nextcloud/bugfix/noid/fix_checkapp_occ

Fix appid argument for integrity:check-app

5 years agoMerge pull request #15970 from nextcloud/dependabot/npm_and_yarn/css-loader-3.0.0
Roeland Jago Douma [Tue, 25 Jun 2019 19:35:47 +0000 (21:35 +0200)]
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

5 years agoBump css-loader from 2.1.1 to 3.0.0 15970/head
dependabot-preview[bot] [Wed, 19 Jun 2019 17:43:29 +0000 (17:43 +0000)]
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>
5 years agoMerge pull request #16013 from nextcloud/versions-preview-string-id
Roeland Jago Douma [Tue, 25 Jun 2019 19:21:50 +0000 (21:21 +0200)]
Merge pull request #16013 from nextcloud/versions-preview-string-id

fix previews of versions with non numeric version ids

5 years agoMerge pull request #15870 from nextcloud/preview-provider-v2
Roeland Jago Douma [Tue, 25 Jun 2019 13:05:54 +0000 (15:05 +0200)]
Merge pull request #15870 from nextcloud/preview-provider-v2

Add new Provider interface for preview providers

5 years agoFix appid argument for integrity:check-app 15956/head
Georg Ehrke [Fri, 14 Jun 2019 07:16:59 +0000 (09:16 +0200)]
Fix appid argument for integrity:check-app

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoMerge pull request #15971 from nextcloud/dependabot/npm_and_yarn/tests/ui-regression...
Roeland Jago Douma [Tue, 25 Jun 2019 12:25:29 +0000 (14:25 +0200)]
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

5 years agoMerge pull request #16024 from nextcloud/bugfix/15944/fix-return-code-user-provision
Roeland Jago Douma [Tue, 25 Jun 2019 11:32:10 +0000 (13:32 +0200)]
Merge pull request #16024 from nextcloud/bugfix/15944/fix-return-code-user-provision

Forward OCSException to initiator

5 years agoMerge pull request #15777 from nextcloud/feature/ocp-event-dispatcher
Roeland Jago Douma [Tue, 25 Jun 2019 09:48:16 +0000 (11:48 +0200)]
Merge pull request #15777 from nextcloud/feature/ocp-event-dispatcher

Add event dispatcher to OCP

5 years agoAdd event dispatcher to OCP 15777/head
Christoph Wurst [Tue, 28 May 2019 17:46:36 +0000 (19:46 +0200)]
Add event dispatcher to OCP

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 25 Jun 2019 02:14:02 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoUse native font stack 16055/head
Jan-Christoph Borchardt [Mon, 24 Jun 2019 10:00:07 +0000 (12:00 +0200)]
Use native font stack

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agoMerge pull request #16043 from nextcloud/dependabot/npm_and_yarn/dompurify-1.0.11
Roeland Jago Douma [Mon, 24 Jun 2019 13:41:00 +0000 (15:41 +0200)]
Merge pull request #16043 from nextcloud/dependabot/npm_and_yarn/dompurify-1.0.11

Bump dompurify from 1.0.10 to 1.0.11

5 years agoBump dompurify from 1.0.10 to 1.0.11 16043/head
dependabot-preview[bot] [Sun, 23 Jun 2019 01:13:14 +0000 (01:13 +0000)]
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>
5 years agoMerge pull request #16044 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.0
Roeland Jago Douma [Mon, 24 Jun 2019 08:51:28 +0000 (10:51 +0200)]
Merge pull request #16044 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.0

Bump webpack from 4.34.0 to 4.35.0

5 years agoMerge pull request #15888 from nextcloud/dav-write-forward-exception
Robin Appelman [Mon, 24 Jun 2019 08:22:03 +0000 (10:22 +0200)]
Merge pull request #15888 from nextcloud/dav-write-forward-exception

log inner exception during dav write

5 years agoMerge pull request #16033 from nextcloud/fix/noid/ldap-group-wiz-selection
blizzz [Mon, 24 Jun 2019 06:12:06 +0000 (08:12 +0200)]
Merge pull request #16033 from nextcloud/fix/noid/ldap-group-wiz-selection

fix LDAP Wizard forgetting groups on select with search

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 24 Jun 2019 02:14:05 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 Jun 2019 02:14:26 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoBump webpack from 4.34.0 to 4.35.0 16044/head
dependabot-preview[bot] [Sun, 23 Jun 2019 01:13:56 +0000 (01:13 +0000)]
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>
5 years agoMove font from Nunito to Noto Sans 16040/head
Jan-Christoph Borchardt [Fri, 21 Jun 2019 20:35:30 +0000 (22:35 +0200)]
Move font from Nunito to Noto Sans

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agochanges the returned key from UserID to id, in accordance with getUserData (#16036)
John Molakvoæ [Sat, 22 Jun 2019 06:37:18 +0000 (08:37 +0200)]
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

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 22 Jun 2019 02:13:54 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #15997 from nextcloud/design/sidebar-icon
Jan-Christoph Borchardt [Fri, 21 Jun 2019 21:14:10 +0000 (23:14 +0200)]
Merge pull request #15997 from nextcloud/design/sidebar-icon

Add sidebar icon we use in Talk and Viewer already

5 years agoMerge pull request #15889 from nextcloud/touch-handle-backend-exceptions
Robin Appelman [Fri, 21 Jun 2019 15:14:27 +0000 (17:14 +0200)]
Merge pull request #15889 from nextcloud/touch-handle-backend-exceptions

handle storage exceptions when trying to set mtime

5 years agochanges the returned key from UserID to id, in accordance with getUserData 16036/head
Arthur Schiwon [Fri, 21 Jun 2019 14:38:25 +0000 (16:38 +0200)]
changes the returned key from UserID to id, in accordance with getUserData

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agofix tests 15889/head
Robin Appelman [Fri, 21 Jun 2019 14:23:47 +0000 (16:23 +0200)]
fix tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agofixes LDAP Wizard forgetting groups on select with search 16033/head
Arthur Schiwon [Fri, 21 Jun 2019 12:09:31 +0000 (14:09 +0200)]
fixes LDAP Wizard forgetting groups on select with search

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoMerge pull request #15540 from nextcloud/bugfix/noid/prevent-faulty-logs-from-nested...
Joas Schilling [Fri, 21 Jun 2019 10:00:22 +0000 (12:00 +0200)]
Merge pull request #15540 from nextcloud/bugfix/noid/prevent-faulty-logs-from-nested-setupFS-calls

Prevent faulty logs from nested setupFS calls

5 years agoMerge pull request #15964 from nextcloud/enh/noid/user-creation-options
blizzz [Fri, 21 Jun 2019 09:08:59 +0000 (11:08 +0200)]
Merge pull request #15964 from nextcloud/enh/noid/user-creation-options

Opt-in for generation userid, requiring email addresses

5 years agoCheck if uploading to lookup server is enabled before verifying 16027/head
Joas Schilling [Fri, 21 Jun 2019 08:54:34 +0000 (10:54 +0200)]
Check if uploading to lookup server is enabled before verifying

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agouses "yes" and "no" for config switch over stringified numbers 15964/head
Arthur Schiwon [Fri, 21 Jun 2019 08:18:44 +0000 (10:18 +0200)]
uses "yes" and "no" for config switch over stringified numbers

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 21 Jun 2019 02:13:40 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoForward OCSException to initiator 16024/head
Daniel Kesselberg [Thu, 20 Jun 2019 16:04:52 +0000 (18:04 +0200)]
Forward OCSException to initiator

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoFall back to black for non-color values 16021/head
Joas Schilling [Thu, 20 Jun 2019 13:23:06 +0000 (15:23 +0200)]
Fall back to black for non-color values

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 20 Jun 2019 02:13:51 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agorebuilt js files after rebase
Arthur Schiwon [Wed, 19 Jun 2019 15:16:17 +0000 (17:16 +0200)]
rebuilt js files after rebase

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoLet the user confirm the remote wipe (#15774)
John Molakvoæ [Wed, 19 Jun 2019 17:43:03 +0000 (19:43 +0200)]
Let the user confirm the remote wipe (#15774)

Let the user confirm the remote wipe

5 years agoFix window scroll container (#16009)
John Molakvoæ [Wed, 19 Jun 2019 17:42:38 +0000 (19:42 +0200)]
Fix window scroll container (#16009)

Fix window scroll container

5 years agoAdd make clean (#16012)
John Molakvoæ [Wed, 19 Jun 2019 17:42:18 +0000 (19:42 +0200)]
Add make clean (#16012)

Add make clean

5 years agoBump webpack-cli from 3.3.3 to 3.3.4 (#15973)
John Molakvoæ [Wed, 19 Jun 2019 17:41:38 +0000 (19:41 +0200)]
Bump webpack-cli from 3.3.3 to 3.3.4 (#15973)

Bump webpack-cli from 3.3.3 to 3.3.4

5 years agoMerge pull request #16011 from nextcloud/fix/noid/ldapprovider-return-one-base
blizzz [Wed, 19 Jun 2019 15:19:24 +0000 (17:19 +0200)]
Merge pull request #16011 from nextcloud/fix/noid/ldapprovider-return-one-base

(LDAP) API: return one base properly when multiple are configured

5 years agomakes users management page aware of the introduced options
Arthur Schiwon [Fri, 14 Jun 2019 15:28:50 +0000 (17:28 +0200)]
makes users management page aware of the introduced options

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoensures mapping of chosen userid
Arthur Schiwon [Fri, 14 Jun 2019 15:20:42 +0000 (17:20 +0200)]
ensures mapping of chosen userid

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoextends Provisioning API with optional userid and required email
Arthur Schiwon [Fri, 14 Jun 2019 15:07:40 +0000 (17:07 +0200)]
extends Provisioning API with optional userid and required email

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agofix previews and rollback of versions with non numeric version ids 16013/head
Robin Appelman [Wed, 19 Jun 2019 12:49:55 +0000 (14:49 +0200)]
fix previews and rollback of versions with non numeric version ids

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoBump webpack-cli from 3.3.3 to 3.3.4 15973/head
dependabot-preview[bot] [Wed, 19 Jun 2019 13:01:45 +0000 (13:01 +0000)]
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>
5 years agoLet the user confirm the remote wipe 15774/head
Christoph Wurst [Tue, 28 May 2019 14:44:41 +0000 (16:44 +0200)]
Let the user confirm the remote wipe

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoMerge pull request #15988 from nextcloud/feature/shared-browserlist-config
Georg Ehrke [Wed, 19 Jun 2019 12:59:31 +0000 (12:59 +0000)]
Merge pull request #15988 from nextcloud/feature/shared-browserlist-config

Use shared browserslist config

5 years agoMerge pull request #15869 from nextcloud/multiple-version-backends
Robin Appelman [Wed, 19 Jun 2019 12:00:53 +0000 (14:00 +0200)]
Merge pull request #15869 from nextcloud/multiple-version-backends

fix loading multiple version backends from one app

5 years agoAdd make clean 16012/head
John Molakvoæ (skjnldsv) [Wed, 19 Jun 2019 11:53:28 +0000 (13:53 +0200)]
Add make clean

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agofixes return type in php doc 16011/head
Arthur Schiwon [Wed, 19 Jun 2019 11:40:07 +0000 (13:40 +0200)]
fixes return type in php doc

* the backend already expects and works with the string

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agofixes returning the base when multiple are specified
Arthur Schiwon [Wed, 19 Jun 2019 11:39:15 +0000 (13:39 +0200)]
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>
5 years agoFix window scroll container 16009/head
Julius Härtl [Wed, 19 Jun 2019 08:56:59 +0000 (10:56 +0200)]
Fix window scroll container

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoRemove auto focus of share input field on dialog open, fix #15261 (#15960)
John Molakvoæ [Wed, 19 Jun 2019 09:09:06 +0000 (11:09 +0200)]
Remove auto focus of share input field on dialog open, fix #15261 (#15960)

Remove auto focus of share input field on dialog open, fix #15261

5 years agoAdd extendedSupport to Subscription (#15922)
John Molakvoæ [Wed, 19 Jun 2019 08:55:10 +0000 (10:55 +0200)]
Add extendedSupport to Subscription (#15922)

Add extendedSupport to Subscription

5 years agoAvoid scrolling to the hidden input when toggling grid/list view (#16005)
John Molakvoæ [Wed, 19 Jun 2019 08:49:15 +0000 (10:49 +0200)]
Avoid scrolling to the hidden input when toggling grid/list view (#16005)

Avoid scrolling to the hidden input when toggling grid/list view

5 years agoUse shared browserslist config 15988/head
Christoph Wurst [Tue, 18 Jun 2019 08:13:01 +0000 (10:13 +0200)]
Use shared browserslist config

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoMerge pull request #15993 from nextcloud/bugfix/noid/file-not-found
John Molakvoæ [Wed, 19 Jun 2019 08:35:14 +0000 (10:35 +0200)]
Merge pull request #15993 from nextcloud/bugfix/noid/file-not-found

Properly redirect if accessing invalid file though /f/ entrypoint

5 years agoAllow to access source maps on apache (#16006)
John Molakvoæ [Wed, 19 Jun 2019 08:34:56 +0000 (10:34 +0200)]
Allow to access source maps on apache (#16006)

Allow to access source maps on apache

5 years agoBump webpack from 4.33.0 to 4.34.0 (#15972)
John Molakvoæ [Wed, 19 Jun 2019 08:33:00 +0000 (10:33 +0200)]
Bump webpack from 4.33.0 to 4.34.0 (#15972)

Bump webpack from 4.33.0 to 4.34.0

5 years agoAllow to access source maps on apache 16006/head
Julius Härtl [Wed, 19 Jun 2019 07:54:49 +0000 (09:54 +0200)]
Allow to access source maps on apache

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoAvoid scrolling to the hidden input when toggling grid/list view 16005/head
Julius Härtl [Wed, 19 Jun 2019 07:35:52 +0000 (09:35 +0200)]
Avoid scrolling to the hidden input when toggling grid/list view

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 19 Jun 2019 02:13:51 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #15987 from nextcloud/fix/noid/cache-displayname-on-save
blizzz [Tue, 18 Jun 2019 21:19:56 +0000 (23:19 +0200)]
Merge pull request #15987 from nextcloud/fix/noid/cache-displayname-on-save

cache the displayname after an LDAP plugin set it

5 years agoAdd sidebar icon we use in Talk and Viewer already 15997/head
Jan-Christoph Borchardt [Tue, 18 Jun 2019 15:59:00 +0000 (17:59 +0200)]
Add sidebar icon we use in Talk and Viewer already

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agoProperly redirect if accessing invalid file though /f/ entrypoint 15993/head
Julius Härtl [Tue, 18 Jun 2019 11:09:38 +0000 (13:09 +0200)]
Properly redirect if accessing invalid file though /f/ entrypoint

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agocaches the displayname after an LDAP plugin set it 15987/head
Arthur Schiwon [Mon, 17 Jun 2019 22:20:09 +0000 (00:20 +0200)]
caches the displayname after an LDAP plugin set it

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 18 Jun 2019 02:13:57 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoRemove precomposed from apple-touch-icon-precomposed (#15963)
John Molakvoæ [Mon, 17 Jun 2019 20:26:37 +0000 (22:26 +0200)]
Remove precomposed from apple-touch-icon-precomposed (#15963)

Remove precomposed from apple-touch-icon-precomposed

5 years agoFix subscription tests 15922/head
Julius Härtl [Thu, 13 Jun 2019 18:23:29 +0000 (20:23 +0200)]
Fix subscription tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>