aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Validate the website field input to be a valid URLJoas Schilling2021-04-221-0/+30
* 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
* | | Use correct getSystemValue typeJ0WI2021-04-124-5/+5
|/ /
* | Merge pull request #26266 from nextcloud/future-proof-networkingRoeland Jago Douma2021-04-126-42/+336
|\ \
| * | Strictify null checkLukas Reschke2021-04-061-2/+3
| * | Improve networking checksLukas Reschke2021-04-066-42/+335
* | | Merge pull request #26439 from nextcloud/increase-subnet-matcherRoeland Jago Douma2021-04-081-2/+2
|\ \ \
| * | | Increase subnet matcherLukas Reschke2021-04-071-2/+2
* | | | Limit size of properties to 2048 charactersLukas Reschke2021-04-081-0/+11
|/ / /
* | | Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke2021-04-061-13/+12
|\ \ \ | |/ / |/| |
| * | fix even more bracketsJasper Knockaert2021-01-161-1/+1
| * | fix brakcetsJasper Knockaert2021-01-161-1/+0
| * | consolidation of boolean expressionJasper Knockaert2021-01-161-5/+2
| * | avoid fread on directories and unencrypted filesJasper Knockaert2021-01-051-13/+16
* | | Merge pull request #24055 from nextcloud/bugfix/noid/enfore-no-notnull-for-bo...Morris Jobke2021-04-011-5/+27
|\ \ \
| * | | Rename the method to match what it doesJoas Schilling2021-03-311-3/+3
| * | | Don't allow Notnull for boolean columnsJoas Schilling2021-03-311-0/+5
| * | | Document the constraints we test againstJoas Schilling2021-03-311-0/+17
| * | | Fix exception messages spacingJoas Schilling2021-03-311-2/+2
* | | | Properly handle creating the template directory in a subfolder (fixes #25787)Julius Härtl2021-04-011-3/+3
* | | | Get the parent directory before creating a file from a templateJulius Härtl2021-04-012-2/+12
* | | | Merge pull request #26394 from nextcloud/feature/noid/updatable-account-dataJulius Härtl2021-04-011-0/+14
|\ \ \ \
| * | | | Allow apps to write/update account dataJoas Schilling2021-03-311-0/+14
| |/ / /
* / / / make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman2021-03-312-3/+52
|/ / /
* | | Merge pull request #25961 from nextcloud/enh/events/2fa_providerkesselb2021-03-301-4/+16
|\ \ \
| * | | Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-221-4/+16
* | | | Merge pull request #25280 from nextcloud/explicit-file-permissionsRoeland Jago Douma2021-03-301-4/+16
|\ \ \ \
| * | | | Set umask before operations that create local filesRobin Appelman2021-03-231-4/+16
* | | | | Merge pull request #26219 from nextcloud/relative-path-nullRoeland Jago Douma2021-03-304-6/+10
|\ \ \ \ \
| * | | | | getStorage can also return nullRobin Appelman2021-03-243-4/+4
| * | | | | proper error for search results outside user folderRobin Appelman2021-03-241-1/+5
| * | | | | getRelativePath can return nullRobin Appelman2021-03-241-1/+1
* | | | | | gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-301-1/+2
* | | | | | Merge pull request #26243 from nextcloud/enh/noid/avatar-privacy-new-scopeJoas Schilling2021-03-297-13/+303
|\ \ \ \ \ \
| * | | | | | Add known user check in avatar when v2-private scopeVincent Petry2021-03-263-13/+30
| * | | | | | Added PlaceholderAvatar with own cached imagesVincent Petry2021-03-263-10/+191