]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoAlso allow dragging below the file list 15747/head
Julius Härtl [Mon, 27 May 2019 11:00:45 +0000 (13:00 +0200)]
Also allow dragging below the file list

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMerge pull request #15738 from nextcloud/enh/dont-notify-admin-if-no-exposing-share...
Roeland Jago Douma [Mon, 27 May 2019 09:50:43 +0000 (11:50 +0200)]
Merge pull request #15738 from nextcloud/enh/dont-notify-admin-if-no-exposing-share-links-found

Don't notify admins if no potentially over exposing links found

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 May 2019 02:13:41 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoDon't notify admins if no potentially over exposing links found 15738/head
Daniel Kesselberg [Sun, 26 May 2019 13:50:56 +0000 (15:50 +0200)]
Don't notify admins if no potentially over exposing links found

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 26 May 2019 02:14:16 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #15722 from nextcloud/dependabot/npm_and_yarn/build/tar-2.2.2
Roeland Jago Douma [Sat, 25 May 2019 08:20:23 +0000 (10:20 +0200)]
Merge pull request #15722 from nextcloud/dependabot/npm_and_yarn/build/tar-2.2.2

[Security] Bump tar from 2.2.1 to 2.2.2 in /build

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 May 2019 02:13:50 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years ago[Security] Bump tar from 2.2.1 to 2.2.2 in /build 15722/head
dependabot-preview[bot] [Fri, 24 May 2019 23:26:19 +0000 (23:26 +0000)]
[Security] Bump tar from 2.2.1 to 2.2.2 in /build

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)

5 years ago[Security] Bump tar from 2.2.1 to 2.2.2 (#15729)
John Molakvoæ [Fri, 24 May 2019 23:24:37 +0000 (01:24 +0200)]
[Security] Bump tar from 2.2.1 to 2.2.2 (#15729)

[Security] Bump tar from 2.2.1 to 2.2.2

5 years ago[Security] Bump tar from 2.2.1 to 2.2.2 15729/head
dependabot-preview[bot] [Fri, 24 May 2019 18:28:12 +0000 (18:28 +0000)]
[Security] Bump tar from 2.2.1 to 2.2.2

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)

5 years agoMerge pull request #15714 from nextcloud/fix/204_304_rfc
Roeland Jago Douma [Fri, 24 May 2019 17:51:01 +0000 (19:51 +0200)]
Merge pull request #15714 from nextcloud/fix/204_304_rfc

Check the actual status code for 204 and 304

5 years agoMerge pull request #15700 from nextcloud/fix/open_multiple_link_shares
Morris Jobke [Fri, 24 May 2019 14:09:01 +0000 (16:09 +0200)]
Merge pull request #15700 from nextcloud/fix/open_multiple_link_shares

Redirect to the right token on public shares

5 years agoMerge pull request #15697 from nextcloud/bugfix/noid/calendar_birthday_move_repair_to...
Morris Jobke [Fri, 24 May 2019 13:55:23 +0000 (15:55 +0200)]
Merge pull request #15697 from nextcloud/bugfix/noid/calendar_birthday_move_repair_to_background

Don't run repair step for every individual user, outsource that to background job

5 years agoMerge pull request #15679 from nextcloud/feature/sub-admin-settings
Roeland Jago Douma [Fri, 24 May 2019 13:37:46 +0000 (15:37 +0200)]
Merge pull request #15679 from nextcloud/feature/sub-admin-settings

Make it possible to show admin settings for sub admins

5 years agoCheck the actual status code for 204 and 304 15714/head
Roeland Jago Douma [Fri, 24 May 2019 11:00:17 +0000 (13:00 +0200)]
Check the actual status code for 204 and 304

The header is the full http header like: HTTP/1.1 304 Not Modified
So comparing this to an int always yields false
This also makes the 304 RFC compliant as the resulting content length
should otherwise be the length of the message and not 0.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoMerge pull request #15715 from nextcloud/s3-bucket-name
Morris Jobke [Fri, 24 May 2019 13:03:22 +0000 (15:03 +0200)]
Merge pull request #15715 from nextcloud/s3-bucket-name

Allow other code to use the s3 client from object store

5 years agoMerge pull request #15706 from nextcloud/smb-hidden-files
Morris Jobke [Fri, 24 May 2019 12:59:13 +0000 (14:59 +0200)]
Merge pull request #15706 from nextcloud/smb-hidden-files

add option to show hidden files in SMB shares

5 years agoadd method to get bucket name from s3 storage 15715/head
Robin Appelman [Fri, 24 May 2019 12:02:03 +0000 (14:02 +0200)]
add method to get bucket name from s3 storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 May 2019 02:13:40 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoadd option to show hidden files in SMB shares 15706/head
Robin Appelman [Thu, 23 May 2019 19:23:56 +0000 (21:23 +0200)]
add option to show hidden files in SMB shares

Note hidden files can mean different things in smb and the option the the files web ui,
the webui only counts files starting with '.' as hidden, while smb files
can be marked as hidden regardless, any files that are marked as hidden
on smb will thus be shown in the webui regardless of the setting in the files app.

Fixes #15644

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoMake it possible to show admin settings for sub admins 15679/head
Christoph Wurst [Wed, 22 May 2019 08:48:51 +0000 (10:48 +0200)]
Make it possible to show admin settings for sub admins

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoRedirect to the right token on public shares 15700/head
Roeland Jago Douma [Thu, 23 May 2019 11:42:59 +0000 (13:42 +0200)]
Redirect to the right token on public shares

If the token doesn't match (or isn't set) during the redirect. We should
properly set it. Else we might redirect to a later auth display that set
these values.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #15699 from nextcloud/funding-yml
Morris Jobke [Thu, 23 May 2019 10:34:45 +0000 (12:34 +0200)]
Merge pull request #15699 from nextcloud/funding-yml

Add funding.yml with Bountysource info

5 years agoAdd funding.yml with Bountysource info 15699/head
Jan-Christoph Borchardt [Thu, 23 May 2019 10:19:03 +0000 (12:19 +0200)]
Add funding.yml with Bountysource info

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agoDon't run repair step for every individual user, outsource that to background job 15697/head
Georg Ehrke [Thu, 23 May 2019 09:10:48 +0000 (11:10 +0200)]
Don't run repair step for every individual user, outsource that to background job

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 May 2019 02:13:45 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #15676 from nextcloud/revert/9609
Morris Jobke [Wed, 22 May 2019 20:58:24 +0000 (22:58 +0200)]
Merge pull request #15676 from nextcloud/revert/9609

Revert "send invitations for shared calendars"

5 years agoMerge pull request #15684 from nextcloud/objectstore-expose-urn
Morris Jobke [Wed, 22 May 2019 20:49:40 +0000 (22:49 +0200)]
Merge pull request #15684 from nextcloud/objectstore-expose-urn

make ObjectStoreStorage::getURN public

5 years agoMerge pull request #12114 from RubenHoms/master
Morris Jobke [Wed, 22 May 2019 20:32:13 +0000 (22:32 +0200)]
Merge pull request #12114 from RubenHoms/master

Stop decryption when maintenance mode is enabled

5 years agoMerge pull request #15506 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0...
Morris Jobke [Wed, 22 May 2019 20:00:40 +0000 (22:00 +0200)]
Merge pull request #15506 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.11.1

Bump nextcloud-vue from 0.8.0 to 0.11.1

5 years agoMerge pull request #15604 from nextcloud/fix/12682/fix-possible-override-of-uniquemember
blizzz [Wed, 22 May 2019 17:09:28 +0000 (19:09 +0200)]
Merge pull request #15604 from nextcloud/fix/12682/fix-possible-override-of-uniquemember

fixes possible override of uniqueMember by autodetection

5 years agoMerge pull request #15682 from nextcloud/enh/15675/lazy_l10n
Morris Jobke [Wed, 22 May 2019 12:11:48 +0000 (14:11 +0200)]
Merge pull request #15682 from nextcloud/enh/15675/lazy_l10n

Make the L10N loading lazy

5 years agoMerge pull request #15685 from nextcloud/fix/noid/redis-cluster-with-auth
Morris Jobke [Wed, 22 May 2019 11:47:11 +0000 (13:47 +0200)]
Merge pull request #15685 from nextcloud/fix/noid/redis-cluster-with-auth

Allow redis cluster to use password

5 years agoset the ldapGroupMemberAssocAttr for group tests 15604/head
Arthur Schiwon [Wed, 22 May 2019 10:48:12 +0000 (12:48 +0200)]
set the ldapGroupMemberAssocAttr for group tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoAllow redis cluster to use password 15685/head
Morris Jobke [Wed, 22 May 2019 10:19:07 +0000 (12:19 +0200)]
Allow redis cluster to use password

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agomake ObjectStoreStorage::getURN public 15684/head
Robin Appelman [Wed, 22 May 2019 10:17:33 +0000 (12:17 +0200)]
make ObjectStoreStorage::getURN public

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoBump files_sharing bundles 15506/head
Julius Härtl [Wed, 22 May 2019 09:51:35 +0000 (11:51 +0200)]
Bump files_sharing bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoBump nextcloud-vue-collections
Julius Härtl [Wed, 22 May 2019 09:47:32 +0000 (11:47 +0200)]
Bump nextcloud-vue-collections

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoBump settings
John Molakvoæ (skjnldsv) [Fri, 17 May 2019 07:49:47 +0000 (09:49 +0200)]
Bump settings

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoBump nextcloud-vue from 0.8.0 to 0.11.1
dependabot[bot] [Sun, 12 May 2019 01:13:14 +0000 (01:13 +0000)]
Bump nextcloud-vue from 0.8.0 to 0.11.1

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.8.0 to 0.11.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.8.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMake the L10N loading lazy 15682/head
Roeland Jago Douma [Wed, 22 May 2019 09:22:12 +0000 (11:22 +0200)]
Make the L10N loading lazy

Fixes #15675
This makes loading of the actual L10N lazy. So we only detect and load
the actual translations when they are used. Instead of trying to load
them all the time just because an app is enabled.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoRevert "send invitations for shared calendars" 15676/head
Georg Ehrke [Wed, 22 May 2019 07:02:25 +0000 (09:02 +0200)]
Revert "send invitations for shared calendars"

This reverts commit a9c313ce451c701a2e065e34022659cf17523963.

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 22 May 2019 02:13:52 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #15668 from nextcloud/fix/10832/l10n-on-settings-page
blizzz [Tue, 21 May 2019 22:50:44 +0000 (00:50 +0200)]
Merge pull request #15668 from nextcloud/fix/10832/l10n-on-settings-page

Fix l10n for SettingsManager by injecting the l10n factory

5 years agoFix l10n for SettingsManager by injecting the l10n factory 15668/head
Morris Jobke [Tue, 21 May 2019 20:25:11 +0000 (22:25 +0200)]
Fix l10n for SettingsManager by injecting the l10n factory

Fixes #10832

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoMerge pull request #15651 from nextcloud/fix/quota/hover-feedback
Morris Jobke [Tue, 21 May 2019 19:03:14 +0000 (21:03 +0200)]
Merge pull request #15651 from nextcloud/fix/quota/hover-feedback

Remove quota feedback if no link set

5 years agoMerge pull request #15659 from nextcloud/version-backend-use
Morris Jobke [Tue, 21 May 2019 19:00:15 +0000 (21:00 +0200)]
Merge pull request #15659 from nextcloud/version-backend-use

add way for version backends to programmatically specify if they should be used

5 years agoMerge pull request #15660 from nextcloud/objectstore-get
Roeland Jago Douma [Tue, 21 May 2019 18:02:50 +0000 (20:02 +0200)]
Merge pull request #15660 from nextcloud/objectstore-get

add method to get the used object store from the storage

5 years agoMerge pull request #15499 from nextcloud/app-update-script
Morris Jobke [Tue, 21 May 2019 15:42:57 +0000 (17:42 +0200)]
Merge pull request #15499 from nextcloud/app-update-script

Add scripts to update server & apps or apps only

5 years agoadd method to get the used object store from the storage 15660/head
Robin Appelman [Tue, 21 May 2019 15:18:00 +0000 (17:18 +0200)]
add method to get the used object store from the storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoadd way for version backends to programmatically specify if they should be used 15659/head
Robin Appelman [Tue, 21 May 2019 15:14:47 +0000 (17:14 +0200)]
add way for version backends to programmatically specify if they should be used

this allows for backends that should only be used if specific conditions are met

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoRemove quota feedback if no link set 15651/head
John Molakvoæ (skjnldsv) [Tue, 21 May 2019 08:47:56 +0000 (10:47 +0200)]
Remove quota feedback if no link set

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoMerge pull request #15638 from nextcloud/bugfix/7965/sharing-hide-if-empty
Morris Jobke [Tue, 21 May 2019 08:33:07 +0000 (10:33 +0200)]
Merge pull request #15638 from nextcloud/bugfix/7965/sharing-hide-if-empty

Only show sharing section if it has content

5 years agoStop decryption when maintenance mode is enabled, fixes #8311 12114/head
Ruben Homs [Mon, 29 Oct 2018 14:36:16 +0000 (15:36 +0100)]
Stop decryption when maintenance mode is enabled, fixes #8311

Signed-off-by: Ruben Homs <ruben@homs.codes>
5 years agoMerge pull request #15104 from nextcloud/enh/remote_wipe
Roeland Jago Douma [Tue, 21 May 2019 06:36:31 +0000 (08:36 +0200)]
Merge pull request #15104 from nextcloud/enh/remote_wipe

Remote wipe support

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 21 May 2019 02:13:28 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #15601 from nextcloud/url-generation-oc-config
Morris Jobke [Mon, 20 May 2019 21:44:55 +0000 (23:44 +0200)]
Merge pull request #15601 from nextcloud/url-generation-oc-config

dont use deprecated oc_config in url generation

5 years agoRemote wipe support 15104/head
Roeland Jago Douma [Wed, 3 Apr 2019 14:00:46 +0000 (16:00 +0200)]
Remote wipe support

This allows a user to mark a token for remote wipe.
Clients that support this can then wipe the device properly.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoOnly show sharing section if it has content 15638/head
Julius Härtl [Mon, 20 May 2019 16:07:24 +0000 (18:07 +0200)]
Only show sharing section if it has content

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agodont use deprecated oc_config in url generation 15601/head
Robin Appelman [Fri, 17 May 2019 12:23:08 +0000 (14:23 +0200)]
dont use deprecated oc_config in url generation

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoMerge pull request #15615 from nextcloud/dependabot/npm_and_yarn/build/jsdoc-3.6.2
Morris Jobke [Mon, 20 May 2019 11:44:04 +0000 (13:44 +0200)]
Merge pull request #15615 from nextcloud/dependabot/npm_and_yarn/build/jsdoc-3.6.2

Bump jsdoc from 3.6.1 to 3.6.2 in /build

5 years agoMerge pull request #15578 from nextcloud/3rdparty/openstack/3.0.6
Roeland Jago Douma [Mon, 20 May 2019 11:26:24 +0000 (13:26 +0200)]
Merge pull request #15578 from nextcloud/3rdparty/openstack/3.0.6

[3rdparty] Bump openstack to 3.0.6

5 years agoMerge pull request #15626 from nextcloud/update-crl
Roeland Jago Douma [Mon, 20 May 2019 10:41:40 +0000 (12:41 +0200)]
Merge pull request #15626 from nextcloud/update-crl

Update CRL due to revoked cookbook.crt

5 years agoUpdate CRL due to revoked cookbook.crt 15626/head
Morris Jobke [Mon, 20 May 2019 09:33:52 +0000 (11:33 +0200)]
Update CRL due to revoked cookbook.crt

See https://github.com/nextcloud/app-certificate-requests/pull/241

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoBump babel-loader from 8.0.5 to 8.0.6 (#15616)
John Molakvoæ [Mon, 20 May 2019 08:16:59 +0000 (10:16 +0200)]
Bump babel-loader from 8.0.5 to 8.0.6 (#15616)

Bump babel-loader from 8.0.5 to 8.0.6

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 20 May 2019 02:13:14 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 19 May 2019 02:13:57 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoBump babel-loader from 8.0.5 to 8.0.6 15616/head
dependabot[bot] [Sun, 19 May 2019 01:13:49 +0000 (01:13 +0000)]
Bump babel-loader from 8.0.5 to 8.0.6

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.0.5 to 8.0.6.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.0.5...v8.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump jsdoc from 3.6.1 to 3.6.2 in /build 15615/head
dependabot[bot] [Sun, 19 May 2019 01:13:24 +0000 (01:13 +0000)]
Bump jsdoc from 3.6.1 to 3.6.2 in /build

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/master/CHANGES.md)
- [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.1...3.6.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 18 May 2019 02:13:05 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoFix app update script for macOS 15499/head
Jan-Christoph Borchardt [Fri, 17 May 2019 20:49:33 +0000 (22:49 +0200)]
Fix app update script for macOS

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agoRemove eduplicate git fetch from update scripts
Jan-Christoph Borchardt [Wed, 15 May 2019 10:38:53 +0000 (12:38 +0200)]
Remove eduplicate git fetch from update scripts

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agoAdjust script to remove branches which are deleted on GitHub
Jan-Christoph Borchardt [Tue, 14 May 2019 13:08:38 +0000 (15:08 +0200)]
Adjust script to remove branches which are deleted on GitHub

Co-Authored-By: Morris Jobke <hey@morrisjobke.de>
5 years agoFix for update script when submodule is not initialized
Jan-Christoph Borchardt [Fri, 10 May 2019 13:05:38 +0000 (15:05 +0200)]
Fix for update script when submodule is not initialized

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agoAlso add script to update both server and apps
Jan-Christoph Borchardt [Fri, 10 May 2019 12:59:08 +0000 (14:59 +0200)]
Also add script to update both server and apps

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agoAdd script to update Nextcloud apps from latest git master, ref #15145
Jan-Christoph Borchardt [Fri, 10 May 2019 12:18:12 +0000 (14:18 +0200)]
Add script to update Nextcloud apps from latest git master, ref #15145

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agofixes possible override of uniqueMember by autodetection
Arthur Schiwon [Fri, 17 May 2019 14:19:23 +0000 (16:19 +0200)]
fixes possible override of uniqueMember by autodetection

* uniqueMember was the default so we did not know whether this setting is
  desired or the initial value
* autodetection of the user-group association attribute runs only when it
  was not set (as far as we knew)
* the default is now empty
* thus LDAPProvider might return this value as well (in exceptional cases)
* if a group base is given (edge case), use this instead of general base
* resolves #12682

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years ago[3rdparty] Bump openstack to 3.0.6 15578/head
Roeland Jago Douma [Thu, 16 May 2019 18:01:01 +0000 (20:01 +0200)]
[3rdparty] Bump openstack to 3.0.6

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #15571 from nextcloud/enhancement/maintenance-mode-bundle
Morris Jobke [Fri, 17 May 2019 12:08:58 +0000 (14:08 +0200)]
Merge pull request #15571 from nextcloud/enhancement/maintenance-mode-bundle

Migrate the maintenance script to a modern module and bundle

5 years agoMerge pull request #15304 from nextcloud/enh/2fa_setup_at_login
Roeland Jago Douma [Fri, 17 May 2019 09:04:42 +0000 (11:04 +0200)]
Merge pull request #15304 from nextcloud/enh/2fa_setup_at_login

2FA setup during login

5 years agoMerge pull request #15590 from nextcloud/enh/15480/delete_apptoken_ocs_endpoint
Roeland Jago Douma [Fri, 17 May 2019 08:57:18 +0000 (10:57 +0200)]
Merge pull request #15590 from nextcloud/enh/15480/delete_apptoken_ocs_endpoint

Allow clients to delete their own apptoken

5 years agoMerge pull request #15582 from nextcloud/bugfix/noid/update-shipped-apps
Morris Jobke [Fri, 17 May 2019 08:49:06 +0000 (10:49 +0200)]
Merge pull request #15582 from nextcloud/bugfix/noid/update-shipped-apps

Update shipped.json to include privacy and recommendations

5 years agoAllow 2FA to be setup on first login 15304/head
Roeland Jago Douma [Fri, 5 Apr 2019 16:21:08 +0000 (18:21 +0200)]
Allow 2FA to be setup on first login

Once 2FA is enforced for a user and they have no 2FA setup yet this will
now prompt them with a setup screen. Given that providers are enabled
that allow setup then.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoAllow clients to delete their own apptoken 15590/head
Roeland Jago Douma [Fri, 17 May 2019 07:51:47 +0000 (09:51 +0200)]
Allow clients to delete their own apptoken

Fixes #15480

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoUpdate shipped.json to include privacy, recommendations, viewer 15582/head
Georg Ehrke [Thu, 16 May 2019 20:31:23 +0000 (22:31 +0200)]
Update shipped.json to include privacy, recommendations, viewer

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 17 May 2019 02:13:21 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #15564 from nextcloud/fix/noid/rephrase-unclear-error-msg
Roeland Jago Douma [Thu, 16 May 2019 17:47:51 +0000 (19:47 +0200)]
Merge pull request #15564 from nextcloud/fix/noid/rephrase-unclear-error-msg

User management/subadmin: rephrase ambiguous error message

5 years agoMigrate the maintenance script to a modern module and bundle 15571/head
Christoph Wurst [Thu, 16 May 2019 14:40:02 +0000 (16:40 +0200)]
Migrate the maintenance script to a modern module and bundle

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoMerge pull request #15547 from nextcloud/3rdparty/aws/sdk/3.93.9
Morris Jobke [Thu, 16 May 2019 14:26:58 +0000 (16:26 +0200)]
Merge pull request #15547 from nextcloud/3rdparty/aws/sdk/3.93.9

[3rdparty] Bump AWS SDK to 3.93.9

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 16 May 2019 12:50:48 +0000 (12:50 +0000)]
[tx-robot] updated from transifex

5 years agofixes misunderstanding of the error message 15564/head
Arthur Schiwon [Thu, 16 May 2019 12:17:41 +0000 (14:17 +0200)]
fixes misunderstanding of the error message

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years ago[3rdparty] Bump AWS SDK to 3.93.9 15547/head
Roeland Jago Douma [Wed, 15 May 2019 13:21:04 +0000 (15:21 +0200)]
[3rdparty] Bump AWS SDK to 3.93.9

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 16 May 2019 02:13:30 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #15552 from nextcloud/update-ca-bundle-checker
Roeland Jago Douma [Wed, 15 May 2019 20:33:11 +0000 (22:33 +0200)]
Merge pull request #15552 from nextcloud/update-ca-bundle-checker

Update ca bundle checker

5 years agoRemove whitespace 15552/head
Daniel Kesselberg [Wed, 15 May 2019 18:37:06 +0000 (20:37 +0200)]
Remove whitespace

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoMerge pull request #15548 from nextcloud/update-ca-bundle
Roeland Jago Douma [Wed, 15 May 2019 18:26:52 +0000 (20:26 +0200)]
Merge pull request #15548 from nextcloud/update-ca-bundle

update ca bundle

5 years agoMerge pull request #15526 from nextcloud/fix/noid/building-wfe-handlebars
Roeland Jago Douma [Wed, 15 May 2019 18:11:43 +0000 (20:11 +0200)]
Merge pull request #15526 from nextcloud/fix/noid/building-wfe-handlebars

fix building WFE Handlebars

5 years agoUse DRONE_SOURCE_BRANCH instead of DRONE_COMMIT_REFSPEC
Daniel Kesselberg [Wed, 15 May 2019 17:45:58 +0000 (19:45 +0200)]
Use DRONE_SOURCE_BRANCH instead of DRONE_COMMIT_REFSPEC

Looks like DRONE_COMMIT_REFSPEC is not available anymore on Drone 1.x

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoUpdate regex to also match version/x.y.z
Daniel Kesselberg [Wed, 15 May 2019 17:36:01 +0000 (19:36 +0200)]
Update regex to also match version/x.y.z

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoupdate ca bundle 15548/head
Arthur Schiwon [Wed, 15 May 2019 14:07:01 +0000 (16:07 +0200)]
update ca bundle

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>