]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Wed, 5 Dec 2018 20:29:48 +0000 (21:29 +0100)]
Emit write update only once on touch
When a touch is done (i.e. when creating a new file in the node API)
The hooks contain 'write' and 'touch' (and the operation is touch as
well). This would cause a double write update. Which doesn't make sense.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Wed, 5 Dec 2018 21:35:47 +0000 (22:35 +0100)]
Merge pull request #12836 from nextcloud/backport/12624/stable15
[stable15] Validate all rich objects
Morris Jobke [Wed, 5 Dec 2018 21:33:15 +0000 (22:33 +0100)]
Merge pull request #12828 from nextcloud/backport/12626/stable15
[stable15] Unshare from mail activity is missing
Morris Jobke [Wed, 5 Dec 2018 21:14:04 +0000 (22:14 +0100)]
Merge pull request #12856 from nextcloud/backport/12814/stable15
[stable15] No user enumeration on DAV if disabled
Morris Jobke [Wed, 5 Dec 2018 20:48:10 +0000 (21:48 +0100)]
Merge pull request #12853 from nextcloud/backport/12824/stable15
[stable15] Add setup check for pending bigint conversion
Roeland Jago Douma [Tue, 4 Dec 2018 13:32:04 +0000 (14:32 +0100)]
No DAV user enumeration if disabled
Fixes #9058
If the option to autocomplete users is disabled. We also should not
enumerate the users on this endpoint.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 5 Dec 2018 19:45:09 +0000 (20:45 +0100)]
Merge pull request #12849 from nextcloud/stb15-missing-click-apps-update
[stable15] Fix missing click event on update button
Joas Schilling [Fri, 23 Nov 2018 11:38:24 +0000 (12:38 +0100)]
Fix wrong used type
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 23 Nov 2018 11:38:07 +0000 (12:38 +0100)]
Validate all rich objects not only the used ones
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 4 Dec 2018 17:43:02 +0000 (18:43 +0100)]
Add setup check for pending bigint conversion
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Tue, 4 Dec 2018 17:34:23 +0000 (18:34 +0100)]
Fix bigint conversion on SQLite
* on SQLite primary keys can't be bigint - see https://stackoverflow.com/a/
18835967 /520507
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Tue, 4 Dec 2018 17:33:28 +0000 (18:33 +0100)]
Show columns to update in CLI interface
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
John Molakvoæ [Wed, 5 Dec 2018 15:27:08 +0000 (16:27 +0100)]
Merge pull request #12848 from nextcloud/stb15-whatsNew-to-button
[stable15] Make a button out of 'What's new' so it's obvious it can be clicked on
Julius Härtl [Tue, 4 Dec 2018 14:08:51 +0000 (15:08 +0100)]
Fix missing click event on update button
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ (skjnldsv) [Wed, 5 Dec 2018 13:17:51 +0000 (14:17 +0100)]
make a button out of 'What's new' so it's obvious it can be clicked on #12757
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Morris Jobke [Wed, 5 Dec 2018 08:33:16 +0000 (09:33 +0100)]
Merge pull request #12833 from nextcloud/backport/12831/stable15
[stable15] Do not update child all child shares on group share update
Morris Jobke [Wed, 5 Dec 2018 08:29:52 +0000 (09:29 +0100)]
Merge pull request #12837 from nextcloud/backport/12821/stable15
[stable15] Add setup check for recommended PHP modules (i.e. Imagick, intl)
Roeland Jago Douma [Wed, 5 Dec 2018 07:42:00 +0000 (08:42 +0100)]
Merge pull request #12816 from nextcloud/backport/12813/stable15
[stable15] Fix the system address book
Nextcloud bot [Wed, 5 Dec 2018 01:12:05 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 4 Dec 2018 16:58:35 +0000 (17:58 +0100)]
Update casing of PHP inside method name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Tue, 4 Dec 2018 16:05:52 +0000 (17:05 +0100)]
Add setup check for recommended PHP modules (i.e. Imagick, intl)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Tue, 4 Dec 2018 19:55:14 +0000 (20:55 +0100)]
Do not update child all child shares on group share update
Else we overwrite the whole share for link shares. Basically breaking
them.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Tue, 4 Dec 2018 21:27:06 +0000 (22:27 +0100)]
Merge pull request #12830 from nextcloud/backport/12819/stable15
[stable15] PHP 7.0 is end of life
Roeland Jago Douma [Tue, 4 Dec 2018 20:02:35 +0000 (21:02 +0100)]
Merge pull request #12829 from nextcloud/backport/12823/stable15
[stable15] Fix layout of "i" in admin settings of federated sharing
Morris Jobke [Tue, 4 Dec 2018 14:40:40 +0000 (15:40 +0100)]
PHP 7.0 is end of life
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Tue, 4 Dec 2018 18:51:16 +0000 (19:51 +0100)]
Merge pull request #12825 from nextcloud/backport/12822/stable15
[stable15] PHP module is named mbstring
Morris Jobke [Tue, 4 Dec 2018 16:25:38 +0000 (17:25 +0100)]
Fix layout of "i" in admin settings of federated sharing
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Joas Schilling [Fri, 23 Nov 2018 12:04:16 +0000 (13:04 +0100)]
Unshare from mail activity is missing
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 4 Dec 2018 16:22:11 +0000 (17:22 +0100)]
PHP module is named mbstring
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Tue, 4 Dec 2018 12:33:03 +0000 (13:33 +0100)]
Fix the system address book
c23a66cda46d9a1f0ce8dc60a6c160809c87d9f6 broke the system address book.
We now move the ACL rules for this special case up and all is good in
the world again.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Tue, 4 Dec 2018 12:53:16 +0000 (13:53 +0100)]
Merge pull request #12811 from nextcloud/backport/12808/stable15
[stable15] Only run the AnonymousOptionsPlugion on Anonymous requests
Roeland Jago Douma [Tue, 4 Dec 2018 10:55:04 +0000 (11:55 +0100)]
Only run the AnonymousOptionsPlugion on Anonymous requests
Fixes #12744
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 4 Dec 2018 10:43:20 +0000 (11:43 +0100)]
Merge pull request #12805 from nextcloud/backport/12786/stable15
[stable15] Fix activatable/deactivatable 2fa provider interface typos
Roeland Jago Douma [Tue, 4 Dec 2018 08:52:53 +0000 (09:52 +0100)]
Merge pull request #12784 from nextcloud/backport/12762/stable15
[stable15] Polishing of various modal dialogs
Christoph Wurst [Mon, 3 Dec 2018 09:32:53 +0000 (10:32 +0100)]
Fix activatable/deactivatable 2fa provider interface typos
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Nextcloud bot [Tue, 4 Dec 2018 01:12:16 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Jan-Christoph Borchardt [Fri, 30 Nov 2018 14:15:52 +0000 (15:15 +0100)]
Fix dialogs, button position
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Nextcloud bot [Mon, 3 Dec 2018 01:11:44 +0000 (01:11 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 2 Dec 2018 01:12:48 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 1 Dec 2018 01:11:38 +0000 (01:11 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 30 Nov 2018 10:29:28 +0000 (11:29 +0100)]
Merge pull request #12755 from nextcloud/version/noid/15.0.0RC2
15.0.0 RC 2
Morris Jobke [Fri, 30 Nov 2018 08:57:14 +0000 (09:57 +0100)]
15.0.0 RC 2
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 30 Nov 2018 09:23:23 +0000 (10:23 +0100)]
Merge pull request #12756 from nextcloud/backport/12628/stable15
[stable15] Parse activity when a user self-unshares a file
Joas Schilling [Fri, 23 Nov 2018 12:21:01 +0000 (13:21 +0100)]
Parse activity when a user self-unshares a file
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Fri, 30 Nov 2018 08:58:50 +0000 (09:58 +0100)]
Merge pull request #12746 from nextcloud/backport/12688/stable15
[stable15] Fix cannot set 0 as value on files_external through OCC command
Nextcloud bot [Fri, 30 Nov 2018 01:12:08 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 29 Nov 2018 21:01:14 +0000 (22:01 +0100)]
Merge pull request #12692 from nextcloud/storage-no-encryption-interface-15
[15] Add interface to allow storages from opting out of encryption
Morris Jobke [Thu, 29 Nov 2018 20:53:43 +0000 (21:53 +0100)]
Merge pull request #12744 from nextcloud/backport/12647/stable15
[stable15] update compatible versions for cloud federation api
Robin Appelman [Tue, 27 Nov 2018 14:20:23 +0000 (15:20 +0100)]
Fix cannot set 0 as value on files_external through OCC command
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 23 Nov 2018 14:26:32 +0000 (15:26 +0100)]
update compatible versions for cloud federation api
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Thu, 29 Nov 2018 20:37:53 +0000 (21:37 +0100)]
Merge pull request #12742 from nextcloud/backport/12734/stable15
[stable15] Add check for missing .woff2 rule in Nginx via setup check
Roeland Jago Douma [Thu, 29 Nov 2018 19:49:53 +0000 (20:49 +0100)]
Merge pull request #12741 from nextcloud/backport/12709/stable15
[stable15] Fix the loader position and the focus state on the login button
Roeland Jago Douma [Thu, 29 Nov 2018 19:21:19 +0000 (20:21 +0100)]
Merge pull request #12740 from nextcloud/backport/12732/stable15
[stable15] Polishing fixes
Morris Jobke [Thu, 29 Nov 2018 16:01:43 +0000 (17:01 +0100)]
Add check for missing .woff2 rule in Nginx via setup check
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Thu, 29 Nov 2018 18:37:20 +0000 (19:37 +0100)]
Merge pull request #12733 from nextcloud/backport/12674/stable15
[stable15] Date title to linkshare
Roeland Jago Douma [Thu, 29 Nov 2018 18:36:30 +0000 (19:36 +0100)]
Merge pull request #12736 from nextcloud/backport/12424/stable15
[stable15] Add pipe mode for sendmail
Roeland Jago Douma [Thu, 29 Nov 2018 18:36:15 +0000 (19:36 +0100)]
Merge pull request #12737 from nextcloud/backport/12690/stable15
[stable15] Set Referrer-Policy also in addSecurityHeaders()
John Molakvoæ (skjnldsv) [Wed, 28 Nov 2018 16:52:28 +0000 (17:52 +0100)]
Fix the loader position and the focus state on the login button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Thu, 29 Nov 2018 15:52:44 +0000 (16:52 +0100)]
Remove animation on the sidebar for accessibility purpose
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Thu, 29 Nov 2018 13:05:10 +0000 (14:05 +0100)]
Fix default filepicker style and gridview
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Thu, 29 Nov 2018 12:41:36 +0000 (13:41 +0100)]
Fix app navigation edit entry
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Morris Jobke [Thu, 29 Nov 2018 17:05:06 +0000 (18:05 +0100)]
Merge pull request #12731 from nextcloud/backport/12669/stable15
[stable15] Don't require Same Site Cookies on accessibility app assets
Morris Jobke [Thu, 29 Nov 2018 16:52:34 +0000 (17:52 +0100)]
Merge pull request #12723 from nextcloud/backport/12710/stable15
[stable15] Remove old button to submit the apppassword login
Peter Kraume [Tue, 27 Nov 2018 15:34:54 +0000 (16:34 +0100)]
Set Referrer-Policy also in addSecurityHeaders()
Fix: #12689
Signed-off-by: Peter Kraume <peter.kraume@gmx.de>
Morris Jobke [Thu, 29 Nov 2018 16:48:01 +0000 (17:48 +0100)]
Merge pull request #12730 from nextcloud/backport/12630/stable15
[stable15] Fix versions sidebar issues
Daniel Kesselberg [Wed, 28 Nov 2018 19:06:48 +0000 (20:06 +0100)]
Add testcases for pipe mode
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Mon, 12 Nov 2018 22:27:18 +0000 (23:27 +0100)]
Add sendmailmode to gui
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Carsten Wiedmann [Mon, 12 Nov 2018 22:26:35 +0000 (23:26 +0100)]
Apply patch from @cwiedmann but drop -oi option for pipe
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
John Molakvoæ (skjnldsv) [Mon, 26 Nov 2018 17:37:58 +0000 (18:37 +0100)]
Better identification of the public link shares
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thomas Citharel [Mon, 26 Nov 2018 15:22:48 +0000 (16:22 +0100)]
Don't require Same Site Cookies on accessibility assets
Follows https://github.com/nextcloud/server/pull/11878
Robin Appelman [Thu, 29 Nov 2018 15:34:49 +0000 (16:34 +0100)]
update encryption wrapper tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Julius Härtl [Fri, 23 Nov 2018 10:21:47 +0000 (11:21 +0100)]
Show mimetype icon if version preview is not available
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 23 Nov 2018 10:03:14 +0000 (11:03 +0100)]
Fix relative timestamp in versions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Christoph Wurst [Thu, 29 Nov 2018 15:27:53 +0000 (16:27 +0100)]
Update autoloader classmap
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ (skjnldsv) [Thu, 29 Nov 2018 09:39:01 +0000 (10:39 +0100)]
Fix tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Thu, 29 Nov 2018 08:54:36 +0000 (09:54 +0100)]
Remove redirect page
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Wed, 28 Nov 2018 17:41:46 +0000 (18:41 +0100)]
Remove old button to submit the apppassword login
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 29 Nov 2018 09:09:13 +0000 (10:09 +0100)]
Merge pull request #12718 from nextcloud/backport/12668/stable15
[stable15] add capabilities for multiple share links
Nextcloud bot [Thu, 29 Nov 2018 01:11:44 +0000 (01:11 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 28 Nov 2018 22:06:29 +0000 (23:06 +0100)]
Merge pull request #12712 from nextcloud/backport/12698/stable15
[stable15] I changed the width of the srollbar to make it a bit bigger
Morris Jobke [Wed, 28 Nov 2018 22:05:17 +0000 (23:05 +0100)]
Merge pull request #12713 from nextcloud/backport/12677/stable15
[stable15] Open the updater via a POST form submit instead of eval the JS code d…
Bjoern Schiessle [Mon, 26 Nov 2018 13:44:59 +0000 (14:44 +0100)]
add capabilities for multiple share links
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Roeland Jago Douma [Wed, 28 Nov 2018 21:02:10 +0000 (22:02 +0100)]
Merge pull request #12714 from nextcloud/backport/12708/stable15
[stable15] Fix folder path containing leading slash when getting mount root by id
Robin Appelman [Wed, 28 Nov 2018 14:18:29 +0000 (15:18 +0100)]
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>
Morris Jobke [Tue, 27 Nov 2018 09:32:48 +0000 (10:32 +0100)]
Open the updater via a POST form submit instead of eval the JS code directly
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
GretaD [Tue, 27 Nov 2018 17:35:29 +0000 (18:35 +0100)]
I changed the width of the srollbar to make it a bit bigger
Signed-off-by: GretaD <gretadoci@gmail.com>
Daniel Kesselberg [Wed, 28 Nov 2018 13:12:14 +0000 (14:12 +0100)]
Merge pull request #12700 from nextcloud/backport/12632/stable15
[stable15] Add acceptance tests for sharing files and folders with another user
Nextcloud bot [Wed, 28 Nov 2018 01:12:05 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Daniel Calviño Sánchez [Fri, 23 Nov 2018 12:32:27 +0000 (13:32 +0100)]
Rename "FilesSharingAppContext" to "PublicShareContext"
Having both "FilesAppSharingContext" and "FilesSharingAppContext" was
confusing, so "FilesSharingAppContext" was renamed to a more descriptive
name.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 23 Nov 2018 12:22:08 +0000 (13:22 +0100)]
Extract locators and steps for sharing in Files app to their own context
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 23 Nov 2018 12:06:15 +0000 (13:06 +0100)]
Extract sharing related acceptance tests to their own feature files
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 23 Nov 2018 11:56:52 +0000 (12:56 +0100)]
Add acceptance tests for folders that can not be reshared
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 23 Nov 2018 11:52:07 +0000 (12:52 +0100)]
Add acceptance tests for resharing a folder with another user
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 23 Nov 2018 11:30:30 +0000 (12:30 +0100)]
Add acceptance test for checking that the owner can see reshares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 23 Nov 2018 11:29:30 +0000 (12:29 +0100)]
Add acceptance test for resharing a file with another user
To reshare a file there must be at least three enabled users in the
system; although it would be possible to run the steps to create a third
user in the scenarios that need it for convenience a third enabled user
besides "admin" and "user0" was added to the default setup.
In a similar way, a new step was added too to login as a given user
name, similar to the steps to log in as "user0" and as "admin".
Finally, another actor, "Jim", was introduced for those scenarios which
should be played by three standard actors (that is, without a special
configuration like "Rubeus").
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 23 Nov 2018 11:24:38 +0000 (12:24 +0100)]
Add acceptance tests for sharing a folder with another user
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Thu, 22 Nov 2018 17:56:15 +0000 (18:56 +0100)]
Add acceptance tests for sharing a file with another user
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Kesselberg [Tue, 27 Nov 2018 21:00:21 +0000 (22:00 +0100)]
Merge pull request #12696 from nextcloud/backport/12649/stable15
[stable15] Make acceptance tests for comments more robust
Daniel Calviño Sánchez [Sat, 24 Nov 2018 17:16:09 +0000 (18:16 +0100)]
Wait for the comment to be added before changing to another file
If the server is too slow, changing to a different file immediately
after sending a new comment but without waiting for the comment to be
shown for the original file could cause the new comment to be shown for
the current file instead.
This is, indeed, a bug in the comments. However, it is not possible to
test it reliably in the acceptance tests, as it depends on how fast the
server adds the message and how fast the client changes to a different
file; sometimes the test would fail and sometimes it would not.
Therefore, now it is waited for the comment to be added before changing
to another file, as in this case it can be reliably tested that changing
to a different file does not cause the comments from the previous file
to be shown in the current file (this was a different bug already fixed
and due to which this test was added in the first place).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Sat, 24 Nov 2018 17:06:20 +0000 (18:06 +0100)]
Wait for the empty content element to be shown
When the "Comments" tab is open the empty content element is always in
the DOM, although it is only shown once the message collection was
fetched and there were no messages. Due to this it is necessary to
explicitly wait for it to be shown instead of relying on the implicit
wait made to find the element; otherwise it would be found immediately
and if the collection was not fetched yet it would not be visible,
causing the test to fail.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>