summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | | Merge pull request #10334 from denismosolov/group-addDenis Mosolov2018-08-242-0/+4
|\ \ \ | |_|/ |/| | Add options to create/remove groups via occ
| * | Add an options to create and remove groups via occDenis Mosolov2018-08-162-0/+4
| | | | | | | | | | | | Signed-off-by: Denis Mosolov <denismosolov@gmail.com>
* | | 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-224-0/+45
|\ \ \ | | | | | | | | 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-114-0/+37
| | | | | | | | | | | | Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* | | | Merge pull request #10789 from nextcloud/fix/2fa-app-multiple-providersMorris Jobke2018-08-221-0/+3
|\ \ \ \ | | | | | | | | | | Fix loading providers of 2FA app with more than one provider
| * | | | 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>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-222-30/+34
|/ / / /
* | | | Merge pull request #10539 from nextcloud/feature-8642-memory-checkMorris Jobke2018-08-214-1/+101
|\ \ \ \ | | | | | | | | | | Adds a setup and cli check for the recommended memory limit
| * | | | 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>
| * | | | | Bump autoloaderRoeland Jago Douma2018-08-202-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | 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 #10710 from nextcloud/fix/iusermanager-createuser-typoMorris Jobke2018-08-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix typo in IUserManager::createUser doc
| * | | | | Fix typo in IUserManager::createUser docChristoph Wurst2018-08-161-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-212-0/+2
| |/ / / |/| | |
* | | | 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>
* | | | Merge pull request #10659 from danielkesselberg/feature/noid/remove-xcacheRoeland Jago Douma2018-08-134-147/+0
|\ \ \ \ | | | | | | | | | | Drop support for xcache
| * | | | Update autoloaderDaniel Kesselberg2018-08-122-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Drop support for xcacheDaniel Kesselberg2018-08-122-145/+0
| | |/ / | |/| | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / | | [tx-robot] updated from transifexNextcloud bot2018-08-134-0/+8
|/ / /
* | | Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | 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>
* | | | Fix double-inserts of the same provider stateChristoph Wurst2018-08-091-6/+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/+11
|\ \ \ | | | | | | | | 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>