summaryrefslogtreecommitdiffstats
path: root/tests
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 #10334 from denismosolov/group-addDenis Mosolov2018-08-242-0/+246
|\ | | | | Add options to create/remove groups via occ
| * Add an options to create and remove groups via occDenis Mosolov2018-08-162-0/+246
| | | | | | | | Signed-off-by: Denis Mosolov <denismosolov@gmail.com>
* | Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke2018-08-222-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-112-0/+42
| | | | | | | | | Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* | | Adds license to files. Updates the branch.Michael Weimann2018-08-202-0/+100
|\ \ \ | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * \ \ Merge pull request #10628 from ↵Morris Jobke2018-08-201-0/+79
| |\ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feature/10154/app-directory-permission-check Adds a permission check for app directories
| | * | | Excludes not writable app roots from the directory permission checkMichael Weimann2018-08-091-0/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| | * | | Adds a test for the app directory permission check.Michael Weimann2018-08-091-0/+58
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | | Adds tests for the memory checksMichael Weimann2018-08-202-60/+44
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | | Adds tests for the setup memory limit checksMichael Weimann2018-08-202-0/+126
|/ / / / | | | | | | | | | | | | 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>
* | | | update unit testsBjoern Schiessle2018-08-151-1/+41
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Adds an acceptance test for the users settings navigation without disabled usersMichael Weimann2018-08-141-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | 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-092-5/+24
|\ \ \ | | | | | | | | 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-082-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Adjust acceptance test to check if the correct sidebar view is shownJulius Härtl2018-08-031-3/+11
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | 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>
* | | | Merge pull request #10481 from ↵Roeland Jago Douma2018-08-011-1/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/make-info-available-if-the-avatar-was-uploaded Make the info available if the avatar was uploaded or generated
| * | | | Fix unit testJoas Schilling2018-08-011-1/+20
| | |/ / | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Append cache bump parameter to scss files URLJulius Härtl2018-08-011-1/+2
| |/ / |/| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add acceptance test for creating a user with a custom display nameDaniel Calviño Sánchez2018-07-312-0/+62
|/ / | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | 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>
* | | Merge pull request #10221 from ↵Roeland Jago Douma2018-07-301-1/+350
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/prevent-too-long-identifiers Prevent too long identifier names
| * | | Ignore custom prefixes which are longerJoas Schilling2018-07-271-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>