aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #45370 from nextcloud/feat/add-back-search-in-disabled-usersCôme Chilliet2024-05-231-2/+11
|\ | | | | 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-231-2/+10
| | | | | | | | | | | | | | | | 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-212-32/+21
|\ \ \ | |/ / |/| | Move EventSource to `OC` namespace
| * | fix: Improve code quality in EventSourceCôme Chilliet2024-05-162-20/+13
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Move OC_EventSource to OC namespaceCôme Chilliet2024-05-162-16/+12
| | | | | | | | | | | | 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>
* | | 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 #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-162-16/+31
|\ \ \
| * | | fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-04-222-16/+31
| | | | | | | | | | | | | | | | | | | | | | | | 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 #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-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix: address review commentsMarcel Klehr2024-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | 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>
* | | | | | | fix(SynchronousBackgroundJob): Only reschedule when neededMarcel Klehr2024-05-141-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-142-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | feat: Add cancel endpoint to OCS APIMarcel Klehr2024-05-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix: fix psalm issuesMarcel Klehr2024-05-142-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | refactor: identifier is now customId/custom_idMarcel Klehr2024-05-145-32/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix: psalm issueMarcel Klehr2024-05-141-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix: address review commentsMarcel Klehr2024-05-142-32/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix: address review commentsMarcel Klehr2024-05-143-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix: Run cs:fixMarcel Klehr2024-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | fix: Check if user is authorized to use the files they mentionedMarcel Klehr2024-05-141-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | feat: Remove stale files in AppData as wellMarcel Klehr2024-05-141-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>