aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | refactor: Migrate filename validation logic from `Storage` to `FilenameValida...Ferdinand Thiessen2024-07-163-68/+35
| | |/ / | |/| |
* | | | Merge pull request #46547 from nextcloud/query-builder-connectionRobin Appelman2024-07-163-44/+57
|\ \ \ \ | |/ / / |/| | |
| * | | feat: allow running QueryBuilder queries on different connectionsRobin Appelman2024-07-153-44/+57
* | | | Merge pull request #46543 from nextcloud/fix/htaccessFerdinand Thiessen2024-07-161-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(htaccess): Serve images as static assetsFerdinand Thiessen2024-07-151-1/+1
| |/ /
* | | Merge pull request #46545 from nextcloud/fix/bring-back-forbidden-namesFerdinand Thiessen2024-07-161-23/+48
|\ \ \ | |_|/ |/| |
| * | feat: Add `forbidden_filename_basenames` config optionFerdinand Thiessen2024-07-151-23/+48
| |/
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-07-162-0/+2
|/
* Merge pull request #46397 from nextcloud/extended-query-builder-baseRobin Appelman2024-07-157-18/+299
|\
| * feat: add base class for extending the query builderRobin Appelman2024-07-127-18/+299
* | Merge pull request #46396 from nextcloud/inspectable-composite-expressionRobin Appelman2024-07-152-18/+31
|\ \
| * | feat: allow inspecting the parts of the composite expression builderRobin Appelman2024-07-122-18/+31
| |/
* | fix(core): use OC namespace for core ReponseDefinitions instead of OCAJulien CHATY-CAPELLE2024-07-152-0/+2
* | Merge pull request #46475 from nextcloud/redisReqVer4Git'Fellow2024-07-151-1/+1
|\ \
| * | fix(redis): Require version >=4 for unlinkGit'Fellow2024-07-121-1/+1
| |/
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-152-0/+134
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-142-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-13134-510/+558
* | fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-122-10/+11
* | fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-122-6/+10
* | fix: ARateLimit documentationskjnldsv2024-07-121-0/+2
* | fix: psalm, cs, autoloader and lintskjnldsv2024-07-126-5/+8
* | feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-123-10/+10
* | chore(files_sharing): refactor mail handlingskjnldsv2024-07-121-24/+22
* | feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-126-162/+177
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1218-0/+18
* docs: correct return type for findAppInDirectoriesDaniel Kesselberg2024-07-111-2/+4
* Merge pull request #46448 from nextcloud/bugfix/noid/fix-missing-dashboard-wi...Andy Scherzinger2024-07-113-5/+24
|\
| * fix(dashboard): Document expected icon behaviourJoas Schilling2024-07-113-5/+24
* | feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-113-3/+12
|/
* Merge pull request #46398 from nextcloud/fix/46165/token-raceArthur Schiwon2024-07-113-46/+19
|\
| * fix(Session): avoid race conditions on clustered setupsArthur Schiwon2024-07-103-46/+19
* | Merge pull request #46371 from nextcloud/feat/filename-validatorFerdinand Thiessen2024-07-105-0/+294
|\ \ | |/ |/|
| * feat: Add `IFilenameValidator` to have one consistent place for filename vali...Ferdinand Thiessen2024-07-095-0/+294
* | Merge pull request #46320 from nextcloud/perf/php-session-cache-limiterJoas Schilling2024-07-101-0/+1
|\ \
| * | perf: Set session.cache_limiter at runtime to avoid clients caching static as...Julius Härtl2024-07-081-0/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-102-0/+46
* | | chore: Make active apps initial state consistent with OCS APIFerdinand Thiessen2024-07-101-1/+1
* | | Merge pull request #46004 from nextcloud/perf/noid/log-slow-capabilitiesFerdinand Thiessen2024-07-091-0/+26
|\ \ \
| * | | perf(capabilities): Log capabilities providers that are slowJoas Schilling2024-06-211-0/+26
* | | | Merge pull request #46123 from nextcloud/feat/user-password-hashPytal2024-07-097-1/+110
|\ \ \ \ | |_|_|/ |/| | |
| * | | feat: Validate password hashChristopher Ng2024-07-081-0/+4
| * | | perf: Return cached password hashChristopher Ng2024-07-081-0/+3
| * | | docs: Add info for the password hashesChristopher Ng2024-07-082-0/+8
| * | | feat: Allow getting/setting the password hash of a userChristopher Ng2024-07-083-0/+37
| * | | feat: Implement IPasswordHashBackend in database user backendChristopher Ng2024-07-081-1/+31
| * | | feat: Add IPasswordHashBackendChristopher Ng2024-07-083-0/+27
| | |/ | |/|
* | | Merge pull request #46317 from nextcloud/s3InsertTimeoutGit'Fellow2024-07-091-29/+37
|\ \ \
| * | | fix(s3): Don't wait indefinitely for S3 to returnGit'Fellow2024-07-051-29/+37
* | | | Merge pull request #45249 from nextcloud/feature/add-ability-to-sort-by-last-...yemkareems2024-07-092-0/+54
|\ \ \ \