summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26877 from nextcloud/chore/query-builder-execute-statementMorris Jobke2021-05-051-2/+17
|\
| * Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst2021-05-051-2/+17
* | Don't break OCC if an app is breaking in it's Application classJoas Schilling2021-05-052-14/+24
|/
* Filter mounts for file id before trying to get user informationJulius Härtl2021-04-301-4/+16
* Do not try to contact lookup server if not neededRoeland Jago Douma2021-04-282-1/+65
* Merge pull request #26758 from J0WI/more-strictChristoph Wurst2021-04-281-12/+15
|\
| * Some more strict_typesJ0WI2021-04-261-12/+15
* | Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst2021-04-2727-227/+160
|\ \
| * | Fix PHP CSJoas Schilling2021-04-271-1/+0
| * | Fix PHP CSJoas Schilling2021-04-271-1/+0
| * | Fix psalm errorsJoas Schilling2021-04-272-13/+20
| * | Fix unit testsJoas Schilling2021-04-274-13/+13
| * | Less ILoggerJoas Schilling2021-04-2723-199/+127
* | | Merge pull request #26718 from nextcloud/bugfix/noid/fix-ratelimit-templateJoas Schilling2021-04-272-15/+10
|\ \ \
| * | | Do not allow to overwrite some variablesJoas Schilling2021-04-271-1/+3
| * | | Fix ratelimit templateJoas Schilling2021-04-271-14/+7
| |/ /
* | | Merge pull request #26572 from nextcloud/bugfix/noid/throw-401-when-authentic...Joas Schilling2021-04-271-0/+2
|\ \ \ | |/ / |/| |
| * | Throw "401 Unauthenticated" when authentication is provided but invalidJoas Schilling2021-04-221-0/+2
* | | Log deprecation only as debugJoas Schilling2021-04-261-0/+2
* | | Respect the error level when loggingJoas Schilling2021-04-261-2/+17
* | | Merge pull request #26259 from nextcloud/feature/noid/validate-website-to-be-...Joas Schilling2021-04-261-0/+30
|\ \ \
| * | | Validate the website field input to be a valid URLJoas Schilling2021-04-221-0/+30
| |/ /
* | | Merge pull request #26747 from nextcloud/php8-libxmlLukas Reschke2021-04-261-4/+11
|\ \ \ | |_|/ |/| |
| * | PHP 8+ deprecates openssl_free_keyacsfer2021-04-251-1/+4
| * | Only use libxml_disable_entity_loader on PHP<8acsfer2021-04-251-3/+7
* | | Merge pull request #26721 from nextcloud/fix/noid/final-privateRoeland Jago Douma2021-04-261-1/+1
|\ \ \ | |/ / |/| |
| * | private cannot be finalMaxence Lange2021-04-231-1/+1
* | | Guard against null phone number valueDaniel Calviño Sánchez2021-04-231-0/+3
* | | Merge pull request #26375 from nextcloud/techdebt/noid/symfony-component-tran...Morris Jobke2021-04-223-38/+35
|\ \ \ | |_|/ |/| |
| * | Fix PHP CSJoas Schilling2021-04-201-1/+1
| * | Correclty use plural for share exceptionJoas Schilling2021-04-201-2/+2
| * | Correctly replace all PHP placeholders with the parametersJoas Schilling2021-04-201-5/+4
| * | Fix languages that miss a string in the translationJoas Schilling2021-04-201-7/+16
| * | Add a check for the pipe characterJoas Schilling2021-04-201-0/+6
| * | "Symfony\Component\Translation\PluralizationRules" is deprecatedJoas Schilling2021-04-202-40/+23
* | | Merge pull request #25714 from nextcloud/fix/23197/explicitly_check_hex2bin_i...Morris Jobke2021-04-221-3/+19
|\ \ \
| * | | Explicitly check hex2bin inputRoeland Jago Douma2021-02-181-3/+19
* | | | set mimetype for objects uploaded to object storagesRobin Appelman2021-04-215-23/+18
| |_|/ |/| |
* | | Move 2fa backupscode to new registrationRoeland Jago Douma2021-04-201-1/+1
* | | Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-202-2/+39
* | | Merge pull request #26617 from nextcloud/fix/oracle-column-check-unrelated-mi...Roeland Jago Douma2021-04-201-2/+2
|\ \ \
| * | | Do not check Oracle column constraints in unrelated migrationsChristoph Wurst2021-04-191-2/+2
* | | | Merge pull request #26647 from nextcloud/bugfix/noid/empty-filenameRoeland Jago Douma2021-04-201-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fail when creating new files with an empty pathJulius Härtl2021-04-201-0/+3
* | | | ignore mail shares of related remote share resultsArthur Schiwon2021-04-202-2/+54
| |/ / |/| |
* | | Allow registering NotifierServices trough IBootstrapRoeland Jago Douma2021-04-162-1/+58
* | | Separate settings for remote share expirationVincent Petry2021-04-152-8/+57
* | | Implement expiration date for federated sharesVincent Petry2021-04-151-1/+10
|/ /
* | Merge pull request #26551 from nextcloud/fix/noid/redis-exists-boolRoeland Jago Douma2021-04-142-2/+2
|\ \
| * | ensure redis returns bool for hasKeyArthur Schiwon2021-04-132-2/+2