Gary Sharp
5792771ea1
qol: formatting
2025-07-20 13:47:56 +10:00
Gary Sharp
7faebe56a8
qol: interpolated strings
2025-07-20 11:59:28 +10:00
Gary Sharp
4e518d6684
qol: remove this
2025-07-20 11:39:42 +10:00
Gary Sharp
539503133a
qol: fix System.Net.Http dependencies
2025-02-26 13:16:29 +11:00
Gary Sharp
296f7a13fd
feature: online services push notifications
2025-01-01 19:23:18 +11:00
Gary Sharp
b15917254f
clean up: remove unused namespaces
2024-12-14 16:55:37 +11:00
Gary Sharp
a6b9cd1af2
feature: job exporting ( resolves #155 )
2024-12-12 16:02:12 +11:00
Gary Sharp
09f9f2d427
version bump for v2.4 release
2024-09-26 16:33:55 +10:00
Gary Sharp
b576aec641
feature: computer name template testing
2023-11-24 11:57:26 +11:00
Gary Sharp
9924153e82
upgrade dotnet framework 4.5 to 4.6
2023-11-06 11:24:58 +11:00
Gary Sharp
e204ea4d5f
version bump for release candidate
2023-06-10 17:18:04 +10:00
Gary Sharp
708ca16de8
minor framework updates
2023-01-29 10:07:19 +11:00
Gary Sharp
b11fa5b1d6
Newtonsoft.Json 13.0.2 update
2022-12-08 11:15:34 +11:00
Gary Sharp
9f7c0f965e
Microsoft.Owin update
2022-12-04 15:12:33 +11:00
Gary Sharp
a274a33cf6
Newtonsoft.Json update
2022-12-04 15:05:51 +11:00
dependabot[bot]
941f1cf13e
Bump Newtonsoft.Json from 6.0.3 to 13.0.1 in /Disco.Web.Extensions
...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json ) from 6.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases )
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/6.0.3...13.0.1 )
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-04 03:20:30 +00:00
Gary Sharp
fcf70f724e
maintenance: dependency updates
2022-12-04 13:47:22 +11:00
Gary Sharp
5ce9e51ae7
Feature: MS Excel (xlsx) Import/Export
...
Microsoft Excel files can be used to import/export devices. Several
import bugs were also fixed in the process.
2017-03-25 15:37:28 +11:00
Gary Sharp
a0d643eda1
Version bump for #103
2016-11-21 16:40:50 +11:00
Gary Sharp
d9cade74b6
Version bump for v2.2
2016-11-17 00:26:46 +11:00
Gary Sharp
aca037ecf8
Feature: Document Template Packages
...
Document Templates can be grouped into a package and generated on-demand
in the same was as individual document templates. Packages can be
generated in bulk.
2016-11-14 01:21:23 +11:00
Gary Sharp
1dfa3f4f15
Use Json.Net for MVC ValueProviderFactory
2016-10-06 19:39:19 +11:00
Gary Sharp
27c21175d7
Certificate/wireless plugins; major refactoring
...
Migrate much of BI to Services.
Added Wireless Profile Provider plugin feature.
Added Certificate Authority Provider plugin feature.
Modified Certificate Provider plugin feature.
Database migration v17, for Device Profiles.
Enrolment Client Updated to support CA Certificates, Wireless Profiles
and Hardware Info.
New Client Enrolment Protocol to support new features.
Plugin Manifest Generator added to main solution.
Improved AD search performance.
2016-09-28 20:17:55 +10:00
Gary Sharp
6a017c7be9
Version Bump
...
Basis of a future release (2.1)
2015-05-14 15:02:51 +10:00
Gary Sharp
d2acf31b81
Migrate VS2013 version incrementing extension
...
"Build Version Increment" doesn't support VS2013, migrates to "Automatic
Versions".
2015-02-02 20:17:58 +11:00
Gary Sharp
a7b3f045d6
Project updated to VS2013
2015-02-02 18:43:01 +11:00
Gary Sharp
76318d8d00
Release v2.0.0918.1700
2014-09-18 19:11:21 +10:00
Gary Sharp
8e2a17cfc5
Beta Release: v2.0.0731
2014-07-31 16:23:56 +10:00
Gary Sharp
a43db01b96
Update: 3rd-party libraries updated, refactoring
...
Updated: SignalR 2.1.1, Moment.js 2.7, Reactive Extensions 2.2.5,
TinyMCE 4.1.2.
Customized TinyMCE skin and implemented FontAwesome icons.
T4MVC refactored.
2014-07-26 15:54:01 +10:00
Gary Sharp
7cbed23a74
Feature: Disco ICT Online Services - Job Publishing
...
When warranty jobs are submitted (via plugins) users can choose to
include attachments. These attachments are submitted to Disco ICT Online
Services. A secure link is then provided to the plugin so the
attachments can be retrieved.
2014-07-24 20:58:48 +10:00
Gary Sharp
f4394fe2a0
Feature #2 : Implement Repair Provider
...
Logging Repair for Non-Warranty jobs has been brought into line with
Logging Warranty. RepairProviderFeature implemented which allows plugins
to be used in submitting jobs to third-parties for repair.
2014-07-10 17:45:13 +10:00
Gary Sharp
5ba9fde10f
Feature #2 : Improve Warranty Logging
...
Warranty job UI changes to make consistent with plans for Repair Logging
2014-07-08 16:47:13 +10:00
Gary Sharp
83e9b7a832
Beta Release: v2.0.0626
2014-06-26 14:54:48 +10:00
Gary Sharp
be25569245
Update 3rd Party Libraries
...
Json.NET, jQuery, jQuery UI, modernizr, moment.js, Highcharts, TinyMCE,
normalize.css, T4MVC, RazorGenerator, Reactive Extensions
2014-06-02 02:11:03 +10:00
Gary Sharp
fb6067afc3
Update: Configuration Optimisation and Caching
...
Loads entire configuration at start-up (rather than scope-based
loading). Deserialization occurs once, with the resulting value cached
and replayed if the requested type matches.
2014-05-07 22:45:59 +10:00
Gary Sharp
7027b33fe2
Bug Fix: Job Quick-Logging with Queues
...
Jobs logged cannot be quick-logged if they are added into a queue.
'Device Held' can only be configured if the authorization is given.
2014-02-13 22:26:26 +11:00
Gary Sharp
3f63281dc4
Feature: Job Queues
...
Also UI style, theme and element changes
2014-02-03 14:50:08 +11:00
Gary Sharp
a5c051916e
Version bump for release 1.2.1128
2013-11-28 15:09:56 +11:00
Gary Sharp
c13d13c91c
Update: 3rd Party Libraries
...
Newtonsoft.Json 5.0.8; RazorGenerator.Mvc 2.1.2; jQuery 2.0.3; jQuery
Validate Unobtrusive 3.0.0; Microsoft.Net.Http 2.1.10; KnockoutJS 2.3.0;
Highcharts 2.0; T4MVC 3.7.4; TinyMCE 4.0.9
2013-10-28 17:42:38 +11:00
Gary Sharp
9784c5d282
Plugin Base WebViewPage #22 & Authorization #24
...
Plugins have a base WebViewPage to inherit, this offers integration with
various Disco services. Plugins can also add Authorization attributes to
their Web Handlers and Controller Methods.
2013-10-14 20:13:00 +11:00
Gary Sharp
a099d68915
Permissions & Authorization for Users #24
...
Initial Release; Includes Database and MVC refactoring
2013-10-10 19:13:16 +11:00
Gary Sharp
760aba9cdf
Update: Improve TouchScreen Support
2013-07-26 00:04:31 +10:00
Gary Sharp
ad6b1b19b6
Feature: Device Importing & Exporting
2013-07-25 17:46:20 +10:00
Gary Sharp
a3aaed1d13
Feature: Device Importing - Initial
2013-07-22 21:16:31 +10:00
Gary Sharp
ab3ad25944
Update: Computer Name in Tech Held Devices
...
Requested by Rohan Beckett representing non-1:1 primary schools.
http://discoict.com.au/forum/support/disco-jobs/2013/3/public-reports-not-working.aspx
2013-07-22 17:26:28 +10:00
Gary Sharp
c3733c908c
Update: CSS Style for <button>
2013-07-15 22:30:04 +10:00
Gary Sharp
aa54d93e8e
Feature: Held Devices Noticeboard
...
Provides a noticeboard for all devices, not just those assigned to
users.
2013-07-04 15:29:46 +10:00
Gary Sharp
9076b34f83
Fix: Updated Caching Policy for Bundles
2013-06-27 16:50:56 +10:00
Gary Sharp
deb1f1c925
Update: User/Device UI Corrections
2013-06-24 19:02:39 +10:00
Gary Sharp
86a107ed41
Update: New User UI (Initial)
2013-06-20 16:51:26 +10:00