summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Add text/x-php as an alternative for application/x-phpJulius Härtl2020-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Properly add both mimetypes to secure mimetype mappingJulius Härtl2020-09-091-1/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #22652 from nextcloud/backport/22643/stable19Morris Jobke2020-09-092-1/+8
|\ \ \ \ \ | | | | | | | | | | | | [stable19] Fix installing on Oracle
| * | | | | Warn about adding NotNull columns with nullable defaultJoas Schilling2020-09-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix installing on OracleJoas Schilling2020-09-071-1/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #22713 from nextcloud/backport/stable19/22557Morris Jobke2020-09-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable19] Do not fail if share for mountpoint is no longer available
| * | | | | Do not fail if share for mountpoint is no longer availableJulius Härtl2020-09-081-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #22720 from nextcloud/backport/22469/stable19Morris Jobke2020-09-091-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | | [stable19] Don't use SELECT DISTINCT when to_char() is used in a WHERE statement
| * | | | Don't use SELECT DISTINCT when to_char() is used in a WHERE statementJoas Schilling2020-09-081-3/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | Nice bug in Oracle Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #22725 from nextcloud/version/19.0.3/finalv19.0.3Morris Jobke2020-09-091-2/+2
|\ \ \ \ | |/ / / |/| | | 19.0.3 final
| * | | 19.0.3 finalRoeland Jago Douma2020-09-081-2/+2
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / [tx-robot] updated from transifexNextcloud bot2020-09-0714-54/+162
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-09-0642-12/+184
| |
* | [tx-robot] updated from transifexNextcloud bot2020-09-05148-426/+596
| |
* | Merge pull request #22574 from nextcloud/version/19.0.3/rc1v19.0.3RC1Roeland Jago Douma2020-09-041-2/+2
|\ \ | |/ |/| 19.0.3 RC1
| * 19.0.3 RC1Roeland Jago Douma2020-09-041-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #22515 from nextcloud/backport/22472/stable19Roeland Jago Douma2020-09-043-2/+9
|\ \ | | | | | | [stable19] Fix writing BLOBs to postgres with recent contacts interaction
| * | Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-313-2/+9
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #22579 from nextcloud/backport/22550/stable19Roeland Jago Douma2020-09-041-2/+2
|\ \ \ | | | | | | | | [stable19] 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 #22442 from nextcloud/backport/22421/stable19Roeland Jago Douma2020-09-044-19/+51
|\ \ \ \ | | | | | | | | | | [stable19] show better quota warning for group folders and external storage
| * | | | fix testsRobin Appelman2020-08-261-4/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | show better quota warning for group folders and external storageRobin Appelman2020-08-263-15/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of showing the generic 'Your storage is full' message, better explain that it's the group folder/external storage that is full Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #22581 from nextcloud/backport/22578/stable19Roeland Jago Douma2020-09-044-14/+14
|\ \ \ \ \ | | | | | | | | | | | | [stable19] Upgrade icewind/smb to 3.2.7
| * | | | | Upgrade icewind/smb to 3.2.7Roeland Jago Douma2020-09-044-14/+14
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #22569 from nextcloud/backport/22524/stable19Roeland Jago Douma2020-09-045-0/+60
|\ \ \ \ \ | |_|/ / / |/| | | | [stable19] Fix app password updating out of bounds
| * | | | Fix app password updating out of boundsRoeland Jago Douma2020-09-035-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #22553 from nextcloud/backport/22528/stable19Roeland Jago Douma2020-09-042-6/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | | [stable19] Change free space calculation
| * | | | Tests only: Forward calls to getUserValue and getAppValueDaniel Kesselberg2020-09-031-2/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Change free space calculationDaniel Kesselberg2020-09-031-4/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-09-04136-134/+268
| |/ / / |/| | |
* | | | Merge pull request #22560 from nextcloud/backport/22556/stable19Roeland Jago Douma2020-09-031-0/+3
|\ \ \ \ | |/ / / |/| | | [stable19] 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 #22537 from nextcloud/backport/22535/stable19Roeland Jago Douma2020-09-031-1/+5
|\ \ \ | | | | | | | | [stable19] 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
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2020-09-01128-266/+274
| | |
* | | Merge pull request #22519 from nextcloud/backport/22517/stable19Julius Härtl2020-08-311-1/+1
|\ \ \ | | | | | | | | [stable19] 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>
* | | Merge pull request #22521 from nextcloud/backport/22514/stable19Roeland Jago Douma2020-08-311-7/+27
|\ \ \ | |/ / |/| | [stable19] 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 #22503 from nextcloud/backport/22481/stable19Roeland Jago Douma2020-08-311-7/+37
|\ \ | | | | | | [stable19] 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-301-7/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #22448 from nextcloud/stable19-phpdocRoeland Jago Douma2020-08-27224-224/+11
|\ \ | | | | | | [stable19] Add php docs build script