fe302aa9e4
Should be moduleid as the entity id is added in the CreateAuthPolicyUrl method.
2020-07-12 18:59:20 -04:00
3703d87d50
Merge pull request #651 from sbwalker/master
...
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:57:13 -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
49f4e64cb4
Merge pull request #45 from oqtane/master
...
sync
2020-07-07 08:44:51 -04:00
e615263706
Merge pull request #647 from chlupac/Notifications
...
Notification changes UNDO
2020-07-07 08:43:52 -04:00
2a7e256116
Merge pull request #648 from alexhendel/fix-linux-theme-installation
...
Fix directory separator in InstallationManager
2020-07-07 08:43:37 -04:00
a083405b48
Fix directory seperator in InstallationManager
2020-07-07 09:56:24 +02:00
3ea280c82a
Motification changes UNDO
2020-07-06 15:27:35 +02:00
192433f02d
Merge pull request #44 from oqtane/master
...
sync
2020-07-05 11:32:20 -04:00
56a2e9dcea
Merge pull request #644 from chlupac/ActionIcons
...
Icons in module actions menu
2020-07-03 15:16:47 -04:00
921cced1c8
Merge pull request #643 from chlupac/Notifications
...
Notification job optimalization
2020-07-03 15:16:14 -04:00
b17f679f38
Notification job optimalization
2020-07-03 10:19:12 +02:00
8e43fcab21
Icons in module actions menu
2020-07-03 10:15:45 +02:00
73c5092e46
Merge pull request #43 from oqtane/master
...
sync
2020-07-02 08:56:55 -04:00
56537e4785
Merge pull request #642 from svreic/bugfix/page-path-validation
...
Page path validation
2020-07-02 08:13:39 -04:00
3bd7d7196d
Merge pull request #640 from PoisnFang/routing
...
Url parameter helper enhancements
2020-07-02 08:11:14 -04:00
7b5a192b82
Added double page path validation
2020-07-02 09:47:42 +02:00
d4be058d07
Can get parameters without template
...
clear urlParameters dictionary if template fails. Removed UrlParametersTemplate property and UrlParamerters auto dictionary
2020-07-01 15:15:39 -07:00
6c20fea46a
Merge pull request #641 from chlupac/NotifyRepo
...
Notification Repository Breaking change fix
2020-07-01 14:22:26 -04:00
2e7cfefb2e
Notification Repository Breaking change fix
2020-07-01 14:23:55 +02:00
038894cf64
Enhancement to url parameters helper in modulebase
2020-07-01 01:35:06 -07:00
954e30d89f
Save url parameter action segments
2020-06-30 16:01:16 -07:00
93d9c4534d
Merge pull request #42 from oqtane/master
...
sync
2020-06-30 16:56:08 -04:00
468ca8c6a9
Merge pull request #639 from PoisnFang/routing
...
Hot fix for homepage routing
2020-06-30 16:54:54 -04:00
e7a4c08dea
Now also properly routes in admin modules
2020-06-30 13:51:48 -07:00
69d639ee42
Hot fix for homepage routing
2020-06-30 13:42:35 -07:00
a780569a6f
Merge pull request #41 from oqtane/master
...
sync
2020-06-30 16:16:11 -04:00
568c283efd
Merge pull request #638 from PoisnFang/routing
...
Module Router Enhancement
2020-06-30 16:15:27 -04:00
fccdd07a08
Replaced token identifiers for { }
2020-06-30 12:59:19 -07:00
5e816ea912
Removed anchor property and hash is only set if there is anchor
2020-06-30 12:49:56 -07:00
cb2d529689
added in GetUrlParameters route to Module Index action
2020-06-30 04:16:08 -07:00
c5037e7084
Url parameters working on any page, plus queries and anchors
2020-06-30 03:41:35 -07:00
fdc39d57fb
Module Router Enhancement
...
Allows for PageVariables through the URL
2020-06-27 11:49:24 -07:00
4960e2c668
Update README.md
2020-06-26 08:45:13 -04:00
66cc3a1392
Merge pull request #637 from sbwalker/master
...
improvements for custom authorization policy usage
2020-06-25 10:24:54 -04:00
6e7c8e7b05
improvements for custom authorization policy usage
2020-06-25 10:23:27 -04:00
727b943fa3
Merge pull request #636 from sbwalker/master
...
added ModuleControlBase
2020-06-25 09:32:56 -04:00
a4a0334ec0
added ModuleControlBase
2020-06-25 09:31:21 -04:00
9ea5da525b
Merge pull request #634 from sbwalker/master
...
preparing for 1.0.1 release
v1.0.1
2020-06-23 09:42:25 -04:00
fa15a5e44b
preparing for 1.0.1 release
2020-06-23 09:41:17 -04:00
35d037bbf4
Merge pull request #40 from oqtane/master
...
sync
2020-06-23 09:13:58 -04:00
e8387103f1
Merge pull request #631 from svreic/bugfix/fixing-theme-service
...
Fixed ThemeService using tenant aware api calls
2020-06-22 16:59:54 -04:00
16965fd027
Merge pull request #632 from sbwalker/master
...
enhancement to load dependencies from the /bin if they are not loaded automatically
2020-06-22 16:59:43 -04:00
f81ef89c61
enhancement to load dependencies from the /bin if they are not loaded automatically
2020-06-22 16:58:41 -04:00
6034a161e7
Fixed ThemeService using tenant aware api calls
2020-06-22 08:41:09 +02:00
ff23865711
Merge pull request #39 from oqtane/master
...
sync
2020-06-19 17:30:38 -04:00
3ac4116a84
Merge pull request #628 from thabaum/dashboard-table-col-size
...
Fix Dashboard button/input table col size
2020-06-19 17:29:27 -04:00
65df0549fd
Merge pull request #625 from mikecasas/feature-email
...
Send notification based on a future datetime
2020-06-19 17:24:31 -04:00
04ffb079ea
Merge pull request #630 from sbwalker/master
...
upgrade themes to latest Bootstrap, fix breaking change to ThemeBase due to IThemeControl being removed
2020-06-19 17:23:48 -04:00
99d99ca6ad
upgrade themes to latest Bootstrap, fix breaking change to ThemeBase due to IThemeControl being removed
2020-06-19 17:22:26 -04:00