]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
6 years agoSessions: Make delete and filesystem access options tabbable 12191/head
Jan-Christoph Borchardt [Thu, 1 Nov 2018 12:26:06 +0000 (13:26 +0100)]
Sessions: Make delete and filesystem access options tabbable

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoAdd device settings tooltip for accessibility
Jan-Christoph Borchardt [Thu, 1 Nov 2018 11:59:03 +0000 (12:59 +0100)]
Add device settings tooltip for accessibility

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoFix missing keyboard focus ability and feedback for sessions action menu
Jan-Christoph Borchardt [Thu, 1 Nov 2018 11:39:29 +0000 (12:39 +0100)]
Fix missing keyboard focus ability and feedback for sessions action menu

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoFix double tr creation in session list
Jan-Christoph Borchardt [Thu, 1 Nov 2018 11:35:20 +0000 (12:35 +0100)]
Fix double tr creation in session list

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoRemove tooltip from sessions, just wrap lines for simplicity and no duplication
Jan-Christoph Borchardt [Thu, 1 Nov 2018 11:32:53 +0000 (12:32 +0100)]
Remove tooltip from sessions, just wrap lines for simplicity and no duplication

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoRemove unnecessary 'Delete' title from 'Revoke' menu entry
Jan-Christoph Borchardt [Thu, 1 Nov 2018 11:31:37 +0000 (12:31 +0100)]
Remove unnecessary 'Delete' title from 'Revoke' menu entry

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoMerge pull request #12163 from nextcloud/bugfix/11730/file-share-edit-state
Morris Jobke [Thu, 1 Nov 2018 11:12:36 +0000 (12:12 +0100)]
Merge pull request #12163 from nextcloud/bugfix/11730/file-share-edit-state

Do not set indeterminate state for file shares

6 years agoMerge pull request #12162 from nextcloud/file-menu-align
Morris Jobke [Thu, 1 Nov 2018 11:01:05 +0000 (12:01 +0100)]
Merge pull request #12162 from nextcloud/file-menu-align

Align file menu below '+' button, fix #5595

6 years agoMerge pull request #12129 from nextcloud/versions-modular-api
Morris Jobke [Thu, 1 Nov 2018 09:59:47 +0000 (10:59 +0100)]
Merge pull request #12129 from nextcloud/versions-modular-api

modular versions api

6 years agoMerge pull request #12181 from nextcloud/fix-header-clickability
Roeland Jago Douma [Thu, 1 Nov 2018 07:09:00 +0000 (08:09 +0100)]
Merge pull request #12181 from nextcloud/fix-header-clickability

Fix header app name clickability issue, fix #12165

6 years agoMerge pull request #12072 from nextcloud/writestream
Roeland Jago Douma [Thu, 1 Nov 2018 06:52:31 +0000 (07:52 +0100)]
Merge pull request #12072 from nextcloud/writestream

extend storage api to allow directly writing a stream to storage

6 years agoFix header app name clickability issue, fix #12165 12181/head
Jan-Christoph Borchardt [Thu, 1 Nov 2018 04:07:26 +0000 (05:07 +0100)]
Fix header app name clickability issue, fix #12165

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 1 Nov 2018 01:12:59 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

6 years agomodular versions api 12129/head
Robin Appelman [Fri, 12 Oct 2018 15:42:08 +0000 (17:42 +0200)]
modular versions api

Allows apps to register version backends for storage types
The existing versions backend is wrapped in a "legacy" backend.

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agofix writeStream for jail wrapper 12072/head
Robin Appelman [Wed, 31 Oct 2018 18:41:55 +0000 (19:41 +0100)]
fix writeStream for jail wrapper

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoupdate dav tests
Robin Appelman [Wed, 31 Oct 2018 15:31:42 +0000 (16:31 +0100)]
update dav tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoallways fall back to fopen for encryption wrapper
Robin Appelman [Wed, 31 Oct 2018 15:16:37 +0000 (16:16 +0100)]
allways fall back to fopen for encryption wrapper

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoUpdate autoloader
Roeland Jago Douma [Tue, 30 Oct 2018 07:17:04 +0000 (08:17 +0100)]
Update autoloader

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoextend storage api to allow directly writing a stream to storage
Robin Appelman [Fri, 26 Oct 2018 17:15:23 +0000 (19:15 +0200)]
extend storage api to allow directly writing a stream to storage

this removes the need for temporary storages with some external storage backends.
The new method is added to a separate interface to maintain compatibility with
storage backends implementing the storage interface directly (without inheriting common)

Currently the interface is implemented for objectstorage based storages and local storage
and used by webdav uploads

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoMerge pull request #12167 from nextcloud/hidden-class
Roeland Jago Douma [Wed, 31 Oct 2018 19:30:14 +0000 (20:30 +0100)]
Merge pull request #12167 from nextcloud/hidden-class

Fix .hidden class specificity, should not be overridable, ref #12138

6 years agoMerge pull request #12166 from nextcloud/feature/limit_preview_sizes
Roeland Jago Douma [Wed, 31 Oct 2018 19:25:53 +0000 (20:25 +0100)]
Merge pull request #12166 from nextcloud/feature/limit_preview_sizes

Only generate previews in powers of 4 and set min

6 years agoMerge pull request #12169 from nextcloud/interface-fulltextsearc-issue-00001
Roeland Jago Douma [Wed, 31 Oct 2018 18:49:54 +0000 (19:49 +0100)]
Merge pull request #12169 from nextcloud/interface-fulltextsearc-issue-00001

wrong method called

6 years agomissing type 12169/head
Maxence Lange [Wed, 31 Oct 2018 14:49:53 +0000 (15:49 +0100)]
missing type

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agowrong method called
Maxence Lange [Wed, 31 Oct 2018 14:44:57 +0000 (15:44 +0100)]
wrong method called

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agoOnly generate previews in powers of 4 and set min 12166/head
Roeland Jago Douma [Wed, 31 Oct 2018 12:40:41 +0000 (13:40 +0100)]
Only generate previews in powers of 4 and set min

Before we'd round up all preview request to their nearest power of two.
This resulted still in a lot of possible images. Generating a lot of
server load and taking up a lot of space.

This moves it to previews to be powers of 4: 64, 256, 1024 and 4096
Also the first two powers are always skipped (4, 16) as it doesn't make
sense to generate previews for that.

We cache preview pretty agressively and I feel this is a better
tradeoff.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #12170 from nextcloud/fix/noid/tests-from-12009
blizzz [Wed, 31 Oct 2018 15:53:32 +0000 (16:53 +0100)]
Merge pull request #12170 from nextcloud/fix/noid/tests-from-12009

Revert "Populate the mention-notification with the actual message"

6 years agoRevert "Populate the mention-notification with the actual message" 12170/head
Arthur Schiwon [Wed, 31 Oct 2018 15:16:51 +0000 (16:16 +0100)]
Revert "Populate the mention-notification with the actual message"

This reverts commit d295ff53672d542f3b09ff0becd6a4a20ba1d494.

6 years agoMerge pull request #11647 from nextcloud/make-possible-for-tab-views-to-add-css-class...
Julius Härtl [Wed, 31 Oct 2018 14:37:48 +0000 (15:37 +0100)]
Merge pull request #11647 from nextcloud/make-possible-for-tab-views-to-add-css-classes-to-their-container

Make possible for tab views to add CSS classes to their container

6 years agoFix .hidden class specificity, should not be overridable, ref #12138 12167/head
Jan-Christoph Borchardt [Wed, 31 Oct 2018 13:00:08 +0000 (14:00 +0100)]
Fix .hidden class specificity, should not be overridable, ref #12138

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoMerge pull request #12146 from nextcloud/fix/noid/verifyuserdata-on-null
Roeland Jago Douma [Wed, 31 Oct 2018 12:48:45 +0000 (13:48 +0100)]
Merge pull request #12146 from nextcloud/fix/noid/verifyuserdata-on-null

fixes an Exception on the background job because the config was not set

6 years agoAdd tests for edit permission state on file shares 12163/head
Julius Härtl [Wed, 31 Oct 2018 11:12:24 +0000 (12:12 +0100)]
Add tests for edit permission state on file shares

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #12009 from nextcloud/feature/noid/populate-notification-message...
blizzz [Wed, 31 Oct 2018 10:51:55 +0000 (11:51 +0100)]
Merge pull request #12009 from nextcloud/feature/noid/populate-notification-message-with-the-comment

Populate the mention-notification with the actual message

6 years agoDo not set indeterminate state for file shares
Julius Härtl [Wed, 31 Oct 2018 10:23:23 +0000 (11:23 +0100)]
Do not set indeterminate state for file shares

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoAlign file menu below '+' button, fix #5595 12162/head
Jan-Christoph Borchardt [Wed, 31 Oct 2018 10:20:02 +0000 (11:20 +0100)]
Align file menu below '+' button, fix #5595

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoMerge pull request #12095 from MasterOfDeath/OCA-ShareByMail-Capabilities-test-unit
Roeland Jago Douma [Wed, 31 Oct 2018 09:15:03 +0000 (10:15 +0100)]
Merge pull request #12095 from MasterOfDeath/OCA-ShareByMail-Capabilities-test-unit

OCA\ShareByMail\Capabilities add unit test

6 years agoMerge pull request #12147 from MasterOfDeath/OCA-SystemTags-Activity-Setting-add...
Roeland Jago Douma [Wed, 31 Oct 2018 09:13:50 +0000 (10:13 +0100)]
Merge pull request #12147 from MasterOfDeath/OCA-SystemTags-Activity-Setting-add-unit-test

OCA\SystemTags\Activity\Setting unit test

6 years agoMerge pull request #12153 from nextcloud/appnames
John Molakvoæ [Wed, 31 Oct 2018 09:04:49 +0000 (10:04 +0100)]
Merge pull request #12153 from nextcloud/appnames

Show all app titles on hovering app menu area, fix #10952, fix #4619

6 years agoMerge pull request #12089 from Rayn0r/master
Dennis1993 [Wed, 31 Oct 2018 08:19:02 +0000 (09:19 +0100)]
Merge pull request #12089 from Rayn0r/master

added possibility to disable autocomplete in login form

6 years agoMerge pull request #12154 from nextcloud/files-details
John Molakvoæ [Wed, 31 Oct 2018 08:01:10 +0000 (09:01 +0100)]
Merge pull request #12154 from nextcloud/files-details

Design details in file picker

6 years agoMerge pull request #12125 from MasterOfDeath/expire-share-days-validate
John Molakvoæ [Wed, 31 Oct 2018 07:46:37 +0000 (08:46 +0100)]
Merge pull request #12125 from MasterOfDeath/expire-share-days-validate

Validate expire share days in settings (issue: #11930)

6 years agoAdded round border for thumbnail 12154/head
John Molakvoæ (skjnldsv) [Wed, 31 Oct 2018 05:52:11 +0000 (06:52 +0100)]
Added round border for thumbnail

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

6 years agoFilepicker: center text in grid view, improve spacing
Jan-Christoph Borchardt [Tue, 30 Oct 2018 23:02:26 +0000 (00:02 +0100)]
Filepicker: center text in grid view, improve spacing

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoslightly round off thumbnails in list view too
Jan-Christoph Borchardt [Tue, 30 Oct 2018 23:01:58 +0000 (00:01 +0100)]
slightly round off thumbnails in list view too

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoShow all app titles on hovering app menu area, fix #10952, fix #4619 12153/head
Jan-Christoph Borchardt [Tue, 30 Oct 2018 22:20:09 +0000 (23:20 +0100)]
Show all app titles on hovering app menu area, fix #10952, fix #4619

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoMerge pull request #12020 from nextcloud/bugfix/11795/calendar_invitation_fallback_lang
blizzz [Tue, 30 Oct 2018 21:05:20 +0000 (22:05 +0100)]
Merge pull request #12020 from nextcloud/bugfix/11795/calendar_invitation_fallback_lang

Calendar invitation: use system default instead of sender's language as fallback

6 years agoOCA\SystemTags\Activity\Setting unit test 12147/head
Rinat Gumirov [Tue, 30 Oct 2018 20:26:59 +0000 (01:26 +0500)]
OCA\SystemTags\Activity\Setting unit test

Signed-off-by: Rinat Gumirov <rinat.gumirov@mail.ru>
6 years agoMerge pull request #12047 from nextcloud/interfaces-files-fulltextsearch
Roeland Jago Douma [Tue, 30 Oct 2018 20:16:13 +0000 (21:16 +0100)]
Merge pull request #12047 from nextcloud/interfaces-files-fulltextsearch

Public interfaces Files_FullTextSearch

6 years agoadded sample config for turning off form autocompletion on login page 12089/head
Rayn0r [Tue, 30 Oct 2018 19:54:19 +0000 (20:54 +0100)]
added sample config for turning off form autocompletion on login page

Signed-off-by: Rayn0r <Andre.Weidemann@web.de>
6 years agoMerge pull request #12140 from nextcloud/fix/expired_token_throttler
Roeland Jago Douma [Tue, 30 Oct 2018 19:17:03 +0000 (20:17 +0100)]
Merge pull request #12140 from nextcloud/fix/expired_token_throttler

Expired tokens should not trigger bruteforce protection

6 years agoexpire share days in settings validate 12125/head
Rinat Gumirov [Mon, 29 Oct 2018 18:34:41 +0000 (23:34 +0500)]
expire share days in settings validate

Signed-off-by: Rinat Gumirov <rinat.gumirov@mail.ru>
6 years agoOCA\ShareByMail\Capabilities unit test 12095/head
MasterOfDeath [Sun, 28 Oct 2018 18:21:46 +0000 (23:21 +0500)]
OCA\ShareByMail\Capabilities unit test

OCA\ShareByMail\Capabilities unit test

Signed-off-by: Rinat Gumirov <rinat.gumirov@mail.ru>
6 years ago+files_fulltextsearch in autoloader 12047/head
Maxence Lange [Tue, 30 Oct 2018 19:07:29 +0000 (20:07 +0100)]
+files_fulltextsearch in autoloader

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agoMerge remote-tracking branch 'origin/interfaces-files-fulltextsearch' into interfaces...
Maxence Lange [Tue, 30 Oct 2018 18:59:35 +0000 (19:59 +0100)]
Merge remote-tracking branch 'origin/interfaces-files-fulltextsearch' into interfaces-files-fulltextsearch

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agoMerge pull request #12056 from nextcloud/interfaces-fulltextsearch-2
Roeland Jago Douma [Tue, 30 Oct 2018 18:53:01 +0000 (19:53 +0100)]
Merge pull request #12056 from nextcloud/interfaces-fulltextsearch-2

Public interfaces FullTextSearch

6 years agoMerge pull request #12145 from olivermg/master
Roeland Jago Douma [Tue, 30 Oct 2018 18:35:35 +0000 (19:35 +0100)]
Merge pull request #12145 from olivermg/master

Extending documentation in config.sample.php for `trusted_proxies`

6 years agoError out early on an expired token 12140/head
Roeland Jago Douma [Tue, 30 Oct 2018 12:19:59 +0000 (13:19 +0100)]
Error out early on an expired token

Fixes #12131

If we hit an expired token there is no need to continue checking. Since
we know it is a token.

We also should not register this with the bruteforce throttler as it is
actually a valid token. Just expired. Instead the authentication should
fail. And buisness continues as usual.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMove ExpiredTokenException to the correct namespace
Roeland Jago Douma [Tue, 30 Oct 2018 12:18:41 +0000 (13:18 +0100)]
Move ExpiredTokenException to the correct namespace

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidation
Roeland Jago Douma [Tue, 30 Oct 2018 18:27:05 +0000 (19:27 +0100)]
Merge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidation

Sharing user consolidation

6 years agoMerge pull request #11898 from nextcloud/feature/read_only_public_share
Roeland Jago Douma [Tue, 30 Oct 2018 18:25:44 +0000 (19:25 +0100)]
Merge pull request #11898 from nextcloud/feature/read_only_public_share

Feature/read only public share

6 years agopublic interfaces FullTextSearch 12056/head
Maxence Lange [Tue, 30 Oct 2018 17:24:15 +0000 (18:24 +0100)]
public interfaces FullTextSearch

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-@return mixed

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Merge remote-tracking branch 'origin/interfaces-fulltextsearch-2' into interfaces-fulltextsearch-2

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agofixes an Exception on the background job because the config was not set 12146/head
Arthur Schiwon [Tue, 30 Oct 2018 16:53:28 +0000 (17:53 +0100)]
fixes an Exception on the background job because the config was not set

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 years agoExtending documentation in config.sample.php for `trusted_proxies` 12145/head
Oliver Wegner [Tue, 30 Oct 2018 16:36:41 +0000 (17:36 +0100)]
Extending documentation in config.sample.php for `trusted_proxies`

Signed-off-by: Oliver Wegner <void1976@gmail.com>
6 years agoAdd acceptance tests for hiding download in link shares 11898/head
Daniel Calviño Sánchez [Mon, 22 Oct 2018 10:01:25 +0000 (12:01 +0200)]
Add acceptance tests for hiding download in link shares

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd "Hide download" to the menu of link shares
Daniel Calviño Sánchez [Mon, 22 Oct 2018 09:06:53 +0000 (11:06 +0200)]
Add "Hide download" to the menu of link shares

Hiding the download does not depend on other settings and it does not
affect other settings either (for example, it would be possible to hide
the downloads yet make the share editable), so a simple checkbox was
added to the menu. However, note that this option is only available for
files, but not for folders.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoHonour "hide download" in the public share page
Daniel Calviño Sánchez [Mon, 22 Oct 2018 08:54:01 +0000 (10:54 +0200)]
Honour "hide download" in the public share page

When the "hide download" property of a share is set the public share
page will not show the download button nor the menu with the download,
direct link and "Add to your Nextcloud" actions; the "downloadURL"
hidden field will not be included either in the generated HTML.

Despite that, note that the "downloadURL" parameter is still set and
passed to the template, as this could be needed anyway to generate
previews (for example, of audio files).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoExpose hide download to public page
Roeland Jago Douma [Thu, 18 Oct 2018 10:43:08 +0000 (12:43 +0200)]
Expose hide download to public page

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoPropegate hide download state in share provider
Roeland Jago Douma [Thu, 18 Oct 2018 10:38:07 +0000 (12:38 +0200)]
Propegate hide download state in share provider

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoExtend IShare to show hide download state
Roeland Jago Douma [Mon, 15 Oct 2018 06:47:07 +0000 (08:47 +0200)]
Extend IShare to show hide download state

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoAdd db column to store hide download state
Roeland Jago Douma [Mon, 15 Oct 2018 06:32:06 +0000 (08:32 +0200)]
Add db column to store hide download state

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #12138 from nextcloud/fix/3752/inline-block-button
John Molakvoæ [Tue, 30 Oct 2018 14:07:44 +0000 (15:07 +0100)]
Merge pull request #12138 from nextcloud/fix/3752/inline-block-button

make .button inline-block

6 years agoMerge pull request #11946 from nextcloud/bugfix/11945/fix-js-namespace-of-files-external
Morris Jobke [Tue, 30 Oct 2018 13:57:57 +0000 (14:57 +0100)]
Merge pull request #11946 from nextcloud/bugfix/11945/fix-js-namespace-of-files-external

Fix JS namespace of files_external app

6 years agoStyling papercuts 11899/head
Julius Härtl [Tue, 30 Oct 2018 13:43:34 +0000 (14:43 +0100)]
Styling papercuts

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoUpdate AddressBookImpl documentation
Julius Härtl [Tue, 30 Oct 2018 13:43:08 +0000 (14:43 +0100)]
Update AddressBookImpl documentation

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #12130 from nextcloud/fix/reset_bruteforce_oauth
Roeland Jago Douma [Tue, 30 Oct 2018 13:26:50 +0000 (14:26 +0100)]
Merge pull request #12130 from nextcloud/fix/reset_bruteforce_oauth

Reset bruteforce on token refresh OAuth

6 years agoMerge pull request #12054 from nextcloud/fix/5212/interact-with-userobject
Roeland Jago Douma [Tue, 30 Oct 2018 12:38:16 +0000 (13:38 +0100)]
Merge pull request #12054 from nextcloud/fix/5212/interact-with-userobject

LDAP: announce display name changes so that addressbook picks it up

6 years agoPopulate the mention-notification with the actual message 12009/head
Joas Schilling [Mon, 22 Oct 2018 13:26:49 +0000 (15:26 +0200)]
Populate the mention-notification with the actual message

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agomake .button inline-block 12138/head
Jonas Sulzer [Tue, 30 Oct 2018 12:03:20 +0000 (13:03 +0100)]
make .button inline-block

fix #3752

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
6 years agodo not run into UniqueConstraintViolationException 12054/head
Arthur Schiwon [Fri, 26 Oct 2018 15:38:42 +0000 (17:38 +0200)]
do not run into UniqueConstraintViolationException

… when an unmapped user logs in for the first time when background job
mode is ajax and no memcache was configured.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 years agoFix injection to get the user id
Julius Härtl [Tue, 30 Oct 2018 10:41:56 +0000 (11:41 +0100)]
Fix injection to get the user id

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoDon't enforce merged property
Julius Härtl [Tue, 30 Oct 2018 10:37:11 +0000 (11:37 +0100)]
Don't enforce merged property

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoadapted automated test for autocomplete changes
Rayn0r [Mon, 29 Oct 2018 07:09:19 +0000 (08:09 +0100)]
adapted automated test for autocomplete changes

Signed-off-by: Rayn0r <Andre.Weidemann@web.de>
6 years agoadded possibility to disable autocomplete in login form
Rayn0r [Sun, 28 Oct 2018 05:28:54 +0000 (06:28 +0100)]
added possibility to disable autocomplete in login form

Signed-off-by: Rayn0r <Andre.Weidemann@web.de>
6 years agoReset bruteforce on token refresh OAuth 12130/head
Roeland Jago Douma [Mon, 29 Oct 2018 21:12:18 +0000 (22:12 +0100)]
Reset bruteforce on token refresh OAuth

When using atoken obtained via OAuth the token expires. Resulting in
brute force attempts hitting the requesting IP.

This resets the brute force attempts for that UID on a valid refresh of
the token.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #12036 from olivermg/master
Morris Jobke [Tue, 30 Oct 2018 09:49:08 +0000 (10:49 +0100)]
Merge pull request #12036 from olivermg/master

Add capability of specifying "trusted_proxies" entries in CIDR notation (IPv4)

6 years agoAdd uuid/name entry to Remote/MailPlugin tests
Julius Härtl [Tue, 30 Oct 2018 09:18:58 +0000 (10:18 +0100)]
Add uuid/name entry to Remote/MailPlugin tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoAdd name field to mail and remote results
Julius Härtl [Fri, 26 Oct 2018 11:46:47 +0000 (13:46 +0200)]
Add name field to mail and remote results

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoShow one share method per contact for inaccurate results
Julius Härtl [Fri, 26 Oct 2018 11:46:24 +0000 (13:46 +0200)]
Show one share method per contact for inaccurate results

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoUse tab to complete selected entry to the share entry
Julius Härtl [Thu, 25 Oct 2018 19:36:44 +0000 (21:36 +0200)]
Use tab to complete selected entry to the share entry

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoAdd local share if remote cloud id matches a local user ones
Julius Härtl [Tue, 23 Oct 2018 07:24:04 +0000 (09:24 +0200)]
Add local share if remote cloud id matches a local user ones

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMake enhancing entries with type property optional
Julius Härtl [Mon, 29 Oct 2018 16:00:09 +0000 (17:00 +0100)]
Make enhancing entries with type property optional

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMake dropdown height 6 1/2 entries
Julius Härtl [Tue, 23 Oct 2018 07:21:33 +0000 (09:21 +0200)]
Make dropdown height 6 1/2 entries

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoSimplify share list text
Julius Härtl [Thu, 18 Oct 2018 10:38:22 +0000 (12:38 +0200)]
Simplify share list text

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoAdd talk icon
Julius Härtl [Thu, 18 Oct 2018 10:37:54 +0000 (12:37 +0200)]
Add talk icon

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoIncrease max-width of the share autocompletion suggestions
Julius Härtl [Thu, 18 Oct 2018 10:37:26 +0000 (12:37 +0200)]
Increase max-width of the share autocompletion suggestions

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge contacts and add type of result to the UI
Julius Härtl [Thu, 18 Oct 2018 10:36:37 +0000 (12:36 +0200)]
Merge contacts and add type of result to the UI

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoAdd type to Remote and Mail plugins
Julius Härtl [Thu, 18 Oct 2018 10:33:23 +0000 (12:33 +0200)]
Add type to Remote and Mail plugins

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoAdd type of properties to address book results
Julius Härtl [Thu, 18 Oct 2018 10:31:57 +0000 (12:31 +0200)]
Add type of properties to address book results

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoGroup share suggestions by userid
Julius Härtl [Wed, 17 Oct 2018 19:57:47 +0000 (21:57 +0200)]
Group share suggestions by userid

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoAdd collaborators uuid to properly render the avatar and for later grouping
Julius Härtl [Wed, 17 Oct 2018 19:57:22 +0000 (21:57 +0200)]
Add collaborators uuid to properly render the avatar and for later grouping

Signed-off-by: Julius Härtl <jus@bitgrid.net>