summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26431 from nextcloud/fix/comments-load-stateblizzz2021-04-063-4/+4
|\ | | | | Fix comments maxAutoCompleteResults initial state
| * Fix comments maxAutoCompleteResults initial stateJohn Molakvoæ (skjnldsv)2021-04-063-4/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke2021-04-062-17/+26
|\ \ | |/ |/| avoid fread on directories and unencrypted files
| * fix even more bracketsJasper Knockaert2021-01-161-1/+1
| | | | | | Signed-off-by: Jasper Knockaert jasper@knockaert.nl
| * fix brakcetsJasper Knockaert2021-01-161-1/+0
| |
| * consolidation of boolean expressionJasper Knockaert2021-01-161-5/+2
| |
| * Update EncryptionTest.phpJasper Knockaert2021-01-051-3/+3
| |
| * 2nd attempt to fix testsJasper Knockaert2021-01-051-7/+11
| |
| * attemtp to fix testJasper Knockaert2021-01-051-1/+7
| |
| * avoid fread on directories and unencrypted filesJasper Knockaert2021-01-051-13/+16
| | | | | | | | Reworking the logic in order to first check the filecache and only then reading the fileheader. This in order to solve #21578.
* | Merge pull request #26415 from nextcloud/dependabot/npm_and_yarn/jsdom-16.5.2Roeland Jago Douma2021-04-062-16/+10
|\ \ | | | | | | Bump jsdom from 16.5.1 to 16.5.2
| * | Bump jsdom from 16.5.1 to 16.5.2dependabot-preview[bot]2021-04-032-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.5.1 to 16.5.2. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/16.5.1...16.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-04-0612-4/+24
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-04-0522-36/+36
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-04-0418-34/+36
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-04-0316-20/+84
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-04-0240-22/+450
| |
* | Merge pull request #24055 from ↵Morris Jobke2021-04-012-25/+88
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/enfore-no-notnull-for-boolean-to-store-false Enforce no notnull for boolean to store false
| * | Rename the method to match what it doesJoas Schilling2021-03-312-25/+25
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Don't allow Notnull for boolean columnsJoas Schilling2021-03-312-0/+46
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Document the constraints we test againstJoas Schilling2021-03-311-0/+17
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix exception messages spacingJoas Schilling2021-03-311-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #26396 from nextcloud/bugfix/noid/ro-root-templateRoeland Jago Douma2021-04-013-11/+31
|\ \ \ | | | | | | | | Get the parent directory before creating a file from a template
| * | | Properly handle creating the template directory in a subfolder (fixes #25787)Julius Härtl2021-04-011-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Get the parent directory before creating a file from a templateJulius Härtl2021-04-013-8/+28
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #26403 from nextcloud/fix-26198-csrfRoeland Jago Douma2021-04-011-1/+0
|\ \ \ \ | |/ / / |/| | | remove leftover debug @NoCSRFRequired introduced with #26198
| * | | remove leftover debug @NoCSRFRequired introduced with #26198Robin Appelman2021-04-011-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #25605 from nextcloud/trusted-proxy-warning-localhostRoeland Jago Douma2021-04-011-1/+1
|\ \ \ \ | |/ / / |/| | | dont show trusted proxy warning when the proxy and remote are both localhost
| * | | dont show trusted proxy warning when the proxy and remote are both localhostRobin Appelman2021-02-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #26390 from nextcloud/techdebt/noid/increase-php-cs-speedRoeland Jago Douma2021-04-011-0/+3
|\ \ \ \ | | | | | | | | | | Increase PHP CS speed
| * | | | Increase PHP CS speedJoas Schilling2021-03-311-0/+3
| | |/ / | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #26394 from nextcloud/feature/noid/updatable-account-dataJulius Härtl2021-04-012-0/+24
|\ \ \ \ | | | | | | | | | | Allow apps to write/update account data
| * | | | Allow apps to write/update account dataJoas Schilling2021-03-312-0/+24
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-0122-12/+206
| | | |
* | | | Merge pull request #25326 from nextcloud/ldap-factory-no-ldapMorris Jobke2021-03-316-4/+67
|\ \ \ \ | | | | | | | | | | make ILDAPProviderFactory usable when there is no ldap setup
| * | | | make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman2021-03-316-4/+67
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #26260 from hosting-de/feature/ldap-config-jsonblizzz2021-03-311-15/+41
|\ \ \ \ \ | |/ / / / |/| | | | Add json, yaml output options to ldap:show-config
| * | | | Add json, yaml output options to ldap:show-configJohannes Leuker2021-03-311-15/+41
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* | | | | Merge pull request #24743 from nextcloud/feat/js-licensesJohn Molakvoæ2021-03-31336-1085/+3934
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Compile nodeJohn Molakvoæ (skjnldsv)2021-03-3185-214/+1246
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-31248-835/+2582
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Add js files to licenseJohn Molakvoæ (skjnldsv)2021-03-313-36/+106
|/ / / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #26386 from ↵Joas Schilling2021-03-311-0/+15
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/also-check-default-phone-region-when-no-country-code Also check the default phone region when the number has no country code
| * | | Also check the default phone region when the number has no country codeJoas Schilling2021-03-311-0/+15
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #26385 from ↵Roeland Jago Douma2021-03-311-9/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | Update psalm baselineNextcloud-PR-Bot2021-03-311-9/+2
|/ / / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-03-3142-84/+244
| | |
* | | Merge pull request #25961 from nextcloud/enh/events/2fa_providerkesselb2021-03-306-4/+157
|\ \ \ | | | | | | | | Add real events for enabled 2fa providers for users
| * | | Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-226-4/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Shiny new events * Listener to still emit the old event Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25280 from nextcloud/explicit-file-permissionsRoeland Jago Douma2021-03-302-7/+50
|\ \ \ \ | | | | | | | | | | Set umask before operations that create local files