summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* Allow same section class for multiple section types (fix #10764)sualko2018-08-251-0/+41
| | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org>
* Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke2018-08-221-0/+48
|\ | | | | Support HEIC for previews
| * Address comments from @rullzer:Sebastian Steinmetz2018-08-171-6/+12
| | | | | | | | | | | | | | - implement isAvailable - run tests only if ImageMagick with HEIC support is available in the environment Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
| * Testcase for HEIC image (similar to the ImageTest)Sebastian Steinmetz2018-08-111-0/+42
| | | | | | Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* | Adds license to files. Updates the branch.Michael Weimann2018-08-201-0/+21
|\ \ | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Adds tests for the memory checksMichael Weimann2018-08-201-16/+40
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Adds tests for the setup memory limit checksMichael Weimann2018-08-201-0/+73
|/ / | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Merge pull request #10712 from ↵blizzz2018-08-201-2/+12
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/check_if_provider_is_available_before_use Check if a preview provider is available before using it
| * | Check if a preview provider is available before using itRoeland Jago Douma2018-08-171-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | Else if a preview provider is registerd but not available (for example missing support in some external lib). It will do :boom:. This way the providers can at least do the sanity checks required. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | add deck and mail to the groupware bundle, remove talkBjoern Schiessle2018-08-171-1/+2
|/ / | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #10621 from ↵blizzz2018-08-131-0/+1
|\ \ | | | | | | | | | | | | nextcloud/feature/noid/add-tos-to-enterprise-bundle Add the ToS app to the enterprise bundle
| * | Add the ToS app to the enterprise bundleJoas Schilling2018-08-091-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Drop support for xcacheDaniel Kesselberg2018-08-121-22/+0
| |/ |/| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #10543 from nextcloud/ignore-deactivated-usersRoeland Jago Douma2018-08-101-1/+5
|\ \ | | | | | | Do not show deactivated users in sharees and contacts
| * | Ignore deactivated users in collaborators user search pluginThomas Citharel2018-08-061-1/+5
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Remove unused importChristoph Wurst2018-08-101-1/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix 2FA being enforced if only backup codes provider is activeChristoph Wurst2018-08-101-0/+27
| | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/10634. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
| |/ |/| | | | | | | | | | | | | Using file will overwrite the $file parameter in the template base. Leading to trying to include a file that is the exception message. Which will of course fail. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix double-inserts of the same provider stateChristoph Wurst2018-08-091-2/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Add integration/unit test for the double-insert of same valuesChristoph Wurst2018-08-091-0/+19
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #10588 from nextcloud/fix/single-2fa-provider-login-redirectRoeland Jago Douma2018-08-091-0/+18
|\ \ | | | | | | Fix login redirection if only one 2FA provider is active
| * | Rename providerset method to get primary providersChristoph Wurst2018-08-081-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-081-0/+18
| | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/10500. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #10255 from nextcloud/add-support-for-room-sharesBjörn Schießle2018-08-091-0/+50
|\ \ \ | | | | | | | | Add support for room shares
| * | | Add support for tokens in room sharesDaniel Calviño Sánchez2018-08-081-0/+50
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Tokens will be used to give access to a share to guests in public rooms. Although the token itself is created in the provider of room shares and no changes are needed for that, due to the code structure it is necessary to explicitly call the provider from the manager when getting a room share by token. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #10397 from nextcloud/encryption-s3-fixBjörn Schießle2018-08-081-0/+11
|\ \ \ | |/ / |/| | make file cache updates more robust
| * | make file cache updates more robustBjoern Schiessle2018-07-311-0/+11
| | | | | | | | | | | | | | | | | | only update the encrypted version after the write operation is finished and the stream is closed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #10553 from ↵Roeland Jago Douma2018-08-081-2/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/10518/disable-oracle-enforcement-for-now Disable Oracle enforcement for now until the following issues are sol…
| * | | Fix testsRoeland Jago Douma2018-08-081-2/+3
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / | Fix 2FA provider registry population on loginChristoph Wurst2018-08-081-3/+79
|/ / | | | | | | | | | | | | | | If the 2FA provider registry has not been populated yet, we have to make sure all available providers are loaded and queried on login. Otherwise previously active 2FA providers aren't detected as enabled. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #10480 from nextcloud/bugfix/10420/settingsRoeland Jago Douma2018-08-022-6/+4
|\ \ | | | | | | Settings design polishing
| * | Fix encryption admin section testsJulius Härtl2018-08-021-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Move encryption settings to securityJulius Härtl2018-08-011-4/+2
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / Append cache bump parameter to scss files URLJulius Härtl2018-08-011-1/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #10444 from ↵blizzz2018-07-311-1/+1
|\ | | | | | | | | nextcloud/feature/noid/allow-to-filter-unread-count-by-verb Allow to filter the unread count by verb
| * Allow to filter the unread count by verbJoas Schilling2018-07-301-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix duplicate inserts in the 2fa provider registry DAOChristoph Wurst2018-07-311-0/+19
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Ignore custom prefixes which are longerJoas Schilling2018-07-271-10/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix calculation of default nameJoas Schilling2018-07-271-3/+60
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add unit testsJoas Schilling2018-07-271-1/+293
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix testsJulius Härtl2018-07-261-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #9222 from ↵Morris Jobke2018-07-251-0/+4
|\ | | | | | | | | nextcloud/feature/noid/search-for-files-by-comments Allow to search files by comments
| * Add pagination supportJoas Schilling2018-07-251-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow to search by commentsJoas Schilling2018-07-251-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #10377 from nextcloud/sccs-cache-iscachedMorris Jobke2018-07-252-4/+20
|\ \ | |/ |/| cache isCached state for scss resources
| * Fix unit tests to pass the folder now via the appData dependencyMorris Jobke2018-07-251-2/+8
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * cache isCached state for scss resourcesRobin Appelman2018-07-242-2/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #10238 from ↵Morris Jobke2018-07-241-0/+436
|\ \ | |/ |/| | | | | nextcloud/add-support-for-sending-the-password-for-a-share-by-nextcloud-talk Add support for sending the password for a share by Nextcloud Talk
| * Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez2018-07-241-0/+436
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a password was set for a mail share an e-mail was sent to the recipient with the password. Now the e-mail is no longer sent if the password is meant to be sent by Talk. However, before the e-mail was not sent when the share was updated but the password was not changed. Now an e-mail is sent in that case too if switching from a password sent by Talk to a password sent by mail. On the other hand, when switching from a password sent by mail to a password sent by Talk it is mandatory to change the password; otherwise the recipient would already have access to the share without having to call the sharer to verify her identity. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | new testsJohn Molakvoæ (skjnldsv)2018-07-241-2/+27
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>