Commit Graph

45 Commits

Author SHA1 Message Date
2c1543aa82 optimize Url Parameters and implement in Event Log 2022-08-18 16:04:30 -04:00
fc6a794714 add support for preserving state when loading admin components 2022-08-12 10:43:00 -04:00
53ff491efd Assorted enhancements 2021-11-24 08:08:39 -05:00
df382ce7a3 allow developers to use custom icon libraries (Open Iconic is the default) 2020-12-22 08:37:33 -05:00
df1d646083 Refactor LocalizableComponent 2020-12-08 16:37:55 +03:00
7fd0c6c3aa Fix localization issue in ActionLink 2020-11-26 00:04:47 +03:00
af41e8bcfb Fix issue with ActionLink localization 2020-10-20 18:36:06 +03:00
34b9903b15 Localize ActionLink 2020-10-19 12:16:35 +03:00
955e7a3856 Factored out Contants.*** Role into RoleNames.***
Renamed 'AllUsers' to 'Everyone'
2020-10-16 06:22:52 -05:00
bc73e5e3d0 modifications to ActionLink and ActionDialog controls, added logic to prevent IHostedService from blocking startup, made controller route prefix consistent in module template 2020-07-17 15:09:05 -04:00
f515def414 Html encode job log messages, add new IModule property to allow modules to specify Runtime support, provide feedback during module content import, remove default EditMode option at the Page level (should be implemented at Module level) - resolves issue where Admin modules could not be deleted, include link to Event Log in AddModuleMessage for Error message type, fixed fallback support for themes in siterouter, integrated auth policy into site templates for Module Creator 2020-07-08 19:56:02 -04:00
a4a0334ec0 added ModuleControlBase 2020-06-25 09:31:21 -04:00
8053cc0af6 small fixes 2020-06-12 17:48:50 +02:00
cb484665ca Allow to show icon only in action link 2020-05-30 21:24:40 +02:00
52b2c876a4 performance optimizations to avoid use of reflection ( thanks to @chlupac for this suggestion ) 2020-05-19 13:39:39 -04:00
47f17a589f implementation of [OqtaneIgnore] class attribute in controls 2020-05-07 21:02:43 +02:00
5af6f7a52d Namespace Fix undo (#340) 2020-04-04 14:06:24 -04:00
71bd3a8d6a Namespace fix (#335) 2020-04-03 17:18:33 -04:00
66ad089088 Refactoring (#314)
* Refactoring

* Refactoring

* Check for a valid email.

* Fixed missing character.

* Moved logic to  the Utilities class.

* Rename template .sql file

* Modified null and empty string check.

* Check for a valid email.

* Fixed missing character.

* Moved logic to  the Utilities class.

* Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options

* Refactoring

* Refactoring

* Check for a valid email.

* Moved logic to  the Utilities class.

Co-authored-by: Aubrey <aubrey.b@treskcow.tech>
Co-authored-by: MIchael Atwood <matwood@dragonmastery.com>
Co-authored-by: Shaun Walker <shaun.walker@siliqon.com>
2020-03-31 10:21:05 -04:00
20e481af3d fixes to role management 2020-03-24 16:56:01 -04:00
ca62560616 Code formatting. 2020-03-23 10:25:12 -04:00
ad031cb375 Added functionality to add icons to the ActionLinks. 2020-03-23 10:24:54 -04:00
cf6643aef3 Client fixes
Client is partially done.
227 warnings left out of 1500
I like Rider
2020-03-15 15:19:35 +01:00
3e1c371be6 PermissionNames constants
Replace magic strings in authorisation calls
2020-03-14 09:21:26 +01:00
0eef1790c3 Add Disabled property to ActionLink 2020-02-20 17:26:41 +03:00
0aed11e71c notification service and user management improvements 2020-02-03 16:43:37 -05:00
ab564f7244 modified all admin UIs to position action buttons on the left side of grids and implemented ActionDialog throughout rather than dedicated delete components 2019-11-04 23:29:35 -05:00
f59ec7bdac improve confirm dialog 2019-10-25 21:27:29 -04:00
f59f6b2f34 added profile management 2019-10-25 00:03:11 -04:00
3d7ae6a743 logging enhancements 2019-10-24 16:54:14 -04:00
7f69f76263 add file manager 2019-10-09 18:14:06 -04:00
4de8572a87 Management UI for roles, users, tenants 2019-09-30 23:50:10 -04:00
3af2ca0168 utilize _Imports.razor to simplify module declarations 2019-09-24 17:26:14 -04:00
61dc27cf32 Finish upgrade to Preview9 2019-09-15 18:36:39 -04:00
7d5e35c637 updated namespaces, improved page management, 2019-09-14 15:31:12 -04:00
e1cc1ce973 Add Edit Mode for Administration 2019-09-04 11:07:48 -04:00
88a08c8863 Permission grid control, refactor permission string serialization 2019-08-30 10:05:13 -04:00
3ce7f1a227 Permission-based authorization utilizing Policies 2019-08-27 17:14:41 -04:00
ad2d865d7c Page management cleanup 2019-08-21 10:37:02 -04:00
58b27d172d Made parameters public for Preview8 2019-08-15 12:18:09 -04:00
03c7a99906 Upgrade to Preview8 2019-08-14 13:28:49 -04:00
b71f007981 Support for third party modules, improved error handling, standardardized enum naming, reorganized interface definitions, support for DB script upgrades, added Settings entity 2019-08-14 09:34:35 -04:00
59a715e468 Changes for Preview6 2019-06-19 08:32:04 -04:00
f8a048e5ac ActionLink Improvements
Adjustment to ActionLink component to support custom button classes.  Adjustment of all button styles inside of the project to swap to either btn-danger for delete operations or btn-secondary for cancel operations for consistency.
2019-05-17 23:55:55 -05:00
d71de1c21f Initial commit 2019-05-04 20:32:08 -04:00