summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10670 from nextcloud/fix/login-throttle-username-lengthMorris Jobke2018-08-241-1/+1
|\ | | | | Fix max length requirements for the throttler metadata
| * Fix max length requirements for the throttler metadataChristoph Wurst2018-08-131-1/+1
| | | | | | | | | | | | | | | | | | If a failed login is logged, we save the username as metadata in the bruteforce throttler. To prevent database error due to very long strings, this truncates the username at 64 bytes in the assumption that no real username is longer than that.long strings, Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #10334 from denismosolov/group-addDenis Mosolov2018-08-247-0/+393
|\ \ | | | | | | Add options to create/remove groups via occ
| * | Add an options to create and remove groups via occDenis Mosolov2018-08-167-0/+393
| | | | | | | | | | | | Signed-off-by: Denis Mosolov <denismosolov@gmail.com>
* | | Merge pull request #10589 from nextcloud/smb-stat-retryMorris Jobke2018-08-241-1/+8
|\ \ \ | | | | | | | | retry smb stat on timeout
| * | | retry stat on timeoutRobin Appelman2018-08-081-1/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #10801 from ↵Morris Jobke2018-08-241-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/documentation/10526/add-sample-config-for-heic Add sample config for HEIC image previews
| * | | | Add sample config for HEIC image previewsMorris Jobke2018-08-221-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-24152-10/+512
| | | | |
* | | | | Merge pull request #10822 from ↵Morris Jobke2018-08-234-1/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/show-link-to-simple-sign-up Show link to simple sign up page
| * | | | | Show link to simple sign up pageMorris Jobke2018-08-234-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #10815 from nextcloud/fix/noid/missingreturnvalMorris Jobke2018-08-231-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | returning of $tr is expected, otherwise ending up in a JS error
| * | | | | | returning of $tr is expected, otherwise ending up in a JS errorArthur Schiwon2018-08-231-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / / / / [tx-robot] updated from transifexNextcloud bot2018-08-23508-1618/+94
|/ / / / /
* | | | | Merge pull request #10787 from nextcloud/fix/10786/click-the-last-appJohn Molakvoæ2018-08-222-3/+9
|\ \ \ \ \ | |/ / / / |/| | | | Fixes the app menu
| * | | | Fix keyboard menu element event detectionJohn Molakvoæ (skjnldsv)2018-08-221-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Fixes the app menuMichael Weimann2018-08-211-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | | Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke2018-08-227-0/+95
|\ \ \ \ \ | | | | | | | | | | | | Support HEIC for previews
| * | | | | Address comments from @rullzer:Sebastian Steinmetz2018-08-172-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
| * | | | | Develop HEIC/HEIF preview support #7406Sebastian Steinmetz2018-08-115-0/+39
| | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #10780 from ↵Morris Jobke2018-08-221-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | danielkesselberg/bugfix/7654/apply-patch-for-sabre-dav [3rdparty] Apply upstream patch #1025 for sabre-dav
| * | | | | | Apply patch for sabre davDaniel Kesselberg2018-08-211-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2018-08-2238-64/+264
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #10775 from nextcloud/fix/10431/ldap-groupsblizzz2018-08-211-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Resolve all group memberships properly
| * | | | | Resolve all group memberships properlyMorris Jobke2018-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #10771 from ↵Morris Jobke2018-08-216-3/+65
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/fix/10766/backup-codes-column-length-argon Fix backup codes column length for Argon2 values
| * | | | | raise version to trigger migrationMorris Jobke2018-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Fix integration test execution on DronChristoph Wurst2018-08-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently the Nextcloud server ignores tests that have `Integration` in their fully-qualified class name, hence the backup codes integration tests were removed. This moves them up one directory (out of `Integration`) to fix that. Real unit tests remain in the `Unit` directory. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | Fix backup codes column length to fix Argon2 hash valuesChristoph Wurst2018-08-213-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | Add an integration test that inserts long back codes valuesChristoph Wurst2018-08-211-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #10539 from nextcloud/feature-8642-memory-checkMorris Jobke2018-08-2110-4/+314
|\ \ \ \ \ \ | | | | | | | | | | | | | | 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-2010-35/+267
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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 tests for the memory checksMichael Weimann2018-08-203-73/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-205-14/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recommended value Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | | | | | Adds tests for the setup memory limit checksMichael Weimann2018-08-203-11/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | | | | | Adds a setup check for the memory limitMichael Weimann2018-08-203-2/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | | | | | Merge pull request #10772 from nextcloud/fix/generated-migration-code-sinceMorris Jobke2018-08-211-3/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix generated migration class code
| * | | | | | | | Fix generated migration class codeChristoph Wurst2018-08-211-3/+0
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `@since` documentation is out of place here. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | 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-21150-458/+514
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #10700 from nextcloud/fix/10516/sharepermissionsMorris Jobke2018-08-203-23/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix share dialog sidebar in share views
| * | | | | | | adapt jsunit testArthur Schiwon2018-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | Take base permissions from DAV, fixes #10516Arthur Schiwon2018-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | remove unexecutable codeArthur Schiwon2018-08-151-21/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OCA.Sharing.SharedFileInfo was never defined and that stopped execution. Interestingly, FF never showed me an error. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>