1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-09-29 18:42:44 +02:00
Commit Graph

16852 Commits

Author SHA1 Message Date
Klaas Freitag
6eb4e707d9 Add module capability about if a post copy size check is required. 2012-07-04 15:03:15 +02:00
Klaas Freitag
8ba2f483bf Add a vio capabilites function to let a module define its capabilities. 2012-07-04 13:56:24 +02:00
Klaas Freitag
c263a39334 Compute server time from http header and adjust mtimes. 2012-07-03 14:38:43 +02:00
Klaas Freitag
dd4f76c5c7 replace URL by Link in user string 2012-07-02 11:03:41 +02:00
Klaas Freitag
98bc5098c9 Merge branch 'dav' of ssh://milliways.cryptomilk.org/users/freitag/csync into dav
Conflicts:
	src/csync_propagate.c
2012-07-01 15:27:41 +02:00
Klaas Freitag
3fad8b5a4b Added lost var declaration. 2012-06-26 18:30:50 +02:00
Klaas Freitag
f31c74743c Fix condition on when atomar push is allowed, never for local files. 2012-06-26 18:30:50 +02:00
Klaas Freitag
b5e40f0fa8 Updated Changelog 2012-06-26 18:30:50 +02:00
Klaas Freitag
8034da83cc Ability to push to remote without using a tempfile to copy to.
Modules such as ownCloud make sure anyway that the upload to a
remote resource happens atomar. This patch allows to switch off
the default behaviour of first copying to a temp file in the
same directory. Use csync_set_remote_push_atomar function to
switch off.
2012-06-26 18:30:50 +02:00
Klaas Freitag
9380869d01 Remove wrong cast 2012-06-26 18:30:50 +02:00
Klaas Freitag
1accd936f3 ownCloud: Fix mem leaks to bring valgrind down to zero loss. 2012-06-26 18:30:50 +02:00
Klaas Freitag
00d43e76de ownCloud: Use wide char aware file system functions. 2012-06-26 18:30:50 +02:00
Klaas Freitag
9c15351828 Added test for std function c_tmpname. 2012-06-26 18:30:50 +02:00
Klaas Freitag
92ec13d886 win32: Fix random file name generation, init random generator once. 2012-06-26 18:30:50 +02:00
Klaas Freitag
dd2e9ba747 Changelog updated for csync version 0.50.6. 2012-06-26 18:30:19 +02:00
Klaas Freitag
e129d02024 do not log on stderr on MacOSX because that spams system log 2012-06-26 18:28:38 +02:00
Klaas Freitag
d3d3454aaa Set csync version to 0.50.7. 2012-06-26 18:28:18 +02:00
Klaas Freitag
cd7aec1636 Do not log "module not found" messages if there is a second try. 2012-06-26 18:28:18 +02:00
Klaas Freitag
6fc93f64a4 win32: use wide char variant of CopyFile for file copy. 2012-06-26 18:28:18 +02:00
Klaas Freitag
4253194fa0 win32: Use wide character variant of GetSpecialFolderPath to get home. 2012-06-26 18:28:18 +02:00
Klaas Freitag
88dce3022d ownCloud: commented extensive log line. 2012-06-26 18:28:18 +02:00
Klaas Freitag
40eda1c004 logging in SSL callback, important to debug. 2012-06-26 18:28:18 +02:00
Klaas Freitag
1fe6db6b2b Fix wide character support for the mkdir definition. 2012-06-26 18:28:18 +02:00
Klaas Freitag
8b90e31ba9 ownCloud: Adopt logging to csync standard log instead of printf. 2012-06-26 18:28:18 +02:00
Klaas Freitag
5e040d47d6 Add ability to log to a callback for the csync library. 2012-06-26 18:28:07 +02:00
Klaas Freitag
4ec3f8ecea ownCloud: Proper initializations with NULL avoid a crash. 2012-06-26 18:28:07 +02:00
Klaas Freitag
84bf91b711 Win32: Chdir to app path before searching module relative. 2012-06-26 18:28:07 +02:00
Klaas Freitag
7ec663a0c6 Do not log on Apple by default as that goes to ASL 2012-06-26 18:28:07 +02:00
Klaas Freitag
2ef3931c32 ownCloud: Added redirect ability. 2012-06-26 18:28:07 +02:00
Klaas Freitag
f6b2b09911 Added changes for 0.50.6. 2012-06-26 18:27:57 +02:00
Klaas Freitag
36cf074337 Set version to 0.50.6 for next oC version. 2012-06-26 18:27:47 +02:00
Klaas Freitag
506d3759c2 ownCloud: Fix bug #613: Encode strange url correctly.
see http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-613
2012-06-26 18:27:47 +02:00
Klaas Freitag
a0fe623ab6 Do proper handling of Win32 special characters.
Introduced a tchar based handling of wide character encoding that
is happening on Windows platforms.
2012-06-26 18:27:47 +02:00
Klaas Freitag
09cdbfcd5e tests: exported csync treewalk function unit tests added. 2012-06-26 18:27:26 +02:00
Klaas Freitag
2fb8672d3e Fixed local treewalk function filter comment. 2012-06-26 18:27:26 +02:00
Klaas Freitag
893bba6548 tests: Fixed ownCloud script that broke because HTTP::DAV module. 2012-06-26 18:26:41 +02:00
Klaas Freitag
863faa0169 ownCloud: Fixed var initialization to avoid crash after thread
terminated.
2012-06-26 18:26:07 +02:00
Klaas Freitag
69e3f47b95 ownCloud: Add neon include dir variable to the compile include dirs. 2012-06-26 18:26:07 +02:00
Klaas Freitag
dbe623339c Changelog entries added for version 0.50.5. 2012-06-26 18:24:55 +02:00
Klaas Freitag
095f01302b Added GNUInstallDirs.cmake to lower the required cmake version. 2012-06-26 18:24:55 +02:00
Dominik Schmidt
b9edff2179 ownCloud: Fix warning condition in reader code. 2012-06-26 18:24:55 +02:00
Dominik Schmidt
02b617b536 Load plugins on MacOSX. 2012-06-26 18:24:39 +02:00
Dominik Schmidt
4c6a1356a1 Compile cstdlib with -fPIC. 2012-06-26 18:24:39 +02:00
Dominik Schmidt
19f460a9ea CMake: Fix owncloud linkage against neon. 2012-06-26 18:24:39 +02:00
Klaas Freitag
798dbb408f Pushed version to 0.50.5 and lib version 0.1.5 for next oC release. 2012-06-26 18:24:39 +02:00
Dominik Schmidt
56e6b900db Define O_NOATIME to 0 if it's not there 2012-06-26 18:24:39 +02:00
Dominik Schmidt
68b6fbeefe fix building without log4c 2012-06-26 18:24:39 +02:00
Dominik Schmidt
68526da12f cmake: Added Iniparser path hints. 2012-06-26 18:24:39 +02:00
Klaas Freitag
531c09f5b3 Push csync release to next internal beta 0.50.4. 2012-06-26 18:24:39 +02:00
Klaas Freitag
b0f6602681 Added a csync_errno function to provide more info for clients. 2012-06-26 18:24:08 +02:00