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

Commit Graph

  • a42ff5a07c Show floating point prec. in account settings, too Daniel Molkentin 2013-11-07 12:50:39 +0100
  • aa4b6bd4ea Readd "online" notion as a state in account. Daniel Molkentin 2013-11-07 12:22:17 +0100
  • 478ba9c5ef Fix approved SSL certificates being forgotten Daniel Molkentin 2013-11-07 12:04:45 +0100
  • c58e9d17a8 Again minor doc changes. Klaas Freitag 2013-11-07 10:29:27 +0100
  • 41ccbc0334 Minor docu change. Klaas Freitag 2013-11-07 10:28:14 +0100
  • bd46ad56fc Add new quotainfo class Daniel Molkentin 2013-11-07 10:14:38 +0100
  • bde5e86c50 Reformatting fixes Daniel Molkentin 2013-11-07 10:14:25 +0100
  • ec0f01fd7c Ensure an SSL Error Handler is always available Daniel Molkentin 2013-11-07 10:14:12 +0100
  • a6c4a9ac74 Test added: move a directory with a changed file in it. Klaas Freitag 2013-11-06 16:15:31 +0100
  • cac7595afd make createLocalFile to work with absolute path. Klaas Freitag 2013-11-06 16:14:21 +0100
  • 97f5bd840e Add a function to calculate the MD5 sum of a file. Klaas Freitag 2013-11-06 16:13:39 +0100
  • fe4c1cc35a Remove straycat code from mirall. Klaas Freitag 2013-11-06 14:20:44 +0100
  • cd823524b6 Enable dummy backend again to satisfy tests. Klaas Freitag 2013-11-06 14:12:31 +0100
  • 84fa340085 Honor NDEBUG define in test. Klaas Freitag 2013-11-06 13:42:25 +0100
  • d080f7f7a7 Remove stray cat handling. Klaas Freitag 2013-11-06 13:28:38 +0100
  • ee69176a6b Revert "Add straycat handling functions." Klaas Freitag 2013-11-06 13:21:45 +0100
  • fc33b5a8ab Fix treewalk test, clean test condition. Klaas Freitag 2013-11-06 13:13:44 +0100
  • bae3d2fc1b Fixed assertLocalAndRemoteDir arguments. Klaas Freitag 2013-11-06 11:26:20 +0100
  • eb33879906 Fix some requirement mentions in the INSTALL file. Klaas Freitag 2013-11-06 11:11:21 +0100
  • 63069e4739 New test script for remote renames. Klaas Freitag 2013-11-05 18:09:47 +0100
  • 862fffae39 Add more test data. Klaas Freitag 2013-11-05 18:08:02 +0100
  • 60c56644ef Changes for more convenient test environment. Klaas Freitag 2013-11-05 18:07:26 +0100
  • 95cc4c310b Read all data incl. file_id in get_stat_by_inode. Klaas Freitag 2013-11-05 18:05:46 +0100
  • 171669c3a4 Add straycat handling functions. Klaas Freitag 2013-11-05 18:04:36 +0100
  • 3fb7429f60 Cleanup renaming and record straycats to remove them from journal. Klaas Freitag 2013-11-05 18:03:51 +0100
  • de3963ac75 Set file_id correctly for renamed files. Klaas Freitag 2013-11-05 18:03:02 +0100
  • b6152c19d6 Adjust generic build documentation to the current state. Klaas Freitag 2013-11-06 11:13:55 +0100
  • 800abbf8b7 Make http credentials work Daniel Molkentin 2013-11-05 18:16:00 +0100
  • 3af622d535 Make quota display work Daniel Molkentin 2013-11-05 18:15:47 +0100
  • ee4cbf52dc Remove straycats collected in the reconcile phase from journal. Klaas Freitag 2013-11-05 17:53:01 +0100
  • 5cd2be058d Fix local rename. Klaas Freitag 2013-11-05 17:50:09 +0100
  • 3a21edca2b Keep originalFile member as QString rather than C string. Klaas Freitag 2013-11-05 17:48:51 +0100
  • c6a926842a Fix recursivley flag misinterpretation. Klaas Freitag 2013-11-05 17:47:51 +0100
  • 440b5164ad Build fix Daniel Molkentin 2013-11-04 16:41:59 +0100
  • cc5f17a7d2 Merge remote-tracking branch 'origin/master' into account_refactoring Daniel Molkentin 2013-11-04 16:38:55 +0100
  • 85d5b82811 - Make saving/restoring accounts work. - Prepare for fetching quota Daniel Molkentin 2013-11-04 16:36:23 +0100
  • 7b99d02875 Change order of the local assert of directories. Klaas Freitag 2013-11-04 14:55:17 +0100
  • f0a1ac4346 Fix syncing folder with nothing in it Olivier Goffart 2013-10-31 12:11:56 +0100
  • bdc39f9cc2 Allow folder that are prefix of another Olivier Goffart 2013-10-31 11:41:56 +0100
  • d3ae2f42a7 Reset the proxy module property at every sync Olivier Goffart 2013-10-31 11:39:43 +0100
  • 1a6a6758d3 We need to restore the read_from_db flag AFTER closedir Olivier Goffart 2013-10-31 11:20:46 +0100
  • f5391def6b Don't cleanup in owncloud's vio_module_shutdown Olivier Goffart 2013-10-31 11:15:21 +0100
  • 0a99aa5fc7 Don't forget to close the database. Olivier Goffart 2013-10-31 11:14:21 +0100
  • df39ab0b2f Don't leak the system tray Olivier Goffart 2013-10-31 10:52:19 +0100
  • 28833ee5ac Fix crash when removing folder while syncing. Olivier Goffart 2013-10-31 10:51:45 +0100
  • c9cfa16929 Fix memory leak by properly cleaning memory in csync_commit Olivier Goffart 2013-10-31 10:05:15 +0100
  • 8c4ecb4fba Only use etag to know if we should use the db or not Olivier Goffart 2013-10-30 17:35:55 +0100
  • c66a1d1895 Removed unused code from LocalRename Klaas Freitag 2013-10-30 18:14:33 +0100
  • cdee0dc1cf Added a PropagateLocalRename job to do local renames. Klaas Freitag 2013-10-30 17:36:58 +0100
  • a43c5fcfe8 Fix header name according to changes on server master. Klaas Freitag 2013-10-30 17:36:11 +0100
  • 0b5f1e6dd2 Make tests compile without propagate code. Klaas Freitag 2013-10-30 17:35:25 +0100
  • 17d5e67d96 Handle remote renames better. Klaas Freitag 2013-10-30 17:34:13 +0100
  • 4412ec38e4 Properly check if the file type has changed. Klaas Freitag 2013-10-30 17:32:12 +0100
  • 70b6a5a8b1 Adjust header name to latest server implementation. Klaas Freitag 2013-10-29 13:17:28 +0100
  • 5c67f39476 Ignore error 404 on DELETE Olivier Goffart 2013-10-30 17:33:06 +0100
  • fb47657b1f Make F6 in the account config sync the selected folder, for debugging purposes Olivier Goffart 2013-10-30 16:58:08 +0100
  • 76d46af4b7 Revert "Implement a sync now button" Olivier Goffart 2013-10-30 16:48:28 +0100
  • 86af2848dd Merge remote-tracking branch 'origin/master' into account_refactoring Daniel Molkentin 2013-10-30 16:37:49 +0100
  • 4ca310b63b Remove ownCloudInfo for good Daniel Molkentin 2013-10-30 16:33:15 +0100
  • 59bc1d8966 Credential Store is no longer static Daniel Molkentin 2013-10-30 16:32:34 +0100
  • 14c2ff44f3 More porting to Account class Daniel Molkentin 2013-10-30 16:31:47 +0100
  • b56fcd8ebd Implement a sync now button Olivier Goffart 2013-10-30 16:25:03 +0100
  • e38d6d974b Replace _Button* with _button Olivier Goffart 2013-10-30 15:51:21 +0100
  • 9500c5ffab Do not change the instruction anymore when we finish an item Olivier Goffart 2013-10-30 10:46:05 +0100
  • b079cedbf5 Use the status instead of the instruction for finished items Olivier Goffart 2013-10-30 10:44:41 +0100
  • a70e51f690 Fix t1.pl since the argument of owncloudcmd have changed Olivier Goffart 2013-10-29 13:43:10 +0100
  • f707dc1a8b remove propagate function from csync_owncloud Olivier Goffart 2013-10-29 13:39:59 +0100
  • ae2b2c8cf8 Remove the other modules than owncloud Olivier Goffart 2013-10-29 13:23:28 +0100
  • 176daa7d96 Remove the propagate step. Olivier Goffart 2013-10-29 13:17:44 +0100
  • 6e088e28f5 Adjust the mtime in case of fake conflicts Olivier Goffart 2013-10-29 12:23:51 +0100
  • a11ecad41a Mark false conflict as UPDATED so we save their entry in the database Olivier Goffart 2013-10-29 12:13:45 +0100
  • 01e2743bae Always download the conflicted files. Olivier Goffart 2013-10-29 12:07:57 +0100
  • 75ffa787a6 emit the EndDownload progress at the right place. Olivier Goffart 2013-10-29 12:07:24 +0100
  • 4ad9f34807 Save the UPDATED files in the database Olivier Goffart 2013-10-29 12:05:31 +0100
  • a91799a11c Make the setup wizard compile again Daniel Molkentin 2013-10-28 20:01:59 +0100
  • 44fd03c058 Merge pull request #1125 from iAndre89/patch-1 Daniel Molkentin 2013-10-28 09:20:09 -0700
  • 083e75998f Update mingw32-cross-nsis-plugin-processes and mingw32-cross-nsis-plugin-uac Andrea Sosso 2013-10-28 17:17:10 +0100
  • adc47948a5 Add a comment explaining OwncloudPropagator::start Olivier Goffart 2013-10-28 17:00:27 +0100
  • 6e886e28e9 Merge branch 'propagator-job' Olivier Goffart 2013-10-28 16:26:25 +0100
  • e63fc184a5 Options parsing added. Klaas Freitag 2013-10-28 16:07:13 +0100
  • 84a40dcb59 Refactor the new propagator in jobs Olivier Goffart 2013-10-28 10:47:10 +0100
  • 8e90782107 Make owncloudcmd display the debug output Olivier Goffart 2013-10-28 15:08:45 +0100
  • 68ba99b7f0 Fixed fileID parsing and improved logging. Klaas Freitag 2013-10-28 15:28:34 +0100
  • b305c60e11 Make the logging a bit easier to read and more useful. Klaas Freitag 2013-10-28 14:35:31 +0100
  • f196fb582a Check for empty file Id before querying. Klaas Freitag 2013-10-28 14:34:30 +0100
  • 554e35b8e5 Disabled tests to make them succeed again. Needs rework. Klaas Freitag 2013-10-25 14:43:04 +0200
  • 2fefc428a8 Write file Id to journal table. Klaas Freitag 2013-10-25 13:30:45 +0200
  • 17220f2604 Query file Id from server if unknown. Klaas Freitag 2013-10-25 13:29:20 +0200
  • 7a68961b25 Add handling for the file_id data to the sync items. Klaas Freitag 2013-10-25 13:28:48 +0200
  • 84b07b3798 First attempt to implement server side move. Klaas Freitag 2013-10-25 13:25:07 +0200
  • 352f513109 Read the file Id from the HTTP reply on PUTs. Klaas Freitag 2013-10-25 13:17:37 +0200
  • 578a41f766 In case the file id is not in the db, do not get data from db. Klaas Freitag 2013-10-25 13:16:34 +0200
  • 8b4b89ecad Copy the file id. Klaas Freitag 2013-10-25 13:15:25 +0200
  • 7e9490545b Add a function to query the journal by the file_id. Klaas Freitag 2013-10-25 13:14:25 +0200
  • b0509fe368 Add the file ID to the TREEWALK struct. Klaas Freitag 2013-10-25 13:13:39 +0200
  • 4440acdb1d Add fileId data support to csync. Klaas Freitag 2013-10-25 13:12:59 +0200
  • aa2baa45fb Cleanups, ownership for ssl error handler Daniel Molkentin 2013-10-24 12:55:26 +0200
  • eda5feb82c Bring back proper ssl handling Daniel Molkentin 2013-10-24 00:29:08 +0200
  • 5a26221a6b Make test cases compile, still to fix. Klaas Freitag 2013-10-23 17:51:56 +0200
  • a52fd99a95 Removed database writing code. Klaas Freitag 2013-10-23 17:51:16 +0200