summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26401 from nextcloud/enh/handle-avatar-upload-errorsRoeland Jago Douma2021-04-081-1/+13
|\
| * show informative errors in log and UI on avatar upload error in user settingsJulien Veyssier2021-04-011-1/+13
* | Merge pull request #26439 from nextcloud/increase-subnet-matcherRoeland Jago Douma2021-04-082-4/+12
|\ \
| * | Increase subnet matcherLukas Reschke2021-04-072-4/+12
* | | Merge pull request #26448 from nextcloud/3rdparty/master/phpseclib-2.0.31Roeland Jago Douma2021-04-081-0/+0
|\ \ \
| * | | [3rdparty] phpseclib-2.0.31Roeland Jago Douma2021-04-081-0/+0
* | | | Merge pull request #26432 from nextcloud/add-node-and-make-to-default-Roeland Jago Douma2021-04-081-1/+4
|\ \ \ \
| * | | | Add npm/nodejs/make to .devcontainerLukas Reschke2021-04-061-1/+4
* | | | | Merge pull request #26458 from nextcloud/bugfix/noid/show-phone-icon-when-set...Joas Schilling2021-04-081-0/+4
|\ \ \ \ \
| * | | | | Show icon-phone when setting is set to private instead of localJoas Schilling2021-04-081-0/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #26433 from nextcloud/limit-max-length-of-propertiesRoeland Jago Douma2021-04-081-0/+11
|\ \ \ \ \
| * | | | | Limit size of properties to 2048 charactersLukas Reschke2021-04-081-0/+11
|/ / / / /
* | | | | Merge pull request #26452 from nextcloud/revert-26070-path-prefix-indexRoeland Jago Douma2021-04-083-12/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revert "add a prefix index to filecache.path"Roeland Jago Douma2021-04-083-12/+0
|/ / / /
* | / / [tx-robot] updated from transifexNextcloud bot2021-04-0822-94/+582
| |/ / |/| |
* | | Merge pull request #26252 from Maxopoly/masterJohn Molakvoæ2021-04-071-1/+8
|\ \ \
| * | | Add force option to app install commandMaxopoly2021-03-221-1/+8
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-0720-26/+128
* | | | Merge pull request #26431 from nextcloud/fix/comments-load-stateblizzz2021-04-063-4/+4
|\ \ \ \
| * | | | Fix comments maxAutoCompleteResults initial stateJohn Molakvoæ (skjnldsv)2021-04-063-4/+4
| | |/ / | |/| |
* | | | Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke2021-04-062-17/+26
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| * | | 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
* | | | 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.2dependabot-preview[bot]2021-04-032-16/+10
* | | | | [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 nextcloud/bugfix/noid/enfore-no-notnull-for-bo...Morris Jobke2021-04-012-25/+88
|\ \ \ \
| * | | | Rename the method to match what it doesJoas Schilling2021-03-312-25/+25
| * | | | Don't allow Notnull for boolean columnsJoas Schilling2021-03-312-0/+46
| * | | | Document the constraints we test againstJoas Schilling2021-03-311-0/+17
| * | | | Fix exception messages spacingJoas Schilling2021-03-311-2/+2
* | | | | Merge pull request #26396 from nextcloud/bugfix/noid/ro-root-templateRoeland Jago Douma2021-04-013-11/+31
|\ \ \ \ \
| * | | | | 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-013-8/+28
* | | | | | Merge pull request #26403 from nextcloud/fix-26198-csrfRoeland Jago Douma2021-04-011-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | remove leftover debug @NoCSRFRequired introduced with #26198Robin Appelman2021-04-011-1/+0
| | |_|_|/ | |/| | |
* | | | | 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 localhostRobin Appelman2021-02-121-1/+1
* | | | | Merge pull request #26390 from nextcloud/techdebt/noid/increase-php-cs-speedRoeland Jago Douma2021-04-011-0/+3
|\ \ \ \ \
| * | | | | Increase PHP CS speedJoas Schilling2021-03-311-0/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #26394 from nextcloud/feature/noid/updatable-account-dataJulius Härtl2021-04-012-0/+24
|\ \ \ \ \