summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Move collapsible triangle to svg apiJohn Molakvoæ (skjnldsv)2018-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | Merge pull request #10828 from ↵Morris Jobke2018-08-241-4/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/fac-108/mimetype-detection-broken-for-junked-uploads Fix mimetype detection for junked uploads
| * | | | | | | | Fix mimetype detection for junked uploadsJoas Schilling2018-08-241-4/+10
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #10724 from nextcloud/large-share-count-performanceMorris Jobke2018-08-247-71/+127
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Improve performance when dealing with large numbers of shares
| * | | | | | | cache parent exists status during share setupRobin Appelman2018-08-163-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | 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>
| * | | | | | | only determine is sharing is disabled for a user onceRobin Appelman2018-08-162-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | don't check if target dir exists when using the default share target directoryRobin Appelman2018-08-162-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | re-use view instances for shared storagesRobin Appelman2018-08-162-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | more efficient way to detect added and removed mountsRobin Appelman2018-08-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | | more efficient unique share target generationRobin Appelman2018-08-162-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #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>