summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Reopen sessions if we need to write to them instead of keeping them openJulius Härtl2022-08-174-8/+36
* Merge pull request #32943 from nextcloud/unencrypted-size-revert-interface-ch...Vincent Petry2022-08-179-133/+125
|\
| * fix updating size when folder is emptyRobin Appelman2022-08-161-13/+17
| * store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-165-50/+139
| * Revert "store unencrypted size in the unencrypted_size column"Robin Appelman2022-08-165-130/+47
| * Revert "add case statement to sql function builder"Robin Appelman2022-08-161-11/+0
| * Revert "make expression build return IQueryFunction instead of string"Robin Appelman2022-08-166-92/+85
* | Merge pull request #33550 from nextcloud/jail-search-postVincent Petry2022-08-171-5/+7
|\ \
| * | optimize search post-processing for jail wrapperRobin Appelman2022-08-161-5/+7
| |/
* | Merge pull request #33540 from nextcloud/mount-provider-migrationVincent Petry2022-08-171-1/+6
|\ \
| * | fix updating cached mounts that didn't have their mount provider set previouslyRobin Appelman2022-08-161-1/+6
| |/
* | Merge pull request #33551 from nextcloud/scanner-dont-update-same-sizeVincent Petry2022-08-172-4/+11
|\ \
| * | don't update the folder size if we know it hasn't changedRobin Appelman2022-08-162-4/+11
| |/
* | Merge pull request #33559 from yeyulantu/bugfix-search-cacheJulius Härtl2022-08-161-1/+1
|\ \
| * | fixed the cache searchBuilder negative mapDavid2022-08-161-1/+1
| |/
* | Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-163-4/+4
* | Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-15143-1055/+1523
|\|
| * fix exif metadata providerRobin Appelman2022-08-121-1/+1
| * Create more secure passwords by defaultJoas Schilling2022-08-121-4/+10
| * Recover installation when creating the user failedJoas Schilling2022-08-121-0/+7
| * Do not update passwords if nothing changedJulius Härtl2022-08-091-3/+6
| * Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-088-65/+65
| |\
| | * Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-018-65/+65
| * | Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-appsVincent Petry2022-08-053-10/+65
| |\ \
| | * | allow apps to specify methods carrying sensitive parametersArthur Schiwon2022-07-283-10/+65
| * | | Merge pull request #33447 from nextcloud/bugfix/noid/detect-leading-spaces-in...Vincent Petry2022-08-041-0/+8
| |\ \ \
| | * | | Detect leading spaces in config filesVincent Petry2022-08-031-0/+8
| * | | | Support specifying IPv6 proxies in CIDR notationSimon Leiner2022-08-021-30/+3
| |/ / /
| * | | Merge pull request #32958 from nextcloud/fix/noid/permission-update-allow-pub...Julius Härtl2022-08-021-2/+2
| |\ \ \
| | * | | don't reduce file public link permissions if public upload is not enabledJulien Veyssier2022-08-011-2/+2
| * | | | Document all getIncomplete implementations as returning string|falseCôme Chilliet2022-08-022-2/+2
| * | | | Fix dynamic property creations in test filesCôme Chilliet2022-08-011-1/+1
| |/ / /
| * | | Merge pull request #32482 from nextcloud/enh/noid/share-attributesCarl Schwan2022-08-015-4/+196
| |\ \ \ | | |_|/ | |/| |
| | * | Multiple fixesCarl Schwan2022-07-312-24/+20
| | * | Inherit hide download from share attributesVincent Petry2022-07-281-0/+2
| | * | Fix view-only code after code review commentsVincent Petry2022-07-281-1/+1
| | * | Attempt to fix sqlite json issueVincent Petry2022-07-281-2/+2
| | * | Fix share attribute related tests + code styleVincent Petry2022-07-282-16/+3
| | * | Add share attributes + prevent download permissionVincent Petry2022-07-285-3/+210
| * | | Merge pull request #33225 from nextcloud/fix/handle-one-time-passwordsCarl Schwan2022-07-291-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Handle one time password betterCarl Schwan2022-07-281-1/+1
| * | | Add a public interface for the bruteforce throttler and register for injectionJoas Schilling2022-07-282-5/+5
| * | | Merge pull request #33380 from luzpaz/fix/lib-private-typosCôme Chilliet2022-07-2837-44/+44
| |\ \ \
| | * | | Fix typos in lib/private subdirectoryluz paz2022-07-2737-44/+44
| * | | | fix mistake in db query to delete a user config valueJulien Veyssier2022-07-271-2/+2
| * | | | Merge pull request #33378 from nextcloud/s3-no-null-bundleDaniel2022-07-271-3/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | don't set `null` as a bundle pathRobin Appelman2022-07-271-3/+6
| * | | | Merge pull request #30030 from nextcloud/fexistsVincent Petry2022-07-261-2/+2
| |\ \ \ \
| | * | | | Fix #30003acsfer2022-06-211-2/+2
| * | | | | Merge pull request #30510 from nextcloud/user-cleanup-storage-before-cacheVincent Petry2022-07-261-1/+1
| |\ \ \ \ \