Commit Graph

  • 2b56928e9a added some JavaDoc comments and documentation Hai Brenner 2016-07-04 11:54:36 +0300
  • 7db6218735 fixed: access to the static system messages from the StorageManage class, rather than its instance Hai Brenner 2016-07-04 11:53:28 +0300
  • 66e5db9f22 cleared some unnecessary imports Hai Brenner 2016-07-04 11:51:49 +0300
  • 1fa38ddb5f Removed the lodge appeal managment from event handler map Vladimir Eliezer Tokarev 2016-07-02 18:05:29 +0300
  • c7c6f26db1 Conected the controller of lodge appeal to its fxml file Vladimir Eliezer Tokarev 2016-07-02 17:37:44 +0300
  • ff4ad81cca Created lodge appeal visual updater Vladimir Eliezer Tokarev 2016-07-02 17:35:47 +0300
  • 43af4b016d Implemented lodge appeal loader and controller Vladimir Eliezer Tokarev 2016-07-02 17:12:43 +0300
  • eda570c863 Created the lodge appeal panel Vladimir Eliezer Tokarev 2016-07-02 17:09:36 +0300
  • 8ac466e73a Fixed the status log panel bug Vladimir Eliezer Tokarev 2016-07-02 16:11:22 +0300
  • dab9ca1ed1 Bug: the status log fxml wont load Vladimir Eliezer Tokarev 2016-07-02 15:58:25 +0300
  • 48bf8dbe6b Ignore .arcconfig Cached-Client arbel.peled 2016-06-28 15:10:38 +0300
  • 8aada21119 Fixed some errors in the tests. Made Threaded Client parameterized (with respect to waiting times and thread count). arbel.peled 2016-06-28 15:08:36 +0300
  • e298ab1e76 removed two unnecessary imports Hai Brenner 2016-06-28 11:35:36 +0300
  • 14fac728b3 1. ScannedData now has a Channel and a SignedEncryptedBallot attributes, rather than just 'data' attribute 2. Implemented a NetworkVirtualPrinter output device, and now both this class and the previous SystemConsoleOutputDevice extend the same new abstract class AsyncRunnableOutputDevice which supplies default implementations for the interface methods. Hai Brenner 2016-06-28 11:32:00 +0300
  • 3a5908ac49 A cancel by the voter is now sent to the execution flow as a Throwable rather than an Exception. Hai Brenner 2016-06-28 11:28:14 +0300
  • 438df78e36 Changed the ToySignature test file to match the new Signature interface. Hai Brenner 2016-06-28 11:26:50 +0300
  • 4379921445 For some reason restful API did not appear in my gradle.build. It is fixed now. Hai Brenner 2016-06-28 11:26:00 +0300
  • 53d609bfee Removed database address from Bulletin Board Server init method (the address is given to the Query Provider). Added integration tests for Single Server Bulletin Board Client. Fixed subscription logic in the Single Server Bulletin Board Client. Decoupled Single Server- and Simple- Bulletin Board Clients (Simple-... is now obsolete). Fixed some bugs. Threaded Bulletin Board Client now has some errors in integration. arbel.peled 2016-06-28 08:19:29 +0300
  • b21051f321 Set up 'polling-station-gui' as a proper gradle subproject; fix directory structure Tal Moran 2016-06-28 02:12:26 +0300
  • 72d5e8aca1 Use apache.commons instead of sun.com...whatever Tal Moran 2016-06-28 02:11:01 +0300
  • d12ad408c4 Merge branch 'master' into vbdev2 Hai Brenner 2016-06-26 17:17:24 +0300
  • 06d69554d9 fixed some merge conflicts which appeared for some unknown reason Hai Brenner 2016-06-26 17:07:03 +0300
  • cc2888483d Threaded Client integration tests passing Arbel Deutsch Peled 2016-06-26 14:32:30 +0300
  • d1f7413cde Working client-side Batch changes Arbel Deutsch Peled 2016-06-26 13:06:16 +0300
  • 42ae18df00 Just added comments as part of the process to comment all the VB files. Currently I commented the controller callbacks and commands packages, and also the QuestionSelector component. Hai Brenner 2016-06-21 15:37:20 +0300
  • e9732561f4 Removed the last dependency on the obsolete SystemMessages class. This dependency was left by mistake. We now read all the system messages of the VB from a protobuf file using the StorageManager component. Hai Brenner 2016-06-21 15:35:42 +0300
  • 19deec00bb a change of variable name to suggest its insignificance Hai Brenner 2016-06-20 16:15:41 +0300
  • 559c714aac testing was changed according to the new interface of storage manager Hai Brenner 2016-06-20 15:27:39 +0300
  • 2bdf92b075 Fixed some stuff according to Arbel's suggestions. Specifically: 1. now handling exceptions in the encryption process (according to voter's choice) 2. handling files in storage manager (now reading election parameters and system messages from files) 3. Controller's init() now already sets all the info and parameters. No need to call extra functions 4. some more changes to the method structure Hai Brenner 2016-06-20 15:26:53 +0300
  • 1951db546d Changed Bulletin Board Message payload to either data or message ID Added server-generated unique batch identifiers Changed Client-side interfaces Refactored Client-side code for new batch mechanisms Arbel Deutsch Peled 2016-06-19 22:00:43 +0300
  • 36e1f6ea20 Added the submit voter logic to PSD Vladimir ELazar Tokarev 2016-06-18 19:00:02 +0300
  • f813c11edd Added the loader and the controler voter submit panel Vladimir ELazar Tokarev 2016-06-18 18:19:38 +0300
  • b8001163b7 Created the submit voter panel Vladimir ELazar Tokarev 2016-06-18 17:52:29 +0300
  • d2c9893ccf Dummy Voters Fetcher fetching dummy voters Vladimir ELazar Tokarev 2016-06-18 15:35:00 +0300
  • c90be520fe connected the logic of add new voter to the DSP Vladimir ELazar Tokarev 2016-06-18 15:13:04 +0300
  • 9825b3409b Added the add voter panel to the PSD Vladimir ELazar Tokarev 2016-06-18 13:17:46 +0300
  • b501992643 Complete overhaul of batch system on server-side Added batch methods to BulletinBoardUtils Related changes in BulletinBoardDigest and BulletinBoardSignature Arbel Deutsch Peled 2016-06-16 11:21:58 +0300
  • 13f8948cfb change the output class to run as a thread. It is now runnable and has its own queue of (also new) OutputCommands, and its own shutdown flag. Hai Brenner 2016-06-15 19:32:05 +0300
  • 337a135151 Started removing dependency on CompleteBatch. Tags of batches are now stored as a blob until the batch is complete. Arbel Deutsch Peled 2016-06-15 10:34:46 +0300
  • 3766478ffa Created the search part of the PSD Vladimir ELazar Tokarev 2016-06-12 16:15:50 +0300
  • 7d2eedfc1e The middle interfaces of Status log and settings removed Vladimir ELazar Tokarev 2016-06-12 16:06:24 +0300
  • 61c65594f5 Changed the managing of events in PSDController Vladimir ELazar Tokarev 2016-06-12 16:00:49 +0300
  • fc21a215d3 Created EventHandlerMapper Vladimir ELazar Tokarev 2016-06-12 15:52:22 +0300
  • 1fb96c8630 Added Ecent Handler Mapper Vladimir ELazar Tokarev 2016-06-12 15:20:29 +0300
  • c80aa8efc1 Removed the adding/removing logic from PSD controller Vladimir ELazar Tokarev 2016-06-12 13:18:01 +0300
  • f2dc2ec6d8 Ended the creating of the edit voter xml Vladimir ELazar Tokarev 2016-06-11 15:00:05 +0300
  • ab7c12b3f6 Created the voter edit panel Vladimir ELazar Tokarev 2016-06-11 14:53:57 +0300
  • 76d3fdeac2 Fixed the Selector classes. Fixed the crypto classes to handle signatures as well. Some more other fixes Hai Brenner 2016-06-07 16:15:08 +0300
  • b7d8c887ec Ended the settings panel Vladimir ELazar Tokarev 2016-06-04 16:48:47 +0300
  • 725589ddfc Createsd the settings panel Vladimir ELazar Tokarev 2016-06-04 16:05:12 +0300
  • f2a26b7145 Created the status log update interface Vladimir ELazar Tokarev 2016-06-04 15:11:18 +0300
  • b0c4fff11a Created Status Log Vladimir ELazar Tokarev 2016-06-04 13:01:06 +0300
  • ffac7c1e34 Fixed all of Tal's remarks. Switched to using the predefined BoolValue Protobuf. PollingStation-ScannerWebApp arbel.peled 2016-06-02 14:48:48 +0300
  • 229cbfd48f Fixed some subscription functionality of the CachedClient arbel.peled 2016-06-02 13:01:41 +0300
  • fe209f6b5a Removed default testing for the Bulletin Board Client. arbel.peled 2016-06-02 10:39:29 +0300
  • e2f3dbe6b2 Fixed some more issues (most have to do with concurrency). Implemented close method for the SQLServer which renders it unusable until reinitialization. Added test for Synchronizer for the case when the remote server is unavailable (test passes). Still need to fix Batch digest and sign issue. arbel.peled 2016-06-02 10:38:31 +0300
  • e91a48b5e1 Fixed a few bugs. Changed H2 Query Provider to run in-memory. Arbel Deutsch Peled 2016-06-01 22:46:51 +0300
  • 7c60e487cc Created a test for the Synchronizer. Not passing yet. arbel.peled 2016-06-01 21:34:17 +0300
  • 347e826f73 Working integrated version of Scanner WebApp Fully testsed Moved BoolMsg and IntMsg to Comm package (from BulletinBoardAPI) arbel.peled 2016-05-31 15:26:56 +0300
  • c24c6bbbd5 Created the flow that goes till the PSD Vladimir ELazar Tokarev 2016-05-28 18:00:40 +0300
  • 4720d66115 Created java and fxml dirs in PSD Vladimir ELazar Tokarev 2016-05-28 17:50:22 +0300
  • 541a6666fc Reformated the structure of single scene Vladimir ELazar Tokarev 2016-05-28 17:45:34 +0300
  • c08fbdfa76 Added the uploading bulletin board controller Vladimir ELazar Tokarev 2016-05-28 15:14:22 +0300
  • c97910644f Creating splash screen on boot then the uploader BB Vladimir ELazar Tokarev 2016-05-28 14:15:05 +0300
  • 213ab2a4ea Created spesific package for every fxml Vladimir ELazar Tokarev 2016-05-28 13:12:30 +0300
  • 357fab2d96 Filled the polling_station_dashboard Vladimir ELazar Tokarev 2016-05-28 12:58:18 +0300
  • 94f3920e6d Many fixes, some are still only in temporary phase, according to what Arbel told me to do so far. Hai Brenner 2016-05-23 14:43:01 +0300
  • 49f8e597a3 Added the polling station dashboard Vladimir ELazar Tokarev 2016-05-21 11:46:52 +0300
  • ccdb3b4b01 Removed the external classes Vladimir ELazar Tokarev 2016-05-21 09:59:14 +0300
  • ac2fc3a83d Ended the fxml of uploading to bulletin board Vladimir ELazar Tokarev 2016-05-21 09:54:21 +0300
  • 6d01be0d13 Loading gif removed Vladimir ELazar Tokarev 2016-05-20 12:54:33 +0300
  • b76bd76854 Created loader of all next fxmls Dasha-1 2016-05-20 12:10:17 +0300
  • 7eb5aec1d1 Created the splash screen on boot. Dasha-1 2016-05-20 11:27:24 +0300
  • 81dcdf6f25 Renamed the project Dasha-1 2016-05-20 10:44:59 +0300
  • df6e40e385 Created new branch which will have the initial voting station gui. Dasha-1 2016-05-20 10:34:06 +0300
  • 061dc69fbc File rename arbel.peled 2016-05-05 17:01:00 +0300
  • b934894bc5 Created Polling Station Scanner interface Implemented Web App for the scanner Not tested arbel.peled 2016-05-05 16:55:10 +0300
  • c04ed42dca possible future protobufs for handling category channel selection. Hai Brenner 2016-05-04 17:52:01 +0300
  • e042779b15 Initial code for the Voting Booth. Hai Brenner 2016-05-04 17:46:05 +0300
  • e677355040 comments: tzlil.gon 2016-04-17 09:09:13 +0300
  • b4e5040814 comments tzlil.gon 2016-04-17 09:08:21 +0300
  • 4c33e923b2 Implemented Synchronizer and Cached Client Not tested yet arbel.peled 2016-04-16 19:50:09 +0300
  • 7fc0af2b1f Added logging to Voter-Registry Voter-Registry Vladimir Eliezer Tokarev 2016-04-15 06:51:36 -0700
  • 47f68acae4 working version of VoterRegistry with localBulletinBoardServer. Vladimir Eliezer Tokarev 2016-04-15 04:11:54 -0700
  • 630588ca5b Put some unused files into git ignore Vladimir Eliezer Tokarev 2016-04-15 03:11:47 -0700
  • 53fc701444 Merge branch 'master' of http://cs.idc.ac.il/rhodecode/meerkat/meerkat-java into Voter-Registry Vladimir Eliezer Tokarev 2016-04-15 02:45:35 -0700
  • 9ed728fca7 Added message counting ability to the server (but not to the client) Added synchronous CompleteBatch read by the client Started implementing the synchronizer Added support for null callbacks arbel.peled 2016-04-14 09:20:11 +0300
  • 1f8df95895 More refactoring for tests and protocol -- user class now handles all messages synchronously (in the main thread); concurrency is now simpler) DKG Tal Moran 2016-04-14 03:34:54 +0300
  • 48b2b9efa2 Merge branch 'Cached-Client' of https://cs.idc.ac.il/rhodecode/meerkat/meerkat-java into Cached-Client arbel.peled 2016-04-13 10:38:43 +0300
  • c806e7b32a Added Deletion to Bulletin Board Server and Local Client Arbel Deutsch Peled 2016-04-13 09:46:24 +0300
  • c798e827dc More renaming and refactoring of DKG code Tal Moran 2016-04-12 02:21:46 +0300
  • 78207532ec protobuf naming convention Tal Moran 2016-04-11 20:51:40 +0300
  • d2373c09f2 Merge with master Tal Moran 2016-04-11 20:14:18 +0300
  • 1ec02173e7 package renaming and protobuf moves Tal Moran 2016-04-11 19:48:36 +0300
  • 67b01032d0 Merge branch 'Cached-Client' Arbel Deutsch Peled 2016-04-11 14:23:05 +0300
  • e904caa74f Added certificates to version control Arbel Deutsch Peled 2016-04-11 14:21:36 +0300
  • edfd47a98d Fixed H2 test time (by using a connection pool) Added same fix to MySQL Fixed and tested H2 SyncQuery Arbel Deutsch Peled 2016-04-11 14:13:26 +0300
  • 07aecd5237 TimestampComparator name change Arbel Deutsch Peled 2016-04-11 12:26:02 +0300
  • 857821c0e4 Adding one more file to version control Arbel Deutsch Peled 2016-04-11 12:17:05 +0300
  • d0951f8644 stop tzlil.gon 2016-04-08 21:48:08 +0300