summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #24267 from nextcloud/techdebt/noid/auto-wire-encryption-a...Morris Jobke2020-11-222-54/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Auto-wire remaining encryption app services that depend on ViewMorris Jobke2020-11-221-54/+0
| * | | | Allow View to be used via DIMorris Jobke2020-11-211-0/+3
| | |/ / | |/| |
* | | | Merge pull request #24269 from nextcloud/taint-specializeRoeland Jago Douma2020-11-221-0/+2
|\ \ \ \
| * | | | Mark getAppPath as specialized taintLukas Reschke2020-11-211-0/+2
| |/ / /
* | | | Merge pull request #24268 from nextcloud/add-app-as-sanitizer-for-includeRoeland Jago Douma2020-11-221-0/+1
|\ \ \ \
| * | | | Mark cleanAppId as sanitizer for includeLukas Reschke2020-11-211-0/+1
| |/ / /
* | | | [tx-robot] updated from transifexNextcloud bot2020-11-226-10/+10
* | | | Merge pull request #24276 from nextcloud/dependabot/npm_and_yarn/vue-material...John Molakvoæ2020-11-212-7/+7
|\ \ \ \
| * | | | Bump vue-material-design-icons from 4.10.0 to 4.11.0dependabot-preview[bot]2020-11-212-7/+7
| |/ / /
* / / / [tx-robot] updated from transifexNextcloud bot2020-11-216-12/+30
|/ / /
* | | Merge pull request #24064 from nextcloud/techdebt/noid/auto-wire-encryption-appMorris Jobke2020-11-212-97/+10
|\ \ \
| * | | Auto-wire as much as possible in the encryption appMorris Jobke2020-11-202-97/+10
* | | | Merge pull request #24246 from LukasReschke/add-taint-flow-analysisMorris Jobke2020-11-214-0/+91
|\ \ \ \ | |/ / / |/| | |
| * | | Add Psalm Taint Flow AnalysisLukas Reschke2020-11-204-0/+91
* | | | Merge pull request #24257 from nextcloud/nc-commentsMorris Jobke2020-11-201-2/+2
|\ \ \ \
| * | | | Simple typo in commentsCarlos Ferreira2020-11-201-2/+2
| | |/ / | |/| |
* | | | Merge pull request #24242 from essys/patch-1Morris Jobke2020-11-201-1/+1
|\ \ \ \
| * | | | Update ScanLegacyFormat.phpessys2020-11-201-1/+1
* | | | | Merge pull request #24254 from nextcloud/enh/lint_php8Morris Jobke2020-11-201-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Also lint php8Roeland Jago Douma2020-11-201-1/+1
| |/ / /
* | | | Merge pull request #24062 from nextcloud/revert-24060-revert-24039-faster-ins...Morris Jobke2020-11-204-3/+50
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't drop the table anymore when we create it againJoas Schilling2020-11-161-0/+1
| * | | Revert "Revert "Installation goes brrrr""Joas Schilling2020-11-113-3/+49
* | | | Merge pull request #24241 from nextcloud/enh/harden_EncryptionLegacyCipher_re...Roeland Jago Douma2020-11-202-0/+8
|\ \ \ \
| * | | | Harden EncryptionLegacyCipher a bitRoeland Jago Douma2020-11-202-0/+8
* | | | | Merge pull request #24243 from nextcloud/techdebt/composer-require-libxmlRoeland Jago Douma2020-11-202-4/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Require xmlreader via composerChristoph Wurst2020-11-202-4/+6
| * | | | Require libxml in composerChristoph Wurst2020-11-202-1/+3
|/ / / /
* | | | Merge pull request #24234 from nextcloud/dependabot/composer/vimeo/psalm-4.2.0Roeland Jago Douma2020-11-202-95/+42
|\ \ \ \ | |/ / / |/| | |
| * | | Bump vimeo/psalm from 4.1.1 to 4.2.0dependabot-preview[bot]2020-11-202-132/+43
* | | | Merge pull request #24235 from nextcloud-pr-bot/automated/noid/psalm-baseline...Roeland Jago Douma2020-11-201-37/+1
|\ \ \ \
| * | | | Update psalm baselineNextcloud-PR-Bot2020-11-201-37/+1
|/ / / /
* / / / [tx-robot] updated from transifexNextcloud bot2020-11-206-10/+10
|/ / /
* | | Merge pull request #24017 from nextcloud/enh/share_expirationMorris Jobke2020-11-192-25/+43
|\ \ \
| * | | Make the expire shares cron job actually expire the sharesRoeland Jago Douma2020-11-192-25/+43
* | | | Merge pull request #24203 from nextcloud/enh/search_regex_file_sharesMorris Jobke2020-11-191-0/+16
|\ \ \ \
| * | | | Limit shared cache search if it is just a fileRoeland Jago Douma2020-11-191-0/+16
* | | | | Merge pull request #24211 from nextcloud/bugfix/noid/theming-imageMorris Jobke2020-11-191-4/+5
|\ \ \ \ \
| * | | | | Fix setting images through occ for themingJulius Härtl2020-11-191-4/+5
* | | | | | Merge pull request #24007 from nextcloud/select-distinct-multipleMorris Jobke2020-11-192-1/+45
|\ \ \ \ \ \
| * | | | | | allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-162-1/+45
* | | | | | | Merge pull request #24103 from nextcloud/bugfix/noid/groupfolder-share-object...Morris Jobke2020-11-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Only check path for being accessible when the storage is a object homeJulius Härtl2020-11-131-1/+1
* | | | | | | | Merge pull request #24164 from nextcloud/fix/lazy-app-registrationMorris Jobke2020-11-194-14/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow lazy app registrationChristoph Wurst2020-11-184-14/+26
* | | | | | | | | Merge pull request #24094 from nextcloud/bugfix/noid/trash-appdataMorris Jobke2020-11-191-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Only attempt to move to trash if a file is not in appdataJulius Härtl2020-11-131-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #24225 from nextcloud/enh/dataresponse_typehintsMorris Jobke2020-11-191-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix DataResponse typehintsRoeland Jago Douma2020-11-191-4/+4
|/ / / / / / / / /