Commit Graph
3 Commits
Author SHA1 Message Date
Kenneth Skovhede a3e7ece869 Renamed the "Notifications" table to "Notification".
WARNING: If you are running from source, please manually rename the table or delete Duplicati-server.sqlite.

Rename SQL:
ALTER TABLE Notifications RENAME TO Notification
2014-08-05 23:00:16 +02:00
Kenneth Skovhede ef1cb1a3dc Added the action field to notifications 2014-08-04 09:06:12 +02:00
Kenneth Skovhede 9223de7df9 Implemented a notification system.
The system works with the tray-icon, but the tray icon does not yet post notifications.
Some work is required to provide meaningful interaction when clicking the notifications.

Implemented a key/value store that allows the UI to save settings and other items.
2014-08-04 01:06:29 +02:00