Gary Sharp
94c7cae443
Feature #19 : Allow auto unauthenticated enrolment
2013-10-29 12:26:33 +11:00
Gary Sharp
10a38af08b
Feature #20 : Assigned User Is Local Admin
...
Device Profile setting which specifies whether assigned users are set as
Local Administrators. Default is true (which maintains compatibility).
2013-10-28 18:16:22 +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
233d62442c
Update #18 : UX Document Template Bulk Generating
...
Improved UX
2013-10-24 22:15:46 +11:00
Gary Sharp
723eeec91e
Feature #25 : Job General Preferences
...
Initially to make 'long running job threshold' configurable. Updates to
ManagedJobList and fix for missing GetClaimKeys method (#24 ).
2013-10-24 18:19:05 +11:00
Gary Sharp
cc218a08e4
Update: Install Plugin (or Update)
...
Check to update the plugin when installing to avoid
uninstall->wait->install cycle.
2013-10-21 20:50:31 +11:00
Gary Sharp
401ae029f1
Update: Use Generics for Compiled View
...
Also standardize inclusion of StyleSheets/Scripts for Plugin Resources
2013-10-21 20:05:33 +11:00
Gary Sharp
d6859dcde4
Community Services use HTTPS #21
2013-10-17 11:34:22 +11:00
Gary Sharp
fdb5d37ec8
Fix: AuthorizationRole.Subjects can be null #24
...
Fixes the resulting NullReferenceException.
2013-10-17 11:05:22 +11:00
Gary Sharp
017b1435d8
Authorization Logging #24
...
Record 'Access Denied' and any changes to Authorization Roles.
2013-10-15 16:13:41 +11:00
Gary Sharp
4b822d3ae3
Fix: Assigned User Not Set
2013-10-14 19:58:41 +11:00
Gary Sharp
4d19e381fd
Authorization Subject Link #24
...
Create links to user when browsing Authorization Roles. Also removes
uncompiled views from published application.
2013-10-14 12:44:41 +11:00
Gary Sharp
ec74039400
User Authorization UI #24
...
Additional UI to help determining what effective authorization users
have.
2013-10-14 12:12:50 +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
2e820cd720
Feature #14 : Device Details
...
Initial Commit - LAN/WAN MAC Addresses
2013-09-12 13:39:39 +10:00
Gary Sharp
60f7384c97
Update: Job Entity -> Enum Support 2
...
Support the DistributionType Enum in Device Profiles
2013-09-09 15:09:28 +10:00
Gary Sharp
02b91f1ea4
Fix #17 : Computer Name Template Cache
...
Correctly invalidates the Expression Cache when a Computer Name Template
changes.
2013-09-09 14:39:49 +10:00
Gary Sharp
29a6057443
Feature: Decommission Reasons
...
As requested in #1
2013-09-05 18:23:59 +10:00
Gary Sharp
f3efa56750
Update: Job Entity -> Enum Support
2013-09-05 12:45:23 +10:00
Gary Sharp
3596d325eb
Fix #11 : jQuery delegated events for Firefox
2013-08-19 17:36:22 +10:00
Gary Sharp
19503366c4
Update: Device Count Details
...
More information about device membership in Batches, Profiles and
Models.
2013-07-25 17:47:40 +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
c19fd13c7b
Fix: Held Devices
2013-07-15 22:28:43 +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
b1d16ae87c
Update: SignalR AddToGroups at Query String
...
Use OnConnection query string to add group membership rather than making
an additional call after connection.
2013-07-04 15:28:53 +10:00
Gary Sharp
7dfae21978
Fix: Resize of Enrolment Status Dialog
2013-06-27 16:50:36 +10:00
Gary Sharp
ff4fc7f725
Update: RazorGenerator 2.0
...
Regenerated Pre-Compiled Razor Views
2013-06-06 12:19:34 +10:00
Gary Sharp
ed87b27708
Fix: Device Profile Creation
...
Regression caused by b17ed91fb0
2013-06-06 12:09:14 +10:00
Gary Sharp
7befaccf4a
Fix: Warranty Provider Properties & JSON.net
2013-05-21 11:23:45 +10:00
Gary Sharp
06071679a9
Fix: SignalR Authorize & Firefox Compatibility
...
Changes in architecture to support authorization and temporary
workaround for NTLM in Firefox (to be removed in SignalR 2.x). Thanks to
@davidfowl
2013-05-16 19:27:28 +10:00
Gary Sharp
4481909866
Update: Regenerated Razor Views
2013-05-09 17:03:49 +10:00
Gary Sharp
d63b9ebc4e
Update: UserHeldDevices to Repository Monitor
2013-05-06 20:28:28 +10:00
Gary Sharp
54961cdf22
Fix: EDM -> Cast<>; Retrieve items first
2013-05-06 19:09:04 +10:00
Gary Sharp
f320db3538
Update: SignalR v1.0.1 Migration; Json.NET
2013-05-06 19:04:29 +10:00
Gary Sharp
ab0c7992f8
Fix: Device Model Cast Error
2013-05-06 14:44:56 +10:00
Gary Sharp
8533ec2fe0
Update: Configuration Framework +CallerMemberName
...
Simplified creation of configuration modules; Scope is obtained from
abstract, Property names become keys (via CallerMemberName); Simple
generic Get/Set methods are used; Helpers for Obsfucation and Json are
available.
2013-05-03 20:48:15 +10:00
Gary Sharp
2da0b236af
Feature: Live Job Resource Updates
...
Using Repository Monitor and associated SignalR service, Job Logs and
Attachments are automatically updated on all 'viewing' computers.
2013-04-30 12:49:36 +10:00
Gary Sharp
e04296bbed
Fix: Device Model Image Size: 256px
2013-04-30 12:38:28 +10:00
Gary Sharp
b17ed91fb0
Update: Additional UI Extension Hooks
2013-04-30 12:35:27 +10:00
Gary Sharp
b79723d432
Feature: Repository Monitor
...
Cached Job Index, Live Job Message Update
2013-04-11 19:10:38 +10:00
Gary Sharp
6896c097af
Fix: Displaying multi-lined document expressions
2013-03-26 14:43:40 +11:00
Gary Sharp
9eaae3193f
Update: Support Ajax and Form Post for Finance
2013-03-26 14:42:58 +11:00
Gary Sharp
e422bf163d
Update: Forcibly Close Job
...
Allow jobs to be closed if procedures cannot be followed.
2013-03-19 15:42:16 +11:00
Gary Sharp
79085614d3
Update: Document Importing & QR Detection
2013-03-12 15:11:30 +11:00
Gary Sharp
c205386bcf
Update: Plugin Framework
2013-03-04 20:55:14 +11:00
Gary Sharp
7d9be5620d
GIT: perform LF normalization
2013-02-28 17:15:46 +11:00
Gary Sharp
20a12c1c99
Fix: Javascript Bugs
...
jQuery v1.9 migrations; Isotope Update
2013-02-19 19:17:06 +11:00
Gary Sharp
8f769809c2
Update: Plugin Updating
...
Updating plugins from the plugin catalogue, and automatic updating of
plugins after a newer version of Disco is installed.
2013-02-14 19:00:01 +11:00