summaryrefslogtreecommitdiffstats
path: root/tests/data
Commit message (Collapse)AuthorAgeFilesLines
* Fix notification mail testsJan-Christoph Borchardt2020-05-013-138/+117
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Make it possible to resolve svg for apps_paths outside the document rootDaniel Kesselberg2020-04-242-0/+2
| | | | | | Previous implementation assumes the app path is always a child \OC::$SERVERROOT. That's not always true. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix mailer testRoeland Jago Douma2020-04-171-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix testsMorris Jobke2020-04-172-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Mimetype list integrity check should not fail if it's changed (#15810)John Molakvoæ2019-07-071-0/+133
|\ | | | | Mimetype list integrity check should not fail if it's changed
| * Added Tests for modified mimetypelistXheni Myrtaj2019-07-041-0/+133
| | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
* | Use correct test avatarRoeland Jago Douma2019-06-271-0/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove the upload and memory settingJoas Schilling2019-03-042-10/+0
| | | | | | | | | | * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unused php5 config from .htaccessMorris Jobke2019-03-042-13/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* two item => two itemsDaniel Kesselberg2019-02-252-0/+0
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Parse multiple navigation itemsDaniel Kesselberg2019-02-224-0/+330
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Switch guest avatars to PNGMichael Weimann2019-02-071-0/+0
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Implement guest avatar endpointMichael Weimann2019-02-072-0/+5
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* adding .well-known/webfingerMaxence Lange2018-10-101-0/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Refactors the scss svg functionsMichael Weimann2018-10-024-0/+4
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Testcase for HEIC image (similar to the ImageTest)Sebastian Steinmetz2018-08-111-0/+0
| | | Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* Fix email template testsJulius Härtl2018-07-193-6/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix appinfo parsing when a single localized option is providedRobin Appelman2018-04-172-0/+15
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix email buttons for white themeMorris Jobke2017-12-113-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix welcome text for better grammar in themed instancesMorris Jobke2017-11-097-7/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow multiple settings and sections per appJoas Schilling2017-10-051-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve text: 'you have now' -> 'you now have'Leon Klingele2017-09-087-7/+7
| | | | Signed-off-by: Leon Klingele <leon@struktur.de>
* Remove windows config settings in testsMorris Jobke2017-08-171-350/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unneeded stylesMorris Jobke2017-07-243-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust to height=120Lukas Reschke2017-07-243-3/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Revert "Set max-width of image to 100px in Outlook as well"Lukas Reschke2017-07-243-9/+0
|
* Set max-width of image to 100px in Outlook as wellMorris Jobke2017-07-233-0/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix translationsJoas Schilling2017-04-182-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update email template for lost password emailMorris Jobke2017-04-121-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix unit testsMorris Jobke2017-04-124-4/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use instance name as alt-textJoas Schilling2017-04-123-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add addBodyButton to add a single button to email templatesMorris Jobke2017-04-122-0/+183
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow to set text versions for the plain text emailMorris Jobke2017-04-111-0/+11
| | | | | | * allows different texts for HTML and text version of the email Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-092-2/+2
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add support for themingLukas Reschke2017-04-073-5/+202
| | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* New layout for welcome emailMorris Jobke2017-04-072-0/+200
| | | | | | | * thanks to @espina2 for make this nice design * the button says "Set password" if the admin didn't specified a password Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add tests for SCSSCacherJulius Härtl2017-03-202-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* always allow remembered loginChristoph Wurst2017-01-113-3/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix InfoParser empty testsJoas Schilling2016-11-161-1/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Prevent downgrade attacks for appsLukas Reschke2016-11-111-0/+0
| | | | | | | | We should verify the app versions when installing a new update, otherwise this could result in downgrade attacks when an attacker just copies the old signature. Plus it prevents the case that in case of a bug in the appstore actually an older version gets installed. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add tests for installer methodLukas Reschke2016-10-312-0/+0
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adding tests for 4 byte unicode charactersMorris Jobke2016-10-191-0/+15
| | | | | * success on SQLite and Postgres * failure on MySQL due to the limited charset that only supports up to 3 bytes
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-111-1/+2
| | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-071-2/+2
| | | | | | | | * Don't parse info.xml but reuse already cached app infos - fixes #25603 * Use === in InfoParser. Fixes test * InfoParser should not depend on UrlGenerator - fixes issue with session being closed too early
* Svgo optimizationskjnldsv2016-09-272-7/+2
| | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* Add two factor auth to coreChristoph Wurst2016-05-231-1/+2
|
* Allow declaration of background jobs in info.xmlThomas Müller2016-05-031-1/+2
|
* Adding repair steps for install and uninstall - fixes #24306Thomas Müller2016-05-021-1/+3
|
* Introduce background repair stepsThomas Müller2016-04-261-1/+2
|
* Remove deprecated HTTPHelper from InfoParserThomas Müller2016-04-221-0/+4
|