Commit Graph

63 Commits

Author SHA1 Message Date
Martin
2757eb3ef0 Error message about 8dot3 name generation on Windows 2016-10-10 00:29:21 +02:00
Martin
ebca24137d Delete symlink file if present (for Windows) 2016-10-04 16:27:35 +02:00
Martin
a177362a76 Allow empty client for processes 2016-09-29 01:33:05 +02:00
Martin Raiber
fa63c97828 New alert about clients with ident error and made most alerts/errors dismissable 2016-08-27 17:40:33 +02:00
Martin
3a5ec082d9 Settings groups for clients 2016-08-09 21:07:10 +02:00
Martin
f453dd199b Correctly update and show lastseen 2016-07-23 15:44:34 +02:00
Martin
f25900761e Show symlink error only if file backups are enabled
(cherry picked from commit e62f73a8c387b3c3d164280a2542532df99cf06e)
2016-05-24 14:13:24 +02:00
Martin
3e6c7dbf84 Improve symbolic link creation error 2016-05-22 19:12:13 +02:00
Martin
35e133212e New file backup status "completed with issues" and OS and client version persistence 2016-05-11 14:25:50 +02:00
Martin
5ea6e07f6a Symbolic link creation check on status screen 2016-05-07 16:25:01 +02:00
Martin
c7de2e2cea Symbolic link creation check on status screen 2016-05-07 16:22:30 +02:00
Martin
d4e9fefed6 Prettier error message 2016-04-15 19:18:46 +02:00
Martin
7dcc377fce Prettier error message 2016-04-15 19:14:01 +02:00
Martin
2aa2569096 Prettier error message 2016-04-15 19:12:31 +02:00
Martin
fa9621f1c7 More detailed error message if backup folder is inaccessible 2016-04-14 22:19:51 +02:00
Martin
aa6cce8cd9 Handle database failures during index creation/upgrade 2016-02-09 12:05:07 +01:00
Martin
a107ca05b4 Add client button on status page 2016-01-13 22:57:33 +01:00
Martin
624e862583 Preparation for add client button on status page 2016-01-13 18:40:25 +01:00
Martin
0aa26f54ae Return the authkey directly when adding new internet client 2016-01-08 19:38:20 +01:00
Martin
9ee64e650a Updated copyright 2016-01-02 16:38:00 +01:00
Martin
f75eca1a4f Changed the web interface to use POST instead of GET 2015-12-20 21:41:18 +01:00
Martin
9bab514e22 Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
Martin
7e183aec19 Return timestamps as integers 2015-12-11 13:12:14 +01:00
Martin
3dfa6f859c Transfer unix timestamp to browser and format time in the browser
(cherry picked from commit caacef8cf1277c693303b6ab61a7ee70cb907554)

Conflicts:
	urbackupserver/serverinterface/backups.cpp
	urbackupserver/serverinterface/lastacts.cpp
	urbackupserver/serverinterface/logs.cpp
	urbackupserver/serverinterface/status.cpp
	urbackupserver/www/js/urbackup.js
2015-12-11 12:47:44 +01:00
Martin
93681e3e2c Use ECDSA instead of DSA when signing 2015-12-10 19:09:37 +01:00
Martin
e90cb501ae Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
Martin Raiber
52d7d169dd Fixed file listing via command line 2015-11-02 22:43:33 +01:00
Martin
345d182568 License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
Martin
8e8c1aa7e9 Allow multiple concurrent processes to be reported via web interface 2015-01-26 22:41:04 +01:00
Martin
24e7922764 Fixed file access from tray icon 2015-01-04 20:24:16 +01:00
Martin
07f31ad57d Simultaneous file and image backups and heavy refactoring 2014-11-30 19:34:02 +01:00
Martin
6be186aed9 Use full time for backup status if incremental time is not set 2014-08-23 00:06:43 +02:00
Martin
7cd5c9ed5a Warn about endianess and debug log and verify automatically on big endian systems 2014-06-15 17:25:57 +02:00
Martin
6cf65e7529 Some small fixes 2014-06-14 16:31:08 +02:00
Martin
624dc77591 Don't download new server version information in the browser. Do it nightly instead. 2014-06-13 20:38:28 +02:00
Martin
057e99e851 Allow use of volume as backup folder on Windows 2014-05-29 22:08:28 +02:00
Martin
72fda32da5 Automatically offline clients which are to be deleted 2014-04-08 20:29:45 +02:00
Martin
3530f14bfa Server public key authentication on the client 2014-03-23 17:15:01 +01:00
Martin
3810a9507f Separate action for starting backups 2014-02-22 15:22:17 +01:00
Martin
d54f0b7dac Added a detailed status command for the client 2014-02-20 22:43:54 +01:00
Martin
335400f990 Order clients by name on the web interface 2014-01-16 22:32:41 +01:00
Martin
0c045bb8a3 Revert "Fixing SQLite3 deadlock"
This reverts commit 0590071424.

Conflicts:
	urbackupserver/server_hash.cpp
2013-11-16 23:46:04 +01:00
Martin
0590071424 Fixing SQLite3 deadlock 2013-11-16 15:06:08 +01:00
Martin
016f706d88 Thread safety 2013-11-16 13:07:52 +01:00
Martin
57e0e08cb8 Show error message on status page if the database is corrupted 2013-10-19 22:17:50 +02:00
Martin
b90e7e795d Require add_client right to add client 2013-10-17 23:42:58 +02:00
Martin
38080069ca Correctly check the incremental image interval for a negative value not the incremental file backup interval 2013-10-08 21:20:34 +02:00
Martin
6bab1f8d5d 1. New feature: Live log on server interface
2. New feature: Check for new version on status screen
2013-09-22 21:18:52 +02:00
Martin
fc753b2564 Removed condition that the internet mode must be enabled 2013-08-31 19:06:23 +02:00
Martin
2152342099 Hide status entry if backup method is disabled 2013-08-31 19:04:33 +02:00