summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #33644 from nextcloud/backport/32216/stable24blizzz2022-08-231-6/+13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | [stable24] Respect user settings in php.ini if they are big enough
| * | | | | | Fix suggestions by @artonageMicke Nordin2022-08-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Micke Nordin <kano@sunet.se>
| * | | | | | Simpler version as proposed by @artonageMikael Nordin2022-08-221-14/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Louis <6653109+artonge@users.noreply.github.com> Signed-off-by: Micke Nordin <kano@sunet.se>
| * | | | | | Respect user settings in php.ini if they are big enoughMicke Nordin2022-08-221-6/+22
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the admin guide: * https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html it is mentioned that you can tweek: * max_input_time * max_execution_time in order to enable larger file uploads. However, the current codebase will hard code these values to one hour, no matter what the user sets in php.ini. This patch will allow the user to set these settings in php.ini and they will be respected, if and only if, they are set to something bigger than 3600 seconds. Signed-off-by: Micke Nordin <kano@sunet.se>
* | | | | | Merge pull request #33648 from nextcloud/backport/33643/stable24John Molakvoæ2022-08-231-1/+1
|\ \ \ \ \ \
| * | | | | | Improve handling of profile pageChristopher Ng2022-08-221-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / / / / / [tx-robot] updated from transifexNextcloud bot2022-08-2338-36/+38
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-08-2212-12/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-08-218-16/+26
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / / [tx-robot] updated from transifexNextcloud bot2022-08-208-0/+12
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-1812-0/+30
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33538 from nextcloud/backport/33495/stable24Louis2022-08-173-5/+7
|\ \ \ | | | | | | | | [stable24] Unify initial and updated quota display
| * | | Show usage percenteage in the tooltipDaniel Calviño Sánchez2022-08-163-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tooltip of the initial quota display showed the usage percenteage and the total available space. However, the total available space was redundant, as it was shown just below. The tooltip of the updated quota display showed the usage percenteage, but based on the quota rather than the total available space, so there was a mismatch between the tooltip and the bar below. Now the tooltip of the initial and the updated quota display both show just the usage percenteage based on the total available space. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Use total available space rather than quota when updating the displayDaniel Calviño Sánchez2022-08-162-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initial quota display uses the total available space rather than the quota. Moreover, the relative usage is based on the total space rather than the quota. Due to this now the total available space is also used when updating the quota display. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #33562 from nextcloud/empty-folder-size-24Robin Appelman2022-08-171-13/+17
|\ \ \ \ | | | | | | | | | | [24] fix updating size when folder is empty
| * | | | fix updating size when folder is emptyRobin Appelman2022-08-161-13/+17
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / / [tx-robot] updated from transifexNextcloud bot2022-08-1722-30/+98
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-16106-88/+126
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-1598-180/+514
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-1430-120/+126
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-1324-60/+144
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-1232-34/+264
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33504 from nextcloud/release/24.0.4v24.0.4John Molakvoæ2022-08-111-2/+2
|\ \
| * | 24.0.4John Molakvoæ2022-08-111-2/+2
|/ / | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-1110-0/+124
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33490 from nextcloud/backport/33485/stable24John Molakvoæ2022-08-101-3/+6
|\ \
| * | Do not update passwords if nothing changedJulius Härtl2022-08-091-3/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-1014-8/+70
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-094-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-0820-148/+254
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-0722-8/+76
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-06122-542/+688
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-05480-640/+1358
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33441 from ↵dependabot[bot]2022-08-045-14/+50
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable24/jquery-ui-1.13.2
| * | Bump jquery-ui from 1.13.1 to 1.13.2dependabot[bot]2022-08-035-14/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #33420 from nextcloud/release/24.0.4rc1v24.0.4rc1blizzz2022-08-041-2/+2
|\ \ \ | | | | | | | | 24.0.4rc1
| * | | 24.0.4rc1Arthur Schiwon2022-08-011-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #32273 from nextcloud/backport/32152/stable24blizzz2022-08-041-1/+1
|\ \ \ \ | | | | | | | | | | [stable24] Allow compatibility wrapper on local external storage
| * | | | Allow compatibility wrapper on local external storageVincent Petry2022-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The check was likely in place to prevent adding the wrapper on the root and home storage, which is not possible anyway since the encoding option cannot be set on that mount. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Merge pull request #33455 from nextcloud/backport/32852/stable24Vincent Petry2022-08-042-80/+3
|\ \ \ \ \ | | | | | | | | | | | | [stable24] Revert "Revert "Remove inefficient fed share scanner""
| * | | | | fix external share scanner not propagating locking-opt-outRobin Appelman2022-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Disable locking on federated sharesCarl Schwan2022-08-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old inneficiant code didn't do locking and adding locking is creating issues Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Revert "Revert "Remove inefficient fed share scanner""Carl Schwan2022-08-042-82/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6667007bf235b90a7dd105c881cf5802b2a3f83e. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #33416 from nextcloud/backport/32482/stable24Vincent Petry2022-08-0459-136/+1935
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [stable24] Add share attributes + prevent download permission
| * | | | | Fix backportCarl Schwan2022-08-0315-18/+32
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Fix label for allow download share permissionJulius Härtl2022-08-031-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Multiple fixesCarl Schwan2022-08-0321-195/+533
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix tests - Use non deprecated event stuff - Add a bit of type hinting to the new stuff - More safe handling of instanceOfStorage (share might not be the first wrapper) - Fix resharing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Enforcing permission during resharingCarl Schwan2022-08-034-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Inherit hide download from share attributesVincent Petry2022-08-032-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When resharing by link, if the download permission was removed through share attributes, convert it to the hide download flag. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Block download when needed on direct download endpointVincent Petry2022-08-032-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>