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

Commit Graph

  • ee6c631f28 windows: add missing status codes, types and return-values Dominik Schmidt 2012-02-20 18:21:22 +0100
  • 29f45a4ee5 windows: minor adjustments Dominik Schmidt 2012-02-20 16:58:47 +0100
  • 11c515f869 mingw: resolve name clashes in sftp module Dominik Schmidt 2012-02-22 13:06:10 +0100
  • f064dbcde4 Make libsmbclient optional Dominik Schmidt 2012-01-24 23:44:52 +0100
  • 1d9b4f0640 std: Make it possible to use the macros alone. Andreas Schneider 2012-03-02 16:55:07 +0100
  • 9d6001d39d std: Add missing include. Andreas Schneider 2012-03-02 16:54:12 +0100
  • 660abb491d Add install target for owncloud Klaas Freitag 2012-03-02 15:03:35 +0100
  • 29839d42a8 misc: Add missing header file guard and update copyright. Andreas Schneider 2012-03-02 13:47:45 +0100
  • 9c86b3adcd csync: Use csync_get_user_home_dir(). Andreas Schneider 2012-03-02 13:38:39 +0100
  • 3952c4be62 misc: Add csync_get_user_home_dir() and csync_get_local_username(). Andreas Schneider 2012-03-02 13:35:02 +0100
  • 1fc60f8797 Set version to internal beta version 0.2.1 Klaas Freitag 2012-03-02 11:49:01 +0100
  • afe6180a88 Fixed some glitches in CMakeLists.txt for Unix Klaas Freitag 2012-03-01 16:56:08 +0100
  • 8c9e364eec Removed moc includes as this is fixed in the build process. Klaas Freitag 2012-03-01 16:15:29 +0100
  • 65f80c655c Fixes for inotify includes on win removed moc include Klaas Freitag 2012-03-01 16:14:44 +0100
  • d1f0578bf8 some changes to get inotify out of win build. removed moc include. Klaas Freitag 2012-03-01 16:13:50 +0100
  • 060b2ddfa5 Use undef instead of numeric define for USE_WATCHER Klaas Freitag 2012-03-01 16:12:44 +0100
  • dd1c947c38 added missing include stdint.h Klaas Freitag 2012-03-01 16:11:56 +0100
  • f892212acf Changes to build for mingw32 properly. Klaas Freitag 2012-03-01 16:10:08 +0100
  • 96ac39601c Fixed ignore handling, do not allow hidden files to trigger sync. Klaas Freitag 2012-02-29 16:25:38 +0100
  • 1fc19647e5 Added #ifdef USE_WATCHER to switch between INotify and Polling depending on the platform environment var set by Qt. Klaas Freitag 2012-02-29 15:25:16 +0100
  • f6846a2107 Added local polling to owncloud folder, based on csync. Klaas Freitag 2012-02-28 16:49:13 +0100
  • 59b8af2aef removed the INotify initialisation. Klaas Freitag 2012-02-28 15:14:35 +0100
  • e06867f155 disabled a log line Klaas Freitag 2012-02-28 15:13:59 +0100
  • c9597c8fb9 Added a splashscreen. Klaas Freitag 2012-02-23 11:44:44 +0100
  • 7cff62945f Update ChangeLog. Andreas Schneider 2012-02-22 18:28:38 +0100
  • ebdc44cae5 Update AUTHORS. Andreas Schneider 2012-02-22 18:27:16 +0100
  • cd2c75e602 Increase version numbers for beta release. Andreas Schneider 2012-02-22 18:25:41 +0100
  • ded226911e owncloud: Removed unused file attribute contenttype from PROPFIND. Klaas Freitag 2012-02-22 17:40:04 +0100
  • 56c583615d owncloud: Remove more unused logging. Klaas Freitag 2012-02-22 17:36:21 +0100
  • 3025ada5dc owncloud: Use c_parse_uri instead of neon equivalent, minor cleanups. Klaas Freitag 2012-02-22 17:23:08 +0100
  • 5c97b6f81d owncloud: Call the neon ssl functions only if SSL is active. Klaas Freitag 2012-02-22 16:04:33 +0100
  • bc1174cb8a owncloud: Add ne_ssl_trust_default_ca to trust default certificates. Klaas Freitag 2012-02-22 15:18:22 +0100
  • 784fc60ec1 Fix off-by-one error in url rewrite for SSL. Klaas Freitag 2012-02-22 15:17:35 +0100
  • d7e13276e5 owncloud: Remove the sorting of the dirlist results. Klaas Freitag 2012-02-22 14:27:09 +0100
  • 5ba71bbf79 Change module link statement to link against LIBCSYNC. Klaas Freitag 2012-02-22 14:05:00 +0100
  • 45ec3c0248 owncloud: Removed unused _stat function. Klaas Freitag 2012-02-22 12:43:42 +0100
  • 71e110364e owncloud: added cleanPath and moved _stat_perms. Klaas Freitag 2012-02-22 12:42:52 +0100
  • f56103dc0d owncloud: Removed unused cleanUrl function. Klaas Freitag 2012-02-22 12:38:19 +0100
  • 664f1cb17d owncloud: some code cleanups. Klaas Freitag 2012-02-22 12:37:15 +0100
  • e320ccf7f8 owncloud: Renames of the vio functions by appending owncloud. Klaas Freitag 2012-02-21 10:21:11 +0100
  • 425f4b1cec owncloud: Some code fixes and more errno corrections. Klaas Freitag 2012-02-20 11:58:50 +0100
  • 545115bfae owncloud: Set proper useragent, fixed some comments and warnings. Klaas Freitag 2012-02-20 11:14:53 +0100
  • 936a32295f owncloud: Added SSL support. Klaas Freitag 2012-02-19 21:50:12 +0100
  • 19a485944a owncloud: added missing close. Klaas Freitag 2012-02-18 21:49:00 +0100
  • 7c3544611b owncloud: Adopted to new owncloud scheme. Klaas Freitag 2012-02-14 15:33:13 +0100
  • 07b4fbcf4f owncloud: Module renamed to owncloud. Klaas Freitag 2012-02-14 15:25:10 +0100
  • e4259719ad owncloud: Convert webdav -> http in init function. Klaas Freitag 2012-02-14 15:23:07 +0100
  • 931a2823f8 owncloud: Fixes in setting errno correctly in stat. Klaas Freitag 2012-02-14 14:29:07 +0100
  • a25c59be94 owncloud: Use the correct property name for lastmodification time. Klaas Freitag 2012-02-14 10:21:26 +0100
  • 56d36ae63e owncloud: Code rearranges and stat call added to stat. Klaas Freitag 2012-02-13 15:07:01 +0100
  • ac01d3a404 owncloud: More memory management fixes and debug output. Klaas Freitag 2012-02-13 13:57:44 +0100
  • 1c0275bfee owncloud: Fixed escaping for url paths, improved error handling. Klaas Freitag 2012-02-13 10:43:31 +0100
  • 17d0b504fa owncloud: Fixed uri parsing, added escaping, more mem cleanups. Klaas Freitag 2012-02-10 22:02:21 +0100
  • 0aed3f57b4 owncloud: Implemented proper auth callback handling. Fixed move request Klaas Freitag 2012-02-10 14:20:28 +0100
  • 1c7a286dec owncloud: Renamed local var for consistency. Klaas Freitag 2012-02-10 12:15:36 +0100
  • fd189b3946 owncloud: Code cleanups. Klaas Freitag 2012-02-08 14:53:24 +0100
  • 709d4d560d owncloud: Reworked read and write to operate on local copies. Klaas Freitag 2012-02-08 12:32:29 +0100
  • f4978ad6eb owncloud: Fix rename: use target path only instead of complete uri. Klaas Freitag 2012-02-06 21:26:04 +0100
  • fc808fa80a owncloud: Implementation of utimes. Klaas Freitag 2012-02-06 13:34:21 +0100
  • e0deecfa82 owncloud: Set permissions in stat data block correctly. Klaas Freitag 2012-02-06 10:52:14 +0100
  • 5f040f4063 owncloud: Simplify code useing c_basename to get filename from path. Klaas Freitag 2012-02-04 21:36:41 +0100
  • 7f26533f8e owncloud: Improve error handling and set errno. Klaas Freitag 2012-02-04 21:14:09 +0100
  • 3821e6e472 owncloud: Fix the size field in stat data structure. Andreas Schneider 2012-02-22 10:52:48 +0100
  • 7c5e30be99 owncloud: Implement the _stat call correctly. Andreas Schneider 2012-02-22 10:49:41 +0100
  • 2f90d5ac6f owncloud: Fix the _creat function. Andreas Schneider 2012-02-22 10:47:31 +0100
  • d5145e1e0a owncloud: Add debug messages for _open. Andreas Schneider 2012-02-22 10:45:53 +0100
  • 2b15a7b663 owncloud: Implement write function. Andreas Schneider 2012-02-22 10:42:56 +0100
  • 8691ce2c7e module: Start implementing functions using libneon. Klaas Freitag 2012-02-02 15:50:44 +0100
  • 141a095d45 module: Start with some webdav code based on libneon. Andreas Schneider 2011-09-13 14:15:44 +0200
  • f0f36120ad module: Build the webdav module. Andreas Schneider 2011-09-11 10:16:30 +0200
  • f1647b3338 module: Add a webdav module skeleton. Andreas Schneider 2011-09-01 20:00:20 +0200
  • 2b05dc33b7 client: Disable conflict copies by default. Andreas Schneider 2012-02-22 17:52:19 +0100
  • f753a3db0a util: Rename temp file of the unix extension test. Andreas Schneider 2012-02-22 16:18:07 +0100
  • 94481a672a button to add a new sync folder added to status dialog. Klaas Freitag 2012-02-21 13:26:39 +0100
  • 267f444dd1 Hide some buttons in status dialog which are currently not needed, show ownCloud info on status dialog Klaas Freitag 2012-02-21 12:40:46 +0100
  • da482e742b removed all GUI related stuff finally away from the folder class, last thing were the openActions, which went to the GUI class. Klaas Freitag 2012-02-21 11:50:19 +0100
  • 5e08f15aca more elaborated version macros, moved version to theme class Klaas Freitag 2012-02-21 10:48:18 +0100
  • 4c655684a0 introduced theming in the status dialog, removed the syncState again and moved it to the SyncResult object to simplify code, removed icon code from folders (WIP), removed some unused code. Klaas Freitag 2012-02-20 16:45:27 +0100
  • 34f28bb4ad Display status "Sync running" in status dialog correctly. Klaas Freitag 2012-02-18 21:58:12 +0100
  • e63fcdc9f0 simplified the folder change notification to the GUI app: Reduced to one signal stateChanged(), provided an easy api to get the new state and last sync result by alias in folderman. Klaas Freitag 2012-02-18 21:21:58 +0100
  • b52f9f534d removed ownCloudDirCheck class and enhanced ownCloudInfo class to take its functionality. Added defaultConnectionName() and AuthHeader to the config file class. Fixed folderwizard to create ownCloud folder again. Klaas Freitag 2012-02-18 17:02:10 +0100
  • 0001b9088a - WIP ownCloud connect wizard: added a test call to check if the connect really works, better error checking Klaas Freitag 2012-02-17 15:54:39 +0100
  • ddf062ee14 - set app name correctly in config file class - fix link to newly installed ownCloud Klaas Freitag 2012-02-17 12:16:48 +0100
  • d31877a448 - fix config file location - writing ownCloud config works again Klaas Freitag 2012-02-17 11:56:27 +0100
  • 2c6c2625bf WIP: - split up owncloudsetup class to have a wizard class and a class that delivers plain config data - renamed ownCloudSetup -> ownCloudSetupWizard - added new class MirallConfigFile - made mirall config file (which currently only contains the owncloud connection) multi-connection aware - removed some sitecopy code - removed fetch- and push slots - adopted readFolderConfigFromFile to new file format Klaas Freitag 2012-02-17 11:11:18 +0100
  • 04841c940d WIP: introduce folder manager to separate folder management from GUI and ease the Application object Klaas Freitag 2012-02-17 09:48:31 +0100
  • 591054ed8f introduced a theming class to build the traditional mirall client as well as an ownCloud client Klaas Freitag 2012-02-16 10:42:44 +0100
  • 07cfc08823 Use a hash to store inotified pathes. Klaas Freitag 2012-02-15 22:36:52 +0100
  • d2f989566d removed sitecopy code from application and fixed url setting bug Klaas Freitag 2012-02-15 21:45:11 +0100
  • 9da08610ee Merge pull request #3 from dschmidt/master dragotin 2012-02-15 05:48:13 -0800
  • c55f0201fc remove accidentially added sync client and add owncloud folder Klaas Freitag 2012-02-15 14:44:09 +0100
  • 0c46382b6b moved CsyncThread class to its own file Klaas Freitag 2012-02-15 09:30:37 +0100
  • 486bb0f5ef Missed this file in last commit. Juan Carlos Cornejo 2012-01-19 23:21:47 -0500
  • 5541ec44a9 Recover from error if trying to upload a file that is already locked. Juan Carlos Cornejo 2012-01-19 23:20:03 -0500
  • 40c1f93205 Defaults to using no password manager if KWallet or gnome-keyring not compiled in, or not available Juan Carlos Cornejo 2012-01-17 16:34:10 -0500
  • a1fe2d9089 Quick implementation of Select all local/server wins on Conflict resolution window. Juan Carlos Cornejo 2012-01-14 02:19:45 -0500
  • dae3af1196 Small typo that prevented compiling. It was due to a misplaced quotation mark. Thanks to Bugzy for pointing it out. Juan Carlos Cornejo 2012-01-14 01:54:20 -0500
  • 01629d5d4b Implemented locking and unlocking of a file automatically when a put statement is requested. Juan Carlos Cornejo 2011-12-27 01:42:08 -0500
  • 309760ab36 Some restructuring that allows proper compilation on Windows systems. Still not stable on Windows. Need to resolve sqlite3 issues. unknown 2011-12-25 16:12:01 -0500
  • efee4de678 Updated instructions for building. Make sure that if you have build the program prior to this, to re-run qmake and do a Clean All. This is because of a large change in the way KWallet is handled. Juan Carlos Cornejo 2011-12-19 17:41:55 -0500