]>
source.dussan.org Git - nextcloud-server.git/log
ACTom [Tue, 14 Apr 2020 17:19:58 +0000 (01:19 +0800)]
Add mindmap mimetype.
Signed-off-by: ACTom <i@actom.me>
Robin Appelman [Fri, 13 Mar 2020 18:44:43 +0000 (18:44 +0000)]
Merge pull request #19931 from nextcloud/external-storage-password-placeholders-fix-tests
fix external storage controller tests
Roeland Jago Douma [Fri, 13 Mar 2020 14:51:52 +0000 (15:51 +0100)]
Merge pull request #19907 from nextcloud/bugfix/noid/dont-allow-anchor-and-queries-in-remote-url
Don't allow anchors and queries in remote urls
Robin Appelman [Fri, 13 Mar 2020 14:33:47 +0000 (15:33 +0100)]
fix external storage controller tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Fri, 13 Mar 2020 10:11:00 +0000 (11:11 +0100)]
Fix willReturnOnConsecutiveCalls
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 13 Mar 2020 09:54:40 +0000 (10:54 +0100)]
Merge pull request #19915 from nextcloud/external-storage-password-placeholders
Use placeholder values for password fields in external storage webui
Roeland Jago Douma [Fri, 13 Mar 2020 09:17:12 +0000 (10:17 +0100)]
Merge pull request #19910 from nextcloud/bugfix/noid/invalid-from-mail
Do not use the instance name as user part of from mail addresses
Roeland Jago Douma [Fri, 13 Mar 2020 09:16:45 +0000 (10:16 +0100)]
Merge pull request #19914 from nextcloud/fix/19484/sharebymail_hidedownload
Properly respect hide download on sharebymail
Roeland Jago Douma [Thu, 12 Mar 2020 13:43:27 +0000 (14:43 +0100)]
Properly respect hide download on sharebymail
fixes #19484
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Fri, 13 Mar 2020 02:18:18 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 12 Mar 2020 18:58:16 +0000 (19:58 +0100)]
Merge pull request #19888 from nextcloud/fix/objectstore_rename_mimetype
Get correct mimetype on objectstores
Roeland Jago Douma [Thu, 12 Mar 2020 18:54:49 +0000 (19:54 +0100)]
Merge pull request #19899 from nextcloud/force-compatible-eventdispatcher-version-in-integration-tests
Force compatible EventDispatcher version in integration tests
Robin Appelman [Thu, 12 Mar 2020 18:45:23 +0000 (19:45 +0100)]
Use placeholder values for password fields in external storage webui
This prevents the password from being sent to the webui.
While an admin will always be able to retrieve the passwords (as they
can do arbitrairy code execution by design) this prevents casual
password snooping
Signed-off-by: Robin Appelman <robin@icewind.nl>
Julius Härtl [Thu, 12 Mar 2020 13:20:03 +0000 (14:20 +0100)]
Do not use the instance name as user part of from mail addresses
This will cause issues since the theming name can contain characters
that are not allowed in the local part of the mail address (like spaces)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Joas Schilling [Thu, 12 Mar 2020 12:43:29 +0000 (13:43 +0100)]
Don't allow anchors and queries in remote urls
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Thu, 12 Mar 2020 12:24:52 +0000 (13:24 +0100)]
Merge pull request #19902 from nextcloud/enh/noid/typo-portalm
Change Portalm to Portal
Daniel Kesselberg [Thu, 12 Mar 2020 10:41:19 +0000 (11:41 +0100)]
Change Portalm to Portal
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Thu, 12 Mar 2020 09:58:15 +0000 (10:58 +0100)]
Merge pull request #19892 from nextcloud/enh/installation-bundle
Move install scripts to a bundle
Daniel Calviño Sánchez [Thu, 12 Mar 2020 09:45:23 +0000 (10:45 +0100)]
Force compatible EventDispatcher version in integration tests
Nextcloud requires EventDispatcher from Symfony 4.4. Behat required
Symfony 4.x until Behat 3.5, but since Behat 3.6 it supports Symfony 5.x
too. However, as the EventDispatcher version was not restricted in the
"composer.json" file Composer installed the latest compatible version
with all the dependencies, which happened to be Symfony 5.x. To prevent
that now the EventDispatcher is explicitly limited to Symfony 4.4 only.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Joas Schilling [Thu, 12 Mar 2020 08:28:01 +0000 (09:28 +0100)]
Merge pull request #19587 from nextcloud/enh/add-guidelines-for-submitting-issues
Add guidelines for submitting issues
Joas Schilling [Thu, 12 Mar 2020 08:23:58 +0000 (09:23 +0100)]
Add a link to the portal directly
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ [Thu, 12 Mar 2020 07:47:14 +0000 (08:47 +0100)]
Merge pull request #19777 from nextcloud/fix/viewer-public
Properly emit Viewer event on files and files_sharing
Nextcloud bot [Thu, 12 Mar 2020 02:19:02 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 11 Mar 2020 15:22:52 +0000 (16:22 +0100)]
Merge pull request #19822 from nextcloud/sftp-read-stream
Faster implementation of sftp read and write stream
Julius Härtl [Wed, 11 Mar 2020 13:23:21 +0000 (14:23 +0100)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 11 Mar 2020 13:20:30 +0000 (14:20 +0100)]
Only load required scripts on install page
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 11 Mar 2020 13:19:38 +0000 (14:19 +0100)]
Use jquery-ui to only embed button components
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 11 Mar 2020 13:06:25 +0000 (14:06 +0100)]
Move install scripts to bundle
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Wed, 11 Mar 2020 10:14:12 +0000 (11:14 +0100)]
Get correct mimetype on objectstores
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Wed, 11 Mar 2020 08:36:57 +0000 (09:36 +0100)]
Merge pull request #19861 from nextcloud/bugfix/noid/load-remote-shares-also-when-one-is-down
Don't break when one remote share is down
John Molakvoæ (skjnldsv) [Fri, 6 Mar 2020 14:44:42 +0000 (15:44 +0100)]
Use dispatchTyped
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 4 Mar 2020 12:51:40 +0000 (13:51 +0100)]
Properly emit Viewer event on files and files_sharing
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 4 Mar 2020 12:51:40 +0000 (13:51 +0100)]
Fix import order and formatting
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Wed, 11 Mar 2020 06:43:47 +0000 (07:43 +0100)]
Merge pull request #19839 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-1.4.0
Bump @nextcloud/vue from 1.3.1 to 1.4.0
Nextcloud bot [Wed, 11 Mar 2020 02:19:03 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 10 Mar 2020 19:30:52 +0000 (20:30 +0100)]
Merge pull request #19173 from nextcloud/bugfix/noid/fix-displayname-of-contacts-in-remote-activities
Use contacts name on federated activities
Roeland Jago Douma [Tue, 10 Mar 2020 19:10:54 +0000 (20:10 +0100)]
Merge pull request #19580 from nextcloud/debt/noid/outdated-check
Update check for outdated php version.
dependabot-preview[bot] [Tue, 10 Mar 2020 18:46:25 +0000 (18:46 +0000)]
Bump @nextcloud/vue from 1.3.1 to 1.4.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.3.1...v1.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Tue, 10 Mar 2020 18:45:40 +0000 (19:45 +0100)]
Merge pull request #19867 from Jose123456/error-logging
Set error_logging correctly. Fixes #19847
Roeland Jago Douma [Tue, 10 Mar 2020 18:39:03 +0000 (19:39 +0100)]
Merge pull request #19812 from nextcloud/enh/noid/subscription-config
Add config flag for subscription and hide server development notice
Joas Schilling [Fri, 7 Feb 2020 09:51:22 +0000 (10:51 +0100)]
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 28 Jan 2020 11:51:43 +0000 (12:51 +0100)]
Unify the code a bit
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 28 Jan 2020 11:27:47 +0000 (12:27 +0100)]
Use contacts name on federated activities
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 10 Mar 2020 15:39:42 +0000 (16:39 +0100)]
Merge pull request #19862 from nextcloud/techdebt/noid/fix-editor-config-for-tests
Fix editor config for integration test files
Robin Appelman [Tue, 10 Mar 2020 14:58:33 +0000 (15:58 +0100)]
faster implementation of SFTP write stream
using mostly the same techniques as the read stream
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Tue, 10 Mar 2020 15:16:36 +0000 (16:16 +0100)]
Merge pull request #18555 from nextcloud/bugfix/18530/edit-own-user
Allow to edit admin/own user in the user management
Roeland Jago Douma [Tue, 10 Mar 2020 14:52:48 +0000 (15:52 +0100)]
Merge pull request #19698 from nextcloud/fix/fix_image_preview_deleted_shares
Fix default action for deleted shares
Julius Härtl [Tue, 10 Mar 2020 13:51:53 +0000 (14:51 +0100)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 25 Feb 2020 18:06:55 +0000 (19:06 +0100)]
Fix group navigation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 25 Feb 2020 18:06:21 +0000 (19:06 +0100)]
Fix row height and display name input
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 23 Dec 2019 13:02:39 +0000 (14:02 +0100)]
Allow to edit admin/own user in the user management
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 6 Mar 2020 12:08:51 +0000 (13:08 +0100)]
Add system config flag to manually set that a subscription is available
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Tue, 10 Mar 2020 09:36:17 +0000 (10:36 +0100)]
Merge pull request #19871 from nextcloud/bugfix/14469/combine-move-activities
Combine move activities as well
Joas Schilling [Tue, 10 Mar 2020 08:32:10 +0000 (09:32 +0100)]
Combine move activities as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 10 Mar 2020 02:18:13 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
GretaD [Fri, 28 Feb 2020 14:27:31 +0000 (15:27 +0100)]
Fix default action for deleted shares
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Mon, 9 Mar 2020 20:02:53 +0000 (21:02 +0100)]
Merge pull request #19704 from Nils160988/master
Fix hostname in Apple configuration profile
Roeland Jago Douma [Mon, 9 Mar 2020 20:02:07 +0000 (21:02 +0100)]
Merge pull request #19711 from nextcloud/dependabot/npm_and_yarn/mocha-7.1.0
Bump mocha from 7.0.1 to 7.1.0
Jose Quinteiro [Mon, 9 Mar 2020 19:59:54 +0000 (12:59 -0700)]
E_ALL already sets E_DEPRECATED
Signed-off-by: Jose Quinteiro <github@quinteiro.org>
Roeland Jago Douma [Mon, 9 Mar 2020 19:58:59 +0000 (20:58 +0100)]
Merge pull request #19863 from nextcloud/bugfix/noid/no-tabs-in-translations
No tabs in translations
Jose Quinteiro [Mon, 9 Mar 2020 19:01:05 +0000 (12:01 -0700)]
Set error_logging correctly. Fixes #19847
Don't override the error_logging setting from php.ini unless we're
debugging.
Signed-off-by: Jose Quinteiro <github@quinteiro.org>
Roeland Jago Douma [Mon, 9 Mar 2020 18:31:45 +0000 (19:31 +0100)]
Merge pull request #19746 from nextcloud/locked-exception-forward-existing
pass the existing locks info when making locked exception with absolu…
Christoph Wurst [Mon, 9 Mar 2020 16:43:17 +0000 (17:43 +0100)]
Merge pull request #19820 from nextcloud/fix/mismatching-docblock-return-type
Fix mismatching docblock return types
Christoph Wurst [Mon, 9 Mar 2020 16:32:00 +0000 (17:32 +0100)]
Merge pull request #19795 from nextcloud/enhancement/address-book-plugins
Add address book plugins
Joas Schilling [Mon, 9 Mar 2020 16:16:14 +0000 (17:16 +0100)]
No tabs in translations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 9 Mar 2020 16:12:44 +0000 (17:12 +0100)]
Fix editor config for integration test files
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 9 Mar 2020 16:00:31 +0000 (17:00 +0100)]
Don't break when one remote share is down
getFileInfo can also return false
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Mon, 9 Mar 2020 15:09:23 +0000 (16:09 +0100)]
Merge pull request #19819 from nextcloud/fix/mismatching-docblock-param-type
Fix mismatching doc block parameter types
Christoph Wurst [Mon, 9 Mar 2020 14:36:19 +0000 (15:36 +0100)]
Merge pull request #19357 from nextcloud/techdebt/remove-deprecated-globals
Remove deprecated global variables
Christoph Wurst [Mon, 9 Mar 2020 12:36:27 +0000 (13:36 +0100)]
Prevent creation of reserved address book name
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Fri, 7 Feb 2020 16:08:50 +0000 (17:08 +0100)]
Remove deprecated global variables
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 27 Feb 2020 15:54:07 +0000 (16:54 +0100)]
Add address book plugins
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Mon, 9 Mar 2020 11:14:14 +0000 (12:14 +0100)]
Merge pull request #19799 from nextcloud/rakekniven-patch-1
l10n: Fixed typo
rakekniven [Thu, 5 Mar 2020 21:06:35 +0000 (22:06 +0100)]
l10n: Fixed typo
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Mon, 9 Mar 2020 02:18:09 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sun, 8 Mar 2020 15:55:36 +0000 (16:55 +0100)]
Merge pull request #19840 from nextcloud/dependabot/npm_and_yarn/clipboard-2.0.6
Bump clipboard from 2.0.4 to 2.0.6
Roeland Jago Douma [Sun, 8 Mar 2020 15:53:44 +0000 (16:53 +0100)]
Merge pull request #19838 from nextcloud/dependabot/npm_and_yarn/babel/core-7.8.7
Bump @babel/core from 7.8.6 to 7.8.7
dependabot-preview[bot] [Sun, 8 Mar 2020 11:14:37 +0000 (11:14 +0000)]
Bump clipboard from 2.0.4 to 2.0.6
Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.4 to 2.0.6.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.4...v2.0.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 8 Mar 2020 11:11:58 +0000 (12:11 +0100)]
Merge pull request #19841 from nextcloud/dependabot/npm_and_yarn/webpack-4.42.0
Bump webpack from 4.41.6 to 4.42.0
dependabot-preview[bot] [Sun, 8 Mar 2020 09:29:54 +0000 (09:29 +0000)]
Bump webpack from 4.41.6 to 4.42.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.6 to 4.42.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.6...v4.42.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
dependabot-preview[bot] [Sun, 8 Mar 2020 09:26:02 +0000 (09:26 +0000)]
Bump @babel/core from 7.8.6 to 7.8.7
Bumps [@babel/core](https://github.com/babel/babel) from 7.8.6 to 7.8.7.
- [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.8.6...v7.8.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sun, 8 Mar 2020 09:23:34 +0000 (10:23 +0100)]
Merge pull request #19837 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.8.7
Bump @babel/preset-env from 7.8.6 to 7.8.7
Roeland Jago Douma [Sun, 8 Mar 2020 09:22:26 +0000 (10:22 +0100)]
Merge pull request #19836 from nextcloud/dependabot/npm_and_yarn/vue-infinite-loading-2.4.5
Bump vue-infinite-loading from 2.4.4 to 2.4.5
dependabot-preview[bot] [Sat, 7 Mar 2020 13:30:41 +0000 (13:30 +0000)]
Bump vue-infinite-loading from 2.4.4 to 2.4.5
Bumps [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading) from 2.4.4 to 2.4.5.
- [Release notes](https://github.com/PeachScript/vue-infinite-loading/releases)
- [Commits](https://github.com/PeachScript/vue-infinite-loading/compare/v2.4.4...v2.4.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Sun, 8 Mar 2020 02:18:28 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sat, 7 Mar 2020 13:31:20 +0000 (13:31 +0000)]
Bump @babel/preset-env from 7.8.6 to 7.8.7
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.6 to 7.8.7.
- [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.8.6...v7.8.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sat, 7 Mar 2020 13:19:55 +0000 (14:19 +0100)]
Merge pull request #19815 from nextcloud/bugfix/noid/prevent-self-xss-via-invalid-mysql-username
Prevent self-xss via invalid mysql user name on install screen
Roeland Jago Douma [Sat, 7 Mar 2020 13:10:22 +0000 (14:10 +0100)]
Merge pull request #19606 from sndrr/ipv6-trusted-domains
Added IPv6 example
Nextcloud bot [Sat, 7 Mar 2020 02:17:55 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Sander Ruitenbeek [Sun, 23 Feb 2020 08:38:19 +0000 (09:38 +0100)]
Added IPv6 example
Signed-off-by: Sander Ruitenbeek <sander@getgoing.nl>
Fix typos
Signed-off-by: Sander Ruitenbeek <sander@getgoing.nl>
Christoph Wurst [Fri, 6 Mar 2020 16:25:06 +0000 (17:25 +0100)]
Merge pull request #19770 from nextcloud/dependabot/composer/aws/aws-sdk-php-3.133.27
Bump aws/aws-sdk-php from 3.133.23 to 3.133.27
Robin Appelman [Fri, 6 Mar 2020 15:57:18 +0000 (16:57 +0100)]
Faster implementation of sftp read stream
- Keeps a single file handle open instead of creating a new one for
every stream_read
- Read from sftp in large chunks instead of the 8k internal php size
- Request a read for the next chunk while we're still processing the
current one
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Fri, 6 Mar 2020 15:43:20 +0000 (16:43 +0100)]
Merge pull request #19763 from nextcloud/bugfix/noid/received-share-sidebar-broken
Fix "Error loading the shares list TypeError: "this is undefined"" fo…
Christoph Wurst [Fri, 6 Mar 2020 15:33:01 +0000 (16:33 +0100)]
Fix mismatching docblock return types
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Fri, 6 Mar 2020 15:28:42 +0000 (16:28 +0100)]
Fix mismatching doc block parameter types
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Fri, 6 Mar 2020 13:39:13 +0000 (14:39 +0100)]
Prevent self-xss via invalid mysql user name on install screen
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christoph Wurst [Tue, 3 Mar 2020 18:34:44 +0000 (19:34 +0100)]
Bump aws/aws-sdk-php from 3.133.23 to 3.133.27
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Julius Härtl [Fri, 6 Mar 2020 12:08:23 +0000 (13:08 +0100)]
Hide development notice when subscription is valid
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Fri, 6 Mar 2020 07:03:13 +0000 (08:03 +0100)]
Merge pull request #19440 from nextcloud/fix/filename_popovermenu_misalignment
Fix filename and popover menu misalignment
Nextcloud bot [Fri, 6 Mar 2020 02:18:23 +0000 (02:18 +0000)]
[tx-robot] updated from transifex