aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix the LoggerTests for phpunitRoeland Jago Douma2020-01-061-21/+21
| | | | | | Less deprecation warnings. YAY. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix CIKim Brose2020-01-031-1/+1
| | | Signed-off-by: Kim Brose <kim.brose@rwth-aachen.de>
* Modify regex to match some other chromium browsersDaniel Kesselberg2019-12-271-5/+26
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Restore old behavior allowing to set custom appstoreGeorg Ehrke2019-12-222-1/+18
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* fix the folder shareGretaD2019-12-191-4/+4
| | | | | Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Return empty template for default creatorsJulius Härtl2019-12-161-1/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #17018 from ↵Joas Schilling2019-12-162-24/+34
|\ | | | | | | | | nextcloud/feature/noid/allow-to-force-enable-via-cli Allow to force enable apps via CLI
| * Allow to force enable apps via CLIJoas Schilling2019-12-132-24/+34
| | | | | | | | | | | | Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #18384 from ↵Roeland Jago Douma2019-12-161-43/+57
|\ \ | | | | | | | | | | | | nextcloud/fix/18255/global_config_to_always_accept config.php setting to always accept internal shares
| * | config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-43/+57
| |/ | | | | | | | | | | Part of #18255 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #17494 from nextcloud/fix/16340/ignore-invalid-jsonblizzz2019-12-131-7/+12
|\ \ | | | | | | Return a default user record if json is broken
| * | Log critical fallback to user default if we can't parse the JSONChristoph Wurst2019-12-131-7/+12
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Add typed events for the filesystem/scannerChristoph Wurst2019-12-132-9/+11
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-configRoeland Jago Douma2019-12-121-0/+28
|\ | | | | Disable Clear-Site-Data for Chrom* (and Opera, Brave, etc)
| * Send Clear-Site-Data expect for ChromeDaniel Kesselberg2019-11-301-0/+28
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Move users management to multi lineGreta Doci2019-12-122-36/+73
| | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | Merge pull request #18236 from ↵Roeland Jago Douma2019-12-121-42/+77
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/always-detect-mimetype-by-content-in-workflows Allow to detect mimetype by content
| * | REVERT ME: comment out failing gz detection testRoeland Jago Douma2019-12-121-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Update the unit test to dataProvidersJoas Schilling2019-12-101-42/+77
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix testsJohn Molakvoæ (skjnldsv)2019-12-101-2/+7
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Viewer should be always enabledRoeland Jago Douma2019-12-101-0/+5
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-101-11/+11
|/ / | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #18184 from nextcloud/bugfix/noid/is-trusted-domainRoeland Jago Douma2019-12-091-1/+16
|\ \ | | | | | | Move overwritehost check to isTrustedDomain
| * | Move overwritehost check to isTrustedDomainJulius Härtl2019-12-071-1/+16
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Move custom definition logic into methodDaniel Kesselberg2019-12-091-3/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Ensure that we don't merge broken json.Daniel Kesselberg2019-12-091-8/+14
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #17325 from nextcloud/enh/decouple-register-resource-providerChristoph Wurst2019-12-092-0/+173
|\ \ \ | | | | | | | | Decouple resource provider registration
| * | | Decouple resource provider registrationDaniel Kesselberg2019-12-072-0/+173
| |/ / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / / Fix: Using assertContains() with string haystacks is deprecated and will not ↵Daniel Kesselberg2019-12-082-8/+12
|/ / | | | | | | | | | | be supported in PHPUnit 9. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #18130 from ↵Roeland Jago Douma2019-12-051-0/+9
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/prevent-creating-users-with-existing-files Prevent creating users with existing files
| * | I love unit tests that mock unnecessary stuffJoas Schilling2019-12-041-0/+9
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-042-0/+31
|\ \ \ | | | | | | | | dont set folder size to negative values during propagation
| * | | dont set folder size to negative values during propagationRobin Appelman2019-11-261-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | normally this shouldn't be a problem, but cache/storage desync might cause this so this adds some failsafe to ensure we dont corrupt the cache further the minimum value is set to -1 instead of 0 in order to triger a background scan on the folder and figure out the size properly Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | add LEAST and GREATER to db function builderRobin Appelman2019-11-261-0/+20
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacyJoas Schilling2019-12-041-1/+42
|\ \ \ \ | |_|/ / |/| | | Honor avatar visibility settings
| * | | Update testsRoeland Jago Douma2019-11-131-1/+42
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #18028 from nextcloud/enhancement/user-create-eventsRoeland Jago Douma2019-12-035-62/+81
|\ \ \ \ | | | | | | | | | | Add typed create user events
| * | | | Add typed create user eventsChristoph Wurst2019-12-035-62/+81
| | |_|/ | |/| | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / | | Fix testsJohn Molakvoæ (skjnldsv)2019-12-022-4/+10
|/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Adjust tags acceptance tests to moved admin sectionJulius Härtl2019-11-281-3/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Adjust DirectEditing test to PHPUnit8Julius Härtl2019-11-281-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #17625 from nextcloud/enh/noid/direct-editingRoeland Jago Douma2019-11-281-0/+172
|\ \ \ | | | | | | | | Direct editing API to allow file editing using a one-time token
| * | | Add mimetype to creatorsJulius Härtl2019-11-271-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Code style fixes and cleanupJulius Härtl2019-11-271-2/+18
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Direct editing token testsJulius Härtl2019-11-271-0/+152
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #17725 from nextcloud/enh/share_exp_internalRoeland Jago Douma2019-11-281-1/+2
|\ \ \ \ | | | | | | | | | | Allow internal shares to have a default expiration date
| * | | | Fix testsRoeland Jago Douma2019-11-271-1/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-28395-1365/+1439
|\ \ \ \ | | | | | | | | | | Add php7.4 support
| * | | | remove test caseRoeland Jago Douma2019-11-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because we test very naively we matched also on def in default... Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | TO REVERT LATER: disable decimaltest from LegacyDBTestRoeland Jago Douma2019-11-271-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>