aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(util): Correctly create Reflection of method for PHP 8.3+Joas Schilling2024-11-081-1/+6
* fix(logger): Fix closure detection when filtering sensitive parametersJoas Schilling2024-11-081-1/+4
* feat(PHP): Allow PHP 8.4Joas Schilling2024-11-081-3/+3
* feat: add iMip Request HandlingSebastianKrupinski2024-11-077-1/+146
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-082-2/+2
* test: add some minimal testing for metadata storagemetadata-storage-idRobin Appelman2024-11-073-5/+16
* fix: smuggle storage id to metadata insert queriesRobin Appelman2024-11-073-1/+33
* Merge pull request #49116 from nextcloud/bugfix/noid/validate-parameter-keysJoas Schilling2024-11-072-20/+26
|\
| * fix(richobjectstrings): Fix typo in docsbugfix/noid/validate-parameter-keysJoas Schilling2024-11-071-1/+1
| * fix(richobjectstrings): Improve array typeJoas Schilling2024-11-072-2/+2
| * fix(richobjectstrings): Add missing placeholder validationJoas Schilling2024-11-062-20/+26
* | Merge pull request #49114 from nextcloud/fix/qbmapper/find-entities-return-typeJoas Schilling2024-11-072-5/+5
|\ \ | |/ |/|
| * fix(QBMapper): Fix findEntities() return type to be list<T>fix/qbmapper/find-entities-return-typeprovokateurin2024-11-062-5/+5
* | feat(appconfig): Only log lazy-appconfig when an app can do something about ittechdebt/noid/more-useful-debug-logsJoas Schilling2024-11-061-16/+18
|/
* Merge pull request #49039 from nextcloud/jtr/fix-ipv6-zone-ids-link-localJohn Molakvoæ2024-11-063-4/+6
|\
| * fix(net): Add IPv6 zone handling to IpAddressClassifierJosh2024-10-311-1/+1
| * fix(security): Handle IPv6 zone IDs used in link-local addressesJosh2024-10-311-1/+2
| * fix(security): Handle IPv6 zone IDs used in link-local addressesJosh2024-10-311-2/+3
* | Merge pull request #49015 from nextcloud/fix/openapi/array-syntaxJohn Molakvoæ2024-11-0629-51/+115
|\ \
| * | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-0529-51/+115
* | | Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-forsJohn Molakvoæ2024-11-065-13/+79
|\ \ \
| * | | feat(DeclarativeSettings): Allow to implement value getter and setter directl...Ferdinand Thiessen2024-10-155-13/+79
* | | | fix: Handle exception when clearing previously removed two factor tokensclear-pending-two-factor-tokens-also-from-configurationDaniel Calviño Sánchez2024-11-051-1/+5
* | | | fix: Clear pending two factor tokens also from configurationDaniel Calviño Sánchez2024-11-051-0/+2
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-052-8/+8
* | | | fix(owncloud): Fix ownCloud migration with oauth2 appbugfix/noid/fix-oauth2-owncloud-migrationJoas Schilling2024-11-041-4/+2
* | | | Merge pull request #47425 from nextcloud/fix/avoid-invalid-share-on-transfer-...Côme Chilliet2024-11-041-0/+88
|\ \ \ \
| * | | | fix: Use getRelativePath method to check if node is inside folderfix/avoid-invalid-share-on-transfer-ownershipCôme Chilliet2024-10-141-1/+2
| * | | | fix: Fix promotion of reshares from subsubfoldersCôme Chilliet2024-10-141-9/+16
| * | | | chore: Add comment to make code clearerCôme Chilliet2024-10-141-0/+1
| * | | | chore: Turn method description into phpdocCôme Chilliet2024-10-141-1/+1
| * | | | fix(shares): Promote reshares into direct shares when share is deletedCôme Chilliet2024-10-141-6/+14
| * | | | fix: Tidy up code for reshare deletionCôme Chilliet2024-10-141-14/+16
| * | | | fix: delete re-shares when deleting the parent shareLuka Trovic2024-10-141-0/+69
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-046-72/+1008
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-012-0/+2
| |_|_|/ |/| | |
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-312-0/+2
| |_|/ |/| |
* | | fix(sharding): typo in addOrderByfix/recently_active_pgsqlBenjamin Gaussorgues2024-10-301-1/+1
* | | fix(users): improve recently active searchBenjamin Gaussorgues2024-10-301-28/+37
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-302-258/+258
* | | Merge pull request #46151 from nextcloud/enh/do-not-enforce-cache-for-cliJohn Molakvoæ2024-10-291-6/+20
|\ \ \
| * | | feat(cache): CLI should not fail if APCu is not availableenh/do-not-enforce-cache-for-cliMichaIng2024-08-011-6/+20
* | | | Merge pull request #47847 from nextcloud/fix-copying-or-moving-from-shared-gr...John Molakvoæ2024-10-291-2/+6
|\ \ \ \
| * | | | fix: Fix copying or moving from shared groupfoldersDaniel Calviño Sánchez2024-10-101-2/+6
* | | | | fix(systemtags): translations and etag method casingskjnldsv2024-10-292-2/+2
* | | | | feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-292-2/+2
* | | | | feat(systemtags): add etag support and handle proppatchskjnldsv2024-10-296-2/+89
* | | | | feat(core): add index to systemtag objecttypeskjnldsv2024-10-294-0/+27
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-292-2/+2
* | | | | fix(config): Mark more configs as sensitivebugfix/noid/mark-more-configs-as-sensitiveJoas Schilling2024-10-282-0/+10