aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #53759 from nextcloud/enh/noid/taskpro-audio-chatMarcel Klehr2025-07-074-0/+115
|\
| * feat(TaskProcessing): add audio-to-audio chat task typeJulien Veyssier2025-07-074-0/+115
* | chore(AccountManager): adjust code style for cs-fixerFerdinand Thiessen2025-07-071-2/+2
* | Merge pull request #53109 from TechnicalSuwako/masterStephan Orbaugh2025-07-071-2/+19
|\ \ | |/ |/|
| * fix(settings): add link check in webfinger諏訪子2025-05-271-0/+17
| * fix(settings): change Mastodon only URI to webfinger諏訪子2025-05-251-2/+2
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-062-0/+4
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-0598-4/+142
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-04116-106/+194
* | Merge pull request #53740 from nextcloud/fix/properly-fail-on-invalid-jsonAndy Scherzinger2025-07-033-4/+29
|\ \
| * | fix: Only attempt to decode JSON input if it is not an empty stringfix/properly-fail-on-invalid-jsonCôme Chilliet2025-07-011-4/+7
| * | fix(ocs): Return a proper error on JSON decoding failuresCôme Chilliet2025-07-013-5/+27
| * | chore: Rename property and type it to match its current use in RequestCôme Chilliet2025-07-011-3/+3
* | | fix(encryption): Correctly handle file opening and copying failuresfix/catch-exception-in-encrypt-allCôme Chilliet2025-07-031-3/+17
* | | fix(l10n): our default language is American English so adjust the spellingfix/l10n-us-englishFerdinand Thiessen2025-07-031-2/+2
* | | test: fix testsJana Peper2025-07-031-3/+2
* | | feat: add toggle for AI guest restrictionJana Peper2025-07-032-2/+36
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-034-10/+12
* | | fix(syslog): open syslog channel on writeKent Delante2025-07-021-2/+6
* | | chore: apply new CSFixer rulesFerdinand Thiessen2025-07-01350-328/+586
* | | Merge pull request #53671 from nextcloud/fix/read-only-share-downloadJohn Molakvoæ2025-07-014-0/+40
|\ \ \
| * | | fix: invalid bool returnfix/read-only-share-downloadJohn Molakvoæ2025-06-261-1/+0
| * | | feat(files_sharing): allow viewing files with download disabledskjnldsv2025-06-264-0/+41
* | | | Merge pull request #53735 from nextcloud/bugfix/noid/document-hide-downloadJoas Schilling2025-07-012-0/+7
|\ \ \ \
| * | | | fix(ROS): Document hide-download option on filesbugfix/noid/document-hide-downloadJoas Schilling2025-06-302-0/+7
| | |/ / | |/| |
* | | | Merge pull request #53648 from nextcloud/rename-hooks-webhookFerdinand Thiessen2025-07-011-4/+12
|\ \ \ \
| * | | | fix: don't try to get fileid for non exising nodes when serializing events filerename-hooks-webhookRobin Appelman2025-06-271-4/+12
* | | | | chore(public): Remove unused union type for user mount eventschore/public/user-mount-events-union-typeprovokateurin2025-07-013-7/+4
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-014-4/+26
* | | | | Merge branch 'master' into remove-x-xss-protectionJoas Schilling2025-06-3063-236/+1194
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-308-40/+288
| * | | | fix: handle ambiguous IResponse.getBody return typesdebt/noid/wrong-return-type-iresponseDaniel Kesselberg2025-06-303-9/+26
| * | | | docs(http): Update return type for getBodyDaniel Kesselberg2025-06-302-31/+5
| * | | | fix(encryption): Pass an IUser and not a string to getUpdatefix/catch-exception-in-encryption-listenerCôme Chilliet2025-06-301-2/+4
| * | | | fix(encryption): Catch NotFoundException in ShareDeletedEvent listenerCôme Chilliet2025-06-261-4/+9
| |/ / /
| * / / fix(nullcache): make get compliant with the interfacedebt/noid/wrong-return-type-nullcacheDaniel Kesselberg2025-06-261-14/+17
| |/ /
| * | fix(l10n): Update translations from TransifexNextcloud bot2025-06-262-0/+2
| * | Merge pull request #53649 from nextcloud/security-missing-auth-errorJohn Molakvoæ2025-06-252-2/+5
| |\ \
| | * | fix: throw a better error if we don't get an authorization header for secutit...security-missing-auth-errorRobin Appelman2025-06-242-2/+5
| * | | Merge pull request #52880 from nextcloud/memcache-commandsRobin Appelman2025-06-252-0/+10
| |\ \ \
| | * | | feat: add command to clear memcachememcache-commandsRobin Appelman2025-06-242-0/+2
| | * | | feat: add command to delete memcache keyRobin Appelman2025-06-242-0/+2
| | * | | feat: add commands to get and set memcache valuesRobin Appelman2025-06-242-0/+4
| | * | | refactor: split off value casting out of config:system:set commandRobin Appelman2025-06-242-0/+2
| | |/ /
| * | | Merge pull request #53669 from nextcloud/feat/noid/add-command-to-list-all-ro...Joas Schilling2025-06-253-2/+14
| |\ \ \
| | * | | feat(occ): Add commands to list all routes and match a single onefeat/noid/add-command-to-list-all-routesJoas Schilling2025-06-253-2/+14
| | |/ /
| * | | Merge pull request #53461 from nextcloud/copyr-no-empty-newfileRobin Appelman2025-06-251-2/+1
| |\ \ \
| | * | | fix: don't create an empty file before writing the contents in OC_Util::copyrcopyr-no-empty-newfileRobin Appelman2025-06-241-2/+1
| | |/ /
| * / / fix(l10n): Update translations from TransifexNextcloud bot2025-06-254-0/+6
| |/ /
| * | feat(lexicon): better numeric conversionMaxence Lange2025-06-243-2/+4