aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | fix(contactsmenu): empty content marginRichard Steinmetz2024-05-203-4/+8
| | |/ | |/| | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #45415 from nextcloud/enh/noid/login-namesFerdinand Thiessen2024-05-213-6/+6
|\ \ \ | | | | | | | | feat(login-mask): remove `Login with` from label
| * | | feat(login-mask): remove `Login with` from labelSimon L.2024-05-213-6/+6
|/ / / | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #45398 from nextcloud/chore/account-nameSimon L2024-05-2114-27/+27
|\ \ \ | | | | | | | | chore(settings): Change "user" to "account"
| * | | fix: cypressSimon L.2024-05-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * | | chore: compile assetsChristopher Ng2024-05-178-16/+16
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | chore(settings): Rename "User backend" to "Account backend"Christopher Ng2024-05-171-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | chore: Rename "Users" menu entry to "Accounts"Christopher Ng2024-05-171-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | chore(core): Change "username" to "account name"Christopher Ng2024-05-171-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | chore(settings): Change "username" to "account name"Christopher Ng2024-05-173-6/+6
| |/ / | | | | | | | | | 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-175-40/+47
|\ \ \ | | | | | | | | refactor: remove non-shallow getSharesInFolder
| * | | refactor: remove non-shallow getSharesInFolderRobin Appelman2024-05-015-40/+47
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #45387 from nextcloud/fix/xml2jsFerdinand Thiessen2024-05-1716-60/+42
|\ \ \ \ | |_|_|/ |/| | | fix(files): Drop `xml2js` dependency and use browser native DOMParser
| * | | chore(assets): Recompile assetsnextcloud-command2024-05-1713-28/+24
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): Drop `xml2js` dependency and use browser native DOMParserFerdinand Thiessen2024-05-173-32/+18
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #45354 from ↵Kate2024-05-162-46/+38
|\ \ \ | | | | | | | | | | | | nextcloud/docs/taskprocessingapi/cleanup-endpoint-descriptions
| * | | fix(TaskProcessingApi): Cleanup error handlingprovokateurin2024-05-161-10/+2
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | docs(TaskProcessingApi): Set correct status code messagesprovokateurin2024-05-162-12/+12
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | docs(TaskProcessingApi): Cleanup endpoint descriptionsprovokateurin2024-05-162-24/+24
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | docs(TaskProcessingApi): Fix result endpoint descriptionprovokateurin2024-05-162-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | 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-169-22/+115
|\ \ \ \ \
| * | | | | fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-04-229-22/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | | Merge pull request #45355 from ↵yemkareems2024-05-161-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/delete-user-from-storage-credentials fix: delete user credentials stored in storages_credentials when user gets deleted
| * | | | | | 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 #45357 from nextcloud/fix/hide-ldap-password-as-sensitiveJoas Schilling2024-05-161-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | fix: add ldap_exop_passwd function to sensitive value
| * | | | | | fix: add ldap_exop_passwd function to sensitive valueyemkareems2024-05-161-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | 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-162-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | 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>
| * | | | | | docs: Update token_auth_activity_update default value to match implementationJulius Härtl2024-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #45340 from nextcloud/bugfix/noid/widen-svg-blockJoas Schilling2024-05-162-1/+30
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | fix: Extend SVG reference check
| * | | | | | fix: Extend SVG reference checkJoas Schilling2024-05-162-1/+30
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #45317 from ↵Joas Schilling2024-05-162-3/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/limit-maximum-number-of-search-results fix(search): Limit maximum number of search results
| * | | | | fix(search): Limit maximum number of search resultsJoas Schilling2024-05-152-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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-153-0/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | feat(exception-template): allow to link to specific documentation for how to retreive server log
| * | | | | | | | fix: address reviewSimon L2024-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: Simon L. <szaimen@e.mail.de> Co-Authored-By: Josh <josh.t.richards@gmail.com>