]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 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>
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

6 years agoMerge pull request #11505 from nextcloud/drone/14/no_branch_wildcard
Roeland Jago Douma [Mon, 1 Oct 2018 14:43:56 +0000 (16:43 +0200)]
Merge pull request #11505 from nextcloud/drone/14/no_branch_wildcard

[Stable14] Drone: do not check stable* but only stable14

6 years agoAdd missing compiled mimetype list - see #10135 11516/head
Morris Jobke [Mon, 1 Oct 2018 13:54:02 +0000 (15:54 +0200)]
Add missing compiled mimetype list - see #10135

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoRemove non-clickable right margin from 3-dot-menu in share page header 11511/head
Jan-Christoph Borchardt [Mon, 1 Oct 2018 09:50:29 +0000 (11:50 +0200)]
Remove non-clickable right margin from 3-dot-menu in share page header

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoEllipsize long filenames and sharee names in public share page header
Jan-Christoph Borchardt [Mon, 1 Oct 2018 09:49:16 +0000 (11:49 +0200)]
Ellipsize long filenames and sharee names in public share page header

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoFix public page footer link wrap 11510/head
Jan-Christoph Borchardt [Mon, 1 Oct 2018 09:14:31 +0000 (11:14 +0200)]
Fix public page footer link wrap

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoMerge pull request #11492 from nextcloud/backport/11316/container-queryexception...
Morris Jobke [Mon, 1 Oct 2018 12:21:43 +0000 (14:21 +0200)]
Merge pull request #11492 from nextcloud/backport/11316/container-queryexception-only-14

[stable14] only catch QueryException when trying to build class

6 years agoMerge pull request #11493 from nextcloud/backport/11416/show-email-authtype-none-14
Morris Jobke [Mon, 1 Oct 2018 10:34:48 +0000 (12:34 +0200)]
Merge pull request #11493 from nextcloud/backport/11416/show-email-authtype-none-14

[stable14] Show auth type "None" in email settings

6 years ago[Stable14] Drone: do not check stable* but only stable14 11505/head
Roeland Jago Douma [Mon, 1 Oct 2018 10:12:15 +0000 (12:12 +0200)]
[Stable14] Drone: do not check stable* but only stable14

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #11488 from nextcloud/backport/11047/typo-config-sample
Morris Jobke [Mon, 1 Oct 2018 10:11:21 +0000 (12:11 +0200)]
Merge pull request #11488 from nextcloud/backport/11047/typo-config-sample

[stable14] Fix typo in config.sample.php

6 years agoMerge pull request #11490 from nextcloud/stable14-babel-npm-webpack-fixes
Roeland Jago Douma [Mon, 1 Oct 2018 10:01:40 +0000 (12:01 +0200)]
Merge pull request #11490 from nextcloud/stable14-babel-npm-webpack-fixes

[stable14] Update config and babel for ie11

6 years agoMerge pull request #11489 from nextcloud/backport/11123/2fa-button
Roeland Jago Douma [Mon, 1 Oct 2018 10:01:26 +0000 (12:01 +0200)]
Merge pull request #11489 from nextcloud/backport/11123/2fa-button

[stable14] Bugfix 2FA theme: buttons white

6 years agoShow auth type "None" in email settings 11493/head
Morris Jobke [Thu, 27 Sep 2018 14:59:43 +0000 (16:59 +0200)]
Show auth type "None" in email settings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoonly catch QueryException when trying to build class 11492/head
Robin Appelman [Fri, 21 Sep 2018 16:32:15 +0000 (18:32 +0200)]
only catch QueryException when trying to build class

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoUsed CSS Variables 11489/head
EASY [Mon, 10 Sep 2018 14:16:37 +0000 (16:16 +0200)]
Used CSS Variables

6 years agoUpdate config and babel for ie11 11490/head
John Molakvoæ (skjnldsv) [Mon, 1 Oct 2018 08:25:00 +0000 (10:25 +0200)]
Update config and babel for ie11

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoUpdate theming.scss
EASY [Sun, 9 Sep 2018 09:15:35 +0000 (11:15 +0200)]
Update theming.scss

6 years agoFix typo in config.sample.php 11488/head
Marius Blüm [Tue, 4 Sep 2018 09:18:10 +0000 (11:18 +0200)]
Fix typo in config.sample.php

Signed-off-by: Marius Blüm <marius@lineone.io>
6 years agoMerge pull request #11451 from nextcloud/stable14_10833
Morris Jobke [Mon, 1 Oct 2018 08:19:07 +0000 (10:19 +0200)]
Merge pull request #11451 from nextcloud/stable14_10833

[stable14] Re-enable upload button after updating Avatar

6 years agoRe-enable upload button after updating Avatar fixes #8623 11451/head
Tobia De Koninck [Fri, 24 Aug 2018 13:15:16 +0000 (15:15 +0200)]
Re-enable upload button after updating Avatar fixes #8623

Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
6 years agoMerge pull request #11436 from nextcloud/assemblystream-eof-14
Roeland Jago Douma [Fri, 28 Sep 2018 14:56:34 +0000 (16:56 +0200)]
Merge pull request #11436 from nextcloud/assemblystream-eof-14

[14] AssemblyStream is also eof if we have no more source stream

6 years agoAssemblyStream is also eof if we have no more source stream 11436/head
Robin Appelman [Fri, 28 Sep 2018 12:39:23 +0000 (14:39 +0200)]
AssemblyStream is also eof if we have no more source stream

Signed-off-by: Robin Appelman <robin@icewind.nl>