summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-04-266-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2020-04-2526-10/+40
|
* Merge pull request #19002 from zertrin/patch-1blizzz2020-04-241-0/+17
|\ | | | | Fix security header setting in .htaccess by adding 'onsuccess unset'
| * Fix security header setting in .htaccess by adding 'onsuccess unset'zertrin2020-03-051-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The headers might already be set by the system administrator at the http server level (apache or nginx) for some or all virtualhosts. Using "always set" in the .htaccess of Nextcloud leads to the situation where the headers might be set twice (once in the default 'onsuccess' table and once in the 'always' table)! Which leads to warnings in the admin area. Adding "onsuccess unset" solves the problem, and forces the header in the 'onsucess' table to be unset, and the header in the 'always' table to be set. NOTE: with this change, Nextcloud overrides whatever the system administrator might have already set See github issues #16893 #16476 #16938 #18017 and discussion in PR #19002 Signed-off-by: zertrin <zertrin@gmail.com>
* | Merge pull request #20587 from nextcloud/enh/allow_default_expiration_dateRoeland Jago Douma2020-04-242-2/+13
|\ \ | | | | | | Allow specifying a default expiration date
| * | Allow specifying a default expiration dateRoeland Jago Douma2020-04-242-2/+13
| | | | | | | | | | | | | | | | | | This overrides the max expiration date. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #20570 from nextcloud/fix/20235/use_uploadfileRoeland Jago Douma2020-04-246-3/+129
|\ \ \ | | | | | | | | Use a proper upload file so propfinds return 404
| * | | Add test that shares and tags are ignored for chunk files.Daniel Kesselberg2020-04-212-1/+43
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Use a proper upload file so propfinds return 404Roeland Jago Douma2020-04-214-2/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #20235 By using an UploadFile we make sure that we don't need to have another check everywhere for the path. But we just have ot check (which we have to anyway) if it is a proper Connector/File (or directory). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #20559 from ↵Christoph Wurst2020-04-242-19/+38
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/mochapack-1.1.15 Bump mochapack from 1.1.13 to 1.1.15
| * | | Bump mochapack from 1.1.13 to 1.1.15dependabot-preview[bot]2020-04-192-19/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [mochapack](https://github.com/sysgears/mochapack) from 1.1.13 to 1.1.15. - [Release notes](https://github.com/sysgears/mochapack/releases) - [Commits](https://github.com/sysgears/mochapack/compare/v1.1.13...v1.1.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #17623 from j3l11234/masterRoeland Jago Douma2020-04-241-0/+1
|\ \ \ \ | | | | | | | | | | Add support for download share on old android browser
| * | | | Add support for download share on old android browserj3l112342019-10-211-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: j3l11234 <297259024@qq.com>
* | | | | Merge pull request #20627 from ↵Morris Jobke2020-04-245-195/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/cleanup/noid/remove-obsolete-repair-steps Remove obsolete repair steps for logo and updater channel
| * | | | | Remove obsolete repair steps for logo and updater channelMorris Jobke2020-04-245-195/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #20298 from nextcloud/enh/noid/auto-logoutblizzz2020-04-2416-117/+219
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow to configure auto logout after browser inactivity
| * | | | | | Bump bundlesJulius Härtl2020-04-2310-85/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Make sure that the legacy jsunit tests can still inject OC.configJulius Härtl2020-04-231-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Do not create remember me cookieJulius Härtl2020-04-232-3/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Add config fallback for legacy testsJulius Härtl2020-04-231-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Add config for auto logout after browser inactivityJulius Härtl2020-04-232-6/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Provide config though initial state serviceJulius Härtl2020-04-232-24/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #20626 from nextcloud/enh/scan-appdata-folder-argRoeland Jago Douma2020-04-241-2/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add folder argument to files:scan-app-data
| * | | | | | | Add folder argument to files:scan-app-dataRoeland Jago Douma2020-04-221-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you need to rescan something but don't feel like rescanning your whole preview stash. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #19919 from nextcloud/enh/noid/ldpa_group_perfblizzz2020-04-2410-206/+428
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | LDAP Group Backend optimizations
| * | | | | | | | formattingArthur Schiwon2020-04-238-144/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | | do not rerun expensive sanitizer against already processed DNsArthur Schiwon2020-04-171-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | | read records from DB for lists at once, not one by one.Arthur Schiwon2020-04-175-36/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep a runtime cache of dn-id-mapping Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | | don't circulate with only one backendArthur Schiwon2020-04-173-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - saves some overhead costs - in some occasions saves LDAP requests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | | consolidate groupsMatchFilter in groupsExistArthur Schiwon2020-04-172-44/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - less duplication - profiting of the same cache entry Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2434-16/+92
| | | | | | | | |
* | | | | | | | | Merge pull request #18816 from nextcloud/bugfix/noid/paginate-contacts-searchblizzz2020-04-237-4/+16
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Use paginated search for contacts
| * | | | | | | | Use paginated search for contactsJulius Härtl2020-04-237-4/+16
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Merge pull request #20618 from nextcloud/bugfix/noid/fix-workflow-uiblizzz2020-04-2314-25/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix workflow UI
| * | | | | | | | Fix workflow UIJoas Schilling2020-04-2314-25/+25
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #20599 from nextcloud/getDirectoryContent-filter-blacklistedRobin Appelman2020-04-232-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | filter out blacklisted files in getDirectoryContent
| * | | | | | | make php-cs happyRobin Appelman2020-04-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | filter out blacklisted files in getDirectoryContentRobin Appelman2020-04-231-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #20510 from nextcloud/version/19/beta5v19.0.0beta5Roeland Jago Douma2020-04-231-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | 19 Beta 5
| * | | | | | | 19 Beta 5Roeland Jago Douma2020-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2318-8/+182
| | | | | | | |
* | | | | | | | Merge pull request #19399 from nextcloud/smb-read-aclblizzz2020-04-222-0/+38
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add option to check share ACL's when listing directories
| * | | | | | | | add tooltip to optionRobin Appelman2020-04-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | Add option to check share ACL's when listing directoriesRobin Appelman2020-04-212-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a file or folder in a directory doesn't have read permissions they will not be shown Note that enabling this option incurs a performance penalty additional requests need to be made to get all the acl. Additionally the acl resolving logic is fairly primitive at the moment and might not work correctly in all setups (it should error to showing the entry) Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #20576 from nextcloud/fix/dav/oc-etagRoeland Jago Douma2020-04-221-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make sure that OC-ETag is set again
| * | | | | | | | | Make sure that OC-ETag is set againRoeland Jago Douma2020-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | | Merge pull request #20595 from nextcloud/fix/ie11-fallback-uploadJohn Molakvoæ2020-04-221-2/+26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix IE11 upload fallback methods
| * | | | | | | | | | Fix IE11 upload fallback methodsJohn Molakvoæ (skjnldsv)2020-04-221-2/+26
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | | | Merge pull request #20594 from ↵Roeland Jago Douma2020-04-221-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/revert-20554-dependabot/composer/build/integration/guzzlehttp/guzzle-6.5.3 Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 in /build/integration"
| * | | | | | | | | | Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 in ↵Roeland Jago Douma2020-04-221-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /build/integration"