Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2018-10-09Remove HHVM checkChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-08Deprecate unused, private OC_Helper::linkToPublicMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-08Merge pull request #10839 from nextcloud/bugfix/10212/use_class_implementationMorris Jobke
adjust Calendar resource / room interfaces to use class implementation
2018-10-08Merge pull request #11671 from nextcloud/refactor/rename-admin-security-sectionMorris Jobke
Rename admin security section
2018-10-08Fix reference to template in testsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-08Merge pull request #10898 from ↵Morris Jobke
nextcloud/feature/10684/default-logo-color-theme-colors Switches the default logo color depending on the primary color
2018-10-08Rename admin security sectionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-08RoomManager/ResourceManager: Inject IServerContainer instead of using OC ServerGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-10-08adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-10-05Remove deprecated publishActivity functionRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move files_versions to compiled handlebars templatesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move Comments to compiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-03Add an endppoint for clients to request an app passwordRoeland Jago Douma
Now that we allow enforcing 2 factor auth it make sense if we also allow and endpoint where the clients can in the background fetch an apppassword if they were configured before the login flow was present. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-03Merge pull request #11446 from nextcloud/bugfix/10678/pretty-urls-dont-workMorris Jobke
Allow overwrite.cli.url without trailing slash
2018-10-02Merge pull request #11390 from nextcloud/feature/11043/apptoken_v3Morris Jobke
Apptoken v3: imrpove token handling on external password change
2018-10-02Add testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02Mark token as invalid if the password doesn't matchRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02Fix testsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-02Refactors the scss svg functionsMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-02Moves the logo files to logoMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-01Merge pull request #11462 from ↵Morris Jobke
nextcloud/feature/11380/2fa_backup_code_generation Add notification to generate 2FA backup codes
2018-10-01Generate backups code notification if not enable but 2fa isRoeland Jago Douma
Generate a notification to generate backup codes if you enable an other 2FA provider but backup codes are not yet generated. * Add event listner * Insert background job * Background job tests and emits notification every 2 weeks * If the backup codes are generated the next run will remove the job Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-01Merge pull request #11501 from nextcloud/coverage_no_composerMorris Jobke
Do not cover composer folders for code coverage
2018-10-01Do not cover composer folders for code coverageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-01Change wording of 'Copy URL' to more understandable 'Copy link'Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-09-30Add more test casesDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-30Add mandatory 2FA service/classChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-28Allow url without / for overwrite.cli.urlDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-28Fix class selector for acceptance testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-27Remove unused constructor argumentChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-27Reduce settings manager complexity by loading sections via DIChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-26Also test enabling of the Antivirus App for filesRoeland Jago Douma
Since there is no calendar release for 15 yet we should use an app that we can quickly release for 15 as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-26Merge pull request #11150 from nextcloud/feature/noid/unit-test-find-webrootblizzz
Extract logic for webroot into method and add test
2018-09-25Merge pull request #11240 from ↵Morris Jobke
nextcloud/feature/noid/consider-openssl-settings-from-config.php Consider openssl settings from config.php
2018-09-25Only allow 2FA state changs if providers support the operationChristoph Wurst
Ref https://github.com/nextcloud/server/issues/11019. Add `twofactorauth:cleanup` command Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-23Add simple unit test for findLanguageFromLocaleDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-18Include empty directories in the default state of acceptance testsDaniel Calviño Sánchez
Before each scenario of the acceptance tests is run the Nextcloud server is reset to a default state. To do this the full directory of the Nextcloud server is commited to a local Git repository and then reset to that commit when needed. Unfortunately, Git does not support including empty directories in a commit. Due to this, when the default state was restored, it could happen that the file cache listed an empty directory that did not exist because it was not properly restored (for example, "data/appdata_*/css/icons"), and that in turn could lead to an error when the directory was used. Currently the only way to force Git to include an empty directory is to add a dummy file to the directory (so it will no longer be empty, but that should not be a problem in the affected directories, even if the dummy file is not included in the file cache); although Git FAQ suggests using a ".gitignore" file a ".keep" file was used instead, as it conveys better its purpose. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-09-16Add openssl to mockDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-13Change visibility to privateDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-13Merge pull request #10743 from ↵blizzz
danielkesselberg/bugfix/noid/allow-password-reset-for-duplicate-email Enable password reset for user with same email address when only one is active
2018-09-13Merge pull request #10840 from webfoersterei/refactor/5530-urandom-checkJoas Schilling
Refactor secure randomness check
2018-09-11Restore previous state for OC::$CLIDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-10Change return false to throw newDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-10Extract logic for webroot into method and add testDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-05Add breadcrumb support to crash reportersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-31Change password expiration time from 12h to 7dMorris Jobke
We use the same logic for creating accounts without a password and there the 12h is a bit short. Users don't expect that the signup link needs to be clicked within 12h - 7d should be a more expected behavior. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-25Allow same section class for multiple section types (fix #10764)sualko
Signed-off-by: Klaus Herberth <klaus@jsxc.org>
2018-08-25Change check if secure randomness is possible.Timo Förster
Signed-off-by: Timo Förster <tfoerster@webfoersterei.de>
2018-08-24Merge pull request #10334 from denismosolov/group-addDenis Mosolov
Add options to create/remove groups via occ
2018-08-22Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke
Support HEIC for previews