]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoFix Axios CSRF token update (#17404)
John Molakvoæ [Sat, 5 Oct 2019 21:37:10 +0000 (23:37 +0200)]
Fix Axios CSRF token update (#17404)

Fix Axios CSRF token update

5 years agoSwitch to @nextcloud/axios for the CSRF update fix 17404/head
Christoph Wurst [Fri, 4 Oct 2019 10:17:09 +0000 (12:17 +0200)]
Switch to @nextcloud/axios for the CSRF update fix

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoAllow group displaynames in the database backend (#17221)
John Molakvoæ [Sat, 5 Oct 2019 16:34:14 +0000 (18:34 +0200)]
Allow group displaynames in the database backend (#17221)

Allow group displaynames in the database backend

5 years agoMerge pull request #17387 from nextcloud/fix/remove/federated_share
Roeland Jago Douma [Sat, 5 Oct 2019 13:18:37 +0000 (15:18 +0200)]
Merge pull request #17387 from nextcloud/fix/remove/federated_share

Allow removing federated shares of locally reshared files

5 years agoMerge pull request #17370 from nextcloud/jospoortvliet-patch-1
Roeland Jago Douma [Sat, 5 Oct 2019 13:16:32 +0000 (15:16 +0200)]
Merge pull request #17370 from nextcloud/jospoortvliet-patch-1

Update README.md

5 years agoUpdate README.md 17370/head
Jos Poortvliet [Wed, 2 Oct 2019 12:15:13 +0000 (14:15 +0200)]
Update README.md

some minor readme updates

5 years agoFix updating and deleting authtokens (#17397)
John Molakvoæ [Sat, 5 Oct 2019 10:34:57 +0000 (12:34 +0200)]
Fix updating and deleting authtokens (#17397)

Fix updating and deleting authtokens

5 years agoallow trash backends to overwrite the tooltip for trash items (#17374)
John Molakvoæ [Sat, 5 Oct 2019 09:17:07 +0000 (11:17 +0200)]
allow trash backends to overwrite the tooltip for trash items (#17374)

allow trash backends to overwrite the tooltip for trash items

5 years agofix updating and deleting authtokens 17397/head
Sergej Nikolaev [Fri, 4 Oct 2019 00:28:48 +0000 (03:28 +0300)]
fix updating and deleting authtokens

Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
5 years agoEmit an event when the CSRF token changes
Christoph Wurst [Fri, 4 Oct 2019 10:10:43 +0000 (12:10 +0200)]
Emit an event when the CSRF token changes

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoMerge pull request #17405 from nextcloud/enh/switch/escapeHTML
John Molakvoæ [Sat, 5 Oct 2019 08:25:12 +0000 (10:25 +0200)]
Merge pull request #17405 from nextcloud/enh/switch/escapeHTML

Move to escape-html

5 years agoallow trash backends to overwrite the tooltip for trash items 17374/head
Robin Appelman [Wed, 2 Oct 2019 14:36:53 +0000 (16:36 +0200)]
allow trash backends to overwrite the tooltip for trash items

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Oct 2019 02:15:04 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoFix shares read permissions (#16761)
John Molakvoæ [Fri, 4 Oct 2019 20:54:04 +0000 (22:54 +0200)]
Fix shares read permissions (#16761)

Fix shares read permissions

5 years agoFix shares read permissions 16761/head
John Molakvoæ (skjnldsv) [Fri, 16 Aug 2019 13:09:15 +0000 (15:09 +0200)]
Fix shares read permissions

A user with reshare permissions on a file is now able to get any share
of that file (just like the owner).

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoRemove the tests since the library is tested 17405/head
Roeland Jago Douma [Fri, 4 Oct 2019 17:32:12 +0000 (19:32 +0200)]
Remove the tests since the library is tested

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAdd checks for whether a user with access to a share can delete it
John Molakvoæ (skjnldsv) [Mon, 26 Aug 2019 11:11:09 +0000 (13:11 +0200)]
Add checks for whether a user with access to a share can delete it

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoExtract check for whether a user with access to a share can edit it
John Molakvoæ (skjnldsv) [Mon, 26 Aug 2019 11:11:09 +0000 (13:11 +0200)]
Extract check for whether a user with access to a share can edit it

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoAdd assorted integration tests for shares
Daniel Calviño Sánchez [Tue, 3 Sep 2019 20:14:24 +0000 (22:14 +0200)]
Add assorted integration tests for shares

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoDo not expect a 200 HTTP status code when updating a share
Daniel Calviño Sánchez [Tue, 3 Sep 2019 15:42:06 +0000 (17:42 +0200)]
Do not expect a 200 HTTP status code when updating a share

This will be needed to test scenarios in which updating a share return a
different HTTP status code, like 401.

The assertion for the 200 HTTP status code was added in those scenarios
that tested updating a share (that is, those that were also checking the
OCS status code), but not in those in which updating a share was just a
preparatory step for the actual test (in the same way that the HTTP
status code is not checked in those tests when creating a share).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoMove sharing integration tests to their own directory
John Molakvoæ (skjnldsv) [Mon, 26 Aug 2019 11:11:09 +0000 (13:11 +0200)]
Move sharing integration tests to their own directory

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoAdd helper script to run integration tests on a Docker container
John Molakvoæ (skjnldsv) [Mon, 26 Aug 2019 11:11:09 +0000 (13:11 +0200)]
Add helper script to run integration tests on a Docker container

Copied and adjusted from "tests/integration/run-docker.sh" in Talk; see
its commit history for further reference.

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoMove to escape-html
Roeland Jago Douma [Fri, 4 Oct 2019 11:23:32 +0000 (13:23 +0200)]
Move to escape-html

* If there is a package that does exactly the same then lets us use that
* Import it properly in the internals (less deprecation warnings)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #17357 from nextcloud/enh/oauth/no_oc_binding
Roeland Jago Douma [Fri, 4 Oct 2019 09:33:40 +0000 (11:33 +0200)]
Merge pull request #17357 from nextcloud/enh/oauth/no_oc_binding

Import router in oauth js

5 years agoMerge pull request #17359 from nextcloud/bugfix/noid/dont-call-basename-on-null
Roeland Jago Douma [Fri, 4 Oct 2019 09:29:14 +0000 (11:29 +0200)]
Merge pull request #17359 from nextcloud/bugfix/noid/dont-call-basename-on-null

Don't call basename on null

5 years agoUse same settings for mail share as link shares (#16629)
John Molakvoæ [Fri, 4 Oct 2019 07:55:44 +0000 (09:55 +0200)]
Use same settings for mail share as link shares (#16629)

Use same settings for mail share as link shares

5 years agoPrevent non owners to update others link shares 16629/head
John Molakvoæ (skjnldsv) [Tue, 6 Aug 2019 08:22:32 +0000 (10:22 +0200)]
Prevent non owners to update others link shares

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoUse same settings for mail share as link shares
John Molakvoæ (skjnldsv) [Thu, 1 Aug 2019 11:56:35 +0000 (13:56 +0200)]
Use same settings for mail share as link shares

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoFix master testing and update eslint-config (#17367)
John Molakvoæ [Fri, 4 Oct 2019 06:18:13 +0000 (08:18 +0200)]
Fix master testing and update eslint-config (#17367)

Fix master testing and update eslint-config

5 years agoFix tag acceptance tests after #16682 17367/head
John Molakvoæ (skjnldsv) [Fri, 4 Oct 2019 05:38:55 +0000 (07:38 +0200)]
Fix tag acceptance tests after #16682

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoAdd Fatal logging option (#17363)
John Molakvoæ [Fri, 4 Oct 2019 05:08:28 +0000 (07:08 +0200)]
Add Fatal logging option (#17363)

Add Fatal logging option

5 years agoSplit drone webpack tests
John Molakvoæ (skjnldsv) [Wed, 2 Oct 2019 11:18:17 +0000 (13:18 +0200)]
Split drone webpack tests

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoFix master testing and update eslint-config
John Molakvoæ (skjnldsv) [Wed, 2 Oct 2019 09:07:09 +0000 (11:07 +0200)]
Fix master testing and update eslint-config

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Oct 2019 02:15:27 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #17388 from nextcloud/fix/undefined_index/loginflowv2
Roeland Jago Douma [Thu, 3 Oct 2019 17:12:00 +0000 (19:12 +0200)]
Merge pull request #17388 from nextcloud/fix/undefined_index/loginflowv2

Don't use an undefined index if not needed

5 years agoDon't use an undefined index if not needed 17388/head
Roeland Jago Douma [Thu, 3 Oct 2019 14:17:19 +0000 (16:17 +0200)]
Don't use an undefined index if not needed

It is not set. And not used. Just some copy paste leftover.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAllow removing federated shares of locally reshared files 17387/head
Roeland Jago Douma [Thu, 3 Oct 2019 13:21:04 +0000 (15:21 +0200)]
Allow removing federated shares of locally reshared files

* UserA shares a folder to UserB
* UserB does a federated share to userC@serverC
* UserB now tries to revoke the federated share

Before we always tried to notify the remote cloud. The case that the
file was reshared locally was not considered. This patch makes sure not
to try to notify a federated server if both users are local users.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agofixup! Import router 17357/head
Roeland Jago Douma [Thu, 3 Oct 2019 08:49:55 +0000 (10:49 +0200)]
fixup! Import router

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoImport router
Roeland Jago Douma [Tue, 1 Oct 2019 12:58:20 +0000 (14:58 +0200)]
Import router

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoRemove users management settings cleaning leftovers (#17360)
John Molakvoæ [Thu, 3 Oct 2019 06:40:02 +0000 (08:40 +0200)]
Remove users management settings cleaning leftovers (#17360)

Remove users management settings cleaning leftovers

5 years agoAdd Fatal logging option 17363/head
Tim Terhorst [Tue, 1 Oct 2019 23:27:45 +0000 (18:27 -0500)]
Add Fatal logging option

Signed-off-by: Tim Terhorst <mynamewastaken+gitlab@gmail.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Oct 2019 02:14:24 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #17002 from nextcloud/fix/noid/ldap-dont-process-known-avas
blizzz [Wed, 2 Oct 2019 14:32:52 +0000 (16:32 +0200)]
Merge pull request #17002 from nextcloud/fix/noid/ldap-dont-process-known-avas

Don't process known avatars from LDAP

5 years agoMerge pull request #17366 from nextcloud/fix/usersIngroup
Roeland Jago Douma [Wed, 2 Oct 2019 11:25:49 +0000 (13:25 +0200)]
Merge pull request #17366 from nextcloud/fix/usersIngroup

Fix DB usersInGroups fetching

5 years agoMerge pull request #17350 from nextcloud/adjust-fontsize
John Molakvoæ [Wed, 2 Oct 2019 09:11:59 +0000 (11:11 +0200)]
Merge pull request #17350 from nextcloud/adjust-fontsize

Bring the font size down to 14px

5 years agoFix DB usersInGroups fetching 17366/head
Roeland Jago Douma [Wed, 2 Oct 2019 07:43:35 +0000 (09:43 +0200)]
Fix DB usersInGroups fetching

* Follow the interface defaults
* Only set limit or offset if they are properly set

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Oct 2019 02:15:09 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoBring the font size down to 14px 17350/head
Marco Ambrosini [Tue, 1 Oct 2019 09:31:39 +0000 (11:31 +0200)]
Bring the font size down to 14px

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years agoRemove users management settings cleaning leftovers 17360/head
John Molakvoæ (skjnldsv) [Tue, 1 Oct 2019 15:41:56 +0000 (17:41 +0200)]
Remove users management settings cleaning leftovers

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoDon't call basename on null 17359/head
Joas Schilling [Tue, 1 Oct 2019 15:30:52 +0000 (17:30 +0200)]
Don't call basename on null

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #17263 from nextcloud/enhancement/eslint
Joas Schilling [Tue, 1 Oct 2019 15:20:49 +0000 (17:20 +0200)]
Merge pull request #17263 from nextcloud/enhancement/eslint

Add eslint global nextcloud config

5 years agoComply to eslint 17263/head
John Molakvoæ (skjnldsv) [Wed, 25 Sep 2019 16:19:42 +0000 (18:19 +0200)]
Comply to eslint

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoUse eslint
John Molakvoæ (skjnldsv) [Wed, 25 Sep 2019 07:55:33 +0000 (09:55 +0200)]
Use eslint

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoMerge pull request #17353 from nextcloud/bugfix/noid/fix-wich-typo
Joas Schilling [Tue, 1 Oct 2019 14:16:06 +0000 (16:16 +0200)]
Merge pull request #17353 from nextcloud/bugfix/noid/fix-wich-typo

Fix typo in "which"

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Oct 2019 12:41:53 +0000 (12:41 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #17336 from nextcloud/dependabot/npm_and_yarn/build/handlebars...
Roeland Jago Douma [Tue, 1 Oct 2019 10:54:35 +0000 (12:54 +0200)]
Merge pull request #17336 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.4.0

Bump handlebars from 4.2.1 to 4.4.0 in /build

5 years agoMerge pull request #17317 from nextcloud/dependabot/npm_and_yarn/babel/core-7.6.2
Roeland Jago Douma [Tue, 1 Oct 2019 10:52:33 +0000 (12:52 +0200)]
Merge pull request #17317 from nextcloud/dependabot/npm_and_yarn/babel/core-7.6.2

Bump @babel/core from 7.6.0 to 7.6.2

5 years agoFix typo in "which" 17353/head
Joas Schilling [Tue, 1 Oct 2019 10:27:32 +0000 (12:27 +0200)]
Fix typo in "which"

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #17001 from nextcloud/fix/noid/addressbookchanges-avatar
blizzz [Tue, 1 Oct 2019 10:17:35 +0000 (12:17 +0200)]
Merge pull request #17001 from nextcloud/fix/noid/addressbookchanges-avatar

reduce adressbook change events and handling

5 years agoBump @babel/core from 7.6.0 to 7.6.2 17317/head
dependabot-preview[bot] [Tue, 1 Oct 2019 10:06:02 +0000 (10:06 +0000)]
Bump @babel/core from 7.6.0 to 7.6.2

Bumps [@babel/core](https://github.com/babel/babel) from 7.6.0 to 7.6.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.0...v7.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoMerge pull request #17320 from nextcloud/dependabot/npm_and_yarn/babel/preset-env...
Roeland Jago Douma [Tue, 1 Oct 2019 10:03:51 +0000 (12:03 +0200)]
Merge pull request #17320 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.6.2

Bump @babel/preset-env from 7.6.0 to 7.6.2

5 years agoUse handlebars from node_modules (on CI) (#17340)
John Molakvoæ [Tue, 1 Oct 2019 05:53:54 +0000 (07:53 +0200)]
Use handlebars from node_modules (on CI) (#17340)

Use handlebars from node_modules (on CI)

5 years agoUse handlebars from node_modules (on CI) 17340/head
Christoph Wurst [Mon, 30 Sep 2019 14:20:44 +0000 (16:20 +0200)]
Use handlebars from node_modules (on CI)

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoBump handlebars from 4.2.1 to 4.4.0 in /build 17336/head
dependabot-preview[bot] [Mon, 30 Sep 2019 12:46:39 +0000 (12:46 +0000)]
Bump handlebars from 4.2.1 to 4.4.0 in /build

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoBump dompurify from 2.0.1 to 2.0.3 (#17318)
John Molakvoæ [Mon, 30 Sep 2019 12:44:28 +0000 (14:44 +0200)]
Bump dompurify from 2.0.1 to 2.0.3 (#17318)

Bump dompurify from 2.0.1 to 2.0.3

5 years agoBump dompurify from 2.0.1 to 2.0.3 17318/head
dependabot-preview[bot] [Mon, 30 Sep 2019 07:07:31 +0000 (07:07 +0000)]
Bump dompurify from 2.0.1 to 2.0.3

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.1...2.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoUpdate Bug_report.md
Jos Poortvliet [Mon, 30 Sep 2019 07:15:17 +0000 (09:15 +0200)]
Update Bug_report.md

5 years agoBump webpack from 4.40.2 to 4.41.0 (#17319)
John Molakvoæ [Mon, 30 Sep 2019 07:04:51 +0000 (09:04 +0200)]
Bump webpack from 4.40.2 to 4.41.0 (#17319)

Bump webpack from 4.40.2 to 4.41.0

5 years agoBump webpack from 4.40.2 to 4.41.0 17319/head
dependabot-preview[bot] [Sun, 29 Sep 2019 01:14:57 +0000 (01:14 +0000)]
Bump webpack from 4.40.2 to 4.41.0

Bumps [webpack](https://github.com/webpack/webpack) from 4.40.2 to 4.41.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.40.2...v4.41.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoBump @babel/preset-env from 7.6.0 to 7.6.2 17320/head
dependabot-preview[bot] [Sun, 29 Sep 2019 01:15:32 +0000 (01:15 +0000)]
Bump @babel/preset-env from 7.6.0 to 7.6.2

Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.0 to 7.6.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.0...v7.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoBring the default font size up to 15px (#17228)
John Molakvoæ [Sat, 28 Sep 2019 15:17:35 +0000 (17:17 +0200)]
Bring the default font size up to 15px (#17228)

Bring the default font size up to 15px

5 years agoAppend / to data('path') for folder content request (#17285)
John Molakvoæ [Sat, 28 Sep 2019 15:16:22 +0000 (17:16 +0200)]
Append / to data('path') for folder content request (#17285)

Append / to data('path') for folder content request

5 years agoAppend / to data('path') for folder content request 17285/head
Daniel Kesselberg [Thu, 26 Sep 2019 15:21:38 +0000 (17:21 +0200)]
Append / to data('path') for folder content request

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoMove oauth admin settings to initialstate (#17287)
John Molakvoæ [Sat, 28 Sep 2019 14:06:34 +0000 (16:06 +0200)]
Move oauth admin settings to initialstate (#17287)

Move oauth admin settings to initialstate

5 years agoMove oauth admin settings to initialstate 17287/head
Roeland Jago Douma [Thu, 26 Sep 2019 18:12:24 +0000 (20:12 +0200)]
Move oauth admin settings to initialstate

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoMove settings to an app (#17182)
John Molakvoæ [Sat, 28 Sep 2019 11:14:25 +0000 (13:14 +0200)]
Move settings to an app (#17182)

Move settings to an app

5 years agoFix fetching additional search results on scrolling down (#15557)
John Molakvoæ [Sat, 28 Sep 2019 09:44:33 +0000 (11:44 +0200)]
Fix fetching additional search results on scrolling down (#15557)

Fix fetching additional search results on scrolling down

5 years agoMove settings to an app 17182/head
Christoph Wurst [Tue, 17 Sep 2019 14:33:27 +0000 (16:33 +0200)]
Move settings to an app

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoFix fetching additional search results on scrolling down 15557/head
René Bühlmann [Wed, 15 May 2019 21:48:46 +0000 (23:48 +0200)]
Fix fetching additional search results on scrolling down

Signed-off-by: René Bühlmann <rene@buehlmann.net>
5 years agoRemove input id on login form (#17294)
John Molakvoæ [Sat, 28 Sep 2019 08:46:31 +0000 (10:46 +0200)]
Remove input id on login form (#17294)

Remove input id on login form

5 years agoRemove input id on login form 17294/head
John Molakvoæ (skjnldsv) [Fri, 27 Sep 2019 06:11:44 +0000 (08:11 +0200)]
Remove input id on login form

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 28 Sep 2019 02:14:51 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoDo not allow to have an empty display name 17221/head
Joas Schilling [Fri, 27 Sep 2019 12:28:54 +0000 (14:28 +0200)]
Do not allow to have an empty display name

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoSet default value
Joas Schilling [Mon, 23 Sep 2019 14:02:13 +0000 (16:02 +0200)]
Set default value

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoFix DI issue
Joas Schilling [Mon, 23 Sep 2019 08:12:30 +0000 (10:12 +0200)]
Fix DI issue

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoUpdate autoloader
Joas Schilling [Mon, 23 Sep 2019 07:54:58 +0000 (09:54 +0200)]
Update autoloader

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoRemove inherited docs
Joas Schilling [Mon, 23 Sep 2019 07:54:45 +0000 (09:54 +0200)]
Remove inherited docs

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoAllow to set the group display name in the database backend
Joas Schilling [Fri, 20 Sep 2019 09:33:02 +0000 (11:33 +0200)]
Allow to set the group display name in the database backend

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoAdd a displayname to the database group backend
Joas Schilling [Fri, 20 Sep 2019 09:04:36 +0000 (11:04 +0200)]
Add a displayname to the database group backend

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #17258 from nextcloud/smb-timeout-config
Roeland Jago Douma [Fri, 27 Sep 2019 10:29:56 +0000 (12:29 +0200)]
Merge pull request #17258 from nextcloud/smb-timeout-config

add (hidden) option to configure smb timeout

5 years agoMerge pull request #17286 from nextcloud/bugfix/noid/correctly-detect-mimetype-from...
Joas Schilling [Fri, 27 Sep 2019 08:51:10 +0000 (10:51 +0200)]
Merge pull request #17286 from nextcloud/bugfix/noid/correctly-detect-mimetype-from-uploads

Correctly detect the mimetype from uploads

5 years agoMerge pull request #17245 from nextcloud/bugfix/noid/fix-migration
Roeland Jago Douma [Thu, 26 Sep 2019 20:44:21 +0000 (22:44 +0200)]
Merge pull request #17245 from nextcloud/bugfix/noid/fix-migration

Fix "Cannot add a NOT NULL column with default value NULL"

5 years agoCorrectly detect the mimetype from uploads 17286/head
Joas Schilling [Thu, 26 Sep 2019 15:43:47 +0000 (17:43 +0200)]
Correctly detect the mimetype from uploads

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoFix "Cannot add a NOT NULL column with default value NULL" 17245/head
Joas Schilling [Tue, 24 Sep 2019 09:01:18 +0000 (11:01 +0200)]
Fix "Cannot add a NOT NULL column with default value NULL"

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #17264 from nextcloud/move-from-storage-wrappers
Roeland Jago Douma [Thu, 26 Sep 2019 13:48:59 +0000 (15:48 +0200)]
Merge pull request #17264 from nextcloud/move-from-storage-wrappers

handle moveFromStorage within the same storage even when storage wrap…

5 years agoMerge pull request #14913 from nextcloud/bugfix/6954/scan-external-s3
Roeland Jago Douma [Thu, 26 Sep 2019 09:39:17 +0000 (11:39 +0200)]
Merge pull request #14913 from nextcloud/bugfix/6954/scan-external-s3

Fix directory detection for s3

5 years agoMerge pull request #17252 from nextcloud/bugfix/noid/user-0-can-not-comment
Roeland Jago Douma [Thu, 26 Sep 2019 09:30:56 +0000 (11:30 +0200)]
Merge pull request #17252 from nextcloud/bugfix/noid/user-0-can-not-comment

Fix user with id 0 to be able to comment

5 years agoMerge pull request #17262 from nextcloud/objectstore-remove-cache-on-delete
Roeland Jago Douma [Thu, 26 Sep 2019 09:24:02 +0000 (11:24 +0200)]
Merge pull request #17262 from nextcloud/objectstore-remove-cache-on-delete

dont delete cache entries if deleting an object from object store failed

5 years agoMerge pull request #17181 from nextcloud/feature/noid/talk-attachment
Joas Schilling [Thu, 26 Sep 2019 07:27:03 +0000 (09:27 +0200)]
Merge pull request #17181 from nextcloud/feature/noid/talk-attachment

Add talk-attachment as a rich object type

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 26 Sep 2019 02:14:57 +0000 (02:14 +0000)]
[tx-robot] updated from transifex