summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Consider openssl settings from config.phpDaniel Kesselberg2018-09-161-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #11096 from nextcloud/bugfix/11080/set-cookie-null-argumentRoeland Jago Douma2018-09-071-1/+1
|\ | | | | replace setcookie value with '' instead of null.
| * replace setcookie value with '' instead of null.MartB2018-09-061-1/+1
| | | | | | | | | | | | | | The php documentation states that an empty string should be used for a cookie when it has no real value. null leads to the following error: expects parameter 2 to be string, null given Signed-off-by: Martin Böh <mart.b@outlook.de>
* | Expire tokens hardeningRoeland Jago Douma2018-09-071-1/+1
|/ | | | | | Just to be sure that the field is also not 0 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix @since version on new APIChristoph Wurst2018-09-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add breadcrumb support to crash reportersChristoph Wurst2018-09-052-0/+22
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #11046 from nextcloud/feature/10725/apploggerRoeland Jago Douma2018-09-042-0/+94
|\ | | | | Add wrapper Logger in DIContainer
| * Add wrapper Logger in DIContainerRoeland Jago Douma2018-09-042-0/+94
| | | | | | | | | | | | | | This makes sure that for example app for the context is always set. We can in the future extend this to include more info. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Deprecate the childSrc functionsRoeland Jago Douma2018-09-041-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add workerSrc to CSPRoeland Jago Douma2018-09-041-0/+8
|/ | | | | | | | | Fixes #11035 Since the child-src directive is deprecated (we should kill it at some point) we need to have the proper worker-src available Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix handlng of concurrent inserts of the 2FA provider registry DAOChristoph Wurst2018-08-311-20/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #10906 from nextcloud/request-params-arrayRoeland Jago Douma2018-08-301-1/+1
|\ | | | | ensure we always return an array from `Request::getParams`
| * ensure we always return an array from `Request::getParams`Robin Appelman2018-08-281-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Move SCSS variable fetching before the variables.scss to properly calculate ↵Julius Härtl2018-08-291-2/+2
|/ | | | | | color values Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #10854 from nextcloud/fix-10764Morris Jobke2018-08-281-4/+19
|\ | | | | Allow same section class for multiple section types (fix #10764)
| * Allow same section class for multiple section types (fix #10764)sualko2018-08-251-4/+19
| | | | | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org>
* | Merge pull request #10827 from steiny2k/HEICHEIFRoeland Jago Douma2018-08-241-4/+104
|\ \ | | | | | | HEIC previews as JPG rather than PNGs to save space.
| * | FixesRoeland Jago Douma2018-08-241-5/+8
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | HEIC previews as JPG rather than PNGs to save space.Sebastian Steinmetz2018-08-241-2/+99
| |/ | | | | Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* | Merge pull request #10841 from nextcloud/load-app-catch-exceptionsMorris Jobke2018-08-241-1/+1
|\ \ | | | | | | also catch exceptions when loading apps
| * | also catch exceptions when loading appsRobin Appelman2018-08-241-1/+1
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #10724 from nextcloud/large-share-count-performanceMorris Jobke2018-08-244-47/+78
|\ \ | |/ |/| Improve performance when dealing with large numbers of shares
| * tokens can't be valid local user namesRobin Appelman2018-08-162-11/+13
| | | | | | | | | | | | this saves searching for shares on non-public link dav requests Signed-off-by: Robin Appelman <robin@icewind.nl>
| * more efficient way to detect added and removed mountsRobin Appelman2018-08-161-9/+23
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-161-2/+17
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * use more efficient method to find mountpoint for pathRobin Appelman2018-08-161-18/+15
| | | | | | | | | | | | | | this changes the complexity from the number of mounts to the depth of the path Signed-off-by: Robin Appelman <robin@icewind.nl>
| * remove double loop for detecting changed mountsRobin Appelman2018-08-161-9/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Show link to simple sign up pageMorris Jobke2018-08-231-0/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke2018-08-222-0/+43
|\ \ | | | | | | Support HEIC for previews
| * | Address comments from @rullzer:Sebastian Steinmetz2018-08-171-0/+8
| | | | | | | | | | | | | | | | | | | | | - implement isAvailable - run tests only if ImageMagick with HEIC support is available in the environment Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
| * | Develop HEIC/HEIF preview support #7406Sebastian Steinmetz2018-08-112-0/+35
| | | | | | | | | Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* | | Fix loading providers of 2FA app with more than one providerChristoph Wurst2018-08-211-0/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Refactor some codeMorris Jobke2018-08-211-15/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Adds license to files. Updates the branch.Michael Weimann2018-08-201-0/+21
|\ \ \ | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | Adds a memory limit warning for console commands if the limit is below the ↵Michael Weimann2018-08-202-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | recommended value Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | Adds a setup check for the memory limitMichael Weimann2018-08-201-0/+47
|/ / / | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Merge pull request #10712 from ↵blizzz2018-08-201-0/+4
|\ \ \ | | | | | | | | | | | | | | | | 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-0/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | 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 the scope of the lockdownmanagerRoeland Jago Douma2018-08-141-0/+3
| | | | | | | | | | | | We have the token anyway. So better the scope as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #10621 from ↵blizzz2018-08-131-3/+4
|\ \ | | | | | | | | | | | | 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-3/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Drop support for xcacheDaniel Kesselberg2018-08-122-145/+0
| |/ |/| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #10543 from nextcloud/ignore-deactivated-usersRoeland Jago Douma2018-08-101-1/+3
|\ \ | | | | | | Do not show deactivated users in sharees and contacts
| * | Ignore deactivated users in collaborators user search pluginThomas Citharel2018-08-061-1/+3
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #10636 from nextcloud/fix/2fa-enforced-backup-codesblizzz2018-08-101-4/+9
|\ \ \ | | | | | | | | Fix 2FA being enforced if only backup codes provider is active
| * | | Fix 2FA being enforced if only backup codes provider is activeChristoph Wurst2018-08-101-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/10634. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #10618 from nextcloud/mimetype-insert-if-not-existsRoeland Jago Douma2018-08-101-14/+7
|\ \ \ \ | |/ / / |/| | | use insertIfNotExists to store new mimetypes.
| * | | use insertIfNotExists to store new mimetypes.Robin Appelman2018-08-091-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | Also throw an error if we can't find the mimetype after insert Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | 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>