summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Lock SCSS so we only run 1 job at a timeRoeland Jago Douma2019-07-121-2/+2
| | | | | | | | | This is bit hacky but a start to lock the SCSS compiler properly Retry during 10s then give up Properly get error message Do not clear locks and properly debug scss caching Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #16331 from nextcloud/feature/noid/talk-guest-mentionsRoeland Jago Douma2019-07-121-4/+18
|\ | | | | Allow guest mentions of talk to be parsed
| * Add a unit test for guests as wellJoas Schilling2019-07-111-4/+18
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #16308 from nextcloud/fix/undefined-offset-0Morris Jobke2019-07-101-24/+27
|\ \ | |/ |/| Prevent undefined offset 0 in findByUserIdOrMail
| * Return first value from $usersDaniel Kesselberg2019-07-091-24/+27
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #16310 from nextcloud/enh/drop-execution-contextRoeland Jago Douma2019-07-091-2/+2
|\ \ | | | | | | Don't send executionContexts for Clear-Site-Data
| * | Don't send executionContexts for Clear-Site-DataDaniel Kesselberg2019-07-091-2/+2
| |/ | | | | | | | | | | | | | | | | | | There are plans to remove executionContexts from the spec: https://github.com/w3c/webappsec-clear-site-data/issues/59 Firefox already removed it https://bugzilla.mozilla.org/show_bug.cgi?id=1548034 Chromium implementation is not finish: https://bugs.chromium.org/p/chromium/issues/detail?id=898503&q=clear-site-data&sort=-modified&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-091-0/+38
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Refactor: move remote wipe token logic to RW serviceChristoph Wurst2019-07-092-6/+69
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #15730 from nextcloud/enh/14179/event_for_cspRoeland Jago Douma2019-07-092-2/+96
|\ \ | | | | | | Add an event to edit the CSP
| * | Add an event to edit the CSPRoeland Jago Douma2019-07-082-2/+96
| |/ | | | | | | | | | | | | | | This introduces and event that can be listend to when we actually use the CSP. This means that apps no longer have to always inject their CSP but only do so when it is required. Yay for being lazy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Remove one time repair steps that have already run when updating to 17Morris Jobke2019-07-083-544/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Mimetype list integrity check should not fail if it's changed (#15810)John Molakvoæ2019-07-072-2/+396
|\ | | | | Mimetype list integrity check should not fail if it's changed
| * Added Tests for modified mimetypelistXheni Myrtaj2019-07-042-3/+391
| | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * Fix checker testXheni Myrtaj2019-05-301-2/+8
| | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
* | Always set the display name for user sharesJulius Härtl2019-07-031-0/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Unify the permission checking in one place onlyJoas Schilling2019-07-031-4/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Better check reshare permissions when creating a shareJoas Schilling2019-07-031-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Send emails when remote wipe starts/finishesChristoph Wurst2019-07-021-0/+241
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #15775 from ↵Georg Ehrke2019-07-025-0/+513
|\ \ | | | | | | | | | | | | nextcloud/refactor/decouple-remote-wipe-notifications Decouple remote wipe notifcation channels with events
| * | Decouple remote wipe notifcation channels with eventsChristoph Wurst2019-06-275-0/+513
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Remove fs packageJulius Härtl2019-07-011-1/+0
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #16070 from nextcloud/fix/setup-check-no-internet-no-errorRoeland Jago Douma2019-06-281-6/+6
|\ \ \ | |/ / |/| | Do not show a internet connectivity warning if internet access is dis…
| * | Do not show a internet connectivity warning if internet access is disabledChristoph Wurst2019-06-271-6/+6
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Use correct test avatarRoeland Jago Douma2019-06-271-0/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #16055 from nextcloud/design/native-fontsJan-Christoph Borchardt2019-06-261-1/+1
|\ \ \ | | | | | | | | Use native font stack
| * | | Move font from Nunito to Noto SansJan-Christoph Borchardt2019-06-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #15870 from nextcloud/preview-provider-v2Roeland Jago Douma2019-06-252-4/+8
|\ \ \ \ | | | | | | | | | | Add new Provider interface for preview providers
| * | | | Add new Provider interface for preview providersRobin Appelman2019-06-172-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the main difference is passing the `File` object to the provider instead of a `View` + path Old providers will still continue to work as before Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #15971 from ↵Roeland Jago Douma2019-06-251-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/tests/ui-regression/pixelmatch-tw-5.0.2 Update pixelmatch requirement from ^4.0.2 to ^5.0.2 in /tests/ui-regression
| * | | | Update pixelmatch requirement in /tests/ui-regressiondependabot-preview[bot]2019-06-161-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [pixelmatch](https://github.com/mapbox/pixelmatch) to permit the latest version. - [Release notes](https://github.com/mapbox/pixelmatch/releases) - [Commits](https://github.com/mapbox/pixelmatch/compare/v4.0.2...v5.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #15777 from nextcloud/feature/ocp-event-dispatcherRoeland Jago Douma2019-06-252-7/+6
|\ \ \ \ | | | | | | | | | | Add event dispatcher to OCP
| * | | | Add event dispatcher to OCPChristoph Wurst2019-06-252-7/+6
| | |/ / | |/| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #15889 from nextcloud/touch-handle-backend-exceptionsRobin Appelman2019-06-211-0/+3
|\ \ \ \ | |/ / / |/| | | handle storage exceptions when trying to set mtime
| * | | fix testsRobin Appelman2019-06-211-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix subscription testsJulius Härtl2019-06-172-0/+14
| |/ / |/| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add strict type on Notifications tests (#15935)John Molakvoæ2019-06-141-7/+42
|\ \ \ | | | | | | | | Add strict type on Notifications tests
| * | | Add strict type on Notifications testsJohn Molakvoæ (skjnldsv)2019-06-131-7/+42
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Adjust acceptance tests to notifications based on toastify (#15938)John Molakvoæ2019-06-131-2/+2
|\ \ \ | | | | | | | | Adjust acceptance tests to notifications based on toastify
| * | | Adjust acceptance tests to notifications based on toastifyDaniel Calviño Sánchez2019-06-121-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old notifications were added as ".row" elements to the "#notification-container" element; the new notifications based on toastify are added as ".toastify .on .toast..." elements to the "#content" element. Besides that, they also include a span element with an X to close the notification, so now only the first child text node should be compared to the expected message. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* / / Add messages to assertFalse/True to clarify the failed assertionDaniel Calviño Sánchez2019-06-121-3/+6
|/ / | | | | | | | | | | | | | | Otherwise the output would just read "Failed asserting that true is false." or "Failed asserting that false is true.", which is not very informative when there are several assertFalse/True in a row. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* / Do not try to autoload built in typesRoeland Jago Douma2019-06-041-3/+3
|/ | | | | | | | This avoids calls to the autoloader (or chain of autoloaders) to see if for example 'principalPrefix' class can be found. While we already know it is a string. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix personal security section tests (#15789)John Molakvoæ2019-05-291-0/+16
|\ | | | | Fix personal security section tests
| * Fix personal security section testsChristoph Wurst2019-05-291-0/+16
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Vueify the login pageChristoph Wurst2019-05-291-39/+69
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Check for free space on touchJulius Härtl2019-05-281-0/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #15714 from nextcloud/fix/204_304_rfcRoeland Jago Douma2019-05-241-10/+9
|\ | | | | Check the actual status code for 204 and 304
| * Check the actual status code for 204 and 304Roeland Jago Douma2019-05-241-10/+9
| | | | | | | | | | | | | | | | | | | | The header is the full http header like: HTTP/1.1 304 Not Modified So comparing this to an int always yields false This also makes the 304 RFC compliant as the resulting content length should otherwise be the length of the message and not 0. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-233-24/+120
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #12114 from RubenHoms/masterMorris Jobke2019-05-222-8/+54
|\ | | | | Stop decryption when maintenance mode is enabled