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

Commit Graph

  • 08665d6ac2 Settings: Don't specify encoding Markus Goetz 2013-11-15 17:06:33 +0100
  • 61f08cdd97 Removed some unneeded code. Klaas Freitag 2013-11-15 16:22:41 +0100
  • a1286cc684 Add Content-Type header to http PUT request. Klaas Freitag 2013-11-15 16:12:55 +0100
  • 4194a078d5 Revert "set utf8 for the central settings file" Markus Goetz 2013-11-15 15:45:21 +0100
  • 6758c89130 set utf8 for the central settings file Daniel Molkentin 2013-11-15 14:43:22 +0100
  • c15a1eedd1 Only update the db for ETAG if the etag has changed for directories Olivier Goffart 2013-11-15 13:53:18 +0100
  • 79bf778a42 Forward the should_update_etag to the tree visitor Olivier Goffart 2013-11-15 13:52:41 +0100
  • 0c689c4cca Make sure that if two items have the same inodes, they are on the same type. Olivier Goffart 2013-11-15 12:32:05 +0100
  • dd24950881 Allow t3.pl to pass with owncloud5 Olivier Goffart 2013-11-15 11:46:07 +0100
  • bf6e1f10ce Prepare the queries after the database was migrated. Klaas Freitag 2013-11-15 11:21:27 +0100
  • c22f8a47f1 Initialise values properly, avoid warning. Klaas Freitag 2013-11-13 14:30:08 +0100
  • 858facb5e0 Use precompiled database statements. Klaas Freitag 2013-11-13 11:16:00 +0100
  • b610dd2754 Revert "Partial revert of "CMake: Remove cmake module"" Olivier Goffart 2013-11-15 10:20:12 +0100
  • b3972a5ba8 Do not fetch the file id in the propagator with a HEAD Olivier Goffart 2013-11-15 10:14:06 +0100
  • 0993289180 Check the remote file Id of files in moved directories. Klaas Freitag 2013-11-15 09:36:06 +0100
  • 32533a18af Added function to retrieve file ID from remote. Klaas Freitag 2013-11-15 09:35:39 +0100
  • 36e8273da0 fix mac builds Daniel Molkentin 2013-11-14 20:53:56 +0100
  • 2f4de3cc48 Build fix Daniel Molkentin 2013-11-14 20:41:23 +0100
  • b22ef9f8fa Partial revert of "CMake: Remove cmake module" Daniel Molkentin 2013-11-14 19:31:50 +0100
  • e20f39f040 Another cleanup Daniel Molkentin 2013-11-14 19:31:38 +0100
  • 63188667bb CMake: Remove cmake module Daniel Molkentin 2013-11-14 19:25:22 +0100
  • c2eaf5e627 owncloud is no longer a dl'opened module, but linked into csync Daniel Molkentin 2013-11-14 19:22:22 +0100
  • 7ba8983f0a Change all Network Jobs to use start() Daniel Molkentin 2013-11-14 19:20:09 +0100
  • 088aa6ebdd Wizard: Default button to Next Markus Goetz 2013-11-14 19:13:59 +0100
  • 8a3e617630 Don't put csync_owncloud in a plugin. Olivier Goffart 2013-11-14 18:55:39 +0100
  • 7e7853f170 Fix t1.pl Olivier Goffart 2013-11-14 18:57:47 +0100
  • e0fdad93f4 t4.pl' Olivier Goffart 2013-11-14 18:20:57 +0100
  • 415b51b2b5 Some more checks in t1.pl Olivier Goffart 2013-11-14 18:01:30 +0100
  • 767ec4ed59 Wizard: Support redirects again Markus Goetz 2013-11-14 17:54:38 +0100
  • b12b8c981d Wizard: Also reset timeout on forwards Markus Goetz 2013-11-14 17:23:30 +0100
  • b499a62593 Wizard: Timeout handling for CheckServerJob Markus Goetz 2013-11-14 17:02:41 +0100
  • fa0a2764a4 Fix changing URL in wizard Markus Goetz 2013-11-14 15:48:46 +0100
  • a537a98f03 Tray menu: Populate at start Markus Goetz 2013-11-14 15:38:08 +0100
  • 4eb19000a4 Differentiate the RENAME and EVAL_RENAME Olivier Goffart 2013-11-14 17:05:58 +0100
  • bef7c3c48e Fixes to t3.pl, added some assertions. Klaas Freitag 2013-11-14 17:06:53 +0100
  • e40370f67a Use printInfo method in t3.pl Klaas Freitag 2013-11-14 16:10:41 +0100
  • ed5b0973dd Do not create folder for single link Sven Strickroth 2013-11-14 14:41:08 +0100
  • e8e27b61f6 Revert the changes that fetch the file id in the propagator. Olivier Goffart 2013-11-14 13:47:43 +0100
  • 11a131fa90 csync_statedb_query: Allow null fields in the database Olivier Goffart 2013-11-14 14:37:43 +0100
  • 336e22233d Do not create uninstall shortcut in start menu Sven Strickroth 2013-11-14 14:40:21 +0100
  • 578431c791 Fix building owncloudcmd in case of theming Daniel Molkentin 2013-11-14 14:20:09 +0100
  • 4d146e87d1 Remove INVALID_FILE_ID and consider empty file id as invalid Olivier Goffart 2013-11-14 13:42:42 +0100
  • b518adc203 Don't read from the db if the file id has changed. Olivier Goffart 2013-11-14 13:18:29 +0100
  • 6b0b7d1b90 make t1.pl work again. Klaas Freitag 2013-11-14 13:07:55 +0100
  • ead0f8d029 Update build docs Daniel Molkentin 2013-11-14 12:36:09 +0100
  • f7aa2aa348 Put item member variable to base class. Klaas Freitag 2013-11-14 11:37:32 +0100
  • ccd254abba Add isValidFileId and getFileIdPropget methods. Klaas Freitag 2013-11-14 11:37:08 +0100
  • 4b8f2a287f Retrieve file_id together with etag from db if read from db. Klaas Freitag 2013-11-14 11:32:03 +0100
  • 3cc2593f62 Handle invalid file_id correctly. Klaas Freitag 2013-11-14 11:31:30 +0100
  • c3e154b2e6 Do not overwrite with an invalid file_id. Klaas Freitag 2013-11-14 11:30:51 +0100
  • 56de183155 Merge pull request #1160 from csware/exclude-office-tempfiles Daniel Molkentin 2013-11-13 15:52:37 -0800
  • c8256eea0e Merge pull request #1162 from csware/startmenu-according-to-ms-guidelines Daniel Molkentin 2013-11-13 15:52:05 -0800
  • b026bb308d Do not create folder for single link Sven Strickroth 2013-11-14 00:45:18 +0100
  • 6bd4d367d4 Do not create uninstall shortcut in start menu Sven Strickroth 2013-11-14 00:43:11 +0100
  • d401a62fd9 Add another Office lock/temporary file pattern Sven Strickroth 2013-11-14 00:33:11 +0100
  • 8f61cc4041 Hint the OS to not show [?] in Wizards and Dialogs Daniel Molkentin 2013-11-13 20:12:56 +0100
  • 21c9fc2d35 Cleanup Daniel Molkentin 2013-11-13 19:11:46 +0100
  • 171572e400 Remember paused state throughout application restarts Daniel Molkentin 2013-11-13 18:58:06 +0100
  • e9920bd760 Consider an empty fileid as invalid. Klaas Freitag 2013-11-13 14:25:51 +0100
  • 475a4f2676 Windows: ship QtSql lib Daniel Molkentin 2013-11-13 14:31:18 +0100
  • 908888a44e Rename 'md5' to 'etag' Olivier Goffart 2013-11-13 14:29:31 +0100
  • 52e01b39d6 Adapt to csync 'md5'->'etag' change Olivier Goffart 2013-11-13 14:28:15 +0100
  • af1dcfd179 Compile fix Daniel Molkentin 2013-11-13 14:24:02 +0100
  • 233a6908dd Partial revert "Compile with Qt5" Daniel Molkentin 2013-11-13 14:18:07 +0100
  • ae83c12f05 Fix compiler warning Daniel Molkentin 2013-11-13 14:08:01 +0100
  • 3a1b868348 Directory with different etags should still be moved. Olivier Goffart 2013-11-13 14:04:51 +0100
  • 878ae56a71 Compile with Qt5 Daniel Molkentin 2013-11-13 14:00:12 +0100
  • 2ff4ebc72f Make user() available throught AbsctractCredentials Daniel Molkentin 2013-11-13 13:59:35 +0100
  • ca79d3b437 Merge remote-tracking branch 'origin/master' into account_refactoring Daniel Molkentin 2013-11-13 13:55:58 +0100
  • a65c5b6f38 Install Headers of libhttpbf Klaas Freitag 2013-11-13 09:47:39 +0100
  • 3714bb02f7 Put files with special char names to tarball and removed them. Klaas Freitag 2013-11-11 20:44:31 +0100
  • 14081a197b Call ne_sock_init and ne_sock_exit to initialize neons SSL stack. Klaas Freitag 2013-11-11 17:47:24 +0100
  • 9323658b01 Remove ne_sock_init and ne_sock_exit from owncloud module. Klaas Freitag 2013-11-11 17:45:19 +0100
  • 9fe2549938 Add user info if the auth backends provides it Daniel Molkentin 2013-11-11 16:56:52 +0100
  • e0a50d4bb9 PostSyncCleanup added: Remove superfluous entries from database after sync. Klaas Freitag 2013-11-11 11:11:45 +0100
  • 7f10b09a96 Set moved files which are changed to instruction EVAL. Klaas Freitag 2013-11-11 16:44:21 +0100
  • ad1c1f4130 Remove legacy code Daniel Molkentin 2013-11-11 15:36:49 +0100
  • 121b18bf70 QtKeychain is not a hard dependency Daniel Molkentin 2013-11-11 15:36:29 +0100
  • 22ed29a30b Remove obsolete credentialstore class Daniel Molkentin 2013-11-11 15:24:07 +0100
  • 64b59f8679 Don't use integration directory Daniel Molkentin 2013-11-11 15:22:51 +0100
  • 406ed5a0c0 Make new folder wizard work again Daniel Molkentin 2013-11-11 15:20:07 +0100
  • d5081f4328 Fix logic Daniel Molkentin 2013-11-11 14:02:54 +0100
  • 95d7afb0d0 cleanups Daniel Molkentin 2013-11-11 10:57:33 +0100
  • 2b2987d962 Make sure to rebuild the recent changes menu. Klaas Freitag 2013-11-11 10:06:14 +0100
  • 2eb77445be Add rename actions to progress dispatching. Klaas Freitag 2013-11-08 16:21:59 +0100
  • 12b1b38351 Fix connect Daniel Molkentin 2013-11-08 14:02:13 +0100
  • b0abb6362a Don't set the content header length Daniel Molkentin 2013-11-08 14:01:56 +0100
  • a458ffd472 Add missing return in error case. Klaas Freitag 2013-11-08 12:56:54 +0100
  • 2875d08c16 Record the rename path also for remote renaming. Klaas Freitag 2013-11-08 11:17:43 +0100
  • 4ebed84d33 New test: Move a dir remotely, but remove the local one. Klaas Freitag 2013-11-08 10:09:16 +0100
  • 586cfa2aac Detect a NEW in the other tree, generate conflict condition. Klaas Freitag 2013-11-08 10:08:49 +0100
  • 60b6f520e7 Make Shibboleth browser aware of Accounts Daniel Molkentin 2013-11-07 18:47:38 +0100
  • 8d0d5b4077 Make redirects work Daniel Molkentin 2013-11-07 18:46:57 +0100
  • 5c9a6afb82 Fix crash when opening settings without a valid account Daniel Molkentin 2013-11-07 18:46:28 +0100
  • 40e2e5891f Added more tests and info printing. Klaas Freitag 2013-11-07 16:57:51 +0100
  • 07e8681181 Added printInfo convenience method. Klaas Freitag 2013-11-07 16:57:06 +0100
  • 162acc1cc2 Fix conflict file handling, create a proper conflict file name. Klaas Freitag 2013-11-07 16:53:22 +0100
  • 64ef43d918 Fix the key used for storing the password Daniel Molkentin 2013-11-07 15:59:58 +0100
  • 33c3d2a7d0 Wizard: Initialize account credentials. Daniel Molkentin 2013-11-07 15:24:49 +0100
  • 1238ab4f69 fix broken connect() statement Daniel Molkentin 2013-11-07 12:50:55 +0100