Commit Graph

47068 Commits

Author SHA1 Message Date
Nextcloud bot 7dc3efeb30
[tx-robot] updated from transifex 2018-12-02 01:12:37 +00:00
Nextcloud bot 4af658b4c6
[tx-robot] updated from transifex 2018-12-01 01:11:29 +00:00
John Molakvoæ 854f1c721b
Merge pull request #12752 from nextcloud/dependabot/npm_and_yarn/settings/nextcloud-axios-0.1.3
Bump nextcloud-axios from 0.1.2 to 0.1.3 in /settings
2018-11-30 22:12:44 +01:00
Morris Jobke cae600d205
Merge pull request #12628 from nextcloud/bugfix/act-317/missing-activity-for-user-self-unshare
Parse activity when a user self-unshares a file
2018-11-30 10:14:26 +01:00
Roeland Jago Douma e152e3051a
Merge pull request #12675 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/nextcloud-vue-0.4.5
Bump nextcloud-vue from 0.4.4 to 0.4.5 in /apps/updatenotification
2018-11-30 07:52:45 +01:00
dependabot[bot] 6bd185113f
Bump nextcloud-axios from 0.1.2 to 0.1.3 in /settings
Bumps [nextcloud-axios](https://github.com/ChristophWurst/nextcloud-axios) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/ChristophWurst/nextcloud-axios/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud-axios/compare/v0.1.2...v0.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-30 02:17:50 +00:00
Nextcloud bot a529f6ff26
[tx-robot] updated from transifex 2018-11-30 01:11:57 +00:00
Morris Jobke 2c964a5afc
Merge pull request #12751 from nextcloud/issue-templates
Add separate issue templates
2018-11-30 00:23:04 +01:00
Julius Härtl 3d64b26abd
Add separate issue templates
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-29 23:02:20 +01:00
Morris Jobke 5751692a0b
Merge pull request #12747 from nextcloud/bugfix/noid/typo-in-appinfo
update compatible versions for cloud federation api
2018-11-29 22:45:21 +01:00
Morris Jobke 331f3b2652
Merge pull request #12691 from nextcloud/storage-no-encryption-interface
Add interface to allow storages from opting out of encryption
2018-11-29 22:02:23 +01:00
Robin Appelman 77d835ffb8
update compatible versions for cloud federation api
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-29 21:47:38 +01:00
Roeland Jago Douma a9e2311c2f
Build assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-29 19:53:19 +01:00
dependabot[bot] 9350c72f67
Bump nextcloud-vue from 0.4.4 to 0.4.5 in /apps/updatenotification
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.4.4...v0.4.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-29 19:52:36 +01:00
Roeland Jago Douma a915594b03
Merge pull request #12734 from nextcloud/feature/noid/check-nginx-woff2
Add check for missing .woff2 rule in Nginx via setup check
2018-11-29 19:36:56 +01:00
Morris Jobke 3b53c10774
Merge pull request #12709 from nextcloud/login-button-fixes
Fix the loader position and the focus state on the login button
2018-11-29 18:30:46 +01:00
Morris Jobke 6aefd8389b
Merge pull request #12732 from nextcloud/polishing-fixes
Polishing fixes
2018-11-29 18:21:31 +01:00
Morris Jobke 8abde7702a
Merge pull request #12690 from peterkraume/bug-12689
Set Referrer-Policy also in addSecurityHeaders()
2018-11-29 17:46:53 +01:00
Morris Jobke ee2cb46cdc
Merge pull request #12424 from nextcloud/feature/add-pipe-mode-for-sendmail
Add pipe mode for sendmail
2018-11-29 17:43:03 +01:00
John Molakvoæ f77e519137
Merge pull request #12674 from nextcloud/date-title-to-linkshare
Date title to linkshare
2018-11-29 17:02:14 +01:00
Morris Jobke f5894b653d
Add check for missing .woff2 rule in Nginx via setup check
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-29 17:01:43 +01:00
John Molakvoæ (skjnldsv) ac7c7782ff
Remove animation on the sidebar for accessibility purpose
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 16:52:44 +01:00
Morris Jobke 3242c602f6
Merge pull request #12669 from nextcloud/tcitworld-patch-1
Don't require Same Site Cookies on accessibility app assets
2018-11-29 16:42:45 +01:00
Morris Jobke 73fa3e1757
Merge pull request #12688 from nextcloud/files_external-occ-0
Fix cannot set 0 as value on files_external through OCC command
2018-11-29 16:38:37 +01:00
Robin Appelman df32b7a40e
update autoloadaer
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-29 16:35:14 +01:00
Robin Appelman 67a46b5aa9
update encryption wrapper tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-29 16:34:49 +01:00
Morris Jobke 44aa1b0b90
Merge pull request #12630 from nextcloud/bugfix/noid/versions
Fix versions sidebar issues
2018-11-29 16:33:28 +01:00
Robin Appelman 2c1f6331a4
Add interface to allow storages from opting out of encryption
As opposed to hard-coding a list of excluded storages

Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-29 16:31:34 +01:00
Daniel Kesselberg 4a2c56b714
Add testcases for pipe mode
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-11-29 16:02:37 +01:00
Daniel Kesselberg 92675a606e
Add sendmailmode to gui
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-11-29 16:02:36 +01:00
Carsten Wiedmann 446d96f3eb
Apply patch from @cwiedmann but drop -oi option for pipe
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-11-29 16:02:35 +01:00
John Molakvoæ (skjnldsv) d526ab55fb
Fix default filepicker style and gridview
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 14:05:10 +01:00
John Molakvoæ (skjnldsv) 80b3452da2
Fix app navigation edit entry
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 13:41:36 +01:00
John Molakvoæ 9f64149a38
Merge pull request #12710 from nextcloud/remove-old-submit-button
Remove old button to submit the apppassword login
2018-11-29 11:15:35 +01:00
John Molakvoæ (skjnldsv) 6734e87171
Fix tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 10:39:01 +01:00
John Molakvoæ (skjnldsv) 5e4990fadd
Remove redirect page
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 10:27:22 +01:00
Nextcloud bot 68f04686a0
[tx-robot] updated from transifex 2018-11-29 01:11:34 +00:00
John Molakvoæ 5b649df4f3
Merge pull request #12668 from nextcloud/add-capabilities
add capabilities for multiple share links
2018-11-28 22:06:32 +01:00
Morris Jobke 3da7364c36
Merge pull request #12708 from nextcloud/getbyid-mount-root
Fix folder path containing leading slash when getting mount root by id
2018-11-28 20:06:23 +01:00
Morris Jobke 3ea7fa19d5
Merge pull request #12698 from nextcloud/6275-fix-sidebar-width
I changed the width of the srollbar to make it a bit bigger
2018-11-28 19:38:03 +01:00
Morris Jobke 422f48e3aa
Merge pull request #12677 from nextcloud/bugfix/12601/fix-csp-issue-updater
Open the updater via a POST form submit instead of eval the JS code directly
2018-11-28 19:29:49 +01:00
John Molakvoæ (skjnldsv) cba5ccfbaf
Remove old button to submit the apppassword login
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 18:41:46 +01:00
John Molakvoæ (skjnldsv) d0b17043f2
Fix the loader position and the focus state on the login button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 17:53:44 +01:00
Robin Appelman 9d9f6903c9
Fix folder path containing leading slash when getting mount root by id
This fixes collabora on public link shared groupfolders

Fixes https://github.com/nextcloud/groupfolders/issues/225

Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-28 15:18:29 +01:00
Nextcloud bot 802a978bb5
[tx-robot] updated from transifex 2018-11-28 01:11:55 +00:00
GretaD 27466313c0 I changed the width of the srollbar to make it a bit bigger
Signed-off-by: GretaD <gretadoci@gmail.com>
2018-11-27 19:03:39 +01:00
Peter Kraume 79b8703f29 Set Referrer-Policy also in addSecurityHeaders()
Fix: #12689
Signed-off-by: Peter Kraume <peter.kraume@gmx.de>
2018-11-27 16:39:06 +01:00
Robin Appelman 56c777f715
Fix cannot set 0 as value on files_external through OCC command
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-27 15:20:23 +01:00
Roeland Jago Douma c8cab74404
Merge pull request #12659 from nextcloud/dependabot/npm_and_yarn/settings/vue-router-3.0.2
Bump vue-router from 3.0.1 to 3.0.2 in /settings
2018-11-27 14:27:27 +01:00
Morris Jobke 95857a81cf
Merge pull request #12650 from nextcloud/bugfix/12614/count-on-string
Fix count on string
2018-11-27 14:14:24 +01:00