nextcloud-desktop.git
11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 16 Mar 2015 06:18:44 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 14 Mar 2015 06:18:44 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years agoshell_integration: Fix disappearing context menus on Windows #2898
Jocelyn Turcotte [Fri, 13 Mar 2015 17:30:45 +0000 (18:30 +0100)]
shell_integration: Fix disappearing context menus on Windows #2898

Since each new connection to the socket API would trigger a broadcast
of REGISTER_PATH to all existing connections, opening the context menu
would trigger a SHChangeNotify call of the root directory through
the overlay icon extension, which is currently also connected to the
socket API, waiting for changes.

Fix the issue by sending the initial REGISTER_PATH automatic response
only to the connecting socket.

11 years agoOS X: Always return 0 from pre_install.sh
Markus Goetz [Fri, 13 Mar 2015 15:35:44 +0000 (16:35 +0100)]
OS X: Always return 0 from pre_install.sh

11 years agoPropagator: Add comment
Markus Goetz [Fri, 13 Mar 2015 14:48:35 +0000 (15:48 +0100)]
Propagator: Add comment

11 years agoRemote folder wizard: Add optional manual entry #2613
Christian Kamm [Thu, 12 Mar 2015 14:59:59 +0000 (15:59 +0100)]
Remote folder wizard: Add optional manual entry #2613

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 13 Mar 2015 06:18:46 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years agospelling corrections
Carla Schroder [Thu, 12 Mar 2015 16:48:00 +0000 (09:48 -0700)]
spelling corrections

11 years agofix server side permissions table
Carla Schroder [Thu, 12 Mar 2015 16:46:27 +0000 (09:46 -0700)]
fix server side permissions table

11 years agoInstall the crash handler earlier during startup
Jocelyn Turcotte [Thu, 12 Mar 2015 15:49:47 +0000 (16:49 +0100)]
Install the crash handler earlier during startup

This moves the crash handler installation during the OCC::Application
contruction. This still leaves a window where crashes wouldn't be
caught, leaving the QtSingleApplication and theme initialization
code unreported, but isn't requiring any refactoring for now.

Issue #2952

11 years agoDoc: Formatting fixes
Klaas Freitag [Thu, 12 Mar 2015 15:59:12 +0000 (16:59 +0100)]
Doc: Formatting fixes

11 years agoSome ChangeLog corrections.
Klaas Freitag [Thu, 12 Mar 2015 15:49:31 +0000 (16:49 +0100)]
Some ChangeLog corrections.

11 years agoWin32: More reserved file names to ignore, including Recycle Bin
Daniel Molkentin [Thu, 12 Mar 2015 15:25:32 +0000 (16:25 +0100)]
Win32: More reserved file names to ignore, including Recycle Bin

Addresses #2955

11 years agoshell_integration: Remove the incorrect usage of the MIIM_BITMAP flag
Jocelyn Turcotte [Thu, 12 Mar 2015 13:58:54 +0000 (14:58 +0100)]
shell_integration: Remove the incorrect usage of the MIIM_BITMAP flag

This flag should only be specified if the hbmpItem member of the
MENUITEMINFO has been set.

11 years agoFix the build with GCC 4.7
Jocelyn Turcotte [Thu, 12 Mar 2015 11:56:43 +0000 (12:56 +0100)]
Fix the build with GCC 4.7

Disable bitfields completely in SyncFileItem with that compiler.

11 years agoUploads: Fix big seeks on Windows. #2954
Christian Kamm [Thu, 12 Mar 2015 12:18:08 +0000 (13:18 +0100)]
Uploads: Fix big seeks on Windows. #2954

11 years agoSet version postfix to rc1
Klaas Freitag [Thu, 12 Mar 2015 10:21:23 +0000 (11:21 +0100)]
Set version postfix to rc1

11 years agoLogging: Print instruction when job completed.
Christian Kamm [Thu, 12 Mar 2015 09:26:44 +0000 (10:26 +0100)]
Logging: Print instruction when job completed.

11 years agoFolderMan: fix folderSyncStateChange emission. #2896
Christian Kamm [Thu, 12 Mar 2015 08:58:30 +0000 (09:58 +0100)]
FolderMan: fix folderSyncStateChange emission. #2896

It was not emitted when a removed folder finished its sync,
and that left the UI in an old state sometimes.

Removing the Folder explicitly is unnecessary as a QSignalMapper
will automatically remove mappings for deleted QObjects.

11 years agoActivity: Set a message for conflicts. #2792
Christian Kamm [Thu, 12 Mar 2015 08:32:44 +0000 (09:32 +0100)]
Activity: Set a message for conflicts. #2792

Also show size when conflicting files are downloaded.

11 years agoRemove unused (and partly binary!) NSIS artifacts
Daniel Molkentin [Thu, 12 Mar 2015 08:26:41 +0000 (09:26 +0100)]
Remove unused (and partly binary!) NSIS artifacts

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 12 Mar 2015 06:18:36 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years agoshell_integrations: Fix the precompiled headers usage in OCUtil
Jocelyn Turcotte [Wed, 11 Mar 2015 16:57:07 +0000 (17:57 +0100)]
shell_integrations: Fix the precompiled headers usage in OCUtil

Enable it in all configurations and add the missing include.

11 years agoOS X: Fix UI glitches related to sync folder
Markus Goetz [Wed, 11 Mar 2015 15:41:37 +0000 (16:41 +0100)]
OS X: Fix UI glitches related to sync folder

For #2113 and #2947

11 years agoCompletely disable the crash handler if the user disabled it
Jocelyn Turcotte [Wed, 11 Mar 2015 14:34:53 +0000 (15:34 +0100)]
Completely disable the crash handler if the user disabled it

The config currently only disable the reporter, but still leaves
the crash handler installed on startup. This causes conflicts
when running those builds in lldb.

Work around the issue by requiring the crash reporter to be
disabled in the settings before owncloud can be run in lldb.
This has the negative side-effect of not covering the
initial ConfigFile loading with the crash handler.

Issue #2946

11 years agoShareDialog: Connect the proper DateEdit signal.
Klaas Freitag [Wed, 11 Mar 2015 14:46:05 +0000 (15:46 +0100)]
ShareDialog: Connect the proper DateEdit signal.

11 years agoShareDialog: If the password is empty, disable button
Klaas Freitag [Wed, 11 Mar 2015 13:57:55 +0000 (14:57 +0100)]
ShareDialog: If the password is empty, disable button

11 years agoShareDialog: Consider if resharing is not allowed on a share.
Klaas Freitag [Wed, 11 Mar 2015 13:09:31 +0000 (14:09 +0100)]
ShareDialog: Consider if resharing is not allowed on a share.

If a file or directory is shared without resharing permission, the
share dialog displays an error. This is not the optimal solution, but
best for now, as we do not have the permissions available for the file
manager plugin.

This fixes #2923

11 years agoSocketAPI: If filename has a trailing slash, remove it.
Klaas Freitag [Wed, 11 Mar 2015 13:09:06 +0000 (14:09 +0100)]
SocketAPI: If filename has a trailing slash, remove it.

The SyncJournal stores the the names of directories without trailing slash.

11 years agodoc: Added snippet about custom WebDAV properties.
Klaas Freitag [Wed, 11 Mar 2015 09:29:58 +0000 (10:29 +0100)]
doc: Added snippet about custom WebDAV properties.

11 years agoLnk: Work around QFile::rename() #2792
Christian Kamm [Wed, 11 Mar 2015 09:51:36 +0000 (10:51 +0100)]
Lnk: Work around QFile::rename() #2792

QFile::rename() fails if the source file is a shortcut to a file
or directory that does not exist.

11 years agoShrink sizeof(SyncFileItem) by 20%
Jocelyn Turcotte [Wed, 11 Mar 2015 10:41:42 +0000 (11:41 +0100)]
Shrink sizeof(SyncFileItem) by 20%

Move all small fields together in the struct and make them use bitfields.
Also remove the unused log::_other_remotePerm field.

11 years agoDisable parallel uploads for server versions <= 8.0.2
Olivier Goffart [Wed, 11 Mar 2015 10:31:51 +0000 (11:31 +0100)]
Disable parallel uploads for server versions <= 8.0.2

Issue #2938

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 11 Mar 2015 06:18:42 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years agoOutput a more sensible error message for auth errors
Klaas Freitag [Tue, 10 Mar 2015 11:14:14 +0000 (12:14 +0100)]
Output a more sensible error message for auth errors

11 years agoRevert "SetupW: Display proper error messages if password or user was wrong."
Klaas Freitag [Tue, 10 Mar 2015 10:17:35 +0000 (11:17 +0100)]
Revert "SetupW: Display proper error messages if password or user was wrong."

This reverts commit 396f38598fa7f9e04adc4bd9a963fbd8f95a5161.

This adds redundant code and potentially breaks Shibboleth

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 10 Mar 2015 06:18:50 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years agoRevert "Propagator: Delete job on finish"
Markus Goetz [Mon, 9 Mar 2015 15:19:16 +0000 (16:19 +0100)]
Revert "Propagator: Delete job on finish"

Needs a bit more thinking.

This reverts commit 8746914f3b5ca659b2726c609703597a81810af4.

11 years agoPropagator: Use QBA for responseTimestamp instead of QString
Markus Goetz [Mon, 9 Mar 2015 14:52:52 +0000 (15:52 +0100)]
Propagator: Use QBA for responseTimestamp instead of QString

11 years agoPropagator: Delete job on finish
Markus Goetz [Mon, 9 Mar 2015 14:41:13 +0000 (15:41 +0100)]
Propagator: Delete job on finish

11 years agoMake win32 build work again.
Klaas Freitag [Mon, 9 Mar 2015 14:14:55 +0000 (15:14 +0100)]
Make win32 build work again.

11 years agoShareDialog: Made it less "webbish" for better usability.
Klaas Freitag [Mon, 9 Mar 2015 13:33:02 +0000 (14:33 +0100)]
ShareDialog: Made it less "webbish" for better usability.

- Check the share checkbox automatically on open of the dialog
- Use the date picker with popping up calendar
- Proper initial size
- no resizing and appearing and disappearing.

Fixes probably #2917, also #2764

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 9 Mar 2015 06:18:47 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 7 Mar 2015 07:18:24 +0000 (02:18 -0500)]
[tx-robot] updated from transifex

11 years agoFix a crash in the crash reporter on OSX
Jocelyn Turcotte [Fri, 6 Mar 2015 18:11:51 +0000 (19:11 +0100)]
Fix a crash in the crash reporter on OSX

The install_name of dependent libraries need to be updated
like we do for cmd and gui.

11 years agoAdd a gen_sym_files script for OSX
Jocelyn Turcotte [Fri, 6 Mar 2015 18:06:38 +0000 (19:06 +0100)]
Add a gen_sym_files script for OSX

This attempts to replicate what i686-w64-mingw32-gen_sym_files
is doing for us with MinGW by parsing the output of otool -L
to get the library name actually used by the executable.

11 years agoSetupW: Display proper error messages if password or user was wrong.
Klaas Freitag [Fri, 6 Mar 2015 15:36:21 +0000 (16:36 +0100)]
SetupW: Display proper error messages if password or user was wrong.

If the password or user was wrong during setup, the client showed a
ConnectionClosed error instead of a proper Username or password wrong
message. This was because in HTTPCredentials::slotAuthentication, the
reply is closed, and a property is set to indicate the auth problem.

This patch now checks at all occurences of networkErrors if it might
have been an authentication problem, and displays something useful.

There is a good chance that this is a sufficient fix for
owncloud/enterprise#556

11 years agoPush version to beta3
Klaas Freitag [Fri, 6 Mar 2015 15:35:20 +0000 (16:35 +0100)]
Push version to beta3

11 years agoTheme: Return the correct version string from version()
Klaas Freitag [Thu, 5 Mar 2015 16:09:54 +0000 (17:09 +0100)]
Theme: Return the correct version string from version()

11 years agowin32: libproxy is not needed
Daniel Molkentin [Fri, 6 Mar 2015 14:47:12 +0000 (15:47 +0100)]
win32: libproxy is not needed

11 years agoSyncEngine: Show a debug msg only when relevant
Markus Goetz [Fri, 6 Mar 2015 08:28:50 +0000 (09:28 +0100)]
SyncEngine: Show a debug msg only when relevant

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 6 Mar 2015 07:18:35 +0000 (02:18 -0500)]
[tx-robot] updated from transifex

11 years agoPropagate: Don't retry direct download on abort
Markus Goetz [Thu, 5 Mar 2015 20:56:39 +0000 (21:56 +0100)]
Propagate: Don't retry direct download on abort

11 years agoETags: For Folder and RequestEtagJob, always use Concatenation
Markus Goetz [Thu, 5 Mar 2015 16:49:12 +0000 (17:49 +0100)]
ETags: For Folder and RequestEtagJob, always use Concatenation

11 years agoDiscovery: Change abort code a bit
Markus Goetz [Thu, 5 Mar 2015 15:50:33 +0000 (16:50 +0100)]
Discovery: Change abort code a bit

Now pressing pause in the UI will not show an error to the user.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 5 Mar 2015 07:18:52 +0000 (02:18 -0500)]
[tx-robot] updated from transifex

11 years agoAdd OWNCLOUDSYNC_EXPORT prefix to make windows build.
Klaas Freitag [Wed, 4 Mar 2015 12:50:55 +0000 (13:50 +0100)]
Add OWNCLOUDSYNC_EXPORT prefix to make windows build.

11 years agoBump version to 1.8.0 beta2.
Klaas Freitag [Wed, 4 Mar 2015 11:29:17 +0000 (12:29 +0100)]
Bump version to 1.8.0 beta2.

11 years agoPropagateUpload: also read the OC-ErrorString header from the poll job
Olivier Goffart [Wed, 4 Mar 2015 11:00:25 +0000 (12:00 +0100)]
PropagateUpload:  also read the OC-ErrorString header from the poll job

11 years agoPropagateUpload: add a few comments
Olivier Goffart [Wed, 4 Mar 2015 07:42:24 +0000 (08:42 +0100)]
PropagateUpload: add a few comments

11 years agoFix missing symbols on XP
Jocelyn Turcotte [Wed, 4 Mar 2015 08:50:02 +0000 (09:50 +0100)]
Fix missing symbols on XP

Import a fix from libcrashreporter-qt that should remove
usage of symbols not available in XP's msvcrt.dll

This should help solving #2907 with the crash reporter enabled.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 4 Mar 2015 07:18:30 +0000 (02:18 -0500)]
[tx-robot] updated from transifex

11 years agoPropagator: Don't use 0,0 progress signals.
Markus Goetz [Tue, 3 Mar 2015 16:46:13 +0000 (17:46 +0100)]
Propagator: Don't use 0,0 progress signals.

They seemed to have messed up the calculation sometimes for
the last chunk.

11 years agosetup wizard: use a PROPFIND instead of a GET on the webdav url
Olivier Goffart [Tue, 3 Mar 2015 15:01:41 +0000 (16:01 +0100)]
setup wizard: use a PROPFIND instead of a GET on the webdav url

In order to initiate the conneciton, we should not send a GET on the
webdav URL because that is not a valid webdav command on a collection.

Issue #2911

11 years agoDiscoveryJob: Fix progress display.
Klaas Freitag [Tue, 3 Mar 2015 15:00:45 +0000 (16:00 +0100)]
DiscoveryJob: Fix progress display.

This fixes #2909

11 years agoFix build of the legacy propagator
Olivier Goffart [Tue, 3 Mar 2015 09:05:38 +0000 (10:05 +0100)]
Fix build of the legacy propagator

11 years agoDo not ask for the password when the check server job times up
Olivier Goffart [Tue, 3 Mar 2015 07:33:59 +0000 (08:33 +0100)]
Do not ask for the password when the check server job times up

QNetworkReply::OperationCanceledError may be both because of anthentication
error (because the HTTPCredentials abort the reply) or because of a timeout
(the timer abort the reply). We should only ask for the password if the
reply was canceled because the password was wrong.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 3 Mar 2015 07:18:28 +0000 (02:18 -0500)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 3 Mar 2015 06:15:17 +0000 (01:15 -0500)]
[tx-robot] updated from transifex

11 years agoDiscovery: Free some memory before propagate (#2902)
Markus Goetz [Mon, 2 Mar 2015 14:08:21 +0000 (15:08 +0100)]
Discovery: Free some memory before propagate (#2902)

11 years agoDiscovery: Free some memory on VIO dir close (#2902)
Markus Goetz [Mon, 2 Mar 2015 13:09:01 +0000 (14:09 +0100)]
Discovery: Free some memory on VIO dir close (#2902)

11 years agoLsColJob: one must now specify the properties
Olivier Goffart [Mon, 2 Mar 2015 10:00:37 +0000 (11:00 +0100)]
LsColJob: one must now specify the properties

So the discovery phase don't ask for the quota, and the selective sync
don't ask for all the other properties

Issue #2906

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 1 Mar 2015 07:18:29 +0000 (02:18 -0500)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 28 Feb 2015 07:18:39 +0000 (02:18 -0500)]
[tx-robot] updated from transifex

11 years agoUpdate Windows cross build instructions for 1.8
Daniel Molkentin [Fri, 27 Feb 2015 16:13:14 +0000 (17:13 +0100)]
Update Windows cross build instructions for 1.8

11 years agolibowncloudsync: Don't link to Qt SQL and Qt XML
Markus Goetz [Fri, 27 Feb 2015 15:20:08 +0000 (16:20 +0100)]
libowncloudsync: Don't link to Qt SQL and Qt XML

For issue #2901 ..

11 years agoFileSystem: Remove QFileInfo based implementations.
Klaas Freitag [Fri, 27 Feb 2015 14:27:49 +0000 (15:27 +0100)]
FileSystem: Remove QFileInfo based implementations.

QFileInfo has to be refreshed if the underlying file has been
modified in between. That is dangerous so ckamm and me decided
to eliminate the QFileInfo based implementations.

This was triggered by a bug that the client uploaded files that
it should not have.

11 years agoEnsure good sync state if in-progress folder is deleted. #2896
Christian Kamm [Fri, 27 Feb 2015 09:42:59 +0000 (10:42 +0100)]
Ensure good sync state if in-progress folder is deleted. #2896

The slotFolderSyncFinished() didn't reliably trigger because
the folder was being deleted before the syncFinished signal could
fire.

11 years agoInform user about ignored long files. #2882
Christian Kamm [Fri, 27 Feb 2015 10:25:03 +0000 (11:25 +0100)]
Inform user about ignored long files. #2882

11 years agoToken Auth: Allow empty token
Markus Goetz [Fri, 27 Feb 2015 10:54:28 +0000 (11:54 +0100)]
Token Auth: Allow empty token

Just username/password. The received token will automatically be stored
inside the QNetworkCookieJar.

11 years agoMerge pull request #2900 from rullzer/qt-4.8-fix
Daniel Molkentin [Fri, 27 Feb 2015 07:56:40 +0000 (08:56 +0100)]
Merge pull request #2900 from rullzer/qt-4.8-fix

static member QFileInfo::exists is not available on 4.8

11 years agostatic member QFileInfo::exists is not available on 4.8
Roeland Jago Douma [Fri, 27 Feb 2015 07:43:33 +0000 (08:43 +0100)]
static member QFileInfo::exists is not available on 4.8

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 27 Feb 2015 07:18:29 +0000 (02:18 -0500)]
[tx-robot] updated from transifex

11 years agocsync_exclude: Ignore files where the filename length is > 254 chars.
Klaas Freitag [Thu, 26 Feb 2015 16:09:49 +0000 (17:09 +0100)]
csync_exclude: Ignore files where the filename length is > 254 chars.

This is for example HFS+ and others. It fixes #2882

11 years agoSocketAPI: Append trailing slash for directories in UPDATE_VIEW.
Klaas Freitag [Thu, 26 Feb 2015 15:40:48 +0000 (16:40 +0100)]
SocketAPI: Append trailing slash for directories in UPDATE_VIEW.

This fixes #2233

11 years agoPropagator: Let network propagator job understand a new header OC-ErrorString
Olivier Goffart [Thu, 26 Feb 2015 14:52:07 +0000 (15:52 +0100)]
Propagator: Let network propagator job understand a new header OC-ErrorString

This allows the server to send a readable error string in many cases

11 years agoRemove mention of allprop #2865
Christian Kamm [Thu, 26 Feb 2015 11:36:11 +0000 (12:36 +0100)]
Remove mention of allprop #2865

11 years agoPropagator: Upload files with future timestamps. #2880
Christian Kamm [Thu, 26 Feb 2015 10:00:06 +0000 (11:00 +0100)]
Propagator: Upload files with future timestamps. #2880

11 years agoSharing: Fix for folders containing &. #2892
Christian Kamm [Thu, 26 Feb 2015 08:40:54 +0000 (09:40 +0100)]
Sharing: Fix for folders containing &. #2892

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 26 Feb 2015 07:18:35 +0000 (02:18 -0500)]
[tx-robot] updated from transifex

11 years agoAdd proper copyright headers to some files, fixes #2869
Klaas Freitag [Wed, 25 Feb 2015 16:00:27 +0000 (17:00 +0100)]
Add proper copyright headers to some files, fixes #2869

11 years agoShareDialog: Improve some GUI, fix #2850
Klaas Freitag [Wed, 25 Feb 2015 12:44:12 +0000 (13:44 +0100)]
ShareDialog: Improve some GUI, fix #2850

This improves some wording and fixes some show/hide issues with password
setting.

11 years agoSharedialog: Add a Share button.
Klaas Freitag [Wed, 25 Feb 2015 12:41:44 +0000 (13:41 +0100)]
Sharedialog: Add a Share button.

11 years agoCrash Reporter: fix submit URL
Daniel Molkentin [Wed, 25 Feb 2015 11:33:08 +0000 (12:33 +0100)]
Crash Reporter: fix submit URL

11 years agoshell_integration: Remove OwnCloud from public strings on OSX
Jocelyn Turcotte [Wed, 25 Feb 2015 11:10:36 +0000 (12:10 +0100)]
shell_integration: Remove OwnCloud from public strings on OSX

Also removed it from commented out logs just in case.

11 years agoHandle 503 due to maintenance more gracefully. #2884
Christian Kamm [Wed, 25 Feb 2015 08:49:39 +0000 (09:49 +0100)]
Handle 503 due to maintenance more gracefully. #2884

11 years agoDiscovery: Distinguish 503 Storage not available. #2884
Christian Kamm [Wed, 25 Feb 2015 07:57:39 +0000 (08:57 +0100)]
Discovery: Distinguish 503 Storage not available. #2884

11 years agoSocketAPI: Don't mark .lnk files as ignored on windows. #2447
Christian Kamm [Wed, 25 Feb 2015 10:55:48 +0000 (11:55 +0100)]
SocketAPI: Don't mark .lnk files as ignored on windows. #2447

11 years agolnk files: Fix exists() calls. #2792
Christian Kamm [Wed, 25 Feb 2015 09:51:05 +0000 (10:51 +0100)]
lnk files: Fix exists() calls. #2792

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 25 Feb 2015 07:18:31 +0000 (02:18 -0500)]
[tx-robot] updated from transifex