]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
6 years agoFix double-inserts of the same provider state 10611/head
Christoph Wurst [Thu, 9 Aug 2018 11:56:04 +0000 (13:56 +0200)]
Fix double-inserts of the same provider state

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years agoAdd integration/unit test for the double-insert of same values
Christoph Wurst [Thu, 9 Aug 2018 11:43:00 +0000 (13:43 +0200)]
Add integration/unit test for the double-insert of same values

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years agoMerge pull request #10588 from nextcloud/fix/single-2fa-provider-login-redirect
Roeland Jago Douma [Thu, 9 Aug 2018 10:27:29 +0000 (12:27 +0200)]
Merge pull request #10588 from nextcloud/fix/single-2fa-provider-login-redirect

Fix login redirection if only one 2FA provider is active

6 years agoMerge pull request #10604 from nextcloud/release/14/beta3 v14.0.0beta3
Roeland Jago Douma [Thu, 9 Aug 2018 09:29:01 +0000 (11:29 +0200)]
Merge pull request #10604 from nextcloud/release/14/beta3

Nextcloud 14.0.0 beta3

6 years agoNextcloud 14.0.0 beta3 10604/head
Roeland Jago Douma [Thu, 9 Aug 2018 09:18:21 +0000 (11:18 +0200)]
Nextcloud 14.0.0 beta3

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #10255 from nextcloud/add-support-for-room-shares
Björn Schießle [Thu, 9 Aug 2018 08:44:11 +0000 (10:44 +0200)]
Merge pull request #10255 from nextcloud/add-support-for-room-shares

Add support for room shares

6 years agoMerge pull request #10537 from MartB/mselect_fix
Roeland Jago Douma [Thu, 9 Aug 2018 08:41:38 +0000 (10:41 +0200)]
Merge pull request #10537 from MartB/mselect_fix

Fix multiSelectMenu for public shares #10536

6 years agoMerge pull request #8690 from nextcloud/feature/8565/make-thunderbird-and-outlook...
Roeland Jago Douma [Thu, 9 Aug 2018 07:55:26 +0000 (09:55 +0200)]
Merge pull request #8690 from nextcloud/feature/8565/make-thunderbird-and-outlook-addons-identifyable

[Part2] Make thunderbird and outlook addons identifyable

6 years agoMerge pull request #10597 from nextcloud/fix/10583/guest-icon-paths
Roeland Jago Douma [Thu, 9 Aug 2018 07:45:45 +0000 (09:45 +0200)]
Merge pull request #10597 from nextcloud/fix/10583/guest-icon-paths

Restores the guest icons

6 years agoMerge pull request #10599 from nextcloud/fix/app-code-checker-ignore-build-dir
Roeland Jago Douma [Thu, 9 Aug 2018 06:50:31 +0000 (08:50 +0200)]
Merge pull request #10599 from nextcloud/fix/app-code-checker-ignore-build-dir

Fix app code checker to ignore `build` directory

6 years agoMerge pull request #10600 from nextcloud/fix/info-xsd-out-of-sync
Julius Härtl [Thu, 9 Aug 2018 06:20:03 +0000 (08:20 +0200)]
Merge pull request #10600 from nextcloud/fix/info-xsd-out-of-sync

Fix info.xsd to sync with the appstore one

6 years agoFix info.xsd to sync with the appstore one 10600/head
Christoph Wurst [Thu, 9 Aug 2018 04:58:18 +0000 (06:58 +0200)]
Fix info.xsd to sync with the appstore one

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years agoFix app code checker to ignore `build` directory 10599/head
Christoph Wurst [Thu, 9 Aug 2018 04:44:52 +0000 (06:44 +0200)]
Fix app code checker to ignore `build` directory

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years agoRestores the guest icons 10597/head
Michael Weimann [Wed, 8 Aug 2018 21:19:37 +0000 (23:19 +0200)]
Restores the guest icons

6 years agoRename providerset method to get primary providers 10588/head
Christoph Wurst [Wed, 8 Aug 2018 18:28:21 +0000 (20:28 +0200)]
Rename providerset method to get primary providers

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years agoMerge pull request #10548 from nextcloud/fix/10430/update_icewind_streams
Roeland Jago Douma [Wed, 8 Aug 2018 18:18:59 +0000 (20:18 +0200)]
Merge pull request #10548 from nextcloud/fix/10430/update_icewind_streams

Update icewind/streams

6 years agoMerge pull request #10397 from nextcloud/encryption-s3-fix
Björn Schießle [Wed, 8 Aug 2018 16:27:18 +0000 (18:27 +0200)]
Merge pull request #10397 from nextcloud/encryption-s3-fix

make file cache updates more robust

6 years agoFix login redirection if only one 2FA provider is active
Christoph Wurst [Wed, 8 Aug 2018 13:25:59 +0000 (15:25 +0200)]
Fix login redirection if only one 2FA provider is active

Fixes https://github.com/nextcloud/server/issues/10500.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years agoAdd support for tokens in room shares 10255/head
Daniel Calviño Sánchez [Wed, 1 Aug 2018 17:04:32 +0000 (19:04 +0200)]
Add support for tokens in room shares

Tokens will be used to give access to a share to guests in public rooms.
Although the token itself is created in the provider of room shares and
no changes are needed for that, due to the code structure it is
necessary to explicitly call the provider from the manager when getting
a room share by token.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoSuppress Phan warnings about calling undeclared class methods
Daniel Calviño Sánchez [Tue, 24 Jul 2018 09:57:52 +0000 (11:57 +0200)]
Suppress Phan warnings about calling undeclared class methods

The DeletedShareAPIController and ShareAPIController helpers for room
shares are defined in Talk, so the classes do not exist when Talk is not
installed. Due to this when the object returned by "getRoomShareHelper"
is used Phan complains that the class is not declared.

This is not a problem, though, because when the class is not available
"getRoomShareHelper" throws an exception, which is then caught where
that method was called. Therefore now those warnings from Phan are
suppressed (it would be better to use "@phan-suppress-next-line"
instead, but it is not yet available in our Phan version).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd custom handling for room shares to the resharer information
Daniel Calviño Sánchez [Sun, 1 Jul 2018 15:50:57 +0000 (17:50 +0200)]
Add custom handling for room shares to the resharer information

Like done with group shares, received room shares are described as such
in the UI.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd custom handling for room shares to the list of sharees
Daniel Calviño Sánchez [Sun, 1 Jul 2018 15:50:18 +0000 (17:50 +0200)]
Add custom handling for room shares to the list of sharees

Like done for other types of shares, room shares are now explicitly
described as such in the UI.

The avatar used is the image provided in the "shareWithAvatar" property
of the share. If none is given then the avatar is the first letter of
the display name of the room share with a coloured background seeded
from the room token. If the display name of the room is empty then no
letter is shown in the avatar; no special handling is done in that case.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoLog sharing and unsharing with a room in the auditing app
Daniel Calviño Sánchez [Sat, 30 Jun 2018 12:00:24 +0000 (14:00 +0200)]
Log sharing and unsharing with a room in the auditing app

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoTransfer room shares too with the "files:transfer-ownership" command
Daniel Calviño Sánchez [Sat, 30 Jun 2018 11:56:23 +0000 (13:56 +0200)]
Transfer room shares too with the "files:transfer-ownership" command

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd room shares to DAV and recent files "share-types" property
Daniel Calviño Sánchez [Sat, 30 Jun 2018 11:45:23 +0000 (13:45 +0200)]
Add room shares to DAV and recent files "share-types" property

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd support for room shares to the share owner updater
Daniel Calviño Sánchez [Fri, 29 Jun 2018 18:54:05 +0000 (20:54 +0200)]
Add support for room shares to the share owner updater

A user can move her own shares into a received share. When that happens
she is effectively handing over the ownership of the file, so the share
needs to be updated to reflect the new owner.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd room shares to the MountProvider for shares
Daniel Calviño Sánchez [Fri, 29 Jun 2018 11:50:25 +0000 (13:50 +0200)]
Add room shares to the MountProvider for shares

The MountProvider for shares creates mount points for the files shared
with the user, which makes possible to use the received shared files and
folders as regular files and folders.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd integration test for creating room shares when Talk is not enabled
Daniel Calviño Sánchez [Fri, 29 Jun 2018 11:35:17 +0000 (13:35 +0200)]
Add integration test for creating room shares when Talk is not enabled

The test just ensures that the controller will gracefully reject the
creation instead of failing miserably; the integration tests when Talk
is enabled are in the Talk repository.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd support for room shares to DeletedShareAPIController
Daniel Calviño Sánchez [Sun, 15 Jul 2018 19:51:14 +0000 (21:51 +0200)]
Add support for room shares to DeletedShareAPIController

In some cases, the DeletedShareAPIController requires explicit handling
of each type of share (for example, to format a share for a
DataResponse). Room shares are implemented in an external app (Nextcloud
Talk), so in order to keep the controller as isolated as possible from
room share specifics all that explicit handling is done in a helper
class provided by the Talk app.

In other cases it is just enough to call the share manager specifying a
room share type; note that the share manager is guarded against share
types for which there is no provider, so it is not necessary to
explicitly check that before passing room shares to the share manager.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd support for room shares to ShareAPIController
Daniel Calviño Sánchez [Fri, 29 Jun 2018 11:22:26 +0000 (13:22 +0200)]
Add support for room shares to ShareAPIController

In some cases, the ShareAPIController requires explicit handling of each
type of share (for example, to format a share for a DataResponse). Room
shares are implemented in an external app (Nextcloud Talk), so in order
to keep the controller as isolated as possible from room share specifics
all that explicit handling is done in a helper class provided by the
Talk app.

In other cases it is just enough to call the share manager specifying a
room share type; note that the share manager is guarded against share
types for which there is no provider, so it is not necessary to
explicitly check that before passing room shares to the share manager.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd support for room shares to the share manager
Daniel Calviño Sánchez [Fri, 29 Jun 2018 08:40:02 +0000 (10:40 +0200)]
Add support for room shares to the share manager

Room shares are implemented in an external app (Nextcloud Talk), so in
order to keep the share manager as isolated as possible from room share
specifics all the validity checks are done in the provider of room
shares. However, due to the code structure it is necessary to explicitly
check for room shares in "generalCreateChecks" to prevent an exception
from being thrown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd provider for room shares
Daniel Calviño Sánchez [Fri, 29 Jun 2018 08:10:58 +0000 (10:10 +0200)]
Add provider for room shares

The RoomShareProvider is provided by the Talk app, so it is necessary to
check whether the app is available or not, and also whether the class
itself exists or not (just in case an older version of the app that did
not have support yet for room shares is being used).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd comment with IDs of internal share types
Daniel Calviño Sánchez [Fri, 29 Jun 2018 07:58:07 +0000 (09:58 +0200)]
Add comment with IDs of internal share types

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd type for room shares
Daniel Calviño Sánchez [Fri, 29 Jun 2018 07:56:38 +0000 (09:56 +0200)]
Add type for room shares

This type represents shares with a Nextcloud Talk conversation.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoMerge pull request #10553 from nextcloud/bugfix/10518/disable-oracle-enforcement...
Roeland Jago Douma [Wed, 8 Aug 2018 12:10:18 +0000 (14:10 +0200)]
Merge pull request #10553 from nextcloud/bugfix/10518/disable-oracle-enforcement-for-now

Disable Oracle enforcement for now until the following issues are sol…

6 years agoMerge pull request #10586 from nextcloud/fix/noid/check_if_ua_is_set
Roeland Jago Douma [Wed, 8 Aug 2018 11:59:31 +0000 (13:59 +0200)]
Merge pull request #10586 from nextcloud/fix/noid/check_if_ua_is_set

Check if HTTP_USER_AGENT is set before using it

6 years agoCheck if HTTP_USER_AGENT is set before using it 10586/head
Roeland Jago Douma [Wed, 8 Aug 2018 11:32:03 +0000 (13:32 +0200)]
Check if HTTP_USER_AGENT is set before using it

Sentry reported some errors regarding this. Apparently not everybody
sets a user agent. If it is not set we assume this is not IE ;)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoFix tests 10553/head
Roeland Jago Douma [Wed, 8 Aug 2018 10:58:50 +0000 (12:58 +0200)]
Fix tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #10582 from nextcloud/fix/app-password-enter-this-context
John Molakvoæ [Wed, 8 Aug 2018 10:38:50 +0000 (12:38 +0200)]
Merge pull request #10582 from nextcloud/fix/app-password-enter-this-context

Fix `this` context for enter-key handler on app tokens

6 years agoMerge pull request #10320 from nextcloud/feature/10176/Quick-Access-Cleanup
John Molakvoæ [Wed, 8 Aug 2018 10:27:12 +0000 (12:27 +0200)]
Merge pull request #10320 from nextcloud/feature/10176/Quick-Access-Cleanup

Cleanup of leftover-sorting-code from quickaccess-feature #9714 #9720

6 years agojs fix 10320/head
John Molakvoæ (skjnldsv) [Wed, 8 Aug 2018 09:24:13 +0000 (11:24 +0200)]
js fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #10578 from nextcloud/fix/2fa-provider-registry-population
Roeland Jago Douma [Wed, 8 Aug 2018 09:12:00 +0000 (11:12 +0200)]
Merge pull request #10578 from nextcloud/fix/2fa-provider-registry-population

Fix 2FA provider registry population on login

6 years agoFix `this` context for enter-key handler on app tokens 10582/head
Christoph Wurst [Wed, 8 Aug 2018 09:07:47 +0000 (11:07 +0200)]
Fix `this` context for enter-key handler on app tokens

Fixes https://sentry.io/share/issue/e07c5560b6154212832e4cd6598464c7/.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years agoCleanup of leftover-sorting-code from quickaccess-feature #9714 #9720
fnuesse [Fri, 20 Jul 2018 22:30:04 +0000 (00:30 +0200)]
Cleanup of leftover-sorting-code from quickaccess-feature #9714 #9720

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #10561 from nextcloud/fix/10476/applist-layout
John Molakvoæ [Wed, 8 Aug 2018 07:23:14 +0000 (09:23 +0200)]
Merge pull request #10561 from nextcloud/fix/10476/applist-layout

Fixes the apps list layout

6 years agoMerge pull request #10568 from nextcloud/apps-menu-fixes
John Molakvoæ [Wed, 8 Aug 2018 07:22:21 +0000 (09:22 +0200)]
Merge pull request #10568 from nextcloud/apps-menu-fixes

Fix apps max-height

6 years agoMerge pull request #10525 from nextcloud/notifications-fix
Roeland Jago Douma [Wed, 8 Aug 2018 07:15:26 +0000 (09:15 +0200)]
Merge pull request #10525 from nextcloud/notifications-fix

Fixed notifications position

6 years agoMerge pull request #10572 from nextcloud/bugfix/10464/security-password-change
Roeland Jago Douma [Wed, 8 Aug 2018 06:32:54 +0000 (08:32 +0200)]
Merge pull request #10572 from nextcloud/bugfix/10464/security-password-change

Fix security settings if password change is disabled

6 years agoFix 2FA provider registry population on login 10578/head
Christoph Wurst [Wed, 8 Aug 2018 04:57:32 +0000 (06:57 +0200)]
Fix 2FA provider registry population on login

If the 2FA provider registry has not been populated yet, we have to make
sure all available providers are loaded and queried on login. Otherwise
previously active 2FA providers aren't detected as enabled.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 8 Aug 2018 00:13:19 +0000 (00:13 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #10569 from nextcloud/custom-avatar-userconfig
Roeland Jago Douma [Tue, 7 Aug 2018 18:44:40 +0000 (20:44 +0200)]
Merge pull request #10569 from nextcloud/custom-avatar-userconfig

get avatar custom status from user config

6 years agoMerge pull request #10567 from nextcloud/icons-cacher-fix
blizzz [Tue, 7 Aug 2018 16:23:36 +0000 (18:23 +0200)]
Merge pull request #10567 from nextcloud/icons-cacher-fix

Icons cacher css url fix

6 years agoUpdates the built files 10561/head
Michael Weimann [Mon, 6 Aug 2018 22:29:55 +0000 (00:29 +0200)]
Updates the built files

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
6 years agoFixes the apps list layout
Michael Weimann [Mon, 6 Aug 2018 22:28:14 +0000 (00:28 +0200)]
Fixes the apps list layout

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
6 years agoFix security settings if password change is disabled 10572/head
Julius Härtl [Tue, 7 Aug 2018 15:41:01 +0000 (17:41 +0200)]
Fix security settings if password change is disabled

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoget avatar custom status from user config 10569/head
Robin Appelman [Tue, 7 Aug 2018 12:55:33 +0000 (14:55 +0200)]
get avatar custom status from user config

this saves a cache operation because the user config is already cached

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoFix apps max-height 10568/head
John Molakvoæ (skjnldsv) [Tue, 7 Aug 2018 08:27:39 +0000 (10:27 +0200)]
Fix apps max-height

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoIcons cacher css url fix 10567/head
John Molakvoæ (skjnldsv) [Tue, 7 Aug 2018 08:18:46 +0000 (10:18 +0200)]
Icons cacher css url fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #10558 from nextcloud/fix/noid/failing_sync_job_is_no_error
Björn Schießle [Tue, 7 Aug 2018 08:09:24 +0000 (10:09 +0200)]
Merge pull request #10558 from nextcloud/fix/noid/failing_sync_job_is_no_error

A failing federation sync job is not an error

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

6 years agoA failing federation sync job is not an error 10558/head
Roeland Jago Douma [Mon, 6 Aug 2018 19:07:15 +0000 (21:07 +0200)]
A failing federation sync job is not an error

This is an INFO warning at best. Else it spams the logs continiously.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #10550 from nextcloud/fix/noid/do_not_log_to_error
Roeland Jago Douma [Mon, 6 Aug 2018 17:59:29 +0000 (19:59 +0200)]
Merge pull request #10550 from nextcloud/fix/noid/do_not_log_to_error

Do not log to error loglevel when converting the error

6 years agoDisable Oracle enforcement for now until the following issues are solved:
Joas Schilling [Mon, 6 Aug 2018 15:34:40 +0000 (17:34 +0200)]
Disable Oracle enforcement for now until the following issues are solved:

* Only apps should be checked which say they support oracle
* Only check newly added items, to allow forward migration from an existing database structure

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoMerge pull request #10523 from janLo/fix-8825
blizzz [Mon, 6 Aug 2018 15:17:47 +0000 (17:17 +0200)]
Merge pull request #10523 from janLo/fix-8825

Adding test for table schedulingobjects and fixing postgres LOB

6 years agoDo not log to error loglevel when converting the error 10550/head
Roeland Jago Douma [Mon, 6 Aug 2018 14:28:42 +0000 (16:28 +0200)]
Do not log to error loglevel when converting the error

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #10530 from nextcloud/bugfix/10528/public-template
Joas Schilling [Mon, 6 Aug 2018 13:41:54 +0000 (15:41 +0200)]
Merge pull request #10530 from nextcloud/bugfix/10528/public-template

Fix issues when using the public layout without a PublicTemplateResponse

6 years agoMerge pull request #10485 from nextcloud/update-triangle
Roeland Jago Douma [Mon, 6 Aug 2018 13:38:43 +0000 (15:38 +0200)]
Merge pull request #10485 from nextcloud/update-triangle

Fix design of update error page

6 years agoAdding test for table schedulingobjects and fixing postgres LOB 10523/head
Thomas Müller [Wed, 21 Feb 2018 09:18:38 +0000 (10:18 +0100)]
Adding test for table schedulingobjects and fixing postgres LOB

(cherry picked from commit afd4ebf0404e8bcd7cba0bec2dce177e97632f8a)

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
6 years agoUpdate icewind/streams 10548/head
Roeland Jago Douma [Mon, 6 Aug 2018 11:14:08 +0000 (13:14 +0200)]
Update icewind/streams

Fixes #10430

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoFix multiSelectMenu for public shares #10536 10537/head
MartB [Sat, 4 Aug 2018 16:09:37 +0000 (18:09 +0200)]
Fix multiSelectMenu for public shares #10536

Signed-off-by: Martin Böh (MartB) <mart.b@outlook.de>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 6 Aug 2018 00:12:21 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

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

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

6 years agoMake public layout also usable without a PublicTemplateResponse 10530/head
Julius Härtl [Fri, 3 Aug 2018 17:35:56 +0000 (19:35 +0200)]
Make public layout also usable without a PublicTemplateResponse

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoFix base layout content padding
Julius Härtl [Fri, 3 Aug 2018 17:21:10 +0000 (19:21 +0200)]
Fix base layout content padding

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoRemove header-classes since it is never used
Julius Härtl [Fri, 3 Aug 2018 16:25:06 +0000 (18:25 +0200)]
Remove header-classes since it is never used

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #10509 from nextcloud/bugfix/10398/acceptance-files-changedir
Roeland Jago Douma [Fri, 3 Aug 2018 13:10:53 +0000 (15:10 +0200)]
Merge pull request #10509 from nextcloud/bugfix/10398/acceptance-files-changedir

Always replace the app sidebar view when switching from a different file list

6 years agoFixed notifications position 10525/head
John Molakvoæ (skjnldsv) [Fri, 3 Aug 2018 13:07:55 +0000 (15:07 +0200)]
Fixed notifications position

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoAdjust acceptance test to check if the correct sidebar view is shown 10509/head
Julius Härtl [Fri, 3 Aug 2018 11:36:40 +0000 (13:36 +0200)]
Adjust acceptance test to check if the correct sidebar view is shown

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #10519 from nextcloud/min-height-wrapper
Roeland Jago Douma [Fri, 3 Aug 2018 12:05:28 +0000 (14:05 +0200)]
Merge pull request #10519 from nextcloud/min-height-wrapper

Min height 100% on content-wrapper

6 years agoFix HTML on update error page 10485/head
Jan-Christoph Borchardt [Fri, 3 Aug 2018 11:30:49 +0000 (13:30 +0200)]
Fix HTML on update error page

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoAdd margin below detailed logs
Jan-Christoph Borchardt [Fri, 3 Aug 2018 11:30:36 +0000 (13:30 +0200)]
Add margin below detailed logs

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoUse images instead of inline SVG and unicode
Jan-Christoph Borchardt [Fri, 3 Aug 2018 11:20:45 +0000 (13:20 +0200)]
Use images instead of inline SVG and unicode

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoMin height 100% on content-wrapper 10519/head
John Molakvoæ (skjnldsv) [Fri, 3 Aug 2018 10:02:23 +0000 (12:02 +0200)]
Min height 100% on content-wrapper

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoAlways call render to replace the app-sidebar if the detail view is updated
Julius Härtl [Fri, 3 Aug 2018 09:47:53 +0000 (11:47 +0200)]
Always call render to replace the app-sidebar if the detail view is updated

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoFix return value of change directory
Julius Härtl [Thu, 2 Aug 2018 12:14:17 +0000 (14:14 +0200)]
Fix return value of change directory

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #10515 from nextcloud/revert-zindex
Roeland Jago Douma [Fri, 3 Aug 2018 09:27:48 +0000 (11:27 +0200)]
Merge pull request #10515 from nextcloud/revert-zindex

Fixed design zindex

6 years agoFixed design zindex 10515/head
John Molakvoæ (skjnldsv) [Thu, 2 Aug 2018 20:40:52 +0000 (22:40 +0200)]
Fixed design zindex

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

6 years agoMerge pull request #10480 from nextcloud/bugfix/10420/settings
Roeland Jago Douma [Thu, 2 Aug 2018 18:23:21 +0000 (20:23 +0200)]
Merge pull request #10480 from nextcloud/bugfix/10420/settings

Settings design polishing

6 years agoMerge pull request #10506 from nextcloud/fix/10504/not_all_apps_are_appstore
Roeland Jago Douma [Thu, 2 Aug 2018 17:32:51 +0000 (19:32 +0200)]
Merge pull request #10506 from nextcloud/fix/10504/not_all_apps_are_appstore

Not all apps are from the appstore

6 years agoMerge pull request #10508 from nextcloud/bugfix/noid/app-management
Roeland Jago Douma [Thu, 2 Aug 2018 17:32:13 +0000 (19:32 +0200)]
Merge pull request #10508 from nextcloud/bugfix/noid/app-management

Fix app management not providing updates for apps which got disabled

6 years agoThere is no update available if the app didnt have a version (aka was not installed) 10508/head
Joas Schilling [Thu, 2 Aug 2018 12:27:16 +0000 (14:27 +0200)]
There is no update available if the app didnt have a version (aka was not installed)

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoAlso allow to update apps which are currently not enabled
Joas Schilling [Thu, 2 Aug 2018 12:26:31 +0000 (14:26 +0200)]
Also allow to update apps which are currently not enabled

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoKeep the data of the local app (especially the version)
Joas Schilling [Thu, 2 Aug 2018 11:47:42 +0000 (13:47 +0200)]
Keep the data of the local app (especially the version)

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoNot all apps are from the appstore 10506/head
Roeland Jago Douma [Thu, 2 Aug 2018 10:56:23 +0000 (12:56 +0200)]
Not all apps are from the appstore

Fixes #10504

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #10482 from nextcloud/content-list-checkbox-visibility-fix
Roeland Jago Douma [Thu, 2 Aug 2018 10:36:10 +0000 (12:36 +0200)]
Merge pull request #10482 from nextcloud/content-list-checkbox-visibility-fix

Only show checkbox on hover/focus + accessibility fixes

6 years agofiles_external: Fix jsunit tests 10480/head
Julius Härtl [Thu, 2 Aug 2018 09:45:04 +0000 (11:45 +0200)]
files_external: Fix jsunit tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #10495 from nextcloud/14beta2 v14.0.0beta2
Roeland Jago Douma [Thu, 2 Aug 2018 08:50:32 +0000 (10:50 +0200)]
Merge pull request #10495 from nextcloud/14beta2

14 Beta 2

6 years agoAdd class to show all checkboxes 10482/head
John Molakvoæ (skjnldsv) [Thu, 2 Aug 2018 08:31:36 +0000 (10:31 +0200)]
Add class to show all checkboxes

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>