Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #24622 from nextcloud/version/19.0.6/finalv19.0.6 | Roeland Jago Douma | 2020-12-09 | 1 | -2/+2 |
|\ | | | | | 19.0.6 | ||||
| * | 19.0.6 | Roeland Jago Douma | 2020-12-09 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-09 | 8 | -6/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-08 | 20 | -6/+56 |
| | |||||
* | Merge pull request #24585 from nextcloud/version/19.0.6/RC2v19.0.6RC2 | Roeland Jago Douma | 2020-12-07 | 1 | -2/+2 |
|\ | | | | | 19.0.6 RC2 | ||||
| * | 19.0.6 RC2 | Roeland Jago Douma | 2020-12-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #24564 from nextcloud/backport/24552/stable19 | Roeland Jago Douma | 2020-12-07 | 1 | -2/+12 |
|\ \ | | | | | | | [stable19] Remember me is not an app_password | ||||
| * | | Fix typo | Morris Jobke | 2020-12-04 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Remember me is not an app_password | Roeland Jago Douma | 2020-12-04 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | While technically they are stored the same. This session variable is used to indicate that a user is using an app password to authenticate. Like from a client. Or when having it generated automatically. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #24561 from nextcloud/backport/24557/stable19 | Roeland Jago Douma | 2020-12-07 | 2 | -17/+13 |
|\ \ \ | |_|/ |/| | | [stable19] [stable20] dont use system composer for autoload checker | ||||
| * | | Force composer v1 | Julius Härtl | 2020-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | cleanup after autoloader generation | Robin Appelman | 2020-12-04 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | dont use system composer for autoload checker | Robin Appelman | 2020-12-04 | 2 | -17/+11 |
| |/ | | | | | | | | | | | this ensures that the same composer version is used by everyone (and ci) Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #24583 from nextcloud/backport/24581/stable19 | Roeland Jago Douma | 2020-12-07 | 1 | -1/+0 |
|\ \ | | | | | | | [stable19] Do not load nonexisting setup.js | ||||
| * | | Do not load nonexisting setup.js | Julius Härtl | 2020-12-07 | 1 | -1/+0 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-07 | 22 | -34/+60 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-06 | 26 | -18/+64 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-05 | 30 | -6/+48 |
|/ | |||||
* | Merge pull request #24554 from nextcloud/backport/24550/stable19 | Roeland Jago Douma | 2020-12-04 | 1 | -0/+1 |
|\ | | | | | [stable19] Generate a new session id if the decrypting the session data fails | ||||
| * | Generate a new session id if the decrypting the session data fails | Roeland Jago Douma | 2020-12-04 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-04 | 34 | -0/+34 |
| | |||||
* | Merge pull request #24471 from nextcloud/version/19.0.6/RC1 | Morris Jobke | 2020-12-03 | 1 | -2/+2 |
|\ | | | | | 19.0.6 RC1 | ||||
| * | 19.0.6 RC1 | Roeland Jago Douma | 2020-12-03 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #24528 from nextcloud/backport/24519/stable19 | Roeland Jago Douma | 2020-12-03 | 2 | -2/+2 |
|\ | | | | | [stable19] Fix vsprint parameter | ||||
| * | Fix vsprint parameter | Roeland Jago Douma | 2020-12-03 | 2 | -2/+2 |
| | | | | | | | | | | | | | | %2\$; is not valid. On php7 this is just ignored but on php8 it gives an error. %2\$s; works. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #24518 from nextcloud/backport/24459/stable19 | Morris Jobke | 2020-12-03 | 1 | -2/+6 |
|\ \ | |/ |/| | [stable19] Only execute plain mimetype check for directories and do the fallback… | ||||
| * | Only execute plain mimetype check for directories and do the fallback only ↵ | Morris Jobke | 2020-12-02 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | for non-directories Ref #23096 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #24514 from nextcloud/backport/24501/stable19 | Morris Jobke | 2020-12-03 | 2 | -3/+5 |
|\ \ | | | | | | | [stable19] set mountid for personal external storage mounts | ||||
| * | | set mountid for personal external storage mounts | Robin Appelman | 2020-12-02 | 2 | -3/+5 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #24492 from nextcloud/backport/24376/stable19 | John Molakvoæ | 2020-12-03 | 7 | -10/+10 |
|\ \ \ | | | | | | | | | [stable19] fix loading mtime of new file in conflict dialog in firefox | ||||
| * | | | fix loading mtime of new file in conflict dialog in firefox | Robin Appelman | 2020-12-02 | 7 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-03 | 6 | -6/+58 |
| |_|/ |/| | | |||||
* | | | Merge pull request #24508 from nextcloud/backport/23257/stable19 | Roeland Jago Douma | 2020-12-02 | 1 | -5/+4 |
|\ \ \ | |_|/ |/| | | [stable19] Fix file size computation on 32bit platforms | ||||
| * | | Fix file size computation on 32bit platforms | aler9 | 2020-12-02 | 1 | -5/+4 |
|/ / | | | | | | | Signed-off-by: aler9 <46489434+aler9@users.noreply.github.com> | ||||
* | | Merge pull request #24503 from nextcloud/backport/24499/stable19 | Christoph Wurst | 2020-12-02 | 1 | -0/+3 |
|\ \ | | | | | | | [stable19] Harden setup check for TLS version if host is not reachable | ||||
| * | | Harden setup check for TLS version if host is not reachable | Morris Jobke | 2020-12-02 | 1 | -0/+3 |
|/ / | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #24386 from nextcloud/backport/24382/stable19 | John Molakvoæ | 2020-12-02 | 3 | -3/+3 |
|\ \ | |/ |/| | [stable19] Properly encode path when fetching inherited shares | ||||
| * | Properly encode path when fetching inherited shares | Julius Härtl | 2020-12-02 | 3 | -3/+3 |
| | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-02 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #24484 from nextcloud/backport/24094/stable19 | Morris Jobke | 2020-12-01 | 1 | -1/+1 |
|\ \ | |/ |/| | [stable19] Only attempt to move to trash if a file is not in appdata | ||||
| * | Only attempt to move to trash if a file is not in appdata | Julius Härtl | 2020-12-01 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #24480 from nextcloud/backport/24242/stable19 | Morris Jobke | 2020-12-01 | 1 | -1/+1 |
|\ | | | | | [stable19] Update ScanLegacyFormat.php | ||||
| * | Update ScanLegacyFormat.php | essys | 2020-12-01 | 1 | -1/+1 |
|/ | | | Fixed a small typo on line 99. | ||||
* | Merge pull request #24327 from nextcloud/backport/24103/stable19 | Morris Jobke | 2020-12-01 | 1 | -1/+1 |
|\ | | | | | [stable19] Only check path for being accessible when the storage is a object home | ||||
| * | Only check path for being accessible when the storage is a object home | Julius Härtl | 2020-11-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #24343 from nextcloud/backport/24331/stable19 | Morris Jobke | 2020-12-01 | 3 | -2/+4 |
|\ \ | | | | | | | [stable19] Fix contacts menu position and show uid as a tooltip | ||||
| * | | Fix contacts menu position and show uid as a tooltip | Julius Härtl | 2020-11-24 | 3 | -2/+4 |
| |/ | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | ||||
* | | Merge pull request #24463 from nextcloud/backport/24460/stable19 | Roeland Jago Douma | 2020-12-01 | 3 | -12/+12 |
|\ \ | | | | | | | [stable19] Use correct l10n source in files_sharing JS code | ||||
| * | | Use correct l10n source in files_sharing JS code | Morris Jobke | 2020-11-30 | 3 | -12/+12 |
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-01 | 138 | -170/+184 |
|/ / |