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

Commit Graph

  • 273105e78b Handle new case SyncAbortRequested. Klaas Freitag 2013-10-03 16:21:54 +0200
  • 2707116350 Minor fixes for file_status Klaas Freitag 2013-10-03 16:12:50 +0200
  • c7d30bae98 Handle new sync result enum. Klaas Freitag 2013-10-03 15:32:44 +0200
  • be328581a7 Implemented sync status function for overlay icons. Klaas Freitag 2013-10-03 15:28:56 +0200
  • c32bc27b3e Add sync journal database class that opens the csync db to read from it. Klaas Freitag 2013-10-03 15:27:29 +0200
  • 0fef88a9b9 Some comments added. Klaas Freitag 2013-10-03 12:40:48 +0200
  • 3e0fc56495 Dont show the [i] icon in the tray, see bug #942 Klaas Freitag 2013-10-03 12:38:33 +0200
  • 7ea3fc1533 Fix compilation of the test Olivier Goffart 2013-10-03 14:45:00 +0200
  • 396ec4f888 Fix race condition in the logger. Olivier Goffart 2013-10-03 14:21:45 +0200
  • 79ea7c3eed Abort the sync asynchroniously Olivier Goffart 2013-10-03 13:41:15 +0200
  • b18810f381 Implement abort with the new propagator Olivier Goffart 2013-10-02 19:41:17 +0200
  • 51d9cf099c [tx-robot] updated from transifex Jenkins for ownCloud 2013-10-03 08:09:15 -0400
  • be6e208328 Merge branch 'dav' into ocsync Olivier Goffart 2013-10-03 12:08:51 +0200
  • 339ed20abc Utility::showInFileManager(): Substitute valid desktop file parameters Daniel Molkentin 2013-10-03 12:04:08 +0200
  • b24f894a32 Set the start_id while aborting. This allow to resume from this block Olivier Goffart 2013-10-03 11:39:36 +0200
  • 44ed577992 List results for all folders, not only one. Klaas Freitag 2013-10-03 11:36:18 +0200
  • f6685accc3 Use subdirs for more xdg dirs to go through Klaas Freitag 2013-10-02 19:22:52 +0200
  • 2c2e79c13d Consider the folder of items to delete from info window. Klaas Freitag 2013-10-02 18:24:03 +0200
  • 81961068a2 Utility: Move OS specific implementations into separate files Daniel Molkentin 2013-10-02 19:06:33 +0200
  • 4e91a6450c Change the recent changes menu and file item dialog behavior Daniel Molkentin 2013-10-02 18:16:24 +0200
  • 3dc2547bb5 WIP Daniel Molkentin 2013-10-02 11:55:36 +0200
  • fb54cc8597 Fix the test. Olivier Goffart 2013-10-02 16:05:24 +0200
  • 47f299f0ee Send the last known etag to the server in a If-Match header Olivier Goffart 2013-10-02 15:37:30 +0200
  • d135aab86c clear the etag in every cases, not only when we upload files Olivier Goffart 2013-10-02 15:37:03 +0200
  • e2a2b882bb Remove the unused errorDetails Olivier Goffart 2013-10-02 15:36:11 +0200
  • d8309a64cb Even more cleanup. Klaas Freitag 2013-10-02 15:55:15 +0200
  • 77b3780ab2 Do not put the conflict_copies in the ocsync config file. Olivier Goffart 2013-10-02 15:32:02 +0200
  • b29a31d36a httpbf: add a 'previous_etag' entry in that is sent in If-Match header Olivier Goffart 2013-10-02 12:24:04 +0200
  • 55722099fa More refactoring: Logger and Logbrowser out of application class. Klaas Freitag 2013-10-02 15:28:33 +0200
  • 48abe62151 [tx-robot] updated from transifex Jenkins for ownCloud 2013-10-02 09:08:33 -0400
  • fb582d8b3d Fix macos test cases. Klaas Freitag 2013-10-02 12:33:10 +0200
  • dbe63727a3 Quote regexp to hopefully not confuse cmake 2.6 Klaas Freitag 2013-10-02 09:15:17 +0200
  • 3e27afadd5 Use a cross platform capable mkdir mask Klaas Freitag 2013-10-02 08:51:11 +0200
  • e7c72fc60c Keep an out pointer on the beginning of the buffer. Klaas Freitag 2013-10-02 08:48:58 +0200
  • da1245bcd8 Check if there really is a file to delete before doing unlink. Klaas Freitag 2013-10-02 08:47:55 +0200
  • 2149814428 Fix/enhance user information about problems on startup. Klaas Freitag 2013-10-01 18:25:30 +0200
  • 6a73fd984c Added missing cmake modules for cmake 2.6 Klaas Freitag 2013-10-01 16:09:59 +0200
  • ea1c951006 Refactoring: Moved all GUI related computing out of application class. Klaas Freitag 2013-10-01 13:52:07 +0200
  • 4a96f9a5c9 Add Mirall namespace. Klaas Freitag 2013-10-01 13:51:40 +0200
  • fcc4151810 Fix sequence of directories in help text. Klaas Freitag 2013-10-01 13:50:54 +0200
  • 82cd79c004 Add unify defines to header. Klaas Freitag 2013-10-01 13:21:28 +0200
  • 74983af3b4 Make evaluateSync public, review pls. Klaas Freitag 2013-09-30 11:33:31 +0200
  • f5bcb11fe9 Add connected server to error message. Klaas Freitag 2013-09-30 11:32:01 +0200
  • f6f1c638a5 Allow Constructor to be public, for synclibrary Klaas Freitag 2013-09-06 17:19:56 +0200
  • ef9f0edd61 Ignore all csync journal files right at beginning. Klaas Freitag 2013-10-01 13:18:36 +0200
  • 0c2f9177d1 For silently ignored files return immediately. Klaas Freitag 2013-10-01 13:18:06 +0200
  • e250672e4a CMake: libhttplib -> httplib Daniel Molkentin 2013-09-30 23:15:38 +0200
  • 13093f5de3 [tx-robot] updated from transifex Jenkins for ownCloud 2013-09-30 09:04:25 -0400
  • 9b62104f30 Add Folder column to Details sync protocol Daniel Molkentin 2013-09-30 14:12:59 +0200
  • df36ebf308 Merge branch '1.4' Daniel Molkentin 2013-09-30 13:34:10 +0200
  • 0d0c6a15fb [tx-robot] updated from transifex Jenkins for ownCloud 2013-09-28 23:02:52 -0400
  • 86e42a9cf0 Fix possible endless loop in inotify Daniel Molkentin 2013-09-27 20:10:12 +0200
  • b4911cc5ce [tx-robot] updated from transifex Jenkins for ownCloud 2013-09-26 23:55:07 -0400
  • bae3838513 Nicer name for HTTP header for mtime. Klaas Freitag 2013-09-26 15:06:49 +0200
  • f3acf2447c Remove duplicated code from merge. Klaas Freitag 2013-09-26 15:03:35 +0200
  • 3e31d86596 Add missing trailing semicolon as nagged by rpmlint. v1.4.1 Klaas Freitag 2013-09-26 11:13:19 +0200
  • 8f1e318cde Set version to 0.90.2 Klaas Freitag 2013-09-26 10:30:36 +0200
  • 532bc450fb Added changelog entry. Klaas Freitag 2013-09-26 10:30:03 +0200
  • ab007e2bb2 Set version to 1.4.1 Klaas Freitag 2013-09-26 10:29:14 +0200
  • de9dcbd231 Transmit the new mtime of the file with the PUT request. Klaas Freitag 2013-09-25 14:24:31 +0200
  • 8d14286bd3 Merge dav and transmit the mtime with the PUT request Klaas Freitag 2013-09-25 14:02:30 +0200
  • f1b4a7a0ae Disable comparison of local inode values for the win32 platform. Klaas Freitag 2013-09-25 11:39:06 +0200
  • 33d55c0757 Remove unused commented code. Klaas Freitag 2013-09-25 11:34:50 +0200
  • 00fff7f793 [tx-robot] updated from transifex Jenkins for ownCloud 2013-09-24 11:58:13 -0400
  • 5cf13dfa32 Make logging work again. Klaas Freitag 2013-09-24 15:56:03 +0200
  • 27b9a5aed9 Merge branch '1.4', brings in the changes we did for 1.4.1 Klaas Freitag 2013-09-24 14:18:25 +0200
  • c45d55b94b Create a rc2. Klaas Freitag 2013-09-24 12:45:45 +0200
  • 7048bd8cc9 Handle app icon names properly. Klaas Freitag 2013-09-24 12:19:29 +0200
  • cae6ca987f Revert "Fix application shortname for proper icon" Klaas Freitag 2013-09-24 11:48:19 +0200
  • 65171cfb3a Fix application shortname for proper icon Klaas Freitag 2013-09-23 18:23:21 +0200
  • 740f0091f2 Updated version to 0.90.1 Klaas Freitag 2013-09-23 16:37:31 +0200
  • ed636ffc9c Added Changelog entries. Klaas Freitag 2013-09-23 16:37:18 +0200
  • 7ec636aeb6 Added changelog entries. Klaas Freitag 2013-09-23 16:36:49 +0200
  • c96980a57d Set version to 1.4.1rc1 Klaas Freitag 2013-09-23 16:36:36 +0200
  • 0959ceeff2 Disable delete of folder object temparily. Klaas Freitag 2013-09-23 15:10:34 +0200
  • 1988c9d8c4 Do complete sync if network was disconnected. Klaas Freitag 2013-09-23 15:07:28 +0200
  • 1eaa1e47fe Be more careful with items in model when deleting rows. Klaas Freitag 2013-09-19 21:27:43 +0200
  • 31923b314e Removed left over stuff from refactoring. Klaas Freitag 2013-09-18 13:55:19 +0200
  • ee840b62e5 Fix syncEnable in folder and folderman. Klaas Freitag 2013-09-16 08:58:23 +0200
  • 4de99d2540 [tx-robot] updated from transifex Jenkins for ownCloud 2013-09-22 11:52:39 -0400
  • 363efaa408 Theming build fix: Icons need shortname Daniel Molkentin 2013-09-20 23:09:41 +0200
  • 5b60522e5e [tx-robot] updated from transifex Jenkins for ownCloud 2013-09-20 09:44:46 -0400
  • b0beeea95f More fixes related to object destruction on exit Daniel Molkentin 2013-09-20 14:18:28 +0200
  • d0a4650d69 Settings: calculate sidebar width dynamically Daniel Molkentin 2013-09-20 10:40:22 +0200
  • ec5a84cf01 Pop up config wizard if no server url is configured. Daniel Molkentin 2013-09-19 17:24:22 +0200
  • a057eb8590 Fix focus issue during setup wizard Daniel Molkentin 2013-09-19 14:52:41 +0200
  • 0e17b00675 Added a new error code HBF_TRANSFER_NOT_ACKED. Klaas Freitag 2013-09-19 12:40:17 +0200
  • 740a275836 Cleaned and added some debugging output. Klaas Freitag 2013-09-19 12:38:20 +0200
  • 125a63bf8d More descriptive error message. Klaas Freitag 2013-09-19 12:50:44 +0200
  • b4f14e086d Added a new error code HBF_TRANSFER_NOT_ACKED. Klaas Freitag 2013-09-19 12:40:17 +0200
  • 6d8cef3bb6 Cleaned and added some debugging output. Klaas Freitag 2013-09-19 12:38:20 +0200
  • 6a8753b119 Start only one wizard, delete it when done Daniel Molkentin 2013-09-19 11:51:02 +0200
  • b334c82fdd [tx-robot] updated from transifex Jenkins for ownCloud 2013-09-18 10:45:45 -0400
  • 23fab90a31 _tray is a QPointer, not a QScopedPointer Daniel Molkentin 2013-09-18 16:41:37 +0200
  • d657a679ba Fix for previous commit Daniel Molkentin 2013-09-18 16:28:01 +0200
  • 219ce5fc4c Make compile on win32 without fnmatch Klaas Freitag 2013-09-18 16:17:58 +0200
  • 2ec1bcfc29 Make compile on win32 without fnmatch. Klaas Freitag 2013-09-18 16:15:08 +0200
  • 8fdf9cac6b Try to be more graceful during shutdown Daniel Molkentin 2013-09-18 14:11:19 +0200
  • 525d12f5a2 Make "Sync started" message optional Daniel Molkentin 2013-09-18 14:13:18 +0200
  • 15d247a708 Ui::SslErrorDialog belongs within the Mirall namespace Daniel Molkentin 2013-09-18 14:06:23 +0200