summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* don't reduce file public link permissions if public upload is not enabledJulien Veyssier2022-08-011-2/+2
* 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
|\ \ \ \
| * | | | delete files before cleaning cache when cleaning user filesRobin Appelman2022-06-131-1/+1
* | | | | Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-262-28/+19
* | | | | Recursively fetch subsharesLouis Chemineau2022-07-261-0/+18
* | | | | 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
* | | | | | 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-183-60/+31
|\ \ \ \ \
| * | | | | Add typing to SimpleFSCarl Schwan2022-07-143-60/+31
| | |_|/ / | |/| | |
* | | | | Merge pull request #27929 from nextcloud/enh/allowSsoToProvideSecretblizzz2022-07-181-2/+6
|\ \ \ \ \
| * | | | | Allow SSO authentication to provide a user secretMichaIng2022-07-121-2/+6
| | |_|_|/ | |/| | |
* | | | | Merge pull request #33064 from nextcloud/feat/capped-memorycache-ocpCarl Schwan2022-07-1814-13/+14
|\ \ \ \ \
| * | | | | Move CappedMemoryCache to OCPCarl Schwan2022-07-1414-13/+14
| |/ / / /
* | | | | Merge pull request #32963 from nextcloud/s3-crt-bundle-downloadDaniel2022-07-182-12/+24
|\ \ \ \ \
| * | | | | only use nextcloud bundle when explicitly enabledRobin Appelman2022-07-052-10/+15
| * | | | | also use nextcloud certificate bundle when downloading from s3Robin Appelman2022-07-052-10/+17
* | | | | | Allow to override #app-content and #app-navigation hrefs for content skippingJulius Härtl2022-07-161-0/+3
| |/ / / / |/| | | |
* | | | | Merge pull request #32552 from nextcloud/enh/improve-job-handling-commandsCôme Chilliet2022-07-121-62/+51
|\ \ \ \ \
| * | | | | Fix typing in IJobListCôme Chilliet2022-07-111-8/+4
| * | | | | Code cleaning of Background/ListCommandCôme Chilliet2022-07-111-3/+6
| * | | | | Add command to list jobsCôme Chilliet2022-07-111-1/+17
| * | | | | Clean up JobList classCôme Chilliet2022-07-111-52/+26
* | | | | | Fix listening for circle events in SetupManagerJonas2022-07-121-4/+4
| |_|_|/ / |/| | | |