]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Sep 2020 19:05:47 +0000 (19:05 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Sep 2020 02:17:17 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22900 from nextcloud/backport/21894/stable18
Morris Jobke [Thu, 17 Sep 2020 09:54:18 +0000 (11:54 +0200)]
Merge pull request #22900 from nextcloud/backport/21894/stable18

[stable18] fix: file quota was not applied in all cases

4 years agofix: file quota was not applied in all cases 22900/head
korelstar [Fri, 17 Jul 2020 12:14:51 +0000 (14:14 +0200)]
fix: file quota was not applied in all cases

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Sep 2020 02:27:25 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22894 from nextcloud/backport/22880/stable18
Morris Jobke [Wed, 16 Sep 2020 18:45:32 +0000 (20:45 +0200)]
Merge pull request #22894 from nextcloud/backport/22880/stable18

[stable18] Revoke secsignid

4 years agoRevoke secsignid 22894/head
Morris Jobke [Wed, 16 Sep 2020 10:45:16 +0000 (12:45 +0200)]
Revoke secsignid

See nextcloud/app-certificate-requests#343

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Sep 2020 02:17:10 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Sep 2020 10:48:49 +0000 (10:48 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22841 from nextcloud/backport/22770/stable18
Morris Jobke [Mon, 14 Sep 2020 15:16:29 +0000 (17:16 +0200)]
Merge pull request #22841 from nextcloud/backport/22770/stable18

[stable18] Mitigate encoding issue with user principal uri

4 years agoMitigate encoding issue with user principal uri 22841/head
Georg Ehrke [Thu, 10 Sep 2020 10:55:41 +0000 (12:55 +0200)]
Mitigate encoding issue with user principal uri

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #22781 from nextcloud/backport/22775/stable18
Roeland Jago Douma [Fri, 11 Sep 2020 06:48:22 +0000 (08:48 +0200)]
Merge pull request #22781 from nextcloud/backport/22775/stable18

[stable18] makes LDAP's group updater dispatch type events

4 years agoMerge pull request #22779 from nextcloud/backport/22739/stable18
Roeland Jago Douma [Fri, 11 Sep 2020 06:48:07 +0000 (08:48 +0200)]
Merge pull request #22779 from nextcloud/backport/22739/stable18

[stable18] Don't fail if copying a file of 0 byte size

4 years agoMerge pull request #22777 from nextcloud/backport/22747/stable18
Roeland Jago Douma [Fri, 11 Sep 2020 06:47:58 +0000 (08:47 +0200)]
Merge pull request #22777 from nextcloud/backport/22747/stable18

[stable18] fix s3 doesDirectoryExist check for empty directories

4 years agoMerge pull request #22592 from nextcloud/backport/22577/stable18
Roeland Jago Douma [Fri, 11 Sep 2020 06:43:48 +0000 (08:43 +0200)]
Merge pull request #22592 from nextcloud/backport/22577/stable18

[stable18] Better error message when blocked by access control

4 years agomakes LDAP's group updater dispatch type events 22781/head
Arthur Schiwon [Thu, 10 Sep 2020 13:07:34 +0000 (15:07 +0200)]
makes LDAP's group updater dispatch type events

* fixes group share updates on added users

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoAnnotate that writeStream can throw a GenericFileException 22779/head
Julius Härtl [Wed, 9 Sep 2020 07:51:38 +0000 (09:51 +0200)]
Annotate that writeStream can throw a GenericFileException

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoProperly catch exception from writing to stream when copying a file
Julius Härtl [Wed, 9 Sep 2020 07:46:44 +0000 (09:46 +0200)]
Properly catch exception from writing to stream when copying a file

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoSet delimiter so that the CommonPrefixes response can properly be determined 22777/head
Julius Härtl [Wed, 9 Sep 2020 13:19:04 +0000 (15:19 +0200)]
Set delimiter so that the CommonPrefixes response can properly be determined

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agofix s3 doesDirectoryExist check for empty directories
Robin Appelman [Wed, 9 Sep 2020 12:29:11 +0000 (14:29 +0200)]
fix s3 doesDirectoryExist check for empty directories

if a directory is empty, only the 'marker' object `/` exists.

since not all s3 implementations return just the prefix when listing objects by prefix,
when listing objects by the folder prefix, nothing will be returned if the directory is empty.
by not including the trailing slash in the prefix, the folder marked will always be returned if it exists

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #22631 from nextcloud/backport/22583/stable18
blizzz [Thu, 10 Sep 2020 08:01:27 +0000 (10:01 +0200)]
Merge pull request #22631 from nextcloud/backport/22583/stable18

[stable18] LDAP: remove unused methods and DB values

4 years agoMerge pull request #22754 from nextcloud/backport/22651/stable18
Roeland Jago Douma [Thu, 10 Sep 2020 06:44:52 +0000 (08:44 +0200)]
Merge pull request #22754 from nextcloud/backport/22651/stable18

[stable18] Fix reading empty files from objectstorage

4 years agoFix reading empty files from objectstorage 22754/head
Roeland Jago Douma [Mon, 7 Sep 2020 18:53:56 +0000 (20:53 +0200)]
Fix reading empty files from objectstorage

Since we try to do range requests this will fail hard.
However since empty files are not that interesting to read anyways we
just read from an emptry memory stream.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #22746 from nextcloud/backport/22646/stable18
Morris Jobke [Wed, 9 Sep 2020 14:51:05 +0000 (16:51 +0200)]
Merge pull request #22746 from nextcloud/backport/22646/stable18

[stable18] Fix detecting text/x-php mimetype and secure mimetype mapping

4 years agoMerge pull request #22653 from nextcloud/backport/22643/stable18
Morris Jobke [Wed, 9 Sep 2020 13:10:28 +0000 (15:10 +0200)]
Merge pull request #22653 from nextcloud/backport/22643/stable18

[stable18] Fix installing on Oracle

4 years agoMerge pull request #22714 from nextcloud/backport/stable18/22557
Morris Jobke [Wed, 9 Sep 2020 13:09:45 +0000 (15:09 +0200)]
Merge pull request #22714 from nextcloud/backport/stable18/22557

[stable18] Do not fail if share for mountpoint is no longer available

4 years agoMerge pull request #22721 from nextcloud/backport/22469/stable18
Morris Jobke [Wed, 9 Sep 2020 13:00:23 +0000 (15:00 +0200)]
Merge pull request #22721 from nextcloud/backport/22469/stable18

[stable18] Don't use SELECT DISTINCT when to_char() is used in a WHERE statement

4 years agoMerge pull request #22726 from nextcloud/version/18.0.9/final v18.0.9
Morris Jobke [Wed, 9 Sep 2020 12:29:45 +0000 (14:29 +0200)]
Merge pull request #22726 from nextcloud/version/18.0.9/final

18.0.9 final

4 years agoAdd text/x-php as an alternative for application/x-php 22746/head
Julius Härtl [Mon, 7 Sep 2020 14:43:00 +0000 (16:43 +0200)]
Add text/x-php as an alternative for application/x-php

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoProperly add both mimetypes to secure mimetype mapping
Julius Härtl [Mon, 7 Sep 2020 14:29:39 +0000 (16:29 +0200)]
Properly add both mimetypes to secure mimetype mapping

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago18.0.9 final 22726/head
Roeland Jago Douma [Tue, 8 Sep 2020 08:01:05 +0000 (10:01 +0200)]
18.0.9 final

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoDon't use SELECT DISTINCT when to_char() is used in a WHERE statement 22721/head
Joas Schilling [Fri, 28 Aug 2020 06:57:06 +0000 (08:57 +0200)]
Don't use SELECT DISTINCT when to_char() is used in a WHERE statement

Nice bug in Oracle

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoDo not fail if share for mountpoint is no longer available 22714/head
Julius Härtl [Thu, 3 Sep 2020 09:17:59 +0000 (11:17 +0200)]
Do not fail if share for mountpoint is no longer available

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoWarn about adding NotNull columns with nullable default 22653/head
Joas Schilling [Mon, 7 Sep 2020 11:14:49 +0000 (13:14 +0200)]
Warn about adding NotNull columns with nullable default

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix installing on Oracle
Joas Schilling [Mon, 7 Sep 2020 09:55:03 +0000 (11:55 +0200)]
Fix installing on Oracle

Empty strings are stored as null in Oracle,
so a column with NotNull can not have an empty string as default

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22602 from nextcloud/dependabot/npm_and_yarn/build/stable18/http...
Roeland Jago Douma [Mon, 7 Sep 2020 10:37:50 +0000 (12:37 +0200)]
Merge pull request #22602 from nextcloud/dependabot/npm_and_yarn/build/stable18/http-proxy-1.18.1

[Security] Bump http-proxy from 1.17.0 to 1.18.1 in /build

4 years agoadd repair step to clean up DB off lastFeatureRefresh entries in user prefs 22631/head
Arthur Schiwon [Fri, 4 Sep 2020 08:51:41 +0000 (10:51 +0200)]
add repair step to clean up DB off lastFeatureRefresh entries in user prefs

- also removes related app setting "updateAttributesInterval"

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Sep 2020 02:16:57 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agothese code bits were part of old logic that was already refactored out
Arthur Schiwon [Fri, 4 Sep 2020 08:27:25 +0000 (10:27 +0200)]
these code bits were part of old logic that was already refactored out

- only references were in unit tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Sep 2020 02:17:11 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Sep 2020 02:17:04 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[Security] Bump http-proxy from 1.17.0 to 1.18.1 in /build 22602/head
dependabot-preview[bot] [Fri, 4 Sep 2020 23:36:56 +0000 (23:36 +0000)]
[Security] Bump http-proxy from 1.17.0 to 1.18.1 in /build

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. **This update includes a security fix.**
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #22575 from nextcloud/version/18.0.9/rc1 v18.0.9RC1
Roeland Jago Douma [Fri, 4 Sep 2020 17:59:10 +0000 (19:59 +0200)]
Merge pull request #22575 from nextcloud/version/18.0.9/rc1

18.0.9 RC1

4 years agoMerge pull request #22595 from nextcloud/dependabot/npm_and_yarn/stable18/node-sass...
dependabot-preview[bot] [Fri, 4 Sep 2020 15:35:31 +0000 (15:35 +0000)]
Merge pull request #22595 from nextcloud/dependabot/npm_and_yarn/stable18/node-sass-4.13.1

4 years ago[Security] Bump node-sass from 4.13.0 to 4.13.1 22595/head
dependabot-preview[bot] [Fri, 4 Sep 2020 14:06:41 +0000 (14:06 +0000)]
[Security] Bump node-sass from 4.13.0 to 4.13.1

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.13.1. **This update includes a security fix.**
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.0...v4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBetter error message when blocked by access control 22592/head
Joas Schilling [Fri, 4 Sep 2020 06:51:35 +0000 (08:51 +0200)]
Better error message when blocked by access control

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22585 from nextcloud/backport/22550/stable18
Joas Schilling [Fri, 4 Sep 2020 13:37:00 +0000 (15:37 +0200)]
Merge pull request #22585 from nextcloud/backport/22550/stable18

[stable18] Use the correct root to determinate the webroot for the resource

4 years agoUse the correct root to determinate the webroot for the resource 22585/head
Joas Schilling [Fri, 4 Sep 2020 11:20:42 +0000 (13:20 +0200)]
Use the correct root to determinate the webroot for the resource

Since all the compiled routes are based on the server webroot,
we have to use this, independent from which app this belongs to.

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22554 from nextcloud/backport/22528/stable18
Roeland Jago Douma [Fri, 4 Sep 2020 10:30:26 +0000 (12:30 +0200)]
Merge pull request #22554 from nextcloud/backport/22528/stable18

[stable18] Change free space calculation

4 years agoTests only: Forward calls to getUserValue and getAppValue 22554/head
Daniel Kesselberg [Tue, 1 Sep 2020 07:58:59 +0000 (09:58 +0200)]
Tests only: Forward calls to getUserValue and getAppValue

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoChange free space calculation
Daniel Kesselberg [Mon, 31 Aug 2020 21:10:04 +0000 (23:10 +0200)]
Change free space calculation

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #22570 from nextcloud/backport/22524/stable18
Roeland Jago Douma [Fri, 4 Sep 2020 10:26:31 +0000 (12:26 +0200)]
Merge pull request #22570 from nextcloud/backport/22524/stable18

[stable18] Fix app password updating out of bounds

4 years agoMerge pull request #22582 from nextcloud/backport/22578/stable18
Roeland Jago Douma [Fri, 4 Sep 2020 10:26:00 +0000 (12:26 +0200)]
Merge pull request #22582 from nextcloud/backport/22578/stable18

[stable18] Upgrade icewind/smb to 3.2.7

4 years agoUpgrade icewind/smb to 3.2.7 22582/head
Roeland Jago Douma [Fri, 4 Sep 2020 06:57:27 +0000 (08:57 +0200)]
Upgrade icewind/smb to 3.2.7

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix app password updating out of bounds 22570/head
Roeland Jago Douma [Mon, 31 Aug 2020 17:45:40 +0000 (19:45 +0200)]
Fix app password updating out of bounds

When your password changes out of bounds your Nextcloud tokens will
become invalid. There is no real way around that. However we should make
sure that if you successfully log in again your passwords are all
updates

* Added event listener to the PostLoggedInEvent so that we can act on it
  - Only if it is not a token login
* Make sure that we actually reset the invalid state when we update a
  token. Else it keeps being marked invalid and thus not used.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #22572 from nextcloud/dependabot/npm_and_yarn/build/stable18/node...
Roeland Jago Douma [Fri, 4 Sep 2020 07:04:39 +0000 (09:04 +0200)]
Merge pull request #22572 from nextcloud/dependabot/npm_and_yarn/build/stable18/node-sass-4.13.1

[Security] Bump node-sass from 4.13.0 to 4.13.1 in /build

4 years ago18.0.9 RC1 22575/head
Roeland Jago Douma [Fri, 4 Sep 2020 06:49:07 +0000 (08:49 +0200)]
18.0.9 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Sep 2020 02:17:36 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[Security] Bump node-sass from 4.13.0 to 4.13.1 in /build 22572/head
dependabot-preview[bot] [Thu, 3 Sep 2020 21:59:11 +0000 (21:59 +0000)]
[Security] Bump node-sass from 4.13.0 to 4.13.1 in /build

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.13.1. **This update includes a security fix.**
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.0...v4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #22561 from nextcloud/backport/22556/stable18
Roeland Jago Douma [Thu, 3 Sep 2020 19:06:27 +0000 (21:06 +0200)]
Merge pull request #22561 from nextcloud/backport/22556/stable18

[stable18] Do not keep the part file if the forbidden exception has no retry set

4 years agoDo not keep the part file if the forbidden exception has retry set to false 22561/head
Julius Härtl [Thu, 3 Sep 2020 09:00:24 +0000 (11:00 +0200)]
Do not keep the part file if the forbidden exception has retry set to false

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22538 from nextcloud/backport/22535/stable18
Roeland Jago Douma [Thu, 3 Sep 2020 06:41:47 +0000 (08:41 +0200)]
Merge pull request #22538 from nextcloud/backport/22535/stable18

[stable18] Only disable zip64 if the size is known

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Sep 2020 02:16:56 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Sep 2020 02:17:30 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoOnly disable zip64 if the size is known 22538/head
Roeland Jago Douma [Tue, 1 Sep 2020 09:24:01 +0000 (11:24 +0200)]
Only disable zip64 if the size is known

Else we might run into the issue that for an external storage where the
size is not known yet we do not use zip64. Which then of course fails on
large zip files.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #22518 from nextcloud/backport/22517/stable18
Roeland Jago Douma [Tue, 1 Sep 2020 06:05:15 +0000 (08:05 +0200)]
Merge pull request #22518 from nextcloud/backport/22517/stable18

[stable18] set the mount id before calling storage wrapper

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Sep 2020 02:16:26 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22522 from nextcloud/backport/22514/stable18
Roeland Jago Douma [Mon, 31 Aug 2020 19:44:11 +0000 (21:44 +0200)]
Merge pull request #22522 from nextcloud/backport/22514/stable18

[stable18] Fix S3 error handling

4 years agoOnly update the filecache entry once the file has been written to S3 22522/head
Roeland Jago Douma [Mon, 31 Aug 2020 10:28:04 +0000 (12:28 +0200)]
Only update the filecache entry once the file has been written to S3

If we already update before we have no way to revert if the upload
fails.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoDon't lose filecache entry on s3 overwrite error
Roeland Jago Douma [Mon, 31 Aug 2020 10:25:20 +0000 (12:25 +0200)]
Don't lose filecache entry on s3 overwrite error

If the object store errors we should not always delete the filecache
entry. As this might lead to people losing access to their files.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoset the mount id before calling storage wrapper 22518/head
Robin Appelman [Mon, 31 Aug 2020 14:38:47 +0000 (16:38 +0200)]
set the mount id before calling storage wrapper

this allows the storage wrapper to use the mount id for it's own logic

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #22504 from nextcloud/backport/22481/stable18
Julius Härtl [Mon, 31 Aug 2020 13:42:48 +0000 (15:42 +0200)]
Merge pull request #22504 from nextcloud/backport/22481/stable18

[stable18] Fix clicks on actions menu of non opaque file rows in acceptance tests

4 years agoFix clicks on actions menu of non opaque file rows in acceptance tests 22504/head
Daniel Calviño Sánchez [Fri, 28 Aug 2020 23:08:30 +0000 (01:08 +0200)]
Fix clicks on actions menu of non opaque file rows in acceptance tests

When a row is added to the file list the opacity of the file row is
animated from transparent to fully opaque. As the file actions menu is a
descendant of the row but overflows it when the row is not fully opaque
clicks on the menu entries "fall-through" and are received instead by
the rows behind.

The opacity animation is a CSS animation, and it is not possible to know
if a row is appearing or not except from its opacity (the row will have
the "appear" CSS class even after the animation ended). Therefore it
should be waited until the row of the file is fully opaque before using
the menu.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 31 Aug 2020 02:16:29 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 Aug 2020 02:16:24 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Aug 2020 02:18:07 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 Aug 2020 02:16:40 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22449 from nextcloud/stable18-phpdoc
Roeland Jago Douma [Thu, 27 Aug 2020 13:35:27 +0000 (15:35 +0200)]
Merge pull request #22449 from nextcloud/stable18-phpdoc

[stable18] Add php docs build script

4 years agoUse proper branch name in phpdoc builds 22449/head
Julius Härtl [Thu, 27 Aug 2020 06:45:43 +0000 (08:45 +0200)]
Use proper branch name in phpdoc builds

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoRemove @package annotations from public namespace
Julius Härtl [Wed, 26 Aug 2020 14:59:40 +0000 (16:59 +0200)]
Remove @package annotations from public namespace

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoRemove wrongly annotated package names
Julius Härtl [Wed, 26 Aug 2020 10:35:27 +0000 (12:35 +0200)]
Remove wrongly annotated package names

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd php docs build script
Julius Härtl [Wed, 26 Aug 2020 06:08:37 +0000 (08:08 +0200)]
Add php docs build script

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 Aug 2020 02:17:00 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22411 from nextcloud/backport/22359/stable18
Roeland Jago Douma [Wed, 26 Aug 2020 18:22:28 +0000 (20:22 +0200)]
Merge pull request #22411 from nextcloud/backport/22359/stable18

[stable18] fix possible leaking scope in Flow

4 years agoMerge pull request #22415 from nextcloud/backport/22358/stable18
Roeland Jago Douma [Wed, 26 Aug 2020 18:22:14 +0000 (20:22 +0200)]
Merge pull request #22415 from nextcloud/backport/22358/stable18

[stable18] fix event icon sizes and text alignment

4 years agoMerge pull request #22428 from nextcloud/backport/21988/stable18
Roeland Jago Douma [Wed, 26 Aug 2020 18:21:36 +0000 (20:21 +0200)]
Merge pull request #22428 from nextcloud/backport/21988/stable18

[stable18] Combine body-login rules in theming and fix twofactor and guest styling on bright colors

4 years agoMerge pull request #22417 from nextcloud/version/18.0.8/final v18.0.8
Roeland Jago Douma [Wed, 26 Aug 2020 17:21:12 +0000 (19:21 +0200)]
Merge pull request #22417 from nextcloud/version/18.0.8/final

18.0.8

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Aug 2020 02:16:48 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoCombine body-login rules in theming and fix twofactor and guest styling on bright... 22428/head
Julius Härtl [Fri, 24 Jul 2020 06:59:28 +0000 (08:59 +0200)]
Combine body-login rules in theming and fix twofactor and guest styling on bright colors

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago18.0.8 22417/head
Roeland Jago Douma [Tue, 25 Aug 2020 11:09:42 +0000 (13:09 +0200)]
18.0.8

4 years agoadjust since for 18 22411/head
Arthur Schiwon [Tue, 25 Aug 2020 11:06:03 +0000 (13:06 +0200)]
adjust since for 18

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agocompiled assets 22415/head
Arthur Schiwon [Tue, 25 Aug 2020 10:47:34 +0000 (12:47 +0200)]
compiled assets

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agofix event icon sizes and text alignment
Arthur Schiwon [Fri, 21 Aug 2020 14:19:38 +0000 (16:19 +0200)]
fix event icon sizes and text alignment

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agofix possible leaking scope in Flow
Arthur Schiwon [Fri, 21 Aug 2020 15:36:01 +0000 (17:36 +0200)]
fix possible leaking scope in Flow

- a configured flow can be brought into consideration, despite its event
  was not fired
- it could either run through
- or run into a RuntimeException and killing processing of valid flows

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #22350 from nextcloud/version/18.0.8/RC2 v18.0.8RC2
Roeland Jago Douma [Tue, 25 Aug 2020 07:41:28 +0000 (09:41 +0200)]
Merge pull request #22350 from nextcloud/version/18.0.8/RC2

18.0.8 RC2

4 years agoMerge pull request #22401 from nextcloud/backport/22394/stable18
Roeland Jago Douma [Tue, 25 Aug 2020 07:38:49 +0000 (09:38 +0200)]
Merge pull request #22401 from nextcloud/backport/22394/stable18

[stable18] Fix missing FN from federated contact

4 years agoMerge pull request #22405 from nextcloud/backport/22390/stable18
Roeland Jago Douma [Tue, 25 Aug 2020 07:37:08 +0000 (09:37 +0200)]
Merge pull request #22405 from nextcloud/backport/22390/stable18

[stable18] Make legacy format opt-in

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 25 Aug 2020 02:18:00 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMake legacy format opt-in 22405/head
Roeland Jago Douma [Mon, 24 Aug 2020 11:37:39 +0000 (13:37 +0200)]
Make legacy format opt-in

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix missing FN from federated contact 22401/head
John Molakvoæ (skjnldsv) [Mon, 24 Aug 2020 13:15:32 +0000 (15:15 +0200)]
Fix missing FN from federated contact

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