Shaun Walker
|
b68e3cb10f
|
Add support for ES6 module JavaScript resources
|
2022-02-19 17:24:41 -05:00 |
|
Shaun Walker
|
e305c488d4
|
Merge pull request #2010 from sbwalker/dev
Add support for ES6 module JavaScript resources
|
2022-02-19 17:14:21 -05:00 |
|
Leigh Pointer
|
b3967b36c0
|
Corrected incorrect CDN
|
2022-02-18 14:52:51 +01:00 |
|
Leigh Pointer
|
5fb33dfee9
|
Bootstrap reference updated to 5.1.3
|
2022-02-18 08:38:53 +01:00 |
|
Shaun Walker
|
2b768165e5
|
prepare for 3.0.3 release
|
2022-02-11 16:59:48 -05:00 |
|
Shaun Walker
|
e8425ba03a
|
improve performance by reducing database calls in initial client request scenarios
|
2022-02-11 15:42:34 -05:00 |
|
Shaun Walker
|
02e86a940b
|
Merge pull request #1973 from 2sic-forks/refs
fix #1972 Missing Preprocessor Directives during Runtime Compile
|
2022-02-10 07:56:52 -05:00 |
|
Shaun Walker
|
79d03eb43e
|
Merge pull request #1988 from 2sic-forks/content
fix #1987 Nuspec to include 'content'
|
2022-02-10 07:56:08 -05:00 |
|
Shaun Walker
|
5aed64f614
|
fixed #1989 - installation on SQLite failing due to DropColumn, fixed #1986 - IClientStartup not getting called for External Modules, added ability to correlate new visitors by IP address
|
2022-02-10 08:05:55 -05:00 |
|
Tonći Vatavuk
|
a823a4d9b7
|
remove precompile symbol OQTANE3_0_OR_GREATER as it have the same effect as simple OQTANE
|
2022-02-08 20:15:50 +01:00 |
|
Tonći Vatavuk
|
4eed2193f4
|
Merge branch 'oqtane:dev' into refs
|
2022-02-08 19:55:34 +01:00 |
|
Tonći Vatavuk
|
48e7a41af6
|
fix #1987 Nuspec to include 'content'
|
2022-02-08 19:38:31 +01:00 |
|
Tonći Vatavuk
|
5dedfe9295
|
fix oqtane#1987 Nuspec to include 'content' ('contentFiles')
|
2022-02-07 14:09:14 +01:00 |
|
Shaun Walker
|
95d8c368c8
|
Meta tags should not be HTML encoded
|
2022-02-06 18:54:09 -05:00 |
|
Shaun Walker
|
aa3d2a5289
|
Merge pull request #1969 from 2sic-forks/dev
fix #1272 - add support for refs folder in package installation
|
2022-02-06 12:11:29 -05:00 |
|
Shaun Walker
|
c635351a12
|
resolved UI error when closing Event Log and Visitor Management, made button class consistent in Recycle Bin, refactored RichTextEditor, made use of ConfigManager consistently throughout framework, added support for deleted Sites, removed reference to Runtime in Startup as it is now set per Site, added versioning to Html/Text, added Meta tag support to Page Management
|
2022-02-06 12:19:42 -05:00 |
|
Tonći Vatavuk
|
d9ff77fd9a
|
fix #1972 Missing Preprocessor Directives during Runtime Compile
|
2022-01-31 18:27:56 +01:00 |
|
Tonći Vatavuk
|
e1a7954307
|
fix #1272 - add support for refs folder in package installation
|
2022-01-29 06:45:51 +01:00 |
|
Shaun Walker
|
efe6421133
|
Merge pull request #1957 from Rodien/dev
Added web.Release.config to include remove WebDAV during the publish stage of a release
|
2022-01-28 13:00:56 -05:00 |
|
Shaun Walker
|
9d17804ac7
|
improved UX in Event Log by preserving criteria when viewing Details, added RowClass and ColumnClass parameters to Pager component, added initial-scale=1.0 to viewport specification in _host, added default visitor tracking filter, fixed "The given key 'level' was not present in the dictionary" issue in Visitor Management - Details by ensuring data was fully loaded
|
2022-01-27 18:12:04 -05:00 |
|
Shaun Walker
|
f964e0e502
|
added router support for url fragments, added language attribute to HTML document tag to improve validation, fixed Theme Settings so they can only be invoked via the Control Panel, added support for webp image files
|
2022-01-22 19:34:30 -05:00 |
|
Rodien_Bond004
|
22acb7c74b
|
Comments cleanup
Code cleanup. I removed the unnecessary comments.
This code will remove WebDAV during the publish stage of a release.
|
2022-01-21 11:58:24 +01:00 |
|
Rodien Blindeling
|
93b6de1caf
|
Added web.Release.config to include remove WebDAV during the publish stage of a release
|
2022-01-21 02:32:48 +01:00 |
|
Shaun Walker
|
826898e3fe
|
enhance Pager component with OnPageChanged event and implement in Visitor Management, allow PermissionGrid component to support Host role, fix unhandled exception in RichTextEditor component related to rerendering, make Quill resource declarations forward compatible, update Blazor theme to Boostrap 5.1.3, add missing RemoteIPAddress parameter in _Host app component, include logic to enable bypass of non-default alias redirection
|
2022-01-19 17:47:27 -05:00 |
|
Shaun Walker
|
11002efc02
|
hide deleted pages in Admin Dashboard, impove Settings API by replacing IsPublic with IsPrivate, isolate Setting updates to not affect PageState, make Pager horizintally scrollable on narrow viewports, improve LocalizableComponent to support embedded controls
|
2022-01-14 13:26:24 -05:00 |
|
Shaun Walker
|
9e04230d99
|
added interop method for setting scroll position, persisted RemoteIPAddress in PageState so it is available on Blazor Server, added support for forwarded headers from load balancers and proxy servers, replaced DateTime.Now references DateTimeUtcNow for consistency, fixed issue where upgrade logic was being executed for prior version
|
2022-01-13 07:18:37 -05:00 |
|
Shaun Walker
|
9bcc6bbad0
|
fix z-index for Blazor theme on mobile
|
2022-01-12 08:00:25 -05:00 |
|
Shaun Walker
|
cea5f86df4
|
prepare for 3.0.2 release
|
2022-01-11 17:46:36 -05:00 |
|
Shaun Walker
|
5aecc4be03
|
remove invalid app tag, fix page title not being set on first render
|
2022-01-11 15:07:54 -05:00 |
|
Shaun Walker
|
51b356cc0e
|
enhanced scheduler to support one-time jobs, fixed pager component so that top/bottom have consistent UX, fixed Blazor theme z-index issues caused by input-group in Bootstrap 5, improved password reset instructions in email notification
|
2022-01-10 19:58:58 -05:00 |
|
Shaun Walker
|
5e0f008b65
|
add error handling in purge job
|
2022-01-08 10:22:05 -05:00 |
|
Shaun Walker
|
eaf840e1da
|
improvements to purge job
|
2022-01-08 10:17:10 -05:00 |
|
Shaun Walker
|
07718f0449
|
add option to Control Panel to specify module visibility
|
2022-01-08 08:44:18 -05:00 |
|
Shaun Walker
|
e2688e6feb
|
include purge job for maintaining event logs and visitor logs
|
2022-01-07 23:30:29 -05:00 |
|
Shaun Walker
|
a2f8fe3694
|
convention shortcut to suppress title in container
|
2022-01-06 17:24:18 -05:00 |
|
Shaun Walker
|
f7c1e7b706
|
alias management improvements
|
2022-01-06 13:37:29 -05:00 |
|
Shaun Walker
|
6af5682548
|
increment copyright date to 2022, allow scheduled jobs to support weekly interval, improve dynamic image generation, add defensive logic to router
|
2022-01-05 14:28:42 -05:00 |
|
Shaun Walker
|
eeff4af167
|
make Url Mappings relative rather than absolute
|
2022-01-03 10:56:13 -05:00 |
|
Shaun Walker
|
224618cf21
|
improve Scheduled Job start/stop user experience, utilize start time when setting next job execution
|
2022-01-02 21:01:55 -05:00 |
|
Shaun Walker
|
b9f7c39550
|
improve capture of request attributes
|
2021-12-30 14:13:58 -05:00 |
|
Shaun Walker
|
f54d07548e
|
separate PWA service worker script from manifest script
|
2021-12-23 09:46:03 -05:00 |
|
Shaun Walker
|
cde271fd5b
|
encode PWA Script
|
2021-12-22 15:52:31 -05:00 |
|
Shaun Walker
|
c21a097fd2
|
added support for default alias specification, alias auto registration, alias redirect, alias line break delimiters
|
2021-12-22 15:43:59 -05:00 |
|
Shaun Walker
|
22c2d56da0
|
imrove custom entity support in settings
|
2021-12-20 07:58:15 -05:00 |
|
Shaun Walker
|
6a2ff369ea
|
Add support for IsPublic to all Setting types, enable Url Mapping for internal links
|
2021-12-18 10:35:22 -05:00 |
|
Shaun Walker
|
e3ebbde767
|
add logging for the logout event to the UI component, relocate module setting deletion to repository
|
2021-12-15 10:33:12 -05:00 |
|
Leigh
|
765760f3a5
|
Fix for #1877 #1878 Module data not being deleted
Fixed the permissions validation and added functionality to remove all the settings for the deleted module.
|
2021-12-15 08:26:00 +01:00 |
|
Shaun Walker
|
1e1aaaccca
|
create url mapping when page path changes
|
2021-12-12 09:59:33 -05:00 |
|
Shaun Walker
|
76fe155c0a
|
visitor improvements
|
2021-12-11 09:30:05 -05:00 |
|
Shaun Walker
|
7d8bbac04f
|
remove quill 1.3.6 assets
|
2021-12-10 14:19:32 -05:00 |
|