]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoRemove cookies from Clear-Site-Data Header 12005/head
Patrick Conrad [Mon, 15 Oct 2018 12:25:08 +0000 (14:25 +0200)]
Remove cookies from Clear-Site-Data Header

In https://github.com/nextcloud/server/commit/2f87fb6b456fd109c90a5093c31b7a3f62a32040 this header was introduced. The referenced documentation says:

> When delivered with a response from https://example.com/clear, the following header will cause cookies associated with the origin https://example.com to be cleared, as well as cookies on any origin in the same registered domain (e.g. https://www.example.com/ and https://more.subdomains.example.com/).

This also applies if `https://nextcloud.example.com/` sends the `Clear-Site-Data: "cookies"` header.
This is not the behavior we want at this point!

So I removed the deletion of cookies from the header. This has no effect on the logout process as this header is supported only recently and the logout works in old browsers as well.

Signed-off-by: Patrick Conrad <conrad@iza.org>
(cherry picked from commit 1806baaeafa284808cceb1a38ea2e1a9189d0407)

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 24 Oct 2018 00:12:41 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #11995 from nextcloud/stable14-11967-fix-opening-a-section-again...
Roeland Jago Douma [Tue, 23 Oct 2018 18:05:25 +0000 (20:05 +0200)]
Merge pull request #11995 from nextcloud/stable14-11967-fix-opening-a-section-again-in-the-files-app

[stable14] Fix opening a section again in the Files app

5 years agoMerge pull request #11994 from nextcloud/assemblly-stream-lazy-14
Morris Jobke [Tue, 23 Oct 2018 17:19:35 +0000 (19:19 +0200)]
Merge pull request #11994 from nextcloud/assemblly-stream-lazy-14

lazy open first source stream in assemblystream

5 years agoMerge pull request #11961 from nextcloud/backport/11931/stable14
Morris Jobke [Tue, 23 Oct 2018 16:16:59 +0000 (18:16 +0200)]
Merge pull request #11961 from nextcloud/backport/11931/stable14

[14] Do not emit preHooks twice on non-part-storage

5 years agolazy open first source stream in assemblystream 11994/head
Robin Appelman [Mon, 22 Oct 2018 13:54:37 +0000 (15:54 +0200)]
lazy open first source stream in assemblystream

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 23 Oct 2018 14:54:39 +0000 (14:54 +0000)]
[tx-robot] updated from transifex

5 years agoAdd acceptance tests for opening a section in the Files app 11995/head
Daniel Calviño Sánchez [Fri, 19 Oct 2018 18:34:19 +0000 (20:34 +0200)]
Add acceptance tests for opening a section in the Files app

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoRemove event handler no longer needed
Daniel Calviño Sánchez [Fri, 19 Oct 2018 18:33:05 +0000 (20:33 +0200)]
Remove event handler no longer needed

The custom handler for "URL changed" events were added to reload the
file list whenever the sections for favorites and shares were opened;
this was used to fix the problem of not reloading the file lists when
opening them for a second time. However, besides that the handlers were
not really necessary, and as the root of the bug was fixed in the
previous commit those handlers are now removed.

The file list for tags uses the handler for a different purpose, though,
so that one was kept.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoFix opening a section again in the Files app
Daniel Calviño Sánchez [Fri, 19 Oct 2018 18:32:15 +0000 (20:32 +0200)]
Fix opening a section again in the Files app

When a section is open in the Files app a "show" event is triggered.
File list objects handle that event by reloading themselves, but only
if the file list was shown at least once. However, the file list objects
of plugins are created when the "show" event is triggered for the first
time for their section; as the file list objects register their handler
for the "show" event when they are created they never handle the first
triggered "show" event, as the handler is set while that event is being
already handled. Therefore, from the point of view of the handler, the
second time that a "show" event was triggered it was seen as if the file
list was shown for the first time, and thus it was not reloaded. Now the
"shown" property is explicitly set for those file lists that are created
while handling a "show" event, which causes them to be reloaded as
expected when opening their section again.

Note that it is not possible to just reload the file list whenever it is
shown; the file list is reloaded also when the directory changes, and
this can happen when the web page is initially loaded and the URL is
parsed. In that case, if file lists were reloaded when shown for the
first time then it could be reloaded twice, one with the default
parameters due to the "show" event and another one with the proper
parameters once the URL was parsed, and the files that appeard in the
list would depend on which response from the server was received the
last.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoFix indentation
Daniel Calviño Sánchez [Fri, 19 Oct 2018 18:32:15 +0000 (20:32 +0200)]
Fix indentation

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoMerge pull request #11925 from nextcloud/backport/11920/properly-ignore-compiled...
Morris Jobke [Tue, 23 Oct 2018 14:30:40 +0000 (16:30 +0200)]
Merge pull request #11925 from nextcloud/backport/11920/properly-ignore-compiled-files-l10n

[stable14] Add .l10nignore files for compiled assets

5 years agoMerge pull request #11979 from nextcloud/bugfix-stable14/noid/forbid_freebusy_but_all...
Morris Jobke [Tue, 23 Oct 2018 14:03:50 +0000 (16:03 +0200)]
Merge pull request #11979 from nextcloud/bugfix-stable14/noid/forbid_freebusy_but_allow_local_delivery

[stable14] allow local delivery of schedule message while prohibiting FreeBusy requests

5 years agoMerge pull request #11976 from nextcloud/bugfix-stable14/9326/make_sure_usermanager_g...
Roeland Jago Douma [Tue, 23 Oct 2018 13:15:23 +0000 (15:15 +0200)]
Merge pull request #11976 from nextcloud/bugfix-stable14/9326/make_sure_usermanager_getByEmail_only_returns_IUser

[stable14] filter null values for UserManager::getByEmail

5 years agoMerge pull request #11990 from nextcloud/backport/11972/fix-l10n-fetching-from-theme
Roeland Jago Douma [Tue, 23 Oct 2018 09:50:58 +0000 (11:50 +0200)]
Merge pull request #11990 from nextcloud/backport/11972/fix-l10n-fetching-from-theme

[stable14] Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js

5 years agoLoad apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js 11990/head
Morris Jobke [Mon, 22 Oct 2018 09:02:23 +0000 (11:02 +0200)]
Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js

Before it quit right after finding the theme version of the l10n file which results in a not translated part of the UI.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agomove disableFreeBusy check from User principal backend to Scheduling Outbox collectio... 11979/head
Georg Ehrke [Sun, 14 Oct 2018 10:48:42 +0000 (12:48 +0200)]
move disableFreeBusy check from User principal backend to Scheduling Outbox collection. This allows to keep local delivery of scheduling messages while prohibiting FreeBusy requests

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agofilter null values for UserManager::getByEmail 11976/head
Georg Ehrke [Sun, 14 Oct 2018 17:09:55 +0000 (19:09 +0200)]
filter null values for UserManager::getByEmail

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoMerge pull request #11950 from Birkenstab/allow-same-origin-referrer-policy-backport
Morris Jobke [Mon, 22 Oct 2018 13:35:44 +0000 (15:35 +0200)]
Merge pull request #11950 from Birkenstab/allow-same-origin-referrer-policy-backport

Allow "same-origin" as "Referrer-Policy" (Backport to stable14)

5 years agoDo not emit preHooks twice on non-part-storage 11961/head
Roeland Jago Douma [Fri, 19 Oct 2018 10:19:53 +0000 (12:19 +0200)]
Do not emit preHooks twice on non-part-storage

The old code would emit the hooks twice. Thus having the version written
twice. Which is not very performant as it is first read twice as well.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAllow "same-origin" as "Referrer-Policy" 11950/head
Moritz Beck [Thu, 11 Oct 2018 11:09:17 +0000 (13:09 +0200)]
Allow "same-origin" as "Referrer-Policy"

Fixes #11531

Although "same-origin" is more strict than e.g. strict-origin it showed up a warning in setupcheck
Based on https://scotthelme.co.uk/a-new-security-header-referrer-policy/

Signed-off-by: Moritz Beck <git@birkenstab.de>
5 years agoMerge pull request #11939 from nextcloud/backport/11611/stable14
Roeland Jago Douma [Fri, 19 Oct 2018 17:30:34 +0000 (19:30 +0200)]
Merge pull request #11939 from nextcloud/backport/11611/stable14

[14] Allow userId to be null

5 years agoAllow userId to be null 11939/head
Roeland Jago Douma [Thu, 4 Oct 2018 11:04:58 +0000 (13:04 +0200)]
Allow userId to be null

Fixes #10852

A quick hack. Still ensures some type safety however now also accepts
null. Else we'd need to add a whole new layer of middlewares.

This can only happen when a guest user wants to access a controller that
requries the user_id.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #11929 from nextcloud/backport/11870/proper-column-name-escaping
Morris Jobke [Fri, 19 Oct 2018 13:48:41 +0000 (15:48 +0200)]
Merge pull request #11929 from nextcloud/backport/11870/proper-column-name-escaping

[stable14] Properly escape column name in "createFunction" call

5 years agoMerge pull request #11772 from nextcloud/stable14-pretty-urls-dont-work
Morris Jobke [Fri, 19 Oct 2018 10:16:22 +0000 (12:16 +0200)]
Merge pull request #11772 from nextcloud/stable14-pretty-urls-dont-work

[14] Allow overwrite.cli.url without trailing slash

5 years agoProperly escape column name in "createFunction" call 11929/head
Morris Jobke [Tue, 16 Oct 2018 12:55:41 +0000 (14:55 +0200)]
Properly escape column name in "createFunction" call

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoAdd .l10nignore files for compiled assets 11925/head
Morris Jobke [Fri, 19 Oct 2018 08:29:36 +0000 (10:29 +0200)]
Add .l10nignore files for compiled assets

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #11851 from nextcloud/backport/11802/fix-password_by_talk-not... 11883/head
Joas Schilling [Tue, 16 Oct 2018 14:32:06 +0000 (16:32 +0200)]
Merge pull request #11851 from nextcloud/backport/11802/fix-password_by_talk-not-a-boolean

[stable14] Fix a case where "password_by_talk" was not a boolean

6 years agoFix a case where "password_by_talk" was not a boolean (e.g. null or "0") and actively... 11851/head
Morris Jobke [Fri, 12 Oct 2018 15:01:52 +0000 (17:01 +0200)]
Fix a case where "password_by_talk" was not a boolean (e.g. null or "0") and actively cast it to a boolean

This was the error message that we have seen:

```
Argument 1 passed to OC\\Share20\\Share::setSendPasswordByTalk() must be of the type boolean, null given, called in apps/sharebymail/lib/ShareByMailProvider.php on line 981
```

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #11798 from nextcloud/backport/11782/stable14
Joas Schilling [Mon, 15 Oct 2018 09:06:28 +0000 (11:06 +0200)]
Merge pull request #11798 from nextcloud/backport/11782/stable14

[stable14] Add "Referrer-Policy" to htaccess file, addresses issue #11099

6 years agoMerge pull request #11790 from nextcloud/backport/11745/stable14
Roeland Jago Douma [Fri, 12 Oct 2018 13:32:33 +0000 (15:32 +0200)]
Merge pull request #11790 from nextcloud/backport/11745/stable14

[14] php7.3 CI

6 years agoAdd "Referrer-Policy" to htaccess file, addresses issue #11099 11798/head
Patrik Kernstock [Thu, 11 Oct 2018 17:44:05 +0000 (19:44 +0200)]
Add "Referrer-Policy" to htaccess file, addresses issue #11099

Signed-off-by: Patrik Kernstock <info@pkern.at>
6 years agoMerge pull request #11781 from burned42/stable14_fix_percent_sign_breaking_all_files_view
Roeland Jago Douma [Fri, 12 Oct 2018 10:30:03 +0000 (12:30 +0200)]
Merge pull request #11781 from burned42/stable14_fix_percent_sign_breaking_all_files_view

[stable14] Remove duplicate call to decodeURIComponent

6 years agoAllow php7.3 11790/head
Roeland Jago Douma [Wed, 10 Oct 2018 19:32:06 +0000 (21:32 +0200)]
Allow php7.3

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoAdd 7.3 CI to drone
Roeland Jago Douma [Wed, 10 Oct 2018 19:31:23 +0000 (21:31 +0200)]
Add 7.3 CI to drone

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #11784 from nextcloud/release/14.0.3 v14.0.3
Morris Jobke [Fri, 12 Oct 2018 06:46:59 +0000 (08:46 +0200)]
Merge pull request #11784 from nextcloud/release/14.0.3

14.0.3

6 years ago14.0.3 11784/head
Roeland Jago Douma [Thu, 11 Oct 2018 18:41:34 +0000 (20:41 +0200)]
14.0.3

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #11770 from nextcloud/backport/11764/stable14
Roeland Jago Douma [Thu, 11 Oct 2018 18:19:10 +0000 (20:19 +0200)]
Merge pull request #11770 from nextcloud/backport/11764/stable14

[14] Normalize getUnjailedPath

6 years agoRemove duplicate call to decodeURIComponent 11781/head
Bernd Stellwag [Wed, 10 Oct 2018 19:22:52 +0000 (21:22 +0200)]
Remove duplicate call to decodeURIComponent

Signed-off-by: Bernd Stellwag <burned@zerties.org>
(cherry picked from commit 0f030d885b735fa52536578d2cd269e3e9e39ffa)
Signed-off-by: Bernd Stellwag <burned@zerties.org>
6 years agoBackport https://github.com/nextcloud/server/pull/11446 11772/head
Daniel Kesselberg [Thu, 11 Oct 2018 13:14:33 +0000 (15:14 +0200)]
Backport https://github.com/nextcloud/server/pull/11446

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
6 years agoNormalize getUnjailedPath 11770/head
Roeland Jago Douma [Thu, 11 Oct 2018 10:54:45 +0000 (12:54 +0200)]
Normalize getUnjailedPath

Fixes #11637

If we do not normalize the unjailed path we might end up with a path
like files/user/folder/. which can break on objectstores

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #11761 from nextcloud/stable14-11756-ignore-session-lifetime-if...
Morris Jobke [Thu, 11 Oct 2018 11:25:20 +0000 (13:25 +0200)]
Merge pull request #11761 from nextcloud/stable14-11756-ignore-session-lifetime-if-it-can-not-be-converted-to-a-number

[stable14] Ignore "session_lifetime" if it can not be converted to a number

6 years agoIgnore "session_lifetime" if it can not be converted to a number 11761/head
Daniel Calviño Sánchez [Thu, 11 Oct 2018 08:53:25 +0000 (10:53 +0200)]
Ignore "session_lifetime" if it can not be converted to a number

When "session_lifetime" can not be converted to a number the interval
becomes a NaN due to dividing it by 2. This NaN was "dragged" over all
the other mathematical operations and caused the csrftoken to be got
again and again due to an infinite loop with no pauses in "setInterval".
Now, the interval is set to the default value instead if the
"session_lifetime" can not be converted to a number.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoMerge pull request #11662 from nextcloud/fix/11468/app-menu-scrollbar-14
Roeland Jago Douma [Thu, 11 Oct 2018 09:38:49 +0000 (11:38 +0200)]
Merge pull request #11662 from nextcloud/fix/11468/app-menu-scrollbar-14

[14] Fixes the apps menu scrollbar

6 years agoMerge pull request #11751 from nextcloud/release/14.0.2 v14.0.2
Morris Jobke [Thu, 11 Oct 2018 07:43:02 +0000 (09:43 +0200)]
Merge pull request #11751 from nextcloud/release/14.0.2

14.0.2

6 years ago14.0.2 11751/head
Roeland Jago Douma [Thu, 11 Oct 2018 06:03:46 +0000 (08:03 +0200)]
14.0.2

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #11738 from nextcloud/backport/11733/fix-setupcheck-14
Morris Jobke [Thu, 11 Oct 2018 06:49:57 +0000 (08:49 +0200)]
Merge pull request #11738 from nextcloud/backport/11733/fix-setupcheck-14

[stable14] Fix a misleading setup check for .well-known/caldav & carddav

6 years agoFix a misleading setup check for .well-known/caldav & carddav 11738/head
Morris Jobke [Wed, 10 Oct 2018 08:40:30 +0000 (10:40 +0200)]
Fix a misleading setup check for .well-known/caldav & carddav

The problem is that the version without the slash is the correct one.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 10 Oct 2018 00:13:24 +0000 (00:13 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #11715 from nextcloud/version/noid/14.0.2RC2 v14.0.2RC2
Morris Jobke [Tue, 9 Oct 2018 15:59:43 +0000 (17:59 +0200)]
Merge pull request #11715 from nextcloud/version/noid/14.0.2RC2

14.0.2 RC 2

6 years ago14.0.2 RC 2 11715/head
Morris Jobke [Tue, 9 Oct 2018 12:31:37 +0000 (14:31 +0200)]
14.0.2 RC 2

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #11720 from nextcloud/revert-11684-backport/10782/stable14
Morris Jobke [Tue, 9 Oct 2018 13:32:16 +0000 (15:32 +0200)]
Merge pull request #11720 from nextcloud/revert-11684-backport/10782/stable14

Revert "[stable14] in 14 the click action gets lost in the Backbone view."

6 years agoRevert "[stable14] in 14 the click action gets lost in the Backbone view." 11720/head
Morris Jobke [Tue, 9 Oct 2018 13:32:07 +0000 (15:32 +0200)]
Revert "[stable14] in 14 the click action gets lost in the Backbone view."

6 years agoMerge pull request #11684 from nextcloud/backport/10782/stable14
Morris Jobke [Tue, 9 Oct 2018 12:30:57 +0000 (14:30 +0200)]
Merge pull request #11684 from nextcloud/backport/10782/stable14

[stable14] in 14 the click action gets lost in the Backbone view.

6 years agoMerge pull request #11703 from nextcloud/backport/11677/stable14
Morris Jobke [Tue, 9 Oct 2018 11:29:17 +0000 (13:29 +0200)]
Merge pull request #11703 from nextcloud/backport/11677/stable14

[14] Allow the creationg of previews of files stored in appdata

6 years agoMerge pull request #11706 from nextcloud/backport/11705/update-crl
Morris Jobke [Tue, 9 Oct 2018 11:18:42 +0000 (13:18 +0200)]
Merge pull request #11706 from nextcloud/backport/11705/update-crl

[stable14] Update CRL due to changed cert for linkshareex

6 years agoUpdate CRL due to changed cert for linkshareex 11706/head
Morris Jobke [Tue, 9 Oct 2018 09:55:20 +0000 (11:55 +0200)]
Update CRL due to changed cert for linkshareex

See https://github.com/nextcloud/app-certificate-requests/pull/193

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoAllow the creationg of previews of files stored in appdata 11703/head
Roeland Jago Douma [Mon, 8 Oct 2018 12:35:35 +0000 (14:35 +0200)]
Allow the creationg of previews of files stored in appdata

To allow us to create previews of files stored in appdata we need to
construct the view differently.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 9 Oct 2018 00:12:37 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

6 years agoin 14 the click action gets lost in the Backbone view. 11684/head
Arthur Schiwon [Tue, 21 Aug 2018 14:28:37 +0000 (16:28 +0200)]
in 14 the click action gets lost in the Backbone view.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 8 Oct 2018 00:13:04 +0000 (00:13 +0000)]
[tx-robot] updated from transifex

6 years agoFixes the apps menu scrollbar 11662/head
Michael Weimann [Thu, 4 Oct 2018 20:09:28 +0000 (22:09 +0200)]
Fixes the apps menu scrollbar

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 7 Oct 2018 00:12:30 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 6 Oct 2018 00:12:23 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 5 Oct 2018 00:13:09 +0000 (00:13 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #11588 from nextcloud/version/noid/14.0.1RC1 14.0.2RC1 v14.0.2RC1
Morris Jobke [Thu, 4 Oct 2018 15:53:32 +0000 (17:53 +0200)]
Merge pull request #11588 from nextcloud/version/noid/14.0.1RC1

14.0.2 RC 1

6 years ago14.0.2 RC 1 11588/head
Morris Jobke [Wed, 3 Oct 2018 13:05:43 +0000 (15:05 +0200)]
14.0.2 RC 1

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #11610 from nextcloud/bugfix/noid/stable14-fix-call-to-logger
Morris Jobke [Thu, 4 Oct 2018 13:45:04 +0000 (15:45 +0200)]
Merge pull request #11610 from nextcloud/bugfix/noid/stable14-fix-call-to-logger

[14] Fix call to logger

6 years agoAppend error from exception for message 11610/head
Daniel Kesselberg [Wed, 3 Oct 2018 20:20:57 +0000 (22:20 +0200)]
Append error from exception for message

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
6 years agoMerge pull request #11608 from nextcloud/users-table-header-fix-14
Roeland Jago Douma [Thu, 4 Oct 2018 08:21:48 +0000 (10:21 +0200)]
Merge pull request #11608 from nextcloud/users-table-header-fix-14

[stable14] Fix header border on users list

6 years agoFix header border on users list 11608/head
John Molakvoæ (skjnldsv) [Thu, 4 Oct 2018 07:01:23 +0000 (09:01 +0200)]
Fix header border on users list

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 4 Oct 2018 00:12:17 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 3 Oct 2018 16:58:57 +0000 (16:58 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #11582 from nextcloud/stb14-users-table-header-fix
Morris Jobke [Wed, 3 Oct 2018 12:54:37 +0000 (14:54 +0200)]
Merge pull request #11582 from nextcloud/stb14-users-table-header-fix

[stable14] Fix sticky header on users list

6 years agoMerge pull request #11575 from nextcloud/stb14-add-group-settings
Morris Jobke [Wed, 3 Oct 2018 12:53:48 +0000 (14:53 +0200)]
Merge pull request #11575 from nextcloud/stb14-add-group-settings

[stable14] Add new group entry on users list + fixes

6 years agoMerge pull request #11579 from nextcloud/stb14-dropdown-bottom-users-list-fix
Roeland Jago Douma [Wed, 3 Oct 2018 11:36:17 +0000 (13:36 +0200)]
Merge pull request #11579 from nextcloud/stb14-dropdown-bottom-users-list-fix

[stable14] Force multiselect max-height to 5.5 items

6 years agoMerge pull request #11580 from nextcloud/backport/11568/stable14
Roeland Jago Douma [Wed, 3 Oct 2018 11:35:51 +0000 (13:35 +0200)]
Merge pull request #11580 from nextcloud/backport/11568/stable14

[stable14] Just update password hash without validating

6 years agoMerge pull request #11577 from nextcloud/backport/11185/stable14
Morris Jobke [Wed, 3 Oct 2018 10:58:27 +0000 (12:58 +0200)]
Merge pull request #11577 from nextcloud/backport/11185/stable14

[stable14] Redirect guests to login if they follow the link of a comment mention-notifications

6 years agoFixed js error 11575/head
John Molakvoæ (skjnldsv) [Wed, 3 Oct 2018 10:02:11 +0000 (12:02 +0200)]
Fixed js error

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoFix sticky header on users list 11582/head
John Molakvoæ (skjnldsv) [Wed, 3 Oct 2018 10:10:18 +0000 (12:10 +0200)]
Fix sticky header on users list

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoJust update password hash without validating 11580/head
Roeland Jago Douma [Tue, 2 Oct 2018 21:31:55 +0000 (23:31 +0200)]
Just update password hash without validating

Fixes #11097

If your password hash changed (becuse your are on 7.2 and we moved to
ARGON2). Then we shold not 'set a new password' but just update the
hash. As else we invoke the password policy again which might lock out
users.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoForce multiselect max-height to 5.5 items 11579/head
John Molakvoæ (skjnldsv) [Wed, 3 Oct 2018 06:33:24 +0000 (08:33 +0200)]
Force multiselect max-height to 5.5 items

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoRedirect guests to login if they follow the link of a comment mention-notification 11577/head
Joas Schilling [Wed, 12 Sep 2018 09:23:38 +0000 (11:23 +0200)]
Redirect guests to login if they follow the link of a comment mention-notification

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoAdd new group entry on users list + fixes
John Molakvoæ (skjnldsv) [Wed, 12 Sep 2018 15:20:39 +0000 (17:20 +0200)]
Add new group entry on users list + fixes

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #11558 from nextcloud/stable14-header-overflow
Roeland Jago Douma [Tue, 2 Oct 2018 21:06:17 +0000 (23:06 +0200)]
Merge pull request #11558 from nextcloud/stable14-header-overflow

[stable14] Fix header overflow, fix more apps menu, fix #11552

6 years agoMerge pull request #11556 from nextcloud/stable14-files-list-width-sharing
Morris Jobke [Tue, 2 Oct 2018 19:46:13 +0000 (21:46 +0200)]
Merge pull request #11556 from nextcloud/stable14-files-list-width-sharing

[stable14] Reduce the min-width of the files table so it works on sharing pages on mobile

6 years agoMerge pull request #11554 from nextcloud/backport/11111/fix-app-menu-ios
Morris Jobke [Tue, 2 Oct 2018 19:45:39 +0000 (21:45 +0200)]
Merge pull request #11554 from nextcloud/backport/11111/fix-app-menu-ios

[stable14] Added kinetic scrolling for iOS to apps dropdown menu #10281

6 years agoMerge pull request #11555 from nextcloud/backport/11435/stable14
Roeland Jago Douma [Tue, 2 Oct 2018 19:37:27 +0000 (21:37 +0200)]
Merge pull request #11555 from nextcloud/backport/11435/stable14

throw an error if a node is smaller than expected in assemblystream

6 years agoFix header overflow, fix more apps menu, fix #11552 11558/head
Jan-Christoph Borchardt [Tue, 2 Oct 2018 18:16:20 +0000 (20:16 +0200)]
Fix header overflow, fix more apps menu, fix #11552

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agothrow an error if a node is smaller than expected in assemblystream 11555/head
Robin Appelman [Fri, 28 Sep 2018 13:40:08 +0000 (15:40 +0200)]
throw an error if a node is smaller than expected in assemblystream

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoReduce the min-width of the files table so it works on sharing pages on mobile 11556/head
Jan-Christoph Borchardt [Mon, 1 Oct 2018 10:33:13 +0000 (12:33 +0200)]
Reduce the min-width of the files table so it works on sharing pages on mobile

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoAdded kinetic scrolling for iOS to apps dropdown menu #10281 11554/head
kevin147147 [Fri, 7 Sep 2018 15:47:24 +0000 (17:47 +0200)]
Added kinetic scrolling for iOS to apps dropdown menu #10281

this is tested with nc14

6 years agoMerge pull request #11530 from nextcloud/stb14-brdcrmb-fx
Roeland Jago Douma [Tue, 2 Oct 2018 08:10:58 +0000 (10:10 +0200)]
Merge pull request #11530 from nextcloud/stb14-brdcrmb-fx

Fix breadcrumbs

6 years agoFix breadcrumbs 11530/head
John Molakvoæ (skjnldsv) [Tue, 2 Oct 2018 05:55:17 +0000 (07:55 +0200)]
Fix breadcrumbs

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #11525 from nextcloud/fix/11315/filepicker-buttons-nc14
John Molakvoæ [Tue, 2 Oct 2018 05:10:44 +0000 (07:10 +0200)]
Merge pull request #11525 from nextcloud/fix/11315/filepicker-buttons-nc14

[14] Fixes the move/copy picker buttons

6 years agoFixes file/folder move/copy buttons 11525/head
Michael Weimann [Mon, 1 Oct 2018 21:10:14 +0000 (23:10 +0200)]
Fixes file/folder move/copy buttons

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
6 years agoFix buttons wrapping on long folder names
Jan-Christoph Borchardt [Mon, 1 Oct 2018 18:38:10 +0000 (20:38 +0200)]
Fix buttons wrapping on long folder names

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoMerge pull request #11516 from nextcloud/backport/11515/mimteype-list-update
Roeland Jago Douma [Mon, 1 Oct 2018 19:53:40 +0000 (21:53 +0200)]
Merge pull request #11516 from nextcloud/backport/11515/mimteype-list-update

[stable14] Add missing compiled mimetype list

6 years agoMerge pull request #11511 from nextcloud/stable14-share-header
Roeland Jago Douma [Mon, 1 Oct 2018 15:36:51 +0000 (17:36 +0200)]
Merge pull request #11511 from nextcloud/stable14-share-header

[stable14] Fix share header text on small widths

6 years agoMerge pull request #11510 from nextcloud/stable14-public-footer
Roeland Jago Douma [Mon, 1 Oct 2018 15:36:34 +0000 (17:36 +0200)]
Merge pull request #11510 from nextcloud/stable14-public-footer

[stable14] Fix public page footer link wrap