aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-014-0/+4
* fix(s3): fix handling verify_bucket_exists parameterThomas Citharel2023-08-311-1/+1
* Merge pull request #39897 from nextcloud/feat/share-by-mail/remove-iloggerBenjamin Gaussorgues2023-08-311-1/+1
|\
| * sharebymail: remove ILogger and upgrade to PHP 8 syntaxBenjamin Gaussorgues2023-08-301-1/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-314-0/+6
|/
* Merge pull request #40108 from nextcloud/bug/noid/config-dns-pinningDaniel2023-08-301-2/+4
|\
| * feat: add switch to disable dns pinningDaniel Kesselberg2023-08-291-2/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-3018-0/+18
|/
* Merge pull request #40026 from lhsazevedo/auth-token-commandsJoas Schilling2023-08-296-2/+30
|\
| * Merge branch 'master' into auth-token-commandsLucas Azevedo2023-08-288-15/+51
| |\
| * | Fix typoLucas Azevedo2023-08-251-1/+1
| * | Fixes from static analysisLucas Azevedo2023-08-251-3/+3
| * | Add last-used-before optionLucas Azevedo2023-08-254-0/+24
| * | Update autoloadersLucas Azevedo2023-08-242-2/+6
* | | Merge pull request #40079 from nextcloud/techdebt/noid/user-IThrottler-interf...Joas Schilling2023-08-287-24/+20
|\ \ \
| * | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-287-24/+20
* | | | Merge pull request #40077 from nextcloud/bugfix/noid/purge-displayname-cache-...Joas Schilling2023-08-282-0/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-282-0/+12
* | | | Merge pull request #39083 from nextcloud/fix/check-vobject-existenceAndy Scherzinger2023-08-281-3/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(CalDAV): Check if the vObject exists before attempting any operationsAnna Larch2023-08-281-3/+22
| |/ /
* | | Merge pull request #39699 from nextcloud/enh/hide-shares-from-disabled-usersCôme Chilliet2023-08-281-5/+19
|\ \ \
| * | | Use nullsafe call syntax instead of additionnal checkCôme Chilliet2023-08-281-1/+1
| * | | Set files_sharing:hide_disabled_user_shares to 'yes' to hide shares from disa...Côme Chilliet2023-08-281-5/+19
| |/ /
* | | Merge pull request #38298 from nextcloud/enh/occ-sync-account-dataAnna2023-08-282-0/+2
|\ \ \ | |/ / |/| |
| * | feat: Add occ user:sync-account-data for updating oc_accounts information fro...Julius Härtl2023-06-092-0/+2
* | | fix(utility): De- deprecate getDateTime as now() only returns immutable objectsAnna Larch2023-08-251-2/+0
* | | fix(dbal): Migrate to Doctrine\DBAL\ParameterTypesJoas Schilling2023-08-231-5/+6
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-232-0/+2
| |/ |/|
* | Merge pull request #39958 from nextcloud/dav-permissions-perfJohn Molakvoæ2023-08-222-23/+12
|\ \
| * | improve performance of calculating dav permissionsRobin Appelman2023-08-182-23/+12
* | | fix(middleware): Fix header injection for bruteforce middlewareJoas Schilling2023-08-221-5/+1
* | | feat(dashboard): implement widget item api v2Richard Steinmetz2023-08-226-3/+212
* | | fix: Make bypass function public APIJoas Schilling2023-08-213-7/+18
* | | feat(OCC): Add a command to get the bruteforce state of an IPJoas Schilling2023-08-212-2/+4
* | | feat: Expose if the own IP is allowed to bypass bruteforce protectionJoas Schilling2023-08-212-22/+12
* | | feat: Add a header which signals that the request was throttledJoas Schilling2023-08-211-4/+14
* | | feat(security): Add a "testing mode" for bruteforce protection that doesn't s...Joas Schilling2023-08-211-2/+6
* | | feat(security): Add a bruteforce protection backend base on memcacheJoas Schilling2023-08-218-127/+466
* | | Merge pull request #39888 from nextcloud/less-container-queriesJoas Schilling2023-08-184-14/+29
|\ \ \
| * | | only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-08-182-4/+6
| * | | better caching in storage stats calculationsRobin Appelman2023-08-181-7/+12
| * | | reuse dependencies from wrapped cacheRobin Appelman2023-08-181-3/+11
| |/ /
* | | Merge pull request #39867 from nextcloud/login-lessJoas Schilling2023-08-186-45/+75
|\ \ \ | |/ / |/| |
| * | add core fileclient script before othersRobin Appelman2023-08-171-2/+7
| * | don't always add core/common and core/main during "sorting"Robin Appelman2023-08-171-1/+6
| * | add separate event for rendering login page templateRobin Appelman2023-08-175-3/+62
| * | move core script loading from static template to event listenerRobin Appelman2023-08-171-39/+0
* | | Merge pull request #39770 from nextcloud/fix/always-use-displayname-from-corr...max-nextcloud2023-08-171-0/+5
|\ \ \
| * | | fix: always use display name from correct backendMax2023-08-151-0/+5
* | | | Merge pull request #39910 from nextcloud/bugfix/noid/fix-memcache-class-handlingJoas Schilling2023-08-171-7/+9
|\ \ \ \