summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | [tx-robot] updated from transifexNextcloud bot2020-09-0642-12/+184
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-09-05148-426/+596
|/ / /
* | | Merge pull request #22575 from nextcloud/version/18.0.9/rc1v18.0.9RC1Roeland Jago Douma2020-09-041-2/+2
|\ \ \ | | | | | | | | 18.0.9 RC1
| * | | 18.0.9 RC1Roeland Jago Douma2020-09-041-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #22595 from ↵dependabot-preview[bot]2020-09-042-72/+82
|\ \ \ \ | |_|/ / |/| | | | | | | nextcloud/dependabot/npm_and_yarn/stable18/node-sass-4.13.1
| * | | [Security] Bump node-sass from 4.13.0 to 4.13.1dependabot-preview[bot]2020-09-042-72/+82
|/ / / | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #22585 from nextcloud/backport/22550/stable18Joas Schilling2020-09-041-2/+2
|\ \ \ | | | | | | | | [stable18] Use the correct root to determinate the webroot for the resource
| * | | Use the correct root to determinate the webroot for the resourceJoas Schilling2020-09-041-2/+2
|/ / / | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #22554 from nextcloud/backport/22528/stable18Roeland Jago Douma2020-09-042-6/+18
|\ \ \ | | | | | | | | [stable18] Change free space calculation
| * | | Tests only: Forward calls to getUserValue and getAppValueDaniel Kesselberg2020-09-041-2/+12
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Change free space calculationDaniel Kesselberg2020-09-041-4/+6
|/ / / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #22570 from nextcloud/backport/22524/stable18Roeland Jago Douma2020-09-045-0/+63
|\ \ \ | | | | | | | | [stable18] Fix app password updating out of bounds
| * | | Fix app password updating out of boundsRoeland Jago Douma2020-09-045-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #22582 from nextcloud/backport/22578/stable18Roeland Jago Douma2020-09-044-13/+13
|\ \ \ \ | | | | | | | | | | [stable18] Upgrade icewind/smb to 3.2.7
| * | | | Upgrade icewind/smb to 3.2.7Roeland Jago Douma2020-09-044-13/+13
|/ / / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #22572 from ↵Roeland Jago Douma2020-09-042-30/+70
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | 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
| * | | [Security] Bump node-sass from 4.13.0 to 4.13.1 in /builddependabot-preview[bot]2020-09-032-30/+70
| |/ / | | | | | | | | | | | | | | | | | | | | | 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>
* / / [tx-robot] updated from transifexNextcloud bot2020-09-04136-134/+268
|/ /
* | Merge pull request #22561 from nextcloud/backport/22556/stable18Roeland Jago Douma2020-09-031-0/+3
|\ \ | | | | | | [stable18] Do not keep the part file if the forbidden exception has no retry set
| * | Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl2020-09-031-0/+3
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #22538 from nextcloud/backport/22535/stable18Roeland Jago Douma2020-09-031-1/+5
|\ \ | | | | | | [stable18] Only disable zip64 if the size is known
| * | Only disable zip64 if the size is knownRoeland Jago Douma2020-09-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | [tx-robot] updated from transifexNextcloud bot2020-09-032-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-09-024-0/+4
|/ /
* | Merge pull request #22518 from nextcloud/backport/22517/stable18Roeland Jago Douma2020-09-011-1/+1
|\ \ | | | | | | [stable18] set the mount id before calling storage wrapper
| * | set the mount id before calling storage wrapperRobin Appelman2020-08-311-1/+1
| | | | | | | | | | | | | | | | | | this allows the storage wrapper to use the mount id for it's own logic Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-09-01128-266/+274
| | |
* | | Merge pull request #22522 from nextcloud/backport/22514/stable18Roeland Jago Douma2020-08-311-7/+27
|\ \ \ | |/ / |/| | [stable18] Fix S3 error handling
| * | Only update the filecache entry once the file has been written to S3Roeland Jago Douma2020-08-311-2/+11
| | | | | | | | | | | | | | | | | | | | | If we already update before we have no way to revert if the upload fails. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Don't lose filecache entry on s3 overwrite errorRoeland Jago Douma2020-08-311-5/+16
|/ / | | | | | | | | | | | | 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>
* | Merge pull request #22504 from nextcloud/backport/22481/stable18Julius Härtl2020-08-311-7/+36
|\ \ | | | | | | [stable18] Fix clicks on actions menu of non opaque file rows in acceptance tests
| * | Fix clicks on actions menu of non opaque file rows in acceptance testsDaniel Calviño Sánchez2020-08-311-7/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-3110-0/+48
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-08-3014-4/+44
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-29152-318/+330
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-2842-50/+130
| |
* | Merge pull request #22449 from nextcloud/stable18-phpdocRoeland Jago Douma2020-08-27223-223/+11
|\ \ | | | | | | [stable18] Add php docs build script
| * | Use proper branch name in phpdoc buildsJulius Härtl2020-08-271-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Remove @package annotations from public namespaceJulius Härtl2020-08-27216-216/+0
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Remove wrongly annotated package namesJulius Härtl2020-08-276-7/+0
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add php docs build scriptJulius Härtl2020-08-271-0/+11
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-08-2724-90/+106
| |/ |/|
* | Merge pull request #22411 from nextcloud/backport/22359/stable18Roeland Jago Douma2020-08-263-0/+25
|\ \ | | | | | | [stable18] fix possible leaking scope in Flow
| * | adjust since for 18Arthur Schiwon2020-08-251-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix possible leaking scope in FlowArthur Schiwon2020-08-253-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | Merge pull request #22415 from nextcloud/backport/22358/stable18Roeland Jago Douma2020-08-264-21/+24
|\ \ \ | | | | | | | | [stable18] fix event icon sizes and text alignment
| * | | compiled assetsArthur Schiwon2020-08-252-14/+14
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix event icon sizes and text alignmentArthur Schiwon2020-08-252-7/+10
| |/ / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #22428 from nextcloud/backport/21988/stable18Roeland Jago Douma2020-08-261-40/+47
|\ \ \ | | | | | | | | [stable18] Combine body-login rules in theming and fix twofactor and guest styling on bright colors
| * | | Combine body-login rules in theming and fix twofactor and guest styling on ↵Julius Härtl2020-08-251-40/+47
| |/ / | | | | | | | | | | | | | | | bright colors Signed-off-by: Julius Härtl <jus@bitgrid.net>