9f41286708
Add third party JS to support MarkDown editing/conversion to HTML
...
#94
2019-10-18 09:26:25 +01:00
81975559e2
Merge branch 'LinuxCardReaderService' into Release0.2
...
# Conflicts:
# DataCenter_Windows/WindowsDataCenter/SQLiteRepository/SQLiteRepository.cs
# DataCenter_Windows/WindowsDataCenter/WindowsDataCenter/App.config
Merged Branch for linux work. Now Deploying Card Reader on RPI.
2019-09-12 09:15:34 +01:00
a9d8e4c015
Set versions to 0.2.1.0 for release.
...
update bug tracking url for gitlab bug reports
2018-06-01 10:34:34 +01:00
b557174ef9
set .net versions to .net 4.5 for interfaces, ConfigurationHandler, CardReaderService projects in order to target mono framework.
...
update ninject to 3.3.1 to attempt compatibility with mono framework.
switch ninject config to use logfile logger not nlog..for now..
2018-05-31 14:08:41 +01:00
Watts
640ef5f2bf
added debug and release installers build configuration to projects/solution to enable building installers in a complete/single step, to save building them individually.
2017-04-15 20:21:09 +01:00
fae6ca3244
Add Process.Start call to start browser on start (hardcoded to the 8800 localhost port and is for debug only)
2017-03-06 14:59:20 +00:00
b0b1fd4576
Refactor code to simplify methods.
2017-03-03 13:01:31 +00:00
0ce9626622
added BugSubmissionEmailAddress config for gitlab bug email.
...
#48
2017-02-27 16:54:04 +00:00
f4e8f0a76f
updated the AssemblyInfo properties to be the right version.
2017-02-27 16:47:51 +00:00
caa7408465
add mapping for ManuallyPostData method (housekeeping)
...
correct 20 minute swipe event blocker and change to 3 min.
2017-02-23 16:55:13 +00:00
0e1e23a770
create GET_LOGS_IN_LAST_X_MINUTES procedure.
...
implement logs in last x minute check.
can be configured from app.config file using "SwipeTimeGap" configuration. defaults to 3 minutes if configuration is not there.
#36
2017-02-22 21:17:53 +00:00
b8cd5792cf
Set the default page size to a config value - "DefaultPageSize", defaults to 10 if the config value is missing.
...
#37
2017-02-22 20:43:48 +00:00
3b7ac4aa4e
fixup! rename Service1 to DataCenterService
...
#23
2017-02-18 21:43:59 +00:00
62b3d07a96
Fixed ninject cyclic dependency deployment issue.
2017-02-16 22:17:48 +00:00
ebfced87ee
fix relative file paths (file not found errors).
...
added razor engine to WindowsDataCenter project.
fixed odd logCount errors in spa.js/index.html
2017-02-16 17:07:48 +00:00
be37bb41be
added nlog config to appsettings. getting annoying adding it into everything..
...
#9
2017-02-15 20:54:27 +00:00
159c0a7625
added postbuild event steps to copy dependencies into the output directory.
2017-02-10 22:42:05 +00:00
fa3a115c5c
Finalized the merge..
...
Merge remote-tracking branch 'origin/CreateStaticFileHost' into UnbrokenSQLiteImplementation
# Conflicts:
# DataCenter_Windows/WindowsDataCenter/WindowsDataCenter/App.config
# DataCenter_Windows/WindowsDataCenter/WindowsDataCenter/Service1.cs
# DataCenter_Windows/WindowsDataCenter/WindowsDataCenter/WindowsDataCenter.csproj
# DataCenter_Windows/WindowsDataCenter/WindowsDataCenter/packages.config
# DataCenter_Windows/WindowsDataCenter/WindowsDataServiceHost/App.config
# DataCenter_Windows/WindowsDataCenter/WindowsDataServiceHost/packages.config
2017-02-01 20:28:42 +00:00
f96078f2ca
add the missing file references from adding DalSoft and Owin Static Files...
...
stupid visual studio, stupid operator.
2017-02-01 19:54:19 +00:00
ff20c6abdf
added static files owin host and dalsoft webapi help pages package manually to merge in branch. (preventing app from running after merge otherwise, no idea why)
2017-02-01 19:46:17 +00:00
a892e1d2c8
suspect service1 file incomplete due to selected line commits.
...
Added sqlite references.
added new CardsController, SwipeDataController and UsersController classes which all pull in SQLite to retrieve, or store their data.
2017-01-30 22:38:49 +00:00
532ed16bbd
Added package DalSoft.WebApi.HelpPage which will create help pages for every ApiController in the solution.
2017-01-29 16:09:26 +00:00
430f91ce18
add package Microsoft.Owin.StaticFiles.
...
added www folder to project, with bootstrap css/js files.
added the main single page app files to the project, pulled from codepen.io test/demo pages.
set properties to copy always for the main app files, bootstrap stuff is copy if newer.
added filesystem options to the StartOwin method.
2017-01-29 15:24:23 +00:00
e5ce621827
Initial commit of Windows Service DataCenter variant (pulling code from the RPi variant).
2017-01-26 16:45:04 +00:00