]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
6 years agoFix overflow x scroll on app content list 10944/head
John Molakvoæ (skjnldsv) [Fri, 31 Aug 2018 07:17:54 +0000 (09:17 +0200)]
Fix overflow x scroll on app content list

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #10924 from nextcloud/bugfix/10901/theming-bugfix-primary
Julius Härtl [Thu, 30 Aug 2018 15:35:40 +0000 (17:35 +0200)]
Merge pull request #10924 from nextcloud/bugfix/10901/theming-bugfix-primary

Fix SCSS variable management with the theming app

6 years agoMerge pull request #10853 from nextcloud/apps-menu-fix-mobile
Julius Härtl [Thu, 30 Aug 2018 12:51:09 +0000 (14:51 +0200)]
Merge pull request #10853 from nextcloud/apps-menu-fix-mobile

Fix apps menu on mobile

6 years agoFix capabilities test 10924/head
Julius Härtl [Thu, 30 Aug 2018 12:45:06 +0000 (14:45 +0200)]
Fix capabilities test

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMake the default element color for bright theming colors lighter
Julius Härtl [Wed, 29 Aug 2018 14:46:54 +0000 (16:46 +0200)]
Make the default element color for bright theming colors lighter

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 30 Aug 2018 00:12:07 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #10876 from nextcloud/bugfix/10873/theming-settingsbutton
Julius Härtl [Wed, 29 Aug 2018 15:24:05 +0000 (17:24 +0200)]
Merge pull request #10876 from nextcloud/bugfix/10873/theming-settingsbutton

Theming: apply proper size to the remove background button

6 years agoRemove border from primary button when color is bright
Julius Härtl [Wed, 29 Aug 2018 14:46:37 +0000 (16:46 +0200)]
Remove border from primary button when color is bright

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMove SCSS variable fetching before the variables.scss to properly calculate color...
Julius Härtl [Wed, 29 Aug 2018 14:46:12 +0000 (16:46 +0200)]
Move SCSS variable fetching before the variables.scss to properly calculate color values

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 29 Aug 2018 00:12:07 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #10854 from nextcloud/fix-10764
Morris Jobke [Tue, 28 Aug 2018 15:50:20 +0000 (17:50 +0200)]
Merge pull request #10854 from nextcloud/fix-10764

Allow same section class for multiple section types (fix #10764)

6 years agoMerge pull request #10871 from cviereck/patch-1
Morris Jobke [Tue, 28 Aug 2018 14:52:20 +0000 (16:52 +0200)]
Merge pull request #10871 from cviereck/patch-1

cast timestamps older than unix epoch to 0

6 years agoFix apps menu and typo 10853/head
John Molakvoæ (skjnldsv) [Tue, 28 Aug 2018 11:48:06 +0000 (13:48 +0200)]
Fix apps menu and typo

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #10892 from nextcloud/fix-drag-shadow-in-files-app
John Molakvoæ [Tue, 28 Aug 2018 11:13:52 +0000 (13:13 +0200)]
Merge pull request #10892 from nextcloud/fix-drag-shadow-in-files-app

Fix drag shadow in Files app

6 years agoMerge pull request #10881 from nextcloud/fix/10705/notification-width
John Molakvoæ [Tue, 28 Aug 2018 11:08:09 +0000 (13:08 +0200)]
Merge pull request #10881 from nextcloud/fix/10705/notification-width

Makes the notifications area width equal to the contents

6 years agoMerge pull request #10875 from nextcloud/bugfix/10024/theming-footer-link
Julius Härtl [Tue, 28 Aug 2018 11:01:20 +0000 (13:01 +0200)]
Merge pull request #10875 from nextcloud/bugfix/10024/theming-footer-link

Theming: Only link Entity in footer if a url is set

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 28 Aug 2018 00:13:06 +0000 (00:13 +0000)]
[tx-robot] updated from transifex

6 years agoRemove limit on "max-width" for file names in drag shadow 10892/head
Daniel Calviño Sánchez [Mon, 27 Aug 2018 16:12:50 +0000 (18:12 +0200)]
Remove limit on "max-width" for file names in drag shadow

The general file list sets "max-width: 0" in the file names, which
causes the file names in the drag shadow to have no width for their
content and thus to overlap with the file size.

As that limit is needed for proper layout in the general file list it is
removed only for file names in drag shadows.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoIncrease z-index of drag shadow for files
Daniel Calviño Sánchez [Mon, 27 Aug 2018 16:08:45 +0000 (18:08 +0200)]
Increase z-index of drag shadow for files

The drag shadow is a sibling of "#content" so its z-index must be higher
than the z-index of the content children (navigation bar, app content
and app sidebar) to appear in front of them.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoMakes the notifications area width equal to the contents 10881/head
Michael Weimann [Mon, 27 Aug 2018 13:24:51 +0000 (15:24 +0200)]
Makes the notifications area width equal to the contents

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
6 years agoTheming: Fix footer tests 10875/head
Julius Härtl [Mon, 27 Aug 2018 13:22:49 +0000 (15:22 +0200)]
Theming: Fix footer tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoTheming: Only Entity in footer if a url is set
Julius Härtl [Mon, 27 Aug 2018 10:17:25 +0000 (12:17 +0200)]
Theming: Only Entity in footer if a url is set

fixes #10024

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoTheming: apply proper size to the remove background button 10876/head
Julius Härtl [Mon, 27 Aug 2018 10:35:02 +0000 (12:35 +0200)]
Theming: apply proper size to the remove background button

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #10867 from nextcloud/bugfix/noid/a11y
Joas Schilling [Mon, 27 Aug 2018 09:16:28 +0000 (11:16 +0200)]
Merge pull request #10867 from nextcloud/bugfix/noid/a11y

Use empty alt tag for avatars since there is always the name next to it

6 years agocast timestamps older than unix epoch to 0 10871/head
Christian [Mon, 27 Aug 2018 05:44:24 +0000 (07:44 +0200)]
cast timestamps older than unix epoch to 0

This change solves issues #10870, which is caused by method castValue of class FileSearchBackend: It casts the timestamps older than the unix epoch to false., see my comment https://github.com/nextcloud/server/pull/10835#discussion_r212806153.

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 Aug 2018 00:12:14 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #10858 from nextcloud/public-logo-fixes
Roeland Jago Douma [Sun, 26 Aug 2018 19:34:08 +0000 (21:34 +0200)]
Merge pull request #10858 from nextcloud/public-logo-fixes

Fix public pages conflicting

6 years agoMake the color important 10867/head
Joas Schilling [Sun, 26 Aug 2018 17:12:57 +0000 (19:12 +0200)]
Make the color important

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoUse empty alt tag for avatars since there is always the name next to it
Joas Schilling [Sun, 26 Aug 2018 16:29:02 +0000 (18:29 +0200)]
Use empty alt tag for avatars since there is always the name next to it

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoMerge pull request #10856 from nextcloud/bugfix/noid/comments-contactsmenu
John Molakvoæ [Sun, 26 Aug 2018 12:32:45 +0000 (14:32 +0200)]
Merge pull request #10856 from nextcloud/bugfix/noid/comments-contactsmenu

Fix contactsmenu for mentioned users in comments

6 years agoFix public pages conflicting 10858/head
John Molakvoæ (skjnldsv) [Sun, 26 Aug 2018 08:33:26 +0000 (10:33 +0200)]
Fix public pages conflicting

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #10855 from nextcloud/stefan-niedermann-patch-1
Roeland Jago Douma [Sun, 26 Aug 2018 08:32:16 +0000 (10:32 +0200)]
Merge pull request #10855 from nextcloud/stefan-niedermann-patch-1

Add "Join the Team" section to README.md

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 26 Aug 2018 00:12:33 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

6 years agoFix contactsmenu for mentioned users in comments 10856/head
Julius Härtl [Sat, 25 Aug 2018 16:25:47 +0000 (18:25 +0200)]
Fix contactsmenu for mentioned users in comments

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoAdd "Join the Team" section to README.md 10855/head
Niedermann IT-Dienstleistungen [Sat, 25 Aug 2018 15:51:20 +0000 (17:51 +0200)]
Add "Join the Team" section to README.md

Written at the Nextcloud Conf workshop

6 years agoAllow same section class for multiple section types (fix #10764) 10854/head
sualko [Sat, 25 Aug 2018 14:48:37 +0000 (16:48 +0200)]
Allow same section class for multiple section types (fix #10764)

Signed-off-by: Klaus Herberth <klaus@jsxc.org>
6 years agoMerge pull request #10846 from nextcloud/bugfix/noid/add-the-new-share-type-to-the...
Morris Jobke [Sat, 25 Aug 2018 13:41:53 +0000 (15:41 +0200)]
Merge pull request #10846 from nextcloud/bugfix/noid/add-the-new-share-type-to-the-app-info-xsd

Add the new share type

6 years agoFix apps menu on mobile
John Molakvoæ (skjnldsv) [Sat, 25 Aug 2018 13:12:08 +0000 (15:12 +0200)]
Fix apps menu on mobile

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

6 years agoAdd the new share type 10846/head
Joas Schilling [Fri, 24 Aug 2018 21:06:44 +0000 (23:06 +0200)]
Add the new share type

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoMerge pull request #10844 from nextcloud/version/noid/14.0.0RC1 v14.0.0RC1
Morris Jobke [Fri, 24 Aug 2018 20:51:45 +0000 (22:51 +0200)]
Merge pull request #10844 from nextcloud/version/noid/14.0.0RC1

14.0.0 RC 1

6 years ago14.0.0 RC 1 10844/head
Morris Jobke [Fri, 24 Aug 2018 20:25:22 +0000 (22:25 +0200)]
14.0.0 RC 1

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #10838 from nextcloud/header-fixes-and-public-note
Morris Jobke [Fri, 24 Aug 2018 20:21:55 +0000 (22:21 +0200)]
Merge pull request #10838 from nextcloud/header-fixes-and-public-note

Header fixes and public note

6 years agoFix jsunit 10838/head
John Molakvoæ (skjnldsv) [Fri, 24 Aug 2018 20:05:43 +0000 (22:05 +0200)]
Fix jsunit

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #10827 from steiny2k/HEICHEIF
Roeland Jago Douma [Fri, 24 Aug 2018 19:49:33 +0000 (21:49 +0200)]
Merge pull request #10827 from steiny2k/HEICHEIF

HEIC previews as JPG rather than PNGs to save space.

6 years agoMerge pull request #10820 from nextcloud/fix/noid/emptydefaultprefix
Morris Jobke [Fri, 24 Aug 2018 19:37:00 +0000 (21:37 +0200)]
Merge pull request #10820 from nextcloud/fix/noid/emptydefaultprefix

[LDAP] The WebUI Wizard also should not assign empty config IDs

6 years agoFixes 10827/head
Roeland Jago Douma [Fri, 24 Aug 2018 19:27:21 +0000 (21:27 +0200)]
Fixes

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #10834 from nextcloud/add-support-for-room-shares
Roeland Jago Douma [Fri, 24 Aug 2018 19:15:54 +0000 (21:15 +0200)]
Merge pull request #10834 from nextcloud/add-support-for-room-shares

Add support for room shares

6 years agoMerge pull request #10835 from nextcloud/dav-search-no-negative-mtime
Morris Jobke [Fri, 24 Aug 2018 18:32:26 +0000 (20:32 +0200)]
Merge pull request #10835 from nextcloud/dav-search-no-negative-mtime

disallow negative mtime in dav search

6 years agoTests fixes
John Molakvoæ (skjnldsv) [Fri, 24 Aug 2018 18:31:29 +0000 (20:31 +0200)]
Tests fixes

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #10803 from nextcloud/smb-dir-instead-of-allinfo
Morris Jobke [Fri, 24 Aug 2018 17:30:30 +0000 (19:30 +0200)]
Merge pull request #10803 from nextcloud/smb-dir-instead-of-allinfo

prefer using dir instead of allinfo for getting smb file info

6 years agoMerge pull request #10841 from nextcloud/load-app-catch-exceptions
Morris Jobke [Fri, 24 Aug 2018 17:29:47 +0000 (19:29 +0200)]
Merge pull request #10841 from nextcloud/load-app-catch-exceptions

also catch exceptions when loading apps

6 years agoFix tests 10834/head
Roeland Jago Douma [Fri, 24 Aug 2018 16:20:04 +0000 (18:20 +0200)]
Fix tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoAdd support for rooms in the list of candidates to share with UI
Daniel Calviño Sánchez [Mon, 16 Jul 2018 01:51:45 +0000 (03:51 +0200)]
Add support for rooms in the list of candidates to share with UI

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd rooms in the default candidate types to look for when sharing
Daniel Calviño Sánchez [Mon, 16 Jul 2018 01:48:50 +0000 (03:48 +0200)]
Add rooms in the default candidate types to look for when sharing

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoMerge pull request #10773 from nextcloud/collapsible-dark-fix
Morris Jobke [Fri, 24 Aug 2018 15:56:00 +0000 (17:56 +0200)]
Merge pull request #10773 from nextcloud/collapsible-dark-fix

Accessibility theme fixes

6 years agoMerge branch 'header-fixes-and-public-note' of https://github.com/nextcloud/server...
John Molakvoæ (skjnldsv) [Fri, 24 Aug 2018 15:40:31 +0000 (17:40 +0200)]
Merge branch 'header-fixes-and-public-note' of https://github.com/nextcloud/server into header-fixes-and-public-note

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoFix public share link order
John Molakvoæ (skjnldsv) [Fri, 24 Aug 2018 15:40:05 +0000 (17:40 +0200)]
Fix public share link order

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agofix missing import 10803/head
Robin Appelman [Fri, 24 Aug 2018 15:34:36 +0000 (17:34 +0200)]
fix missing import

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoFix header logo padding
Julius Härtl [Fri, 24 Aug 2018 15:32:31 +0000 (17:32 +0200)]
Fix header logo padding

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #10828 from nextcloud/bugfix/fac-108/mimetype-detection-broken...
Morris Jobke [Fri, 24 Aug 2018 15:22:56 +0000 (17:22 +0200)]
Merge pull request #10828 from nextcloud/bugfix/fac-108/mimetype-detection-broken-for-junked-uploads

Fix mimetype detection for junked uploads

6 years agoalso catch exceptions when loading apps 10841/head
Robin Appelman [Fri, 24 Aug 2018 15:16:54 +0000 (17:16 +0200)]
also catch exceptions when loading apps

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoMerge pull request #10724 from nextcloud/large-share-count-performance
Morris Jobke [Fri, 24 Aug 2018 15:10:17 +0000 (17:10 +0200)]
Merge pull request #10724 from nextcloud/large-share-count-performance

Improve performance when dealing with large numbers of shares

6 years agoFix public link order and fix skip to content
John Molakvoæ (skjnldsv) [Fri, 24 Aug 2018 14:53:18 +0000 (16:53 +0200)]
Fix public link order and fix skip to content

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoFix mobile view and add public share note view
John Molakvoæ (skjnldsv) [Fri, 24 Aug 2018 14:45:40 +0000 (16:45 +0200)]
Fix mobile view  and add public share note view

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #10670 from nextcloud/fix/login-throttle-username-length
Morris Jobke [Fri, 24 Aug 2018 14:25:35 +0000 (16:25 +0200)]
Merge pull request #10670 from nextcloud/fix/login-throttle-username-length

Fix max length requirements for the throttler metadata

6 years agodisallow negative mtime in dav search 10835/head
Robin Appelman [Fri, 24 Aug 2018 14:20:07 +0000 (16:20 +0200)]
disallow negative mtime in dav search

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoFix header calculation and better public design
John Molakvoæ (skjnldsv) [Fri, 24 Aug 2018 13:45:39 +0000 (15:45 +0200)]
Fix header calculation and better public design

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #10334 from denismosolov/group-add
Denis Mosolov [Fri, 24 Aug 2018 10:46:16 +0000 (13:46 +0300)]
Merge pull request #10334 from denismosolov/group-add

Add options to create/remove groups via occ

6 years agoFix mimetype detection for junked uploads 10828/head
Joas Schilling [Fri, 24 Aug 2018 08:42:59 +0000 (10:42 +0200)]
Fix mimetype detection for junked uploads

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoHEIC previews as JPG rather than PNGs to save space.
Sebastian Steinmetz [Fri, 24 Aug 2018 06:58:28 +0000 (08:58 +0200)]
HEIC previews as JPG rather than PNGs to save space.

Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
6 years agoMerge pull request #10589 from nextcloud/smb-stat-retry
Morris Jobke [Fri, 24 Aug 2018 05:00:40 +0000 (07:00 +0200)]
Merge pull request #10589 from nextcloud/smb-stat-retry

retry smb stat on timeout

6 years agoMerge pull request #10801 from nextcloud/documentation/10526/add-sample-config-for...
Morris Jobke [Fri, 24 Aug 2018 04:59:44 +0000 (06:59 +0200)]
Merge pull request #10801 from nextcloud/documentation/10526/add-sample-config-for-heic

Add sample config for HEIC image previews

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 Aug 2018 00:12:20 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

6 years ago[LDAP] The WebUI Wizard also should not assign empty config IDs 10820/head
Arthur Schiwon [Thu, 23 Aug 2018 11:37:15 +0000 (13:37 +0200)]
[LDAP] The WebUI Wizard also should not assign empty config IDs

With 689df9a843dd0505088143de039af775a3f92612 the behaviour to assign only
non-empty config IDs was introduced. Only, this was only effective for CLI
and OCS API.

Related to #3270.

The web UI creates now also a full configuration on first load. This fixes
#5094.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 years agoassume the same timezone when using local domain names for smb
Robin Appelman [Wed, 22 Aug 2018 12:25:04 +0000 (14:25 +0200)]
assume the same timezone when using local domain names for smb

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoimproved fallback of timezone detection
Robin Appelman [Wed, 22 Aug 2018 12:22:52 +0000 (14:22 +0200)]
improved fallback of timezone detection

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoMerge pull request #10822 from nextcloud/feature/noid/show-link-to-simple-sign-up
Morris Jobke [Thu, 23 Aug 2018 13:31:51 +0000 (15:31 +0200)]
Merge pull request #10822 from nextcloud/feature/noid/show-link-to-simple-sign-up

Show link to simple sign up page

6 years agoMerge pull request #10815 from nextcloud/fix/noid/missingreturnval
Morris Jobke [Thu, 23 Aug 2018 12:53:00 +0000 (14:53 +0200)]
Merge pull request #10815 from nextcloud/fix/noid/missingreturnval

returning of $tr is expected, otherwise ending up in a JS error

6 years agoShow link to simple sign up page 10822/head
Morris Jobke [Thu, 23 Aug 2018 12:32:42 +0000 (14:32 +0200)]
Show link to simple sign up page

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 Aug 2018 00:12:59 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

6 years agoreturning of $tr is expected, otherwise ending up in a JS error 10815/head
Arthur Schiwon [Wed, 22 Aug 2018 22:28:03 +0000 (00:28 +0200)]
returning of $tr is expected, otherwise ending up in a JS error

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 years agoMerge pull request #10787 from nextcloud/fix/10786/click-the-last-app
John Molakvoæ [Wed, 22 Aug 2018 14:11:15 +0000 (16:11 +0200)]
Merge pull request #10787 from nextcloud/fix/10786/click-the-last-app

Fixes the app menu

6 years agouse dir instead of allinfo where possible
Robin Appelman [Wed, 22 Aug 2018 12:16:33 +0000 (14:16 +0200)]
use dir instead of allinfo where possible

6 years agoAdd sample config for HEIC image previews 10801/head
Morris Jobke [Wed, 22 Aug 2018 11:44:05 +0000 (13:44 +0200)]
Add sample config for HEIC image previews

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #10526 from steiny2k/HEICHEIF
Morris Jobke [Wed, 22 Aug 2018 11:41:19 +0000 (13:41 +0200)]
Merge pull request #10526 from steiny2k/HEICHEIF

Support HEIC for previews

6 years agoMerge pull request #10789 from nextcloud/fix/2fa-app-multiple-providers
Morris Jobke [Wed, 22 Aug 2018 08:50:22 +0000 (10:50 +0200)]
Merge pull request #10789 from nextcloud/fix/2fa-app-multiple-providers

Fix loading providers of 2FA app with more than one provider

6 years agoMerge pull request #10780 from danielkesselberg/bugfix/7654/apply-patch-for-sabre-dav
Morris Jobke [Wed, 22 Aug 2018 08:49:27 +0000 (10:49 +0200)]
Merge pull request #10780 from danielkesselberg/bugfix/7654/apply-patch-for-sabre-dav

[3rdparty] Apply upstream patch #1025 for sabre-dav

6 years agoFix keyboard menu element event detection 10787/head
John Molakvoæ (skjnldsv) [Wed, 22 Aug 2018 07:47:00 +0000 (09:47 +0200)]
Fix keyboard menu element event detection

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

6 years agoFix loading providers of 2FA app with more than one provider 10789/head
Christoph Wurst [Tue, 21 Aug 2018 20:53:38 +0000 (22:53 +0200)]
Fix loading providers of 2FA app with more than one provider

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years agoFixes the app menu
Michael Weimann [Tue, 21 Aug 2018 19:47:04 +0000 (21:47 +0200)]
Fixes the app menu

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
6 years agoMerge pull request #10775 from nextcloud/fix/10431/ldap-groups
blizzz [Tue, 21 Aug 2018 15:05:12 +0000 (17:05 +0200)]
Merge pull request #10775 from nextcloud/fix/10431/ldap-groups

Resolve all group memberships properly

6 years agoApply patch for sabre dav 10780/head
Daniel Kesselberg [Tue, 21 Aug 2018 13:09:58 +0000 (15:09 +0200)]
Apply patch for sabre dav

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
6 years agoMerge pull request #10771 from nextcloud/fix/10766/backup-codes-column-length-argon
Morris Jobke [Tue, 21 Aug 2018 09:08:46 +0000 (11:08 +0200)]
Merge pull request #10771 from nextcloud/fix/10766/backup-codes-column-length-argon

Fix backup codes column length for Argon2 values

6 years agoraise version to trigger migration 10771/head
Morris Jobke [Tue, 21 Aug 2018 09:08:14 +0000 (11:08 +0200)]
raise version to trigger migration

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoResolve all group memberships properly 10775/head
Morris Jobke [Tue, 21 Aug 2018 08:57:50 +0000 (10:57 +0200)]
Resolve all group memberships properly

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #10539 from nextcloud/feature-8642-memory-check
Morris Jobke [Tue, 21 Aug 2018 07:51:33 +0000 (09:51 +0200)]
Merge pull request #10539 from nextcloud/feature-8642-memory-check

Adds a setup and cli check for the recommended memory limit

6 years agoRefactor some code 10539/head
Morris Jobke [Tue, 21 Aug 2018 07:51:05 +0000 (09:51 +0200)]
Refactor some code

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoFix integration test execution on Dron
Christoph Wurst [Tue, 21 Aug 2018 07:07:10 +0000 (09:07 +0200)]
Fix integration test execution on Dron

Apparently the Nextcloud server ignores tests that have `Integration` in their
fully-qualified class name, hence the backup codes integration tests were removed.
This moves them up one directory (out of `Integration`) to fix that.
Real unit tests remain in the `Unit` directory.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>