1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-18 10:42:46 +02:00

Commit Graph

  • dd8ceacf75 Avoid compile warning due to non-top variable declaration. Klaas Freitag 2013-05-22 12:14:47 +0200
  • 673ca36db8 More efficient database writing, do integrity check on db. Klaas Freitag 2013-05-21 15:33:09 +0200
  • 68e0dbb18f Use wide character unlink. Klaas Freitag 2013-05-21 15:32:16 +0200
  • 62ad2f19e3 Setup Wizard: Make server/folder buttons work Daniel Molkentin 2013-05-21 14:25:31 +0200
  • 14f55420f9 Remove obsolete connect statement Daniel Molkentin 2013-05-21 14:20:56 +0200
  • d4ea0ba6ba Merge branch 'master' of git://github.com/gnumdk/mirall Daniel Molkentin 2013-05-20 16:54:49 +0200
  • 23912a7214 Reworked database writing code. Speed improvement > 50%. Klaas Freitag 2013-05-20 12:24:01 +0200
  • 4ad01b35ce Switch on full synchronous mode for sqlite. Klaas Freitag 2013-05-20 11:10:27 +0200
  • c06f7b7ecb Update README.md Daniel Molkentin 2013-05-20 11:00:02 +0200
  • 3a50eece9e More theming refactoring Daniel Molkentin 2013-05-17 20:56:17 +0200
  • 44f0fb0242 Fix broken include Daniel Molkentin 2013-05-17 20:12:31 +0200
  • c210e2b72f Remove obsolete miralltheme Daniel Molkentin 2013-05-17 20:11:16 +0200
  • 7b5079f043 Amendment to previous commit Daniel Molkentin 2013-05-17 18:26:55 +0200
  • be4027fb36 Remove deleted file from resources Daniel Molkentin 2013-05-17 18:13:14 +0200
  • 0f03b47a46 Make new connection wizard themable Daniel Molkentin 2013-05-17 18:05:22 +0200
  • 053a9b7da0 Add neon includes to httpbf build Klaas Freitag 2013-05-17 12:45:39 +0200
  • c923e0803e Add SyncResult::SyncPrepare case to FileItemDialog Daniel Molkentin 2013-05-17 12:32:36 +0200
  • 61335b6a70 Do not set the error_code from errno Klaas Freitag 2013-05-17 12:25:17 +0200
  • bd74dbbfc5 doc: markup fixes Daniel Molkentin 2013-05-17 12:02:40 +0200
  • a0599e75b7 Update build instructions for Mac OS Daniel Molkentin 2013-05-17 11:40:43 +0200
  • 4f47aba1e2 Allow user aborting in chunked uploads Klaas Freitag 2013-05-16 17:37:30 +0200
  • 2385bbcf55 Add an abort callback. Klaas Freitag 2013-05-16 17:37:00 +0200
  • f334b6349b Add a call to quit to make the thread ending the loop Klaas Freitag 2013-05-16 17:35:40 +0200
  • ad7aac4152 Rather use eq and ne for string comparison. Klaas Freitag 2013-05-16 16:12:27 +0200
  • b9c7980433 Work on non-mac again Daniel Molkentin 2013-05-16 15:00:52 +0200
  • 07ce6cfa79 don't use member variable of the propagator Olivier Goffart 2013-05-16 14:50:36 +0200
  • 9ce47c9675 make the propagator asynchronous Olivier Goffart 2013-05-16 13:54:22 +0200
  • 2ff9fcfa1d Fix crash if _thread is not initialized before. Klaas Freitag 2013-05-16 13:26:05 +0200
  • ecff867e46 Get further on mac Daniel Molkentin 2013-05-16 13:02:51 +0200
  • 4af8f470e8 Check the stat result. Klaas Freitag 2013-05-16 12:46:06 +0200
  • 5c79d8bdef t3.pl: test renaming folder Olivier Goffart 2013-05-15 15:19:46 +0200
  • d8d4f118d7 Fix possible leak Olivier Goffart 2013-05-15 11:39:01 +0200
  • 6b4501fd4b Try to make t1 utf-8-mac safe Daniel Molkentin 2013-05-15 17:57:19 +0200
  • 40255d643c propagator-ng: adapt to the merge of rename_folders branch Olivier Goffart 2013-05-15 15:22:20 +0200
  • ccb8fcc614 ignore t1.cfg Daniel Molkentin 2013-05-15 14:39:23 +0200
  • 551d457c7c Pulled Test.pm out of t1.pl for reuse. Simplified t1.pl. Klaas Freitag 2013-05-15 11:15:50 +0200
  • aa23e4698b Correct spelling of some mac os meta files Daniel Molkentin 2013-05-14 23:15:22 +0200
  • eb2997e609 Normalized UTF-8 and createLocalFile added. Klaas Freitag 2013-05-14 17:46:35 +0200
  • ae1541a95f Dependency info added. Klaas Freitag 2013-05-14 16:32:36 +0200
  • f56a075f36 Create directories vio mkcol and do not compare dir sizes. Klaas Freitag 2013-05-14 16:01:57 +0200
  • 00d27d0e9c Fix HTTPBF again Olivier Goffart 2013-05-13 17:50:39 +0200
  • 3e795a84c2 Fix memory leak. Olivier Goffart 2013-05-13 17:46:21 +0200
  • 6735b82326 Fix leak Olivier Goffart 2013-05-13 17:45:12 +0200
  • 1a648a612e Merge remote-tracking branch 'ogoffart/rename_folders_merged' into dav Klaas Freitag 2013-05-13 16:28:31 +0200
  • 8f6562f737 Disabled lock test for owncloud. Klaas Freitag 2013-05-13 15:30:10 +0200
  • f2f12a5629 Use %d for int variables in sprintf. Klaas Freitag 2013-05-13 15:30:01 +0200
  • 885eaad729 Removed goto from code. Klaas Freitag 2013-05-13 15:29:29 +0200
  • cb0e06e7f8 Merge remote-tracking branch 'ogoffart/dav' into dav Klaas Freitag 2013-05-13 15:10:29 +0200
  • 7b060a7af6 Do not create lock for ownCloud Client any more. Klaas Freitag 2013-05-13 14:03:33 +0200
  • 28942e3051 Recreates the statedb if it was corrupted Olivier Goffart 2013-05-13 11:57:25 +0200
  • b31200a6f2 propagator-ng: fix setting the mtime Olivier Goffart 2013-05-10 13:20:21 +0200
  • 8f3e260ede fix typo Olivier Goffart 2013-05-10 13:11:01 +0200
  • 41a56b19b7 t1.pl: let configure csync command Olivier Goffart 2013-05-10 12:45:51 +0200
  • 98cbb599b8 Fix handling of conflicting directories Olivier Goffart 2013-05-10 12:35:10 +0200
  • b7c03e92da Temporary disable cached propfind. Klaas Freitag 2013-05-10 09:55:44 +0200
  • 302fdeb1f9 Use UTF-8 for basic auth Daniel Molkentin 2013-05-09 22:01:39 +0200
  • eea8542fc0 Quit app/abort sync gracefully. Daniel Molkentin 2013-05-09 21:55:28 +0200
  • 276ccd3fb6 Fix setting of csync error code in updater. Klaas Freitag 2013-05-09 14:12:26 +0200
  • 9d84c19b69 Reworked integration test: File assert traversal fixed. Klaas Freitag 2013-05-08 18:39:21 +0200
  • b1f62b51bf Add owncloud module files to build. Klaas Freitag 2013-05-08 18:39:07 +0200
  • a75376e6a7 Rename csync_abort -> async_request_abort. Add csync_resume. Daniel Molkentin 2013-05-08 17:33:50 +0200
  • ee5aaf76c5 Introduce csync_abort() Daniel Molkentin 2013-05-08 15:28:26 +0200
  • ecd314cef5 Give the tmp file a proper hidden and excluded name Olivier Goffart 2013-05-08 14:31:52 +0200
  • 952290890c Merge remote-tracking branch 'origin/dav' into dav_recursive_update_squashed Markus Goetz 2013-05-08 14:31:24 +0200
  • 9b4eb40216 Remove timedelta stuff Markus Goetz 2013-05-08 14:27:59 +0200
  • 639f1127b7 Move stuff to _util.c Markus Goetz 2013-05-08 13:59:07 +0200
  • 0b1ecd0ac6 propagator-ng: Abort on fatal error Olivier Goffart 2013-05-08 13:30:30 +0200
  • 9c2f223093 Add module property to disable recursive PROPFIND Markus Goetz 2013-05-08 13:26:59 +0200
  • 927ccf5d08 Use C-style comments instead of modern // Markus Goetz 2013-05-08 13:20:42 +0200
  • 52e2775292 Make PROPFIND cache external unit Markus Goetz 2013-05-08 13:12:01 +0200
  • 852e30ef07 owncloudcmd: don't abort on unknown argument Olivier Goffart 2013-05-08 12:11:23 +0200
  • 980c176073 Recursive PROPFIND cache for ownCloud module Markus Goetz 2013-05-08 11:57:29 +0200
  • 2193da0ab5 Fix a few FIXME Olivier Goffart 2013-05-07 17:47:29 +0200
  • 7cd12e7dc5 remove some FIXME Olivier Goffart 2013-05-07 17:16:11 +0200
  • 3c87cd71d7 Merge branch 'rename_folders' into dav Olivier Goffart 2013-05-07 15:20:22 +0200
  • 52d9a9fb0a Merge remote-tracking branch 'ogoffart/dav' into dav Klaas Freitag 2013-05-07 12:28:35 +0200
  • c8fdf1d4fb Minor reformatting. Klaas Freitag 2013-05-07 12:27:40 +0200
  • 247f4d948c don't ajust the time anymore with the difference from client to server Olivier Goffart 2013-05-07 11:06:18 +0200
  • 79818924b3 Fix httpbf when resuming uploads Olivier Goffart 2013-05-07 10:51:19 +0200
  • b1ac67ce8b Always consider that the conflict should happen on the locale Olivier Goffart 2013-05-07 10:48:44 +0200
  • 685bf395be propagator-ng: resume uploads Olivier Goffart 2013-05-06 18:41:56 +0200
  • b0fbabc1bf Show progress in csync client with commandline switch -v Klaas Freitag 2013-05-06 17:27:20 +0200
  • 12b57124a4 Add a progress callback for overall and individual file up and download progress. Klaas Freitag 2013-05-06 17:14:17 +0200
  • 0636ae6f28 propagator-ng: be able to resume download Olivier Goffart 2013-05-06 16:59:11 +0200
  • 599e435443 Use the new logging framework for ownCloud module. Klaas Freitag 2013-05-06 16:58:14 +0200
  • 36ec7aa5b6 Added set_property method for the ownCloud module. Klaas Freitag 2013-05-06 16:56:45 +0200
  • 25948ef708 Add the file level progress callback. Klaas Freitag 2013-05-06 16:52:08 +0200
  • 4ce67e38d1 Fix printf operator to interpret phash correctly for sqlite3. Klaas Freitag 2013-05-06 16:27:11 +0200
  • 698edcc1c0 Revert "Fix httpbf test." Olivier Goffart 2013-05-06 16:13:58 +0200
  • 7f8eba3700 propagator-ng: set the modtime on downloaded files Olivier Goffart 2013-05-06 12:09:08 +0200
  • 02957aba45 propagator-ng: Emit the fileReceived signal Olivier Goffart 2013-05-05 12:33:46 +0200
  • 946258ca59 Created a test file for ownCloudPropagator. Not much in yet. Klaas Freitag 2013-05-05 12:36:42 +0200
  • 2e53e2e4e0 Really return true in case of error. Klaas Freitag 2013-05-05 12:34:38 +0200
  • 721a8f79ab Improve error handling, add error string to each individual file item. Klaas Freitag 2013-05-05 11:41:31 +0200
  • ecaf66db5d style: use _ in front of member variable Olivier Goffart 2013-05-05 11:30:05 +0200
  • 0c775aba6d propagator-ng: get the etag also in the GET request Olivier Goffart 2013-05-05 11:29:06 +0200
  • 71b238031f Fix compilation after previous rebase Olivier Goffart 2013-05-05 11:31:52 +0200
  • 662bd4e5fe propagator-ng: handle conflict Olivier Goffart 2013-05-05 11:14:40 +0200
  • 5118054fa3 Enable the backup of conflicts files in owncloudcmd Olivier Goffart 2013-05-05 10:49:48 +0200
  • c956d11183 More error handling of propagator, some cleanups. Klaas Freitag 2013-05-04 17:14:25 +0200