summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Fix hasBigIntConversionPendingColumns missing files_trashMichael Kuhn2022-11-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The two tables seem to have gone out of sync, causing the web interface to miss `files_trash.auto_id` not being a bigint. Signed-off-by: Michael Kuhn <github@ikkoku.de>
* | | | | | | Merge pull request #34944 from nextcloud/backport/32565/stable25blizzz2022-11-211-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable25] Fix deprecations logged as errors
| * | | | | | | Log all deprecations with debug levelChristoph Wurst2022-11-031-0/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #35298 from nextcloud/backport/35251/stable25Joas Schilling2022-11-212-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable25] Increase the fair-use push limit to 1.000 users
| * | | | | | | Increase the fair-use push limit to 1.000 usersJoas Schilling2022-11-212-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #35183 from nextcloud/nickvergessen-patch-1Joas Schilling2022-11-211-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | [stable25] Update CODEOWNERS
| * | | | | | | [stable25] Update CODEOWNERSJoas Schilling2022-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* | | | | | | | Merge pull request #35232 from nextcloud/backport/35009/stable25Côme Chilliet2022-11-211-2/+37
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | [stable25] Check quota on file copy
| * | | | | | | Apply the same fix as on beforeCopy on beforeMoveCôme Chilliet2022-11-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let’s be safe Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | fix dirname usageRobin Appelman2022-11-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | Fix psalm issuesCôme Chilliet2022-11-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Check quota on file copyCôme Chilliet2022-11-171-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #35291 from nextcloud/backport/35185/stable25Vincent Petry2022-11-211-1/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable25] Hide warning about missing apps for when shipped in the next version
| * | | | | | | | Hide warning about missing apps for when shipped in the next versionJoas Schilling2022-11-211-1/+13
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-2124-22/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-2022-16/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-1930-310/+756
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #35261 from nextcloud/backport/35182/stable25Simon L2022-11-196-17/+36
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable25] generate user themed icons
| * | | | | | | | generate user themed iconsSimon L2022-11-186-17/+36
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* | | | | | | | Merge pull request #35265 from nextcloud/backport/35259/stable25Simon L2022-11-181-0/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable25] Also cancel XHR when cancelling uploads
| * | | | | | | | Also cancel XHR when cancelling uploadsVincent Petry2022-11-181-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue when cancelling a long list of uploads. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | | | Merge pull request #35256 from nextcloud/fix/theming-adminPytal2022-11-1810-10/+27
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | [stable25] Fix default theming variables
| * | | | | | | | Fix default theming variablesJohn Molakvoæ2022-11-1810-10/+27
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | | Merge pull request #35255 from nextcloud/backport/35218/stable25Simon L2022-11-181-10/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | [stable25] delay updating setup providers untill we register the mounts
| * | | | | | | delay updating setup providers untill we register the mountsRobin Appelman2022-11-181-10/+16
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise the fallback to a full setup for a missing cached mount provider will lead to a race condition Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #35237 from nextcloud/backport/35186/stable25Christoph Wurst2022-11-183-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable25] Fix missing native submit type from OAuth client add button
| * | | | | | | Fix missing native submit type from OAuth client add buttonChristoph Wurst2022-11-173-4/+4
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-1812-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #35235 from nextcloud/backport/35227/stable25Simon L2022-11-175-8/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable25] Limit toggle grid view button scope
| * | | | | | | Limit toggle grid view button scopeVincent Petry2022-11-175-8/+8
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit the button action scope to the file picker dialog so that it doesn't touch the file list present in the page. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | Merge pull request #35233 from nextcloud/backport/35090/stable25Pytal2022-11-174-5/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [stable25] Close global search menu when keyboard focus leaves
| * | | | | | Close global search menu when focus leavesChristopher Ng2022-11-174-5/+16
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #35199 from nextcloud/backport/35096/stable25Joas Schilling2022-11-172-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable25] Mark more config values as sensitive
| * | | | | | Mark more config values as sensitiveJoas Schilling2022-11-162-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #35220 from nextcloud/backport/35207/stable25Pytal2022-11-166-41/+72
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable25] Fix sharing expiration date handling and saving
| * | | | | | | Fix date handling and savingJohn Molakvoæ2022-11-166-41/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-1716-22/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #35216 from nextcloud/backport/34615/stable25Simon L2022-11-1613-26/+38
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | [stable25] fix logo not correctly inverted
| * | | | | | | Fix logo invertJohn Molakvoæ2022-11-1613-26/+38
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | Merge pull request #35214 from nextcloud/backport/35210/stable25Simon L2022-11-163-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [stable25] Fix settings for setting default expiration date
| * | | | | | Fix settings for setting default expiration dateVincent Petry2022-11-163-4/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | Merge pull request #35191 from nextcloud/backport/35029/stable25Pytal2022-11-153-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable25] Fix AppMenu icons for firefox
| * | | | | | Compile assetsnextcloud-command2022-11-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | Fix AppMenu icons for firefoxSimon L2022-11-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | | | | Merge pull request #35190 from nextcloud/backport/35033/stable25Pytal2022-11-153-4/+3
|\ \ \ \ \ \ \
| * | | | | | | Compile assetsnextcloud-command2022-11-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | fix dashboard scrollingSimon L2022-11-161-1/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* / / / / / / [tx-robot] updated from transifexNextcloud bot2022-11-1670-118/+164
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #35188 from nextcloud/backport/35179/stable25John Molakvoæ2022-11-158-67/+206
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable25] Bump @nextcloud/vue to 7.1.0-beta0
| * | | | | | Fix CalDavSettings specJohn Molakvoæ2022-11-151-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> (cherry picked from commit d78fa59f373fbf4e5e90e0d9f629d2de898dcccf)