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
2020-02-20Strip of users home path from share api messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-14when we receive intentional empty whats new info, do not try to show itArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-12disable timeout on app install via cliArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-11[3rdparty] Bump guzzlehttp/guzzle from 6.3.3 to 6.5.2John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-02-07Add Argon2id supportRoeland Jago Douma
When available we should use argon2id for hashing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-06Merge pull request #18926 from nextcloud/fix/18689/int-array-accessJoas Schilling
Array access on int will fail on php7.4
2020-02-03Allow selecting the hashing algorithmRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-03Merge pull request #19241 from nextcloud/bug/noid/job-catch-throwableRoeland Jago Douma
Make sure to catch php errors during job execution
2020-01-31Move Admin Settings also to info.xmlRoeland Jago Douma
More cleanup of the Settings apps. Makes the manager cleaner and a proper manager. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-31Make sure to catch php errors during job executionDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-01-31Move personal settings to proper registrationRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-30Move password settingsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-30Merge pull request #19176 from nextcloud/fix/contacts-menu-mailt-encodingRoeland Jago Douma
Do not encode contacts menu mailto links
2020-01-28Do not encode contacts menu mailto linksChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-28Move admin sections to settings appRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-28Move the Personal sections to the settings appRoeland Jago Douma
There is no need to have weird magic in the manager. This should be properly registered in the right way. The settings code is messy anyways. This is a start to make it a tad more clean. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-27Change avatar placeholder from single letter to 2 lettersSergey Shliakhov
https://github.com/nextcloud/server/issues/18717 Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com>
2020-01-26add hub bundle for easy post-installationArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-23Add test to trigger "Trying to access array offset on value of type int"Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-01-21Merge pull request #19035 from ↵Roeland Jago Douma
nextcloud/bugfix/noid/increase-timeout-for-downloads Adjust unit test for #19017
2020-01-21Adjust unit test for #19017Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-16Make getServerHost more robust to faulty user inputDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-01-14use `nodeExists` instead of catching exceptionsRobin Appelman
makes the intent of the code more clear imo Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-01-14Merge pull request #18805 from nextcloud/bugfix/direct-edit-createRoeland Jago Douma
Check if file already exists during file creation
2020-01-13CHeck if file already exists during file creationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-09AppFetcher: Distinguish between fileName and endpointNameGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-08Clean up 2FA provider registry when a user is deletedChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-07Merge pull request #18644 from nextcloud/harden/csrf_endpointRoeland Jago Douma
Only allow requesting new CSRF tokens if it passes the SameSite Cooki…
2020-01-06Fix the LoggerTests for phpunitRoeland Jago Douma
Less deprecation warnings. YAY. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-03Fix CIKim Brose
Signed-off-by: Kim Brose <kim.brose@rwth-aachen.de>
2020-01-03Only allow requesting new CSRF tokens if it passes the SameSite Cookie testRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-27Modify regex to match some other chromium browsersDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-22Restore old behavior allowing to set custom appstoreGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-19fix the folder shareGretaD
Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-16Return empty template for default creatorsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-16Merge pull request #17018 from ↵Joas Schilling
nextcloud/feature/noid/allow-to-force-enable-via-cli Allow to force enable apps via CLI
2019-12-16Merge pull request #18384 from ↵Roeland Jago Douma
nextcloud/fix/18255/global_config_to_always_accept config.php setting to always accept internal shares
2019-12-16config.php setting to always accept internal sharesRoeland Jago Douma
Part of #18255 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-13Merge pull request #17494 from nextcloud/fix/16340/ignore-invalid-jsonblizzz
Return a default user record if json is broken
2019-12-13Allow to force enable apps via CLIJoas Schilling
Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-13Log critical fallback to user default if we can't parse the JSONChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-13Add typed events for the filesystem/scannerChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-12Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-configRoeland Jago Douma
Disable Clear-Site-Data for Chrom* (and Opera, Brave, etc)
2019-12-12Move users management to multi lineGreta Doci
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-12-12Merge pull request #18236 from ↵Roeland Jago Douma
nextcloud/bugfix/noid/always-detect-mimetype-by-content-in-workflows Allow to detect mimetype by content
2019-12-12REVERT ME: comment out failing gz detection testRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-11Fix testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-10Viewer should be always enabledRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-10Pick a shorter name for the transfer ownership tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-10Update the unit test to dataProvidersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>