summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * fix(files): Don't attempt to format a partial cache entryChristoph Wurst2024-02-061-1/+1
* | Merge pull request #43422 from nextcloud/backport/43317/stable28Ferdinand Thiessen2024-02-091-2/+2
|\ \
| * | fix(ContactsStore): Sanitize user ID given to guest avatar routeFerdinand Thiessen2024-02-071-2/+2
| |/
* | fix(migration): Make naming constraint fail softer on updatesJoas Schilling2024-02-081-10/+49
* | continue background scanning different storages if one failsRobin Appelman2024-02-071-23/+27
|/
* Merge pull request #43294 from nextcloud/backport/42811/stable28Ferdinand Thiessen2024-02-031-1/+8
|\
| * make failure to load app commands non-fatalRobin Appelman2024-02-021-1/+8
* | dav: fix wrong decoding of pluses in URLsLorenz Brun2024-02-031-1/+1
* | Merge pull request #43046 from nextcloud/backport/43045/stable28Ferdinand Thiessen2024-02-031-6/+3
|\ \
| * | fix(apps): Fix type information of app managerJoas Schilling2024-02-031-6/+3
| |/
* | Merge pull request #43181 from nextcloud/backport/42930/stable28Ferdinand Thiessen2024-02-031-5/+3
|\ \ | |/ |/|
| * code style: ommited space, reverted [code review]Pavel Kryl2024-01-291-1/+1
| * fixing bug #6914: Config Param 'overwritecondaddr' not workingPavel Kryl2024-01-291-6/+4
* | Merge pull request #43244 from nextcloud/backport/41327/stable28Ferdinand Thiessen2024-02-012-8/+32
|\ \
| * | also updated parent etags when a changed etag is detected during scanningRobin Appelman2024-01-312-7/+30
| * | dont reuse etag for folders marked explicitly unscannedRobin Appelman2024-01-311-1/+2
| |/
* / fix(Request): Catch exceptions in `isTrustedProxy`Ferdinand Thiessen2024-01-291-1/+8
|/
* fix(auth): Fix logging in with email, password and login name mismatchChristoph Wurst2024-01-221-13/+24
* Merge pull request #42918 from nextcloud/backport/setupchecks-2/stable28Arthur Schiwon2024-01-181-1/+1
|\
| * Improve validator output in case of invalid RichObjectCôme Chilliet2024-01-181-1/+1
* | Merge pull request #42899 from nextcloud/backport/42860/stable28Arthur Schiwon2024-01-181-6/+7
|\ \ | |/ |/|
| * Update ContactsStore: Avoid exceptions on empties Josh2024-01-171-6/+7
* | Merge pull request #42868 from nextcloud/backport/42607/stable28Arthur Schiwon2024-01-171-2/+5
|\ \ | |/ |/|
| * fix(session): Avoid two useless authtoken DB queries for every anonymous requestGit'Fellow2024-01-171-2/+5
* | fix(systemreport): Mark more configs as sensitiveJoas Schilling2024-01-172-0/+4
|/
* Merge pull request #42824 from nextcloud/backport/42768/stable28Arthur Schiwon2024-01-171-1/+1
|\
| * Lower to infoGit'Fellow2024-01-161-1/+1
| * Lower error to warningGit'Fellow2024-01-161-1/+1
* | Merge pull request #42827 from nextcloud/backport/41272/stable28Arthur Schiwon2024-01-161-3/+6
|\ \
| * | fix: reduce memory consumption of scansGit'Fellow2024-01-161-3/+6
| |/
* / fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-161-4/+7
|/
* Import OCP IToken as OCPIToken to avoid a name clash in lib/privateCôme Chilliet2024-01-113-65/+65
* Use OCP version of IToken in AppPasswordCreatedEventCôme Chilliet2024-01-111-6/+4
* Use IToken from OCP instead of OCCôme Chilliet2024-01-113-0/+3
* Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-112-4/+6
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-116-13/+14
* Merge pull request #42651 from nextcloud/backport/41927/stable28Julius Härtl2024-01-112-4/+22
|\
| * fix: Only apply cast if needed when searching users for valueJulius Härtl2024-01-091-2/+11
| * perf: Use more performant way to obtain and check the email as a login name w...Julius Härtl2024-01-091-2/+11
* | fix(psalm issues)Marcel Klehr2024-01-101-2/+4
* | Update doc blocksMB-Finski2024-01-101-2/+2
* | Return providers as indexed arraySami Finnilä2024-01-101-1/+1
|/
* Merge pull request #42521 from nextcloud/backport/41914/stable28Robin Appelman2024-01-022-11/+26
|\
| * fix(s3): Add config option to disable multipart copy for certain s3 providersJulius Härtl2023-12-292-1/+4
| * only do a multipart s3 copy when above the regular copy limitRobin Appelman2023-12-292-11/+23
* | Merge pull request #42450 from nextcloud/backport/37469/stable28Robin Appelman2024-01-025-5/+112
|\ \
| * | adjust redis compareSetTTL to use a lua scriptRobin Appelman2023-12-221-9/+7
| * | restore shared lock ttl when releasingRobin Appelman2023-12-225-5/+114
* | | Fix log rotation notification level (warning->info)Josh Richards2024-01-011-1/+1
* | | AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-291-2/+2
| |/ |/|