aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-233-83/+127
| | | | | | If `expireDate` is an empty string and not `null` then the server should not set a default. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Merge pull request #45370 from nextcloud/feat/add-back-search-in-disabled-usersCôme Chilliet2024-05-233-4/+15
|\ | | | | feat: Add back searching in disabled user list
| * fix: Also search in email field for disabled usersCôme Chilliet2024-05-231-1/+2
| | | | | | | | | | | | To match what is done for Database backend for enabled users Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * feat: Add back searching in disabled user listCôme Chilliet2024-05-233-4/+14
| | | | | | | | | | | | | | | | When disabled users where moved to their own endpoint we overlooked search, so adding it back. The search is done case-insensitive in uid and display name. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: register DI alias for IFileAccessRobin Appelman2024-05-221-0/+3
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #45390 from ↵John Molakvoæ2024-05-221-0/+2
|\ | | | | | | nextcloud/bugfix/noid/mark-more-configs-as-sensitive
| * fix: Mark more configs as sensitiveJoas Schilling2024-05-171-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-212-7/+13
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: cleanup theming app codeFerdinand Thiessen2024-05-211-0/+13
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(theming): Also reset background color settings when updating global ↵Ferdinand Thiessen2024-05-211-2/+5
| | | | | | | | | | | | background image Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #45398 from nextcloud/chore/account-nameSimon L2024-05-211-1/+1
|\ \ | | | | | | chore(settings): Change "user" to "account"
| * | chore: Rename "Users" menu entry to "Accounts"Christopher Ng2024-05-171-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #45375 from nextcloud/fix/move-eventsource-to-ocCôme Chilliet2024-05-215-34/+25
|\ \ \ | |/ / |/| | Move EventSource to `OC` namespace
| * | fix: Improve code quality in EventSourceCôme Chilliet2024-05-163-20/+15
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Move OC_EventSource to OC namespaceCôme Chilliet2024-05-164-18/+14
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #44460 from nextcloud/remove-non-shallow-in-folderRobin Appelman2024-05-172-23/+14
|\ \ \ | |_|/ |/| | refactor: remove non-shallow getSharesInFolder
| * | refactor: remove non-shallow getSharesInFolderRobin Appelman2024-05-012-23/+14
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #45374 from nextcloud/feat/add-to-configFerdinand Thiessen2024-05-161-0/+1
|\ \ \ | | | | | | | | feat: Add `forbidden_filename_characters` to JSConfig for use in frontend libraries
| * | | feat: Add `forbidden_filename_characters` to JSConfig for use in frontend ↵Ferdinand Thiessen2024-05-161-0/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | libraries Add the filename restrictions to our JS config so we can create a common frontend library function to check filename validity (de-duplicate code). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #45346 from nextcloud/artonge/fix/setOwner_sinceLouis2024-05-161-1/+1
|\ \ \ | |/ / |/| | Fix setOwner since doc
| * | fix(files): setOwner since docLouis Chemineau2024-05-161-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #45236 from derschiw/patch-1Joas Schilling2024-05-161-0/+1
|\ \ \ | | | | | | | | Hide 'updater.server.url' As It May Contain Enterprise Key
| * | | fix(SystemConfig.php): Add 'updater.server.url' to Private Variablesderschiw2024-05-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key. Signed-off-by: derschiw <37687705+derschiw@users.noreply.github.com>
* | | | Merge pull request #44763 from nextcloud/fix/group_name_length_dbBenjamin Gaussorgues2024-05-167-17/+78
|\ \ \ \
| * | | | fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-04-227-17/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | fix: delete user credentials stored in storages_credentials when user gets ↵yemkareems2024-05-161-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deleted Signed-off-by: yemkareems <yemkareems@gmail.com>
* | | | | Merge pull request #45345 from ↵Kate2024-05-161-0/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/fix/iregistrationcontext/add-missing-taskprocessing-methods
| * | | | | fix(IRegistrationContext): Add missing TaskProcessing methodsprovokateurin2024-05-161-0/+22
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #45026 from nextcloud/fix/token-updateChristoph Wurst2024-05-161-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Avoid updating the same oc_authtoken row twice
| * | | | | fix: Always set last activity if we update the row of an authtoken anywaysJulius Härtl2024-04-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | fix: Extend SVG reference checkJoas Schilling2024-05-161-1/+1
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #44710 from nextcloud/pulsejet/imagick-check-typeJoas Schilling2024-05-1512-13/+109
|\ \ \ \ \ | | | | | | | | | | | | fix(preview): check mime type before processing with Imagick
| * | | | | fix(preview): check mime type before processing with ImagickVarun Patil2024-04-0812-13/+109
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | | | | | Merge pull request #45321 from nextcloud/bugfix/noid/check-function-callAnna2024-05-152-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix: Correctly check result of function
| * | | | | | fix: Correctly check result of functionJoas Schilling2024-05-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #45057 from nextcloud/enh/noid/server-logSimon L2024-05-151-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | feat(exception-template): allow to link to specific documentation for how to retreive server log
| * | | | | | feat(exception-template): allow to link to specific documentation for how to ↵Simon L.2024-05-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | retreive server log Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | | | | fix: expose lastUpdated in OCS APIMarcel Klehr2024-05-152-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix: address review commentsMarcel Klehr2024-05-143-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix: Fix pass-through stt providerMarcel Klehr2024-05-141-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wasn't able to load File from app data Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | chore: Check in autoloader updatesMarcel Klehr2024-05-142-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix(Manager#fillInputs): Try to setup user FS before access file inputsMarcel Klehr2024-05-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | feat: Add some new task typesMarcel Klehr2024-05-142-0/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix(SynchronousBackgroundJob): Only reschedule when neededMarcel Klehr2024-05-141-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | Update lib/public/TaskProcessing/IManager.phpMarcel Klehr2024-05-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: julien-nc <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | Update lib/private/TaskProcessing/Manager.phpMarcel Klehr2024-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: julien-nc <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix(Manager#fillInputData): Load user folder if neededMarcel Klehr2024-05-141-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix(OCS-API): Add endpoint to list user tasksMarcel Klehr2024-05-143-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix(TextToImage): Allow leaving the resources openMarcel Klehr2024-05-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix: run cs:fixMarcel Klehr2024-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>