aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-023-3/+3
* | 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-0111-6/+476
|\
| * Multiple fixesCarl Schwan2022-07-316-24/+199
| * Inherit hide download from share attributesVincent Petry2022-07-281-0/+2
| * Fix view-only code after code review commentsVincent Petry2022-07-282-3/+5
| * Attempt to fix sqlite json issueVincent Petry2022-07-281-2/+2
| * Fix share attribute related tests + code styleVincent Petry2022-07-284-24/+11
| * Add share attributes + prevent download permissionVincent Petry2022-07-289-4/+308
* | 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-285-5/+133
* | 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
|\ \ \ \
| * | | | delete files before cleaning cache when cleaning user filesRobin Appelman2022-06-131-1/+1
* | | | | Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-264-38/+23
* | | | | Recursively fetch subsharesLouis Chemineau2022-07-262-0/+26
* | | | | Prevent column name conflict between tablesLouis Chemineau2022-07-261-1/+4
* | | | | Merge pull request #33031 from nextcloud/fix/improve-local-ip-detectionCôme Chilliet2022-07-261-2/+14
|\ \ \ \ \
| * | | | | Use Symfony IpUtils to check for local IP rangesCôme Chilliet2022-07-121-3/+7
| * | | | | Check for local IPs nested in IPv6 as wellCôme Chilliet2022-07-121-1/+3
| * | | | | Refactor local IP if and set strict to true for in_arrayCôme Chilliet2022-07-121-6/+6
| * | | | | Improve local IP detectionCôme Chilliet2022-07-121-0/+6
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-262-2/+12
* | | | | | Merge pull request #33129 from nextcloud/fix-reading-blob-as-resourcesblizzz2022-07-251-0/+3
|\ \ \ \ \ \
| * | | | | | Fix reading blob data as resourceThomas Citharel2022-07-251-0/+3
| | |_|_|/ / | |/| | | |
* / | | | | Delete comments that expired nowVitor Mattos2022-07-251-1/+1
|/ / / / /
* | | | | always triger setup of builtin storage wrappersRobin Appelman2022-07-211-6/+15
* | | | | only update last login timestamp with minute percisionRobin Appelman2022-07-201-4/+9
* | | | | Merge pull request #33266 from nextcloud/bugfix/noid/skip-content-publicVincent Petry2022-07-201-2/+2
|\ \ \ \ \
| * | | | | Add skip content buttons to the public page layoutJulius Härtl2022-07-181-2/+2
* | | | | | fix loading legacy app.php with multi app dirArthur Schiwon2022-07-181-1/+1
|/ / / / /
* | | | | Merge pull request #32981 from nextcloud/typing/carl/simplefsCarl Schwan2022-07-187-103/+55
|\ \ \ \ \
| * | | | | Add typing to SimpleFSCarl Schwan2022-07-147-103/+55
| | |_|/ / | |/| | |
* | | | | Merge pull request #27929 from nextcloud/enh/allowSsoToProvideSecretblizzz2022-07-184-2/+49
|\ \ \ \ \
| * | | | | Allow SSO authentication to provide a user secretMichaIng2022-07-124-2/+49
| | |_|_|/ | |/| | |
* | | | | Merge pull request #33064 from nextcloud/feat/capped-memorycache-ocpCarl Schwan2022-07-1817-13/+176
|\ \ \ \ \
| * | | | | Move CappedMemoryCache to OCPCarl Schwan2022-07-1417-13/+176
* | | | | | Merge pull request #32963 from nextcloud/s3-crt-bundle-downloadDaniel2022-07-182-12/+24
|\ \ \ \ \ \