]>
source.dussan.org Git - nextcloud-server.git/log
Daniel Calviño Sánchez [Thu, 8 Mar 2018 13:54:01 +0000 (14:54 +0100)]
Add automatic handling of NoSuchElement exceptions
NoSuchElement exceptions are sometimes thrown instead of
StaleElementReference exceptions. This can happen when the Selenium2
driver for Mink performs an action on an element through the WebDriver
session instead of directly through the WebDriver element. In that case,
if the element with the given ID does not exist, a NoSuchElement
exception would be thrown instead of a StaleElementReference exception,
so those cases are handled like StaleElementReference exceptions.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Thu, 8 Mar 2018 13:07:49 +0000 (14:07 +0100)]
Add automatic handling of MoveTargetOutOfBounds exceptions
MoveTargetOutOfBounds exceptions are sometimes thrown instead of
ElementNotVisible exceptions. This can happen when the Selenium2 driver
for Mink moves the cursor on an element using the "moveto" method of the
Webdriver session, for example, before clicking on an element. In that
case, if the element is not visible, "moveto" would throw a
MoveTargetOutOfBounds exception instead of an ElementNotVisible
exception, so those cases are handled like ElementNotVisible exceptions.
Note that MoveTargetOutOfBounds exceptions could be thrown too if the
element was visible but "out of reach"; there is no problem in handling
those cases as if the element was not visible, as the exception will be
thrown again anyway once it is verified that the element is indeed
visible.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Nextcloud bot [Fri, 9 Mar 2018 01:13:00 +0000 (01:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 6 Mar 2018 17:35:52 +0000 (18:35 +0100)]
Merge pull request #8692 from nextcloud/stable12-add-missing-import
[stable12] Add missing import
Morris Jobke [Tue, 6 Mar 2018 17:00:40 +0000 (18:00 +0100)]
Merge pull request #8689 from nextcloud/12-7449
[stable12] Fix 500 on setup page
Daniel Calviño Sánchez [Tue, 6 Mar 2018 16:20:11 +0000 (17:20 +0100)]
Add missing import
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Morris Jobke [Tue, 6 Mar 2018 12:38:10 +0000 (13:38 +0100)]
Merge pull request #8679 from nextcloud/7707_12
[stable12] generate different UIDs for Birthday, Anniversary and Death event
Morris Jobke [Tue, 6 Mar 2018 12:36:38 +0000 (13:36 +0100)]
Merge pull request #8682 from nextcloud/8474_12
[stable12] Log exceptions that happen when writing the app store reply to storage
Morris Jobke [Mon, 11 Dec 2017 14:03:55 +0000 (15:03 +0100)]
Fix 500 on setup page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Tue, 6 Mar 2018 12:19:18 +0000 (13:19 +0100)]
Merge pull request #8681 from nextcloud/8391_12
[stable12] Don't use double quotes in MySQL queries
Morris Jobke [Tue, 6 Mar 2018 11:14:56 +0000 (12:14 +0100)]
Merge pull request #8677 from nextcloud/8297_12
[stable12] Fix example regex for user agent matching
Morris Jobke [Tue, 6 Mar 2018 11:03:27 +0000 (12:03 +0100)]
Merge pull request #8674 from nextcloud/stable12-8634
[stable12] do not create empty userid when attribute does not have allowed chars
Joas Schilling [Wed, 21 Feb 2018 13:14:33 +0000 (14:14 +0100)]
Log exceptions that happen when writing the app store reply to storage
Signed-off-by: Joas Schilling <coding@schilljs.com>
Robin Müller [Fri, 16 Feb 2018 08:27:16 +0000 (09:27 +0100)]
Don't use double quotes in MySQL queries
MySQL databases with the ANSI_QUOTES mode enabled treat " as an identifier
quote (see https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_ansi_quotes).
So for such databases the 'occ upgrade' fails with an error message like this:
... unknown column 'oc_*' in where clause.
This fix replaces the doulbe quotes with single quotes that should be always
used in MySQL queries to quote literal strings.
Signed-off-by: Robin Müller <robin.mueller@1und1.de>
Georg Ehrke [Thu, 4 Jan 2018 19:15:24 +0000 (20:15 +0100)]
generate different UIDs for Birthday, Anniversary and Death event
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Joas Schilling [Sat, 10 Feb 2018 15:39:53 +0000 (16:39 +0100)]
Fix example regex for user agent matching
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 6 Mar 2018 01:13:03 +0000 (01:13 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Fri, 2 Mar 2018 16:44:06 +0000 (17:44 +0100)]
do not create empty userid when attribute does not have allowed chars
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Morris Jobke [Mon, 5 Mar 2018 14:05:14 +0000 (15:05 +0100)]
Merge pull request #8611 from nextcloud/css-file-suffix-with-apps-versions-backport
[stable12] Use apps versions to generate suffix when possible
Roeland Jago Douma [Mon, 5 Mar 2018 14:02:02 +0000 (15:02 +0100)]
Merge pull request #8655 from nextcloud/stable12-8630
[stable12] use hash algo that's robust against collisions
Arthur Schiwon [Fri, 2 Mar 2018 15:26:36 +0000 (16:26 +0100)]
use hash algo that's robust against collisions
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Mon, 5 Mar 2018 11:35:38 +0000 (12:35 +0100)]
Merge pull request #8632 from nextcloud/stable12-8372
[12] Properly encapsulate require_once for app.php
Nextcloud bot [Mon, 5 Mar 2018 01:12:58 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Mar 2018 01:13:33 +0000 (01:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Mar 2018 01:13:05 +0000 (01:13 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Thu, 15 Feb 2018 11:23:49 +0000 (12:23 +0100)]
Add throws annotation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 15 Feb 2018 10:20:22 +0000 (11:20 +0100)]
Properly encapsulate require_once for app.php
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Joas Schilling [Fri, 2 Mar 2018 10:24:07 +0000 (11:24 +0100)]
Merge pull request #8622 from nextcloud/12-8612
[stable12] Update commentstabview.js
rakekniven [Thu, 1 Mar 2018 19:53:50 +0000 (20:53 +0100)]
Update commentstabview.js
Changed typo reported at GitHub.
See https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/$/
91002505 ?issue=yes
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 2 Mar 2018 09:35:18 +0000 (10:35 +0100)]
Merge pull request #8616 from nextcloud/stable12-8355
[stable12] Fix comments (and systemtags) when involving users with numerical ids
Nextcloud bot [Fri, 2 Mar 2018 01:13:08 +0000 (01:13 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Wed, 14 Feb 2018 13:39:10 +0000 (14:39 +0100)]
backport of #8355 to stable12
test creating comments with numeric user ids
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
fix creating comments when file is accessible to users with numeric ids
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tests for systemtags related to numeric user ids
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
fix systemtags event with numeric user ids
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
John Molakvoæ (skjnldsv) [Thu, 1 Mar 2018 19:43:12 +0000 (20:43 +0100)]
Use apps versions to generate suffix when possible
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Nextcloud bot [Thu, 1 Mar 2018 01:13:01 +0000 (01:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 28 Feb 2018 01:13:25 +0000 (01:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 27 Feb 2018 17:40:42 +0000 (18:40 +0100)]
Merge pull request #8130 from nextcloud/fix-own-avatar-not-updated-when-display-name-is-changed
[stable12] Fix own avatar not updated when display name is changed
Julius Härtl [Tue, 27 Feb 2018 10:59:49 +0000 (11:59 +0100)]
Merge pull request #8549 from kyrofa/backport_12/8462/theming_app_outside_root
[stable12] theming: handle not being in the serverroot
Morris Jobke [Tue, 27 Feb 2018 08:07:20 +0000 (09:07 +0100)]
Merge pull request #8544 from nextcloud/allow-oc-upgrading
[stable12] Allow upgrading from OC 10.0.6 & 10.0.7
Nextcloud bot [Tue, 27 Feb 2018 01:15:16 +0000 (01:15 +0000)]
[tx-robot] updated from transifex
Kyle Fazzari [Wed, 21 Feb 2018 06:44:37 +0000 (22:44 -0800)]
theming: handle not being in the serverroot
Currently, the theming app assumes it's in the serverroot. However, with
Nextcloud's flexibility regarding configurable app paths, this is not a
safe assumption to make. If it happens to be an incorrect assumption,
the theming app fails to work.
Instead of relying on the serverroot, just use the path from the
AppManager and utilize relative paths for assets from there.
Fix #8462
Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
Morris Jobke [Mon, 26 Feb 2018 15:43:33 +0000 (16:43 +0100)]
Allow upgrading from OC 10.0.6 & 10.0.7
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 26 Feb 2018 14:09:54 +0000 (15:09 +0100)]
Merge pull request #8537 from nextcloud/8522-stable12
[stable12] Fix retrieval of group members with numerical uids from LDAP
Arthur Schiwon [Fri, 23 Feb 2018 11:05:50 +0000 (12:05 +0100)]
fix retrieving group members with numerical uids from LDAP
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Fri, 23 Feb 2018 11:04:48 +0000 (12:04 +0100)]
tests for retrieving group members with numerical uids
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Morris Jobke [Mon, 26 Feb 2018 11:28:01 +0000 (12:28 +0100)]
Merge pull request #8533 from nextcloud/8499-stable12
[stable12] don't try login with the same name that just failed
Arthur Schiwon [Thu, 22 Feb 2018 11:46:06 +0000 (12:46 +0100)]
don't try login with the same name that just failed
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Sat, 24 Feb 2018 15:26:06 +0000 (16:26 +0100)]
Merge pull request #8520 from nextcloud/stable12-8507
Add some whitespace around change.svg icon (stable12)
Roeland Jago Douma [Sat, 24 Feb 2018 15:25:17 +0000 (16:25 +0100)]
Merge pull request #8516 from nextcloud/12-8502
[stable12] Show hint in OCS API for user creation
Nextcloud bot [Sat, 24 Feb 2018 01:13:07 +0000 (01:13 +0000)]
[tx-robot] updated from transifex
Marin Treselj [Fri, 23 Feb 2018 10:19:08 +0000 (11:19 +0100)]
Add some whitespace around change.svg icon (stable12)
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Morris Jobke [Thu, 22 Feb 2018 13:16:49 +0000 (14:16 +0100)]
Show hint in OCS API for user creation
* adds a 107 error code together with the hint of the exception
* logs the exception as warning
* fixes #7946
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Fri, 23 Feb 2018 01:13:07 +0000 (01:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 22 Feb 2018 01:13:16 +0000 (01:13 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 21 Feb 2018 14:44:41 +0000 (15:44 +0100)]
Merge pull request #8205 from nextcloud/bugfix/noid/fix-result-size-when-searching-for-sharees
[stable12] Better result handling of email search
Nextcloud bot [Wed, 21 Feb 2018 01:12:58 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 20 Feb 2018 01:12:44 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 19 Feb 2018 01:12:43 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 18 Feb 2018 01:12:53 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Sat, 17 Feb 2018 14:38:27 +0000 (15:38 +0100)]
Merge pull request #8408 from nextcloud/stable12-8376-devgals
[stable12] Fix edit tag textbox size
Aastha Gupta [Thu, 15 Feb 2018 12:04:42 +0000 (17:34 +0530)]
Fix edit tag textbox size
Fixes #7586
Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
Nextcloud bot [Sat, 17 Feb 2018 01:12:55 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 16 Feb 2018 01:12:53 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 14 Feb 2018 21:38:20 +0000 (21:38 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Tue, 6 Feb 2018 17:00:42 +0000 (18:00 +0100)]
Limit the number of results when searching for remotes and emails
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 14 Feb 2018 01:12:43 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 13 Feb 2018 10:49:21 +0000 (10:49 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 13 Feb 2018 06:45:14 +0000 (07:45 +0100)]
Merge pull request #8262 from nextcloud/s3-folder-delete-12
[12] Fix deleting folders when using s3 external storage
Nextcloud bot [Mon, 12 Feb 2018 21:34:26 +0000 (21:34 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Mon, 29 Jan 2018 14:09:15 +0000 (15:09 +0100)]
fix invalidating folder cache for s3
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 29 Jan 2018 14:06:10 +0000 (15:06 +0100)]
adjust s3 bulk delete to new sdk syntax
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Fri, 9 Feb 2018 15:29:41 +0000 (15:29 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 9 Feb 2018 08:58:35 +0000 (09:58 +0100)]
Merge pull request #8146 from nextcloud/12-unperl-l10n
[stable12] Remove old perl script to update l10n files
Morris Jobke [Fri, 9 Feb 2018 08:57:45 +0000 (09:57 +0100)]
Merge pull request #8272 from nextcloud/12-8270
[stable12] Update CRL to revoke files_rightclick
Morris Jobke [Fri, 9 Feb 2018 08:42:57 +0000 (09:42 +0100)]
Update CRL to revoke files_rightclick
See https://github.com/nextcloud/app-certificate-requests/pull/134
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Fri, 9 Feb 2018 01:11:18 +0000 (01:11 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 25 Aug 2017 15:48:04 +0000 (17:48 +0200)]
Remove old perl script to update l10n files
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 8 Feb 2018 13:31:36 +0000 (14:31 +0100)]
Merge pull request #8101 from nextcloud/s3-uploader-12
[12] Use S3Client::upload instead of splitting single/multipart upload ourselves
Morris Jobke [Thu, 8 Feb 2018 10:02:56 +0000 (11:02 +0100)]
Merge pull request #8184 from robert-scheck/pki-validation-stable12
[stable12] Handle SSL certificate verifications for others than Let's Encrypt
Joas Schilling [Thu, 8 Feb 2018 09:20:56 +0000 (10:20 +0100)]
Merge pull request #8254 from nextcloud/12-8252
[stable12] Remove invalid link to documentation
Morris Jobke [Thu, 8 Feb 2018 08:17:56 +0000 (09:17 +0100)]
Merge pull request #8216 from nextcloud/6830_12
Nextcloud 12 is not compatible with newer than php 7.1
Roeland Jago Douma [Thu, 8 Feb 2018 08:10:59 +0000 (09:10 +0100)]
Merge pull request #8251 from nextcloud/8233_12
[stable12] actually return stream from swift
Morris Jobke [Thu, 8 Feb 2018 07:44:39 +0000 (08:44 +0100)]
Remove invalid link to documentation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Robin Appelman [Wed, 7 Feb 2018 16:10:59 +0000 (17:10 +0100)]
actually return stream from swift
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Thu, 8 Feb 2018 01:10:51 +0000 (01:10 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Wed, 7 Feb 2018 16:07:47 +0000 (17:07 +0100)]
Merge pull request #8229 from nextcloud/dav-dir-exception-previous-12
[12] keep previous exception when transforming to dav exception
Robin Appelman [Wed, 7 Feb 2018 12:34:30 +0000 (13:34 +0100)]
keep previous exception when transforming to dav exception
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Fri, 13 Oct 2017 19:30:29 +0000 (21:30 +0200)]
Nextcloud 12 is not compatible with newer than php 7.1
Just to avoid users from trying this with a to new (untested) php version
* Moved the check logic to 1 place
* All directly callable scripts just require this on top
* exit hard (-1) so we know scripts won't continue
* Return status 500 so no sync clients will try fancy stuff
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Wed, 7 Feb 2018 11:32:21 +0000 (11:32 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 7 Feb 2018 01:10:47 +0000 (01:10 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 6 Feb 2018 13:21:11 +0000 (14:21 +0100)]
Merge pull request #8196 from nextcloud/8160_12
[stable 12] Do not try to get the jailed path if we can't find the id
Roeland Jago Douma [Fri, 2 Feb 2018 19:08:23 +0000 (20:08 +0100)]
Do not try to get the jailed path if we can't find the id
Fixes #8047
If we can't find the file by id there we should just return null instead
of trying to get the jailed path of null.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Tue, 6 Feb 2018 01:10:45 +0000 (01:10 +0000)]
[tx-robot] updated from transifex
Robert Scheck [Mon, 5 Feb 2018 14:39:13 +0000 (15:39 +0100)]
Handle SSL certificate verifications for others than Let's Encrypt
Do no longer (wrongly) rewrite URLs like
* http://example.net/.well-known/pki-validation/file.txt (Comodo)
* http://example.net/.well-known/pki-validation/fileauth.txt (DigiCert, Thawte, GeoTrust)
* http://example.net/.well-known/pki-validation/gsdv.txt (GlobalSign)
* http://example.net/.well-known/pki-validation/starfield.htm (Starfield, GoDaddy)
* http://example.net/.well-known/pki-validation/swisssign-check.txt (SwissSign)
for automated SSL certificate verifications. All (common commercial)
certificate authorities (CA) except Let's Encrypt (via ACME) seem to
use "pki-validation" rather "acme-challenge" for their domain control
validation (DCV).
Signed-off-by: Robert Scheck <robert@fedoraproject.org>
Nextcloud bot [Mon, 5 Feb 2018 01:10:41 +0000 (01:10 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Feb 2018 01:10:51 +0000 (01:10 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Feb 2018 01:10:55 +0000 (01:10 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 2 Feb 2018 12:34:47 +0000 (13:34 +0100)]
Merge pull request #8152 from nextcloud/12-8150
[stable12] Update CRL because user_sql cert was lost
Morris Jobke [Fri, 2 Feb 2018 10:56:04 +0000 (11:56 +0100)]
Update CRL because user_sql cert was lost
* see https://github.com/nextcloud/app-certificate-requests/pull/129
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Fri, 2 Feb 2018 01:10:40 +0000 (01:10 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 1 Feb 2018 18:28:32 +0000 (18:28 +0000)]
[tx-robot] updated from transifex