aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-04-144-0/+16
* Merge pull request #26467 from nextcloud/feature/noid/allow-apps-to-log-to-auditJoas Schilling2021-04-133-0/+87
|\
| * Fix versionJoas Schilling2021-04-121-1/+1
| * Move to another namespace and class nameJoas Schilling2021-04-093-4/+4
| * Allow apps to log actions into the audit_logJoas Schilling2021-04-093-0/+87
* | [tx-robot] updated from transifexNextcloud bot2021-04-132-6/+6
* | Merge pull request #26266 from nextcloud/future-proof-networkingRoeland Jago Douma2021-04-128-42/+342
|\ \ | |/ |/|
| * Strictify null checkLukas Reschke2021-04-061-2/+3
| * Generate autoload filesLukas Reschke2021-04-062-0/+6
| * Improve networking checksLukas Reschke2021-04-066-42/+335
* | [tx-robot] updated from transifexNextcloud bot2021-04-092-2/+2
* | 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
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-04-076-2/+68
* | 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
* | [tx-robot] updated from transifexNextcloud bot2021-04-066-0/+8
* | [tx-robot] updated from transifexNextcloud bot2021-04-052-2/+2
* | [tx-robot] updated from transifexNextcloud bot2021-04-044-0/+4
* | [tx-robot] updated from transifexNextcloud bot2021-04-038-0/+8
* | [tx-robot] updated from transifexNextcloud bot2021-04-026-2/+14
* | 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-012-0/+24
|\ \ \
| * | | Allow apps to write/update account dataJoas Schilling2021-03-312-0/+24
| |/ /
* / / make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman2021-03-315-4/+63
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-03-312-2/+2
* | Merge pull request #25961 from nextcloud/enh/events/2fa_providerkesselb2021-03-305-4/+150
|\ \
| * | Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-225-4/+150
* | | 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-306-8/+12
|\ \ \ \
| * | | | getStorage can also return nullRobin Appelman2021-03-244-5/+5
| * | | | proper error for search results outside user folderRobin Appelman2021-03-241-1/+5
| * | | | getRelativePath can return nullRobin Appelman2021-03-242-2/+2
* | | | | 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-2910-16/+351
|\ \ \ \ \
| * | | | | Update autoloader for PlaceholderAvatarVincent Petry2021-03-262-0/+2
| * | | | | 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
| * | | | | Add property scope tests for AccountManagerVincent Petry2021-03-261-6/+13