Daniel Molkentin
|
2de9cc9590
|
Use the themes appName() instead of "ownCloud".
This turns the Theme class into a singleton.
|
2012-09-24 17:57:20 +02:00 |
|
Klaas Freitag
|
8f40b2a276
|
Use delete[] to free mem from qstrdup, thanks valgrind.
|
2012-09-19 13:51:27 +03:00 |
|
Klaas Freitag
|
824bd1e087
|
Fix memory allocation for proxy struct in thread.
|
2012-08-30 18:50:42 +03:00 |
|
Klaas Freitag
|
fd7cb38c16
|
Use qthread more correct, see
http://labs.qt.nokia.com/2006/12/04/threading-without-the-headache/
|
2012-08-26 11:47:45 +02:00 |
|
Klaas Freitag
|
d733aac0e8
|
Fix QLatin1String issues.
|
2012-08-17 18:13:17 +03:00 |
|
Klaas Freitag
|
74c6c4e7c9
|
cleanups and improved error messaging on proxy problems.
|
2012-08-09 15:13:20 +03:00 |
|
Klaas Freitag
|
9e30fe4ea5
|
Do not stop syncing if local directories are write protected.
|
2012-08-09 12:12:54 +03:00 |
|
Klaas Freitag
|
80f2699c80
|
handle proxy port correctly.
|
2012-08-06 17:44:23 +03:00 |
|
Klaas Freitag
|
d3bb223898
|
Proceed proxy settings to csync thread.
|
2012-08-02 11:17:15 +03:00 |
|
Klaas Freitag
|
973c2c1786
|
remove the push atomar method call for csync.
|
2012-07-10 16:21:51 +02:00 |
|
Klaas Freitag
|
928ef731c9
|
Better protection against remote folder delete.
|
2012-06-25 14:18:13 +02:00 |
|
Klaas Freitag
|
6ad89d98a9
|
- Add csync push atomar switch
- Fix a wording if the directory does not exist.
|
2012-06-22 15:35:22 +02:00 |
|
Klaas Freitag
|
ce50043524
|
Improved some grammar based on Matts proposals.
|
2012-06-15 10:51:51 +02:00 |
|
Klaas Freitag
|
36ad4fdc83
|
More encoding fixes to make win32 with special chars work.
|
2012-06-13 17:34:20 +02:00 |
|
Klaas Freitag
|
2dcbb54095
|
Use UTF8 to read password and username rather than local8bit.
|
2012-06-13 11:29:38 +02:00 |
|
Klaas Freitag
|
06b3a50e84
|
Wipe the csync statedb after a sync definition is removed.
|
2012-06-11 10:10:07 +02:00 |
|
Klaas Freitag
|
8b38131b4b
|
Provide proper return value for getauth
|
2012-06-05 18:37:48 +02:00 |
|
Klaas Freitag
|
6f7165f9f0
|
A lot of krazy2 (codechecker) fixes.
|
2012-05-21 16:48:49 +02:00 |
|
Klaas Freitag
|
9c4613e5d2
|
Allow to interrupt running sync task, incl. some cleanups.
|
2012-04-30 08:56:56 +02:00 |
|
Klaas Freitag
|
603151fe08
|
Add proper error message if the owncloud module could not be loaded.
|
2012-04-23 10:58:21 +02:00 |
|
Klaas Freitag
|
b92c22b6df
|
use thread save implementation of error codes in csync.
|
2012-04-17 12:34:19 +02:00 |
|
Klaas Freitag
|
77fff8e1bf
|
Caught additional error messages
|
2012-04-15 16:49:11 +02:00 |
|
Klaas Freitag
|
3fede657b9
|
SSL Connection Warning dialog working.
|
2012-04-12 11:37:48 +02:00 |
|
Klaas Freitag
|
903c8ca220
|
Provide better error messages in owncloud for csync bugs.
|
2012-03-30 15:34:56 +02:00 |
|
Klaas Freitag
|
84ffebe26c
|
Let folderwatcher use the exclude list file.
simplified naming in mirallconfigfile class.
|
2012-03-28 12:23:34 +02:00 |
|
Klaas Freitag
|
47f5c51a87
|
Let csync load the exclude list file
|
2012-03-28 11:26:51 +02:00 |
|
Klaas Freitag
|
9dcc948b3b
|
Disabled some logging
|
2012-03-26 14:38:48 +02:00 |
|
Klaas Freitag
|
bdbb85f245
|
Big changes: queue sync requests of folders and do in one thread
only to avoid thread clottering. Improve error reporting from the
csync thread.
|
2012-03-22 16:22:08 +01:00 |
|
Klaas Freitag
|
c6a9fb02d0
|
A more secure csync thread implementation (part1)
|
2012-03-21 18:03:49 +01:00 |
|
Klaas Freitag
|
ba13437fce
|
Remove user and passwd from ownCloud url and implement a callback.
Added static data to CSyncThread to hold user and passwd, which is
asked for in the callback.
|
2012-03-13 17:37:43 +01:00 |
|
Klaas Freitag
|
949b33a6d1
|
Set a variable poll timer interval, useful for multiple folders.
Start polltimer again after folder add.
|
2012-03-08 11:39:31 +01:00 |
|
Klaas Freitag
|
f6846a2107
|
Added local polling to owncloud folder, based on csync.
|
2012-02-28 16:49:13 +01:00 |
|
Klaas Freitag
|
0c46382b6b
|
moved CsyncThread class to its own file
|
2012-02-15 09:30:37 +01:00 |
|