summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Revert "fix(TaskProcessing): Use OCP\Server::get instead of copying methods"Marcel Klehr2024-08-301-5/+45
| | | | | | | | | | | | | | | | | | This reverts commit d624c8da8f0dc2eaf18d416aa15db0a2035de398. Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | fix(TaskProcessing): Fix namespace of TaskProcessingTest.phpMarcel Klehr2024-08-301-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | fix(TextProcessing): Don't run taskProcessing if task type is not availableMarcel Klehr2024-08-301-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | fix(settings): Don't show built-in textprocessing task types in ↵Marcel Klehr2024-08-301-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | textprocessing settings TaskProcessing is transparent to textprocessing providers and TextProcessing can use Taskprocessing providers so these are unnecessary Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | fix(settings): Remove STT admin settingsMarcel Klehr2024-08-301-21/+0
| | | | | | | | | | | | | | | | | | | | | taskprocessing is transparent to STT providers so specific STT settings are obsolete Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | fix(SpeechToTextManager): Throw TaskProcessing Task failedMarcel Klehr2024-08-301-13/+15
| | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | fix(TaskProcessing): Use OCP\Server::get instead of copying methodsMarcel Klehr2024-08-301-45/+5
| | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | fix(taskprocessing): fix testsJulien Veyssier2024-08-302-13/+5
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | feat(speech-to-text): SpeechToTextManager::transcribeFile calls ↵Julien Veyssier2024-08-305-9/+61
| | | | | | | | | | | | | | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | feat(textprocessing): TextProcessingManager::runTask calls ↵Julien Veyssier2024-08-302-3/+84
|/ / | | | | | | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Merge pull request #47619 from nextcloud/backport/47598/stable30Andy Scherzinger2024-08-301-0/+8
|\ \ | |/ |/| [stable30] fix: re-enable content-length header via htaccess
| * fix: re-enable content-length header via htaccessSimon L.2024-08-301-0/+8
|/ | | | Signed-off-by: Simon L. <szaimen@e.mail.de>
* Merge pull request #47555 from nextcloud/backport/47400/stable30Andy Scherzinger2024-08-297-116/+101
|\ | | | | [stable30] feat(files): Allow more than 50 favorite views
| * chore(assets): Recompile assetsnextcloud-command2024-08-292-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * test(files): Adapt favorite views specChristopher Ng2024-08-291-26/+67
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * feat(files): Allow more than 50 favorite viewsChristopher Ng2024-08-293-24/+15
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * perf(files): Do not block files page load with server-side favorites retrievalChristopher Ng2024-08-292-63/+16
| | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #47603 from nextcloud/release/30.0.0_rc3v30.0.0rc3Arthur Schiwon2024-08-293-4/+4
|\ \ | | | | | | 30.0.0 RC3
| * | build: js assetsArthur Schiwon2024-08-292-3/+3
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | build(hub): 30.0.0 RC3Arthur Schiwon2024-08-291-2/+2
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #47612 from nextcloud/backport/47611/stable30Arthur Schiwon2024-08-295-19/+36
|\ \ | |/ |/| [stable30] fix(DB): set sharding parameters only when intended
| * test(phpunit): skip sharding tests on 32bitArthur Schiwon2024-08-292-0/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * build: bump version to force 32bit testArthur Schiwon2024-08-291-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix(DB): do not assume sharding is always enabledArthur Schiwon2024-08-291-13/+19
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix(DB): set sharding parameters only when intendedArthur Schiwon2024-08-291-5/+10
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #47607 from nextcloud/artonge/backport/stable30/47600Arthur Schiwon2024-08-293-5/+3
|\ | | | | [stable30] fix(files): Remove margin and width to not break layout
| * fix(files): Remove margin and width to not break layoutLouis Chemineau2024-08-293-5/+3
|/ | | | | | | | | In grid view, this was messing with the reported available list width which was breaking the computed layout. Fix https://github.com/nextcloud/server/issues/47599 Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #47547 from nextcloud/backport/47540/stable30Andy Scherzinger2024-08-296-12/+144
|\ | | | | [stable30] fix(files): Correctly check for already used names when creating new folder
| * chore(assets): Recompile assetsnextcloud-command2024-08-292-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files): Correctly check for already used names when creating new folderFerdinand Thiessen2024-08-294-9/+141
|/ | | | | | Also add Cypress tests for the "new"-menu. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #47404 from nextcloud/backport/47363/stable30Andy Scherzinger2024-08-2911-7/+17
|\ | | | | [stable30] fix: use empty template by default when pressing enter
| * chore(assets): Recompile assetsnextcloud-command2024-08-299-7/+7
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix: use empty template by default when pressing enterElizabeth Danzberger2024-08-292-0/+10
|/ | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* Merge pull request #47505 from nextcloud/backport/47448/stable30Andy Scherzinger2024-08-298-18/+40
|\ | | | | [stable30] fix(user_status): add link to Availability page if user set predefined 'Vacationing'
| * chore(assets): Recompile assetsnextcloud-command2024-08-296-9/+9
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(user_status): add link to Availability page if user set predefined ↵Maksim Sukharev2024-08-292-9/+31
| | | | | | | | | | | | 'Vacationing' Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | Merge pull request #47442 from nextcloud/backport/47204/stable30Andy Scherzinger2024-08-294-64/+45
|\ \ | | | | | | [stable30] fix(files): Respect "Show hidden files" setting in tree
| * | chore(assets): Recompile assetsnextcloud-command2024-08-292-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | refactor(files): Consolidate node registrationChristopher Ng2024-08-292-52/+15
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | refactor(files): Organize event subscriptionsChristopher Ng2024-08-291-14/+10
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | fix(files): Respect "Show hidden files" setting in treeChristopher Ng2024-08-291-0/+22
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #47578 from nextcloud/backport/47525/stable30Andy Scherzinger2024-08-291-1/+1
|\ \ \ | | | | | | | | [stable30] fix: optimise `getWrongShareOwnership` query
| * | | fix: optimise getWrongShareOwnership queryHamza Mahjoubi2024-08-291-1/+1
| |/ / | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | Merge pull request #47429 from nextcloud/backport/47415/stable30Andy Scherzinger2024-08-294-0/+37
|\ \ \ | |/ / |/| | [stable30] fix: Trusted server icon recovery without addressbook change
| * | fix(federation): always set server status to OK after successful runsPablo Zimdahl2024-08-224-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously if a server status got set to failure, it stayed that way until an addressbook-sync found changes. Now the server status is set to OK after each successful sync check (if that's not the case already), regardless of addressbook changes. This change also includes two new logging statements, which could help next time someone debugs this. Signed-off-by: Pablo Zimdahl <pablo@nextcloud.com>
* | | Merge pull request #47597 from nextcloud/backport/47596/stable30Andy Scherzinger2024-08-292-0/+2
|\ \ \ | | | | | | | | [stable30] fix(test): Fix provisioning enabled apps
| * | | fix(test): Fix provisioning enabled appsprovokateurin2024-08-292-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #47593 from nextcloud/backport/47551/stable30Andy Scherzinger2024-08-292-2/+3
|\ \ \ \ | |/ / / |/| | | [stable30] fix(files_sharing): Make share labels nullable
| * | | fix(files_sharing): Make share labels nullableprovokateurin2024-08-292-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #47564 from nextcloud/backport/47290/stable30Julius Härtl2024-08-2918-39/+257
|\ \ \ \ | |/ / / |/| | | [stable30] feat(templates): add support for checkboxes in template filler