]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 years agoRemove not needed rule for .warning 3618/head
Morris Jobke [Fri, 24 Feb 2017 17:04:48 +0000 (11:04 -0600)]
Remove not needed rule for .warning

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #3588 from GreenArchon/issue_#3461
Lukas Reschke [Fri, 24 Feb 2017 16:25:21 +0000 (17:25 +0100)]
Merge pull request #3588 from GreenArchon/issue_#3461

Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs

7 years agoMerge pull request #3598 from nextcloud/issue-3583-shared-addressbooks-fail-on-legacy...
Roeland Jago Douma [Fri, 24 Feb 2017 15:36:39 +0000 (16:36 +0100)]
Merge pull request #3598 from nextcloud/issue-3583-shared-addressbooks-fail-on-legacy-endpoint

Use the correct principal for shared addressbooks

7 years agoMerge pull request #3612 from KB7777/patch-1
Roeland Jago Douma [Fri, 24 Feb 2017 15:33:42 +0000 (16:33 +0100)]
Merge pull request #3612 from KB7777/patch-1

Update Setup.php

7 years agoUpdate Setup.php 3612/head
KB7777 [Fri, 24 Feb 2017 11:13:26 +0000 (12:13 +0100)]
Update Setup.php

7 years agoMerge pull request #3287 from nextcloud/readd_appstoreenabled_switch
Joas Schilling [Fri, 24 Feb 2017 09:07:25 +0000 (10:07 +0100)]
Merge pull request #3287 from nextcloud/readd_appstoreenabled_switch

Add back appstoreenabled config switch

7 years agoMerge pull request #3603 from nextcloud/update-icon
Joas Schilling [Fri, 24 Feb 2017 08:58:05 +0000 (09:58 +0100)]
Merge pull request #3603 from nextcloud/update-icon

Bring back checkmark icon on successful update

7 years agoMerge pull request #3605 from nextcloud/single-user
Joas Schilling [Fri, 24 Feb 2017 07:52:26 +0000 (08:52 +0100)]
Merge pull request #3605 from nextcloud/single-user

Clean up single user mode

7 years agoFix unit tests and improve appstore logic 3287/head
Morris Jobke [Thu, 23 Feb 2017 20:56:28 +0000 (14:56 -0600)]
Fix unit tests and improve appstore logic

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoAdd back appstoreenabled config switch
Steffen Lindner [Thu, 26 Jan 2017 18:02:45 +0000 (19:02 +0100)]
Add back appstoreenabled config switch

Signed-off-by: Steffen Lindner <mail@steffen-lindner.de>
7 years agoBring back checkmark icon on successful update 3603/head
Morris Jobke [Thu, 23 Feb 2017 21:25:48 +0000 (15:25 -0600)]
Bring back checkmark icon on successful update

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 Feb 2017 01:21:37 +0000 (01:21 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #3589 from nextcloud/remove-unneeded-repair-step
Morris Jobke [Thu, 23 Feb 2017 21:57:21 +0000 (15:57 -0600)]
Merge pull request #3589 from nextcloud/remove-unneeded-repair-step

Remove unneeded repair steps

7 years agoMerge pull request #3576 from robert-scheck/timezone
Morris Jobke [Thu, 23 Feb 2017 21:36:50 +0000 (15:36 -0600)]
Merge pull request #3576 from robert-scheck/timezone

According to issue #3553, the default logtimezone is always UTC

7 years agoMerge pull request #2602 from nextcloud/resize-the-controls-after-the-sidebar-slided-in
Lukas Reschke [Thu, 23 Feb 2017 14:46:06 +0000 (15:46 +0100)]
Merge pull request #2602 from nextcloud/resize-the-controls-after-the-sidebar-slided-in

Increase debounce time to make sure controls are resized after the sidebar disappeared

7 years agoUse the correct principal for shared addressbooks 3598/head
Joas Schilling [Thu, 23 Feb 2017 13:16:00 +0000 (14:16 +0100)]
Use the correct principal for shared addressbooks

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoMerge pull request #3590 from individual-it/correct_text_when_disabling_app
Lukas Reschke [Thu, 23 Feb 2017 09:32:19 +0000 (10:32 +0100)]
Merge pull request #3590 from individual-it/correct_text_when_disabling_app

show correct text when disabling App

7 years agoMerge pull request #3575 from nextcloud/better-thumbnail-quality
Joas Schilling [Thu, 23 Feb 2017 08:54:32 +0000 (09:54 +0100)]
Merge pull request #3575 from nextcloud/better-thumbnail-quality

Use 90% JPEG quality for thumbnails and previews by default

7 years agoshow correct text when disabling App 3590/head
Artur Neumann [Thu, 23 Feb 2017 06:02:38 +0000 (11:47 +0545)]
show correct text when disabling App

during the process of disabling an App the button would show "Enabling
app …"
This is corrected by this patch

Signed-off-by: Artur Neumann <info@individual-it.net>
7 years agoClean up single user mode 3605/head
Morris Jobke [Thu, 23 Feb 2017 05:02:31 +0000 (23:02 -0600)]
Clean up single user mode

Single user mode basically disables WebDAV, OCS and cron execution. Since
we heavily rely on WebDAV and OCS also in the web UI it's basically useless.
An admin only sees a broken interface and can't even change any settings nor
sees any files. Also sharing is not possible.

As this is at least the case since Nextcloud 9 and we haven't received any
reports for this it seems that this feature is not used at all so I removed it.

The encryption commands now rely on the well tested maintenance mode.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agocleanup old and not needed repair steps to speed up the update 3589/head
Morris Jobke [Thu, 23 Feb 2017 04:20:56 +0000 (22:20 -0600)]
cleanup old and not needed repair steps to speed up the update

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoRemove unneeded UpdateCertificateStore.
Morris Jobke [Thu, 16 Feb 2017 23:38:03 +0000 (17:38 -0600)]
Remove unneeded UpdateCertificateStore.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 Feb 2017 01:18:48 +0000 (01:18 +0000)]
[tx-robot] updated from transifex

7 years agoRefactor files' CacheEntry object creation to call cacheEntryFromData() all the time... 3588/head
Frédéric Fortier [Thu, 23 Feb 2017 01:03:32 +0000 (20:03 -0500)]
Refactor files' CacheEntry object creation to call cacheEntryFromData() all the time thus allowing proper casts to be done

Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
7 years agoAccording to issue #3553, the default logtimezone is always UTC 3576/head
Robert Scheck [Wed, 22 Feb 2017 23:15:45 +0000 (00:15 +0100)]
According to issue #3553, the default logtimezone is always UTC

Signed-off-by: Robert Scheck <robert@fedoraproject.org>
7 years agoMerge pull request #3580 from nextcloud/password-reset-wording
Morris Jobke [Wed, 22 Feb 2017 22:32:36 +0000 (16:32 -0600)]
Merge pull request #3580 from nextcloud/password-reset-wording

detail wording: password reset instead of recovery

7 years agoMerge pull request #3567 from nextcloud/autocomplete-settings
Björn Schießle [Wed, 22 Feb 2017 15:30:21 +0000 (16:30 +0100)]
Merge pull request #3567 from nextcloud/autocomplete-settings

some sharing settings

7 years agofix typo 3567/head
Bjoern Schiessle [Wed, 22 Feb 2017 15:28:42 +0000 (16:28 +0100)]
fix typo

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
7 years agodetail wording: password reset instead of recovery 3580/head
Jan-Christoph Borchardt [Wed, 22 Feb 2017 14:17:45 +0000 (15:17 +0100)]
detail wording: password reset instead of recovery

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
7 years agouse (int) instead of intval for performance reasons
Bjoern Schiessle [Wed, 22 Feb 2017 14:14:36 +0000 (15:14 +0100)]
use (int) instead of intval for performance reasons

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
7 years agoFix code quality a bit 3575/head
Joas Schilling [Wed, 22 Feb 2017 11:17:55 +0000 (12:17 +0100)]
Fix code quality a bit

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoUse 90% JPEG quality for thumbnails and previews by default
Joas Schilling [Wed, 22 Feb 2017 11:11:42 +0000 (12:11 +0100)]
Use 90% JPEG quality for thumbnails and previews by default

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoMerge pull request #3418 from nextcloud/add-groups-to-userinfo
Lukas Reschke [Wed, 22 Feb 2017 11:26:47 +0000 (12:26 +0100)]
Merge pull request #3418 from nextcloud/add-groups-to-userinfo

add groups to user info output

7 years agoMerge pull request #3573 from nextcloud/correctly-catch-the-exception-from-pathinfo
Lukas Reschke [Wed, 22 Feb 2017 11:15:50 +0000 (12:15 +0100)]
Merge pull request #3573 from nextcloud/correctly-catch-the-exception-from-pathinfo

Catch exception from path info

7 years agoCatch exception from path info 3573/head
Joas Schilling [Wed, 22 Feb 2017 10:01:40 +0000 (11:01 +0100)]
Catch exception from path info

We don't really care when the path info can not be gathered correctly.
we will simply not use SCSS then but the CSS fallback.

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years agoMerge pull request #3570 from nextcloud/fix-share-loading
John Molakvoæ [Wed, 22 Feb 2017 09:20:56 +0000 (10:20 +0100)]
Merge pull request #3570 from nextcloud/fix-share-loading

Fix position of share autocomplete loading icon

7 years agoMerge pull request #3413 from nextcloud/theming-appdata
Lukas Reschke [Wed, 22 Feb 2017 09:16:33 +0000 (10:16 +0100)]
Merge pull request #3413 from nextcloud/theming-appdata

Move theming images to AppData

7 years agoMerge pull request #3566 from nextcloud/setUpScenario1
Lukas Reschke [Wed, 22 Feb 2017 09:10:57 +0000 (10:10 +0100)]
Merge pull request #3566 from nextcloud/setUpScenario1

Use clearer name setUpScenario

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 22 Feb 2017 01:12:24 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

7 years agoMerge pull request #3568 from nextcloud/fix-pdfviewer-margin
Morris Jobke [Tue, 21 Feb 2017 23:44:07 +0000 (17:44 -0600)]
Merge pull request #3568 from nextcloud/fix-pdfviewer-margin

fix bottom margin of shared pdfviewer links

7 years agoFix position of share autocomplete loading icon 3570/head
Morris Jobke [Tue, 21 Feb 2017 23:26:45 +0000 (17:26 -0600)]
Fix position of share autocomplete loading icon

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoproperly include class
Morris Jobke [Tue, 21 Feb 2017 23:24:40 +0000 (17:24 -0600)]
properly include class

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoUse intval() for validation of config options
Morris Jobke [Tue, 21 Feb 2017 23:22:06 +0000 (17:22 -0600)]
Use intval() for validation of config options

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoImprove the UX for sharing settings
Morris Jobke [Tue, 21 Feb 2017 23:07:07 +0000 (17:07 -0600)]
Improve the UX for sharing settings

* shows a info when list is potentially truncated
* shows a warning when characters length is not enough

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #3557 from marncz/master
John Molakvoæ [Tue, 21 Feb 2017 19:20:17 +0000 (20:20 +0100)]
Merge pull request #3557 from marncz/master

Fixed path in other folders search

7 years agofix bottom margin of shared pdfviewer links 3568/head
Jan-Christoph Borchardt [Tue, 21 Feb 2017 19:09:20 +0000 (20:09 +0100)]
fix bottom margin of shared pdfviewer links

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
7 years agoallow to configure a min-length of search strings for auto-compeltion and a max numbe...
Bjoern Schiessle [Tue, 21 Feb 2017 17:10:38 +0000 (18:10 +0100)]
allow to configure a min-length of search strings for auto-compeltion and a max number for of results returned

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
7 years agoUse clearer name setUpScenario 3566/head
Phil Davis [Tue, 21 Feb 2017 15:58:10 +0000 (21:43 +0545)]
Use clearer name setUpScenario

Signed-off-by: Phil Davis <phil.davis@inf.org>
7 years agoTypecast filecache 'storage' as int to return it as documented, fixes #3461
Frédéric Fortier [Tue, 21 Feb 2017 03:07:37 +0000 (22:07 -0500)]
Typecast filecache 'storage' as int to return it as documented, fixes #3461

Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 21 Feb 2017 01:08:46 +0000 (01:08 +0000)]
[tx-robot] updated from transifex

7 years agoFixed path in other folders search 3557/head
Marcin [Tue, 21 Feb 2017 00:38:46 +0000 (00:38 +0000)]
Fixed path in other folders search

Signed-off-by: Marcin Czarnecki <marcin.czarnecki@protonmail.com>
7 years agoMerge pull request #3521 from nextcloud/ldap-fix-uuid-attr-detection
Lukas Reschke [Mon, 20 Feb 2017 20:34:55 +0000 (21:34 +0100)]
Merge pull request #3521 from nextcloud/ldap-fix-uuid-attr-detection

Fix Borken UUID Attribute Detection

7 years agoMerge pull request #3542 from nextcloud/add-crl-for-old-rainloop-certificate
Lukas Reschke [Mon, 20 Feb 2017 20:24:00 +0000 (21:24 +0100)]
Merge pull request #3542 from nextcloud/add-crl-for-old-rainloop-certificate

Add CRL entry for old rainloop certificate

7 years agoMerge pull request #3550 from nextcloud/fix-misleading-wording
Lukas Reschke [Mon, 20 Feb 2017 20:16:31 +0000 (21:16 +0100)]
Merge pull request #3550 from nextcloud/fix-misleading-wording

Fix misleading wording: searching is affected, not user access.

7 years agoMerge pull request #3551 from nextcloud/fix-search-result-thumbnails
Lukas Reschke [Mon, 20 Feb 2017 20:00:42 +0000 (21:00 +0100)]
Merge pull request #3551 from nextcloud/fix-search-result-thumbnails

Fix thumbnail size of search results

7 years agoFix thumbnail size of search results 3551/head
Morris Jobke [Mon, 20 Feb 2017 18:48:40 +0000 (12:48 -0600)]
Fix thumbnail size of search results

* fixes #3466

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoFix misleading wording: searching is affected, not user access. 3550/head
Arthur Schiwon [Mon, 20 Feb 2017 18:26:16 +0000 (19:26 +0100)]
Fix misleading wording: searching is affected, not user access.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years agoMerge pull request #3544 from nextcloud/iservercontainer-container
Morris Jobke [Mon, 20 Feb 2017 17:02:14 +0000 (11:02 -0600)]
Merge pull request #3544 from nextcloud/iservercontainer-container

IServerContainer is effectively an IContainer

7 years agoAdd test for creating AppData folder 3413/head
Julius Haertl [Thu, 16 Feb 2017 14:13:19 +0000 (15:13 +0100)]
Add test for creating AppData folder

Signed-off-by: Julius Haertl <jus@bitgrid.net>
7 years agoMerge pull request #3505 from robert-scheck/autoindex
Lukas Reschke [Mon, 20 Feb 2017 13:25:09 +0000 (14:25 +0100)]
Merge pull request #3505 from robert-scheck/autoindex

Only request "IndexIgnore" if mod_autoindex is loaded

7 years agoOnly request "IndexIgnore" if mod_autoindex is loaded 3505/head
Robert Scheck [Thu, 16 Feb 2017 10:45:11 +0000 (11:45 +0100)]
Only request "IndexIgnore" if mod_autoindex is loaded

Signed-off-by: Robert Scheck <robert@fedoraproject.org>
7 years agoMerge pull request #3257 from nextcloud/updated-guest-checkboxes
Lukas Reschke [Mon, 20 Feb 2017 12:06:47 +0000 (13:06 +0100)]
Merge pull request #3257 from nextcloud/updated-guest-checkboxes

Fix checkboxes on login

7 years agoIServerContainer is effectively an IContainer 3544/head
Christoph Wurst [Mon, 20 Feb 2017 10:44:40 +0000 (11:44 +0100)]
IServerContainer is effectively an IContainer

This relation was not explicitly declared in the class description.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years agoAdd CRL entry for old rainloop certificate 3542/head
Lukas Reschke [Mon, 20 Feb 2017 10:10:59 +0000 (11:10 +0100)]
Add CRL entry for old rainloop certificate

Certificate has been lost as per https://github.com/nextcloud/app-certificate-requests/pull/47 - let's revoke the old one thus.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 20 Feb 2017 01:07:37 +0000 (01:07 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 19 Feb 2017 01:07:37 +0000 (01:07 +0000)]
[tx-robot] updated from transifex

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 18 Feb 2017 01:08:23 +0000 (01:08 +0000)]
[tx-robot] updated from transifex

7 years agoadd tests to DB group 3521/head
Arthur Schiwon [Fri, 17 Feb 2017 19:12:30 +0000 (20:12 +0100)]
add tests to DB group

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years agoBackground jobs can take 4k of characters only. We find a good batch size.
Arthur Schiwon [Fri, 17 Feb 2017 19:06:25 +0000 (20:06 +0100)]
Background jobs can take 4k of characters only. We find a good batch size.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years agoAdd repair steps
Arthur Schiwon [Fri, 17 Feb 2017 17:45:33 +0000 (18:45 +0100)]
Add repair steps

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years agoadd integration test for uuid attr detection
Arthur Schiwon [Fri, 17 Feb 2017 11:05:51 +0000 (12:05 +0100)]
add integration test for uuid attr detection

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 17 Feb 2017 01:07:58 +0000 (01:07 +0000)]
[tx-robot] updated from transifex

7 years agoFix determining the UUID attribute, default of the override is null
Arthur Schiwon [Fri, 17 Feb 2017 01:06:10 +0000 (02:06 +0100)]
Fix determining the UUID attribute, default of the override is null

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years agoFix integration test by not relying on Fake instances
Arthur Schiwon [Fri, 17 Feb 2017 01:04:42 +0000 (02:04 +0100)]
Fix integration test by not relying on Fake instances

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years agoMerge pull request #3515 from nextcloud/revert-3214-cache-storage-info
Morris Jobke [Thu, 16 Feb 2017 18:02:06 +0000 (12:02 -0600)]
Merge pull request #3515 from nextcloud/revert-3214-cache-storage-info

Revert "cache the storage info for 5 min"

7 years agoRevert "cache the storage info for 5 min" 3515/head
Morris Jobke [Thu, 16 Feb 2017 17:58:45 +0000 (11:58 -0600)]
Revert "cache the storage info for 5 min"

7 years agoMerge pull request #3439 from nextcloud/oc-26963
Lukas Reschke [Thu, 16 Feb 2017 15:34:18 +0000 (16:34 +0100)]
Merge pull request #3439 from nextcloud/oc-26963

Make sure invalid images don't flood the log file

7 years agoUse createMock
Julius Haertl [Thu, 9 Feb 2017 21:51:05 +0000 (22:51 +0100)]
Use createMock

Signed-off-by: Julius Haertl <jus@bitgrid.net>
7 years agoUse ::class in tests and correct import
Julius Haertl [Thu, 9 Feb 2017 16:12:00 +0000 (17:12 +0100)]
Use ::class in tests and correct import

Signed-off-by: Julius Haertl <jus@bitgrid.net>
7 years agoAdd tests for theming migration step
Julius Haertl [Thu, 9 Feb 2017 11:08:42 +0000 (12:08 +0100)]
Add tests for theming migration step

Signed-off-by: Julius Haertl <jus@bitgrid.net>
7 years agoAdapt ThemingController tests
Julius Haertl [Thu, 9 Feb 2017 10:38:45 +0000 (11:38 +0100)]
Adapt ThemingController tests

Signed-off-by: Julius Haertl <jus@bitgrid.net>
7 years agoAdd repair step to move existing theming images
Julius Haertl [Thu, 9 Feb 2017 09:56:42 +0000 (10:56 +0100)]
Add repair step to move existing theming images

Signed-off-by: Julius Haertl <jus@bitgrid.net>
7 years agoMove theming images to AppData
Julius Haertl [Thu, 9 Feb 2017 09:55:28 +0000 (10:55 +0100)]
Move theming images to AppData

Signed-off-by: Julius Haertl <jus@bitgrid.net>
7 years agoMerge pull request #3507 from nextcloud/if-backend-implements-get-display-name-dont...
Lukas Reschke [Thu, 16 Feb 2017 13:20:06 +0000 (14:20 +0100)]
Merge pull request #3507 from nextcloud/if-backend-implements-get-display-name-dont-force-one

Don't force displayname if backend already provides one

7 years agoDon't force displayname if backend already provides one 3507/head
Lukas Reschke [Thu, 16 Feb 2017 12:23:04 +0000 (13:23 +0100)]
Don't force displayname if backend already provides one

`\OC_User::loginWithApache` is used in combination with backend mechanisms like our SSO / SAML integration. Those can optionally already provide a displayname using other means. For example by mapping SAML attributes.

The current approach makes it however impossible for backends using `\OCP\Authentication\IApacheBackend` to set a displayname on their own. Because the display name will simply be overwritten with the loginname.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years agoMerge pull request #2287 from nextcloud/registrationEmail
John Molakvoæ [Thu, 16 Feb 2017 06:16:45 +0000 (07:16 +0100)]
Merge pull request #2287 from nextcloud/registrationEmail

Send password/activation link to new user

7 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 16 Feb 2017 01:07:44 +0000 (01:07 +0000)]
[tx-robot] updated from transifex

7 years agoadd unit tests 2287/head
Morris Jobke [Thu, 16 Feb 2017 00:07:21 +0000 (18:07 -0600)]
add unit tests

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoAdd l10n
Roeland Jago Douma [Wed, 15 Feb 2017 19:30:55 +0000 (20:30 +0100)]
Add l10n

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years agoFix setup issue and refine error messages
Morris Jobke [Wed, 15 Feb 2017 18:17:55 +0000 (12:17 -0600)]
Fix setup issue and refine error messages

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agouse random password if "password link" is enabled
tobiasKaminsky [Thu, 24 Nov 2016 18:30:36 +0000 (19:30 +0100)]
use random password if "password link" is enabled

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoempty password only allowed if password link is sent
tobiasKaminsky [Wed, 23 Nov 2016 20:44:38 +0000 (21:44 +0100)]
empty password only allowed if password link is sent

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoadd setting for "send password link"
tobiasKaminsky [Wed, 23 Nov 2016 20:30:15 +0000 (21:30 +0100)]
add setting for "send password link"

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agosend email to new user with password forgotten link to create own password
tobiasKaminsky [Wed, 23 Nov 2016 18:50:58 +0000 (19:50 +0100)]
send email to new user with password forgotten link to create own password

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years agoMerge pull request #2606 from temparus/master
blizzz [Wed, 15 Feb 2017 20:47:47 +0000 (21:47 +0100)]
Merge pull request #2606 from temparus/master

Add preLoginValidation hook

7 years agoMerge pull request #3495 from nextcloud/dav-protected
Roeland Jago Douma [Wed, 15 Feb 2017 19:49:06 +0000 (20:49 +0100)]
Merge pull request #3495 from nextcloud/dav-protected

Make it easier to subclass DAV storage

7 years agoMerge pull request #3449 from nextcloud/notify-subfolder-self-test
Roeland Jago Douma [Wed, 15 Feb 2017 19:33:05 +0000 (20:33 +0100)]
Merge pull request #3449 from nextcloud/notify-subfolder-self-test

Make the notify self test for subfolders more reliable

7 years agoMerge pull request #3447 from nextcloud/getmetadata-permissions-mask
Roeland Jago Douma [Wed, 15 Feb 2017 19:22:08 +0000 (20:22 +0100)]
Merge pull request #3447 from nextcloud/getmetadata-permissions-mask

also apply permissions mask in getMetaData

7 years agoMerge pull request #3262 from nextcloud/jail-scanner-storage-id
Roeland Jago Douma [Wed, 15 Feb 2017 19:21:03 +0000 (20:21 +0100)]
Merge pull request #3262 from nextcloud/jail-scanner-storage-id

Make sure we use the correct storage id and parent id when scanning a jailed storage

7 years agoMerge pull request #2704 from nextcloud/2fa-fix-backup-codes-print
Roeland Jago Douma [Wed, 15 Feb 2017 19:18:48 +0000 (20:18 +0100)]
Merge pull request #2704 from nextcloud/2fa-fix-backup-codes-print

print the backup codes tab and not the current one