Commit Graph
27 Commits
Author SHA1 Message Date
Kenneth Skovhede ddbd689089 Implemented live monitor of the logs 2014-08-01 11:18:10 +02:00
Kenneth Skovhede 44a15ee6cf Implemented persistent error/warning states 2014-07-31 22:08:54 +02:00
Kenneth Skovhede 66f6e3a7ac Added the ping-pong handler 2014-07-25 14:26:33 +02:00
Kenneth Skovhede c85be90a96 Updated detection of encrypted/unencrypted database to follow the new logic in SQLite, where open always succeeds and a failed db is not detected until a query is made. 2014-07-20 09:15:33 +02:00
Kenneth Skovhede dab3d42acf Bugfix for release build 2014-07-18 22:58:56 +02:00
Kenneth Skovhede 9841dbc7ac Updated the autoupdater to use a static instance and fixed a number of paths to use the base dir.
Added a current pointer-file to allow running with a version that is not the newest.
Updater is now working except for OSX, where the bundle setup is causing issues when running the loaded instance.
2014-07-03 11:01:49 +02:00
Kenneth Skovhede 26661ddf7a Logging errors from the update manager 2014-07-01 23:59:30 +02:00
Kenneth Skovhede 9b8e6141f8 Implemented the auto-update feature in the CLI and the server 2014-06-30 11:31:06 +02:00
Kenneth Skovhede 8834385854 Fixed the Autoupdate settings 2014-06-29 21:53:31 +02:00
Kenneth Skovhede 6203ed849c Major refactor of the webserver
Added support for setting listening interface for the webserver
Added support for starting the webserver with a password
2014-06-27 13:23:05 +02:00
Kenneth Skovhede 671548bd96 Initial scaffolding for supporting the auto-update using AppDomains to support seamless updates 2014-06-26 22:37:58 +02:00
Kenneth Skovhede 7d52854ae1 Added feature to display the application window on first launch and on a port change 2014-06-23 11:22:54 +02:00
Kenneth Skovhede bd53090ae7 Implemented the pause/resume/stop/start methods throughout the calls to allow for interactive control over the tasks 2014-05-15 12:47:16 +02:00
Kenneth Skovhede 4414c2f0dd Moved SQLite related items into a separate project to avoid pulling in the extra content files when using the utility library for mini projects 2014-04-07 11:59:33 +02:00
Kenneth Skovhede 4c6bf233ae Renamed the database to avoid conflicts with Duplicati 1.3.x 2014-04-02 11:36:04 +02:00
Kenneth Skovhede 25f6ea5886 Improved help output from Trayicon 2014-04-02 11:34:33 +02:00
Kenneth Skovhede 20f12f6164 Fixed the status so we can run commands with the runner without affecting the status output 2014-03-24 00:20:17 +01:00
Kenneth Skovhede 725d70493f Improved handling of multiple instance detection 2014-03-21 10:34:34 +01:00
Kenneth Skovhede a23aeb3716 Added support for keeping temporary backups in server memory so we can do restore on non-persisted backups.
Added type-safe argument passing to the runner.
Added taskID's so the restore dialog can keep track of what tasks it needs to monitor.
2014-03-17 15:27:25 +01:00
Kenneth Skovhede 5259f8733d Fixed sending some options to the runner 2014-03-15 01:03:59 +01:00
Kenneth Skovhede 8854f92e43 Updated progress data to work and removed option to long-poll for progress data 2014-03-10 00:16:53 +01:00
Kenneth Skovhede 2db2e8f339 Added support code for probing multiple sockets when starting the web-server in hosted mode 2013-12-07 15:24:57 +01:00
Kenneth Skovhede 13d50611d8 Cleanup 2013-11-25 09:14:09 +01:00
Kenneth Skovhede d14ec9432f Rewrote the storage of backup setups 2013-11-23 14:26:36 +01:00
Kenneth Skovhede c7836ce403 Removed support for the old file format 2013-05-05 17:54:59 +02:00
kenneth@hexad.dk 310a3f5c4c Synchronized with trunk
git-svn-id: https://duplicati.googlecode.com/svn/sandboxes/Kenneth/ForestHash@1533 59da171f-624f-0410-aa54-27559c288bec
2013-02-27 14:25:14 +00:00
kenneth@hexad.dk a0521da54d Initial version of the new block-based storage format.
Still needs a work over in terms of error handling, progress reporting, warning output, refactoring etc.
Also misses the volume reuse/reclaim algorithms.
But it passes the unit tests now, with and without a local database.

git-svn-id: https://duplicati.googlecode.com/svn/sandboxes/Kenneth/ForestHash@1526 59da171f-624f-0410-aa54-27559c288bec
2013-02-12 21:43:14 +00:00