Commit Graph

74 Commits

Author SHA1 Message Date
Martin
64c31f965a Show empty status screen if necessary 2018-10-12 12:53:07 +02:00
Martin
953007b9c5 Fix build 2018-04-14 12:02:20 +02:00
Martin
d21fa9877d Run backup storage checks asynchronously from status screen
(cherry picked from commit 5a33531d43a22971cfe7538b792b092a87bc910f)

# Conflicts:
#	urbackupserver/www/js/templates.js
2018-04-07 18:41:35 +02:00
Martin
b864185361 Always use simple tokenize function 2017-11-01 14:14:00 +01:00
Martin
4de4a9c038 Show file/image backups as disabled on status screen 2017-08-03 23:11:43 +02:00
Martin Raiber
4e3d2504ac Show on status screen if no backup directories are configured 2017-08-01 00:16:26 +02:00
Martin Raiber
93743afbb9 Only show status as ok if there is at least one backup
(cherry picked from commit f3e8daf59a7b2d7998d36bbe2e095953ba55089d)
2017-06-16 12:55:59 +02:00
Martin
2e396f5c8e Scipted alert system 2017-04-10 17:53:28 +02:00
Martin
4defce1072 Fix warnings 2016-12-10 20:57:52 +01:00
Martin
ee98955301 Fix virus scan check 2016-12-07 13:38:07 +01:00
Martin
5163141c52 Show error about on-access virus scanner being active 2016-12-06 15:46:47 +01:00
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