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

Commit Graph

  • a3b3c28694 CSyncThread: Fix unreachable code Daniel Molkentin 2013-07-23 14:34:06 +0200
  • 976c41a3b8 Beautified ProgressDispatcher Klaas Freitag 2013-07-23 13:32:24 +0200
  • da087292fd First version of progress in the context menu Daniel Molkentin 2013-07-23 13:18:52 +0200
  • 274f59f93b Reworked progress again following mirall bug #137 Klaas Freitag 2013-07-22 12:57:58 +0200
  • 85d810d2cf Rename signal from folderProgress to itemProgress. Klaas Freitag 2013-07-23 12:23:20 +0200
  • f47e8c4506 cmake: Disable cmake iconv check on win32. Klaas Freitag 2013-07-22 16:39:46 +0200
  • ab6ac22582 std: Cleanup utf8_from and to_locale function, added mem checks. Klaas Freitag 2013-07-22 16:38:49 +0200
  • fe706dc8f9 cmake: Check for existing header file in neon cmake module. Klaas Freitag 2013-07-22 16:28:29 +0200
  • db6b5131cc propagate: Base overall progress data on both trees rather than one. Klaas Freitag 2013-07-22 15:28:10 +0200
  • 05a62bb41f csync: Add userdata parameter to the overall progress callback. Klaas Freitag 2013-07-19 12:45:30 +0200
  • 0c3becfdb6 cmake: Fix make install on win32 platform. Klaas Freitag 2013-07-17 14:38:22 +0200
  • ba2963b388 tests: Use multibyte safe function. Klaas Freitag 2013-07-17 13:22:57 +0200
  • 4f45381920 owncloud: Also pass user from commandline. Klaas Freitag 2013-07-17 12:34:56 +0200
  • 939b262766 smb: Handle username given on command line correctly. Klaas Freitag 2013-07-17 12:32:52 +0200
  • a390444666 tests: Removed unused test file. Klaas Freitag 2013-07-11 10:50:22 +0200
  • 7417d6a830 tests: Modularize ownCloud's integration test script. Klaas Freitag 2013-07-11 10:47:50 +0200
  • 2143959f03 vio: Do not dereference again, it's already the method_handle. Klaas Freitag 2013-07-11 10:46:50 +0200
  • 9d1e020970 owncloud: Use correct namespace for fixing modification times. Klaas Freitag 2013-07-11 10:46:08 +0200
  • af3beca746 tests: Added test data for the owncloud integration test script. Klaas Freitag 2013-07-22 17:05:52 +0200
  • 35ebf70ad1 owncloud: Clear the stat cache on close to force a new stat call. Klaas Freitag 2013-07-22 17:04:07 +0200
  • 9f9209bba0 lock: Use wide char types for lock functions. Klaas Freitag 2013-07-10 15:59:17 +0200
  • 47f151c594 FolderWizard: Return targetPath properly Daniel Molkentin 2013-07-22 23:14:41 +0200
  • 7b5ef2186e Remove accidential change Daniel Molkentin 2013-07-22 23:14:12 +0200
  • 8236dafb96 INotify backend: honor ignored files Daniel Molkentin 2013-07-22 21:39:13 +0200
  • 56e5627b6b ownCloudFolder -> Folder Daniel Molkentin 2013-07-22 20:27:42 +0200
  • 38db0eddab Make selection of target ListView-based Daniel Molkentin 2013-07-22 18:07:44 +0200
  • 710625e2a3 Spelling bee Daniel Molkentin 2013-07-22 18:06:27 +0200
  • 70495d3ede client: Don't call strdup on NULL. Klaas Freitag 2013-07-10 15:37:58 +0200
  • 78605ac6cc exclude: Fix a double close(). Klaas Freitag 2013-07-10 15:33:14 +0200
  • def897ca67 exclude: Use mbchar to open exclude file. Klaas Freitag 2013-07-10 15:32:16 +0200
  • cd0b85dec5 exclude: Preinitialize memory with zero. Klaas Freitag 2013-07-10 15:23:29 +0200
  • 40d1498fc3 owncloud: Fix possible NULL pointer dereferences. Klaas Freitag 2013-07-10 15:17:26 +0200
  • 722a556a90 std: Fix a memory on error in c_compare_file(). Klaas Freitag 2013-07-10 15:11:39 +0200
  • f552637ffd owncloud: Fix a possible null pointer dereference. Klaas Freitag 2013-07-10 15:08:31 +0200
  • 4be88b68cc csync: Fix possible null pointer dereferences in tree walkers. Klaas Freitag 2013-07-10 15:04:56 +0200
  • 0876c18ec9 std: Fix a memleak on error in c_iconv(). Klaas Freitag 2013-07-10 15:00:30 +0200
  • 7c4c7f1b04 std: Fix memleak on error in c_rename(). Klaas Freitag 2013-07-10 14:57:19 +0200
  • 047cf69f1e std: Fix file descriptor checks. Klaas Freitag 2013-07-10 14:53:12 +0200
  • a5e7af6c1f Make FolderMan a singleton Daniel Molkentin 2013-07-22 13:59:52 +0200
  • 917cc7faab Base overall progress data on both trees not just one Klaas Freitag 2013-07-22 12:55:24 +0200
  • 5fe4d2db2b Introduce MirallConfigFile::save/restoreGeometry() Daniel Molkentin 2013-07-22 12:28:43 +0200
  • b2c587e2f8 Settings: Show overall state as account icon Daniel Molkentin 2013-07-22 12:11:12 +0200
  • 40c2d891c1 Refactor sync result Daniel Molkentin 2013-07-22 12:10:13 +0200
  • d5ad3a8a70 Removed mistakenly checked in file. Klaas Freitag 2013-07-22 09:47:15 +0200
  • c74382af4f octetsToString: Add TB case to pretty printer Daniel Molkentin 2013-07-20 01:27:41 +0200
  • 0be0111724 Use WA_DeleteOnClose for settings Daniel Molkentin 2013-07-20 01:27:00 +0200
  • f0d454b511 Ignore list editor fixes Daniel Molkentin 2013-07-20 01:26:11 +0200
  • b79a45403e Implement UI changes discussed with Jan. Daniel Molkentin 2013-07-19 22:14:07 +0200
  • 1cc60e755b Rather show overall progress in settings dialog. Klaas Freitag 2013-07-19 17:05:35 +0200
  • a12782dccf Add callback parameter and call overall progress bar for initialization. Klaas Freitag 2013-07-19 17:04:31 +0200
  • 59ed14698c Fix header Klaas Freitag 2013-07-19 17:04:13 +0200
  • 7fb7cc8c46 Don't hardcode strings, use constants instead Daniel Molkentin 2013-07-19 16:27:54 +0200
  • 1400889b23 Small cleanups Daniel Molkentin 2013-07-19 15:51:29 +0200
  • 44fa9bd141 remove skip save pwd parameter -- not used any longer Daniel Molkentin 2013-07-19 15:50:33 +0200
  • 992dffa032 Add an overall progress counter to progressDispatcher Klaas Freitag 2013-07-19 13:05:30 +0200
  • 45cdcb7502 Add a progress callback for overall and individual file up and download progress. Klaas Freitag 2013-05-06 17:14:17 +0200
  • 5fa7e48c24 Do not show the frame around the progress. Klaas Freitag 2013-07-19 11:07:47 +0200
  • 3b00dfebed Add a textual display of the file size in progress. Klaas Freitag 2013-07-19 10:04:09 +0200
  • b42c7e07e6 More work on progress display of file up and download. Klaas Freitag 2013-07-17 22:32:47 +0200
  • ab7bfabf12 Put cookies into csync Markus Goetz 2013-07-17 16:27:18 +0200
  • ab72644ace Check if quota request had HTTP 207 Markus Goetz 2013-07-17 15:08:48 +0200
  • 218fa040c8 Reduce thread priority Daniel Molkentin 2013-07-16 16:05:37 +0200
  • b8f783f104 Set proxies and ignored files before every sync run Daniel Molkentin 2013-07-16 16:05:04 +0200
  • fdd1f885a1 Fixup previous commit. Olivier Goffart 2013-07-15 15:30:40 +0200
  • db7e8560cf Mark parent directory as error if a file fails to download Olivier Goffart 2013-07-15 10:46:33 +0200
  • 6beb96293f Do not save for resume if there is an error from the server Olivier Goffart 2013-07-15 10:48:14 +0200
  • 1263ca990d Fix download resuming on OS X Markus Goetz 2013-07-16 09:19:36 +0200
  • e12adbcc7e Rather use _fstat64 on win32 for proper size types. Klaas Freitag 2013-07-16 13:32:40 +0200
  • 32559175c9 Use correct stat struct on all platforms. Klaas Freitag 2013-07-16 12:22:43 +0200
  • 6882880ba7 Add csync_clear_exclude_list Daniel Molkentin 2013-07-15 14:22:04 +0200
  • ae2e3e7fb1 Remove autostart option from Windows installer Daniel Molkentin 2013-07-15 11:05:14 +0200
  • 866af5bf24 std: Add missing includes for memset and uintptr_t. Andreas Schneider 2013-07-15 08:05:19 +0200
  • 73fa5f2224 std: Fix const handling on Linux and BSD. Andreas Schneider 2013-07-14 16:01:51 +0200
  • 7c9de0230f cmake: Fix names of the include dirs. Andreas Schneider 2013-07-14 15:57:30 +0200
  • 341e0e8967 cmake: Fix iconv detection on FreeBSD. Andreas Schneider 2013-07-14 15:51:09 +0200
  • bdb3772e8f cmake: Fix argument order of get_filename_component(). Andreas Schneider 2013-07-14 15:39:40 +0200
  • 5599573e2f cmake: Fix getting filename components. Andreas Schneider 2013-07-14 15:38:10 +0200
  • 6b189316ab cmake: Require at least version 3.3.9 for sqlite3_prepare_v2(). Andreas Schneider 2013-07-13 09:17:40 +0200
  • 1bae4f4dd4 Revert "CID 1033194: Fix resource leak in stateedb test." Andreas Schneider 2013-07-13 08:57:41 +0200
  • edd9d9aee3 Fix disabled state _again_ Daniel Molkentin 2013-07-12 18:05:59 +0200
  • 207ee9955f Dealloc the query cache in statedb_close Klaas Freitag 2013-07-12 16:37:33 +0200
  • 365fb2a5fe Optimize the get_stat_by_hash function. Klaas Freitag 2013-07-12 16:22:58 +0200
  • 8c66085621 Folder wizard: Warn if a chosen dir is read-only Daniel Molkentin 2013-07-12 13:35:07 +0200
  • 40ab325a37 Cleaned up credentialstore class a bit. Klaas Freitag 2013-07-12 12:22:11 +0200
  • 7ae95b14f4 Added method to check if the password is in the config file. Klaas Freitag 2013-07-12 12:21:34 +0200
  • 9046df8985 CID 1032811: Fix resource leaks on error. Klaas Freitag 2013-07-10 14:48:35 +0200
  • 4c1106066a CID 1032813: Add missing break statement. Klaas Freitag 2013-07-10 14:43:32 +0200
  • 38f19a6ada CID 1032814: Don't deref a NULL pointer in _csync_walk_tree(). Klaas Freitag 2013-07-10 14:42:12 +0200
  • be58f3a64e CID 1032816: Leave the ownership of the buffer to the calling function. Klaas Freitag 2013-07-10 14:35:36 +0200
  • 5d731f7530 CID 1033193: Fix resource leaks in statedb test. Klaas Freitag 2013-07-10 14:05:58 +0200
  • c40a3844e0 CID 1033194: Fix resource leak in stateedb test. Klaas Freitag 2013-07-10 13:58:39 +0200
  • 9382a047ae cmake: Update FindNeon and add support for version checking. Andreas Schneider 2013-07-12 11:57:07 +0200
  • 4aa0c58bb0 Remove duplicate close, coverity found. Klaas Freitag 2013-07-10 15:34:21 +0200
  • c082a3f763 Preinitialize buf with zero, coverity found. Klaas Freitag 2013-07-10 15:22:59 +0200
  • ebc98f07c3 Cleaned code a bit, covertiy found. Klaas Freitag 2013-07-10 15:17:46 +0200
  • 90873a9ae8 Release memory properly in error case, Coverity found. Klaas Freitag 2013-07-10 14:57:51 +0200
  • 566f5ce614 Close fd even if its zero. Coverity Found. Klaas Freitag 2013-07-10 14:54:51 +0200
  • c1e02db882 BUG 16: Correctly include iconv headers. Andreas Schneider 2013-07-12 11:25:49 +0200
  • 81df0406eb cmake: Rewrite FindIconv from scratch. Andreas Schneider 2013-07-12 11:24:53 +0200
  • d0edcd1fba Better do not use the var name abort as it confuses syntax highlighter. Klaas Freitag 2013-07-11 17:00:42 +0200