summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Create more secure passwords by defaultJoas Schilling2022-08-121-4/+10
* | | | Recover installation when creating the user failedJoas Schilling2022-08-121-0/+7
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-124-2/+4
| |/ / |/| |
* | | Merge pull request #33173 from nextcloud/enhancement/maintenance-mode-http-he...Christoph Wurst2022-08-101-0/+1
|\ \ \
| * | | Set special header for 503 maintenance modeChristoph Wurst2022-08-081-0/+1
* | | | Do not update passwords if nothing changedJulius Härtl2022-08-091-3/+6
* | | | Merge pull request #33174 from nextcloud/fix/redirect-css-not-foundVincent Petry2022-08-081-0/+9
|\ \ \ \
| * | | | Do not redirect if requested CSS can not be foundChristoph Wurst2022-08-081-0/+9
| |/ / /
* | | | Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-0813-218/+68
|\ \ \ \ | |/ / / |/| | |
| * | | Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-0113-218/+68
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-084-2/+4
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-072-0/+2
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-0618-54/+70
* | | | Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-appsVincent Petry2022-08-054-10/+76
|\ \ \ \
| * | | | allow apps to specify methods carrying sensitive parametersArthur Schiwon2022-07-284-10/+76
* | | | | [tx-robot] updated from transifexNextcloud bot2022-08-0558-56/+58
* | | | | 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