Shaun Walker
17ef268594
Merge pull request #559 from chlupac/ThemeRepository
...
OqtaneIgnore implementation to theme elements
2020-05-29 10:42:33 -04:00
Pavel Vesely
58d97dd731
OqtaneIgnore implementation to theme elements
2020-05-29 16:09:27 +02:00
Shaun Walker
ee3a4d1624
Merge pull request #556 from iJungleboy/patches/fix544
...
Patches/fix544
2020-05-29 08:38:22 -04:00
Shaun Walker
f9035f8fdf
Update README.md
2020-05-28 17:32:06 -04:00
Shaun Walker
3a5b6954e3
fix for #525 when running locally without a network connection
2020-05-28 16:24:22 -04:00
Shaun Walker
1794d54a3f
Merge pull request #557 from sbwalker/master
...
fix for #525 when running locally without a network connection
2020-05-28 16:23:15 -04:00
ijungleboy
7d251b20cc
Fix collection of theme information because of improper namespace checks
...
https://github.com/oqtane/oqtane.framework/issues/554
2020-05-28 21:07:30 +02:00
Shaun Walker
0f09df13b5
page redirect support and added missing unique indexes on database tables
2020-05-28 14:48:00 -04:00
Shaun Walker
73763f1623
Merge pull request #555 from sbwalker/master
...
page redirect support and added missing unique indexes on database tables
2020-05-28 14:46:36 -04:00
Shaun Walker
1b2c7772ef
Merge pull request #29 from oqtane/master
...
sync
2020-05-28 14:39:10 -04:00
Shaun Walker
3b2583a1bd
Merge pull request #553 from chlupac/HorizontalMenuFix
...
Horizontal menu fix
2020-05-28 14:37:24 -04:00
Pavel Vesely
f7470e3c5b
Horizontal menu fix
2020-05-28 20:00:28 +02:00
Shaun Walker
19f8b3d429
Merge pull request #28 from oqtane/master
...
sync
2020-05-28 10:30:12 -04:00
Shaun Walker
fd249a7734
Merge pull request #551 from chlupac/TryGetQueryValue
...
Uri extensions for read query values
2020-05-28 09:51:01 -04:00
Shaun Walker
d5f3b7513d
Merge pull request #549 from chlupac/UserSearch
...
Search in User management
2020-05-28 09:45:45 -04:00
Shaun Walker
2a3b7caa9f
Merge pull request #548 from jimspillane/FixWildcardRoute
...
Fix Alias name route
2020-05-28 09:45:34 -04:00
Shaun Walker
612a820dac
fixed stylesheet and script removal logic
2020-05-28 09:44:41 -04:00
Shaun Walker
e80f42f1d9
Merge pull request #552 from sbwalker/master
...
fixed stylesheet and script removal logic
2020-05-28 09:43:23 -04:00
iJungleboy
8b5004c628
Merge pull request #1 from oqtane/master
...
sync
2020-05-28 12:47:23 +02:00
Pavel Vesely
151e37c470
Uri extensions for read query values
...
- safe way to check if key is presented
- safe parsing int values in query
- should replace int.Parse()
_jobId = Int32.Parse(PageState.QueryString["id"]);
can throw unhandled exception when "id" is not int
correct way
if (PageState.Uri.TryGetQueryValueInt("id",out _jobId)) ....
2020-05-28 12:26:23 +02:00
Pavel Vesely
e935451d93
Search in User management
2020-05-28 11:33:47 +02:00
Jim Spillane
b0af00aa47
Fix Alias route
...
Added wildcard route catchall.
2020-05-27 16:58:50 -04:00
Jim Spillane
cbbac26881
Merge pull request #15 from oqtane/master
...
Sync upstream
2020-05-27 16:55:10 -04:00
Shaun Walker
f2230dd530
Merge pull request #544 from chlupac/nuget
...
Generate nugets in correct format
2020-05-27 16:12:51 -04:00
Shaun Walker
963148c639
Refactor Javascript and Stylesheet loading
2020-05-27 16:03:38 -04:00
Shaun Walker
215e52e42e
Merge pull request #547 from sbwalker/master
...
Refactor Javascript and Stylesheet loading
2020-05-27 16:02:20 -04:00
Jim Spillane
945d7870c0
Merge pull request #14 from oqtane/master
...
Sync master
2020-05-26 18:46:49 -04:00
Shaun Walker
cc40733cff
Merge pull request #27 from oqtane/master
...
sync
2020-05-26 10:39:21 -04:00
Pavel Vesely
795f591da2
Generate nugets in correct format
2020-05-26 09:28:37 +02:00
Shaun Walker
4cab49e022
Merge pull request #535 from thabaum/patch-8
...
Oqtane Theme: CSS style module actions dropdown text #fff
2020-05-25 11:33:07 -04:00
Shaun Walker
3b685fe571
Merge pull request #541 from jimspillane/ChangeJavaScriptNamespaceToOqtane
...
Change JavaScript namespace from interop to Oqtane
2020-05-25 11:32:54 -04:00
Jim Spillane
97df673609
Change JavaScript namespace from interop to Oqtane
2020-05-24 23:04:55 -04:00
Cody
cbcec0481a
removed "Select Container, Theme, Layout" options
2020-05-24 19:12:47 -07:00
Cody
2f272ef4b6
style module actions dropdown text #fff
2020-05-24 17:47:27 -07:00
Jim Spillane
a4ed06f2fc
Merge pull request #13 from oqtane/master
...
Sync upstream
2020-05-24 19:43:11 -04:00
Shaun Walker
3339690e2a
Improvements to ModuleCreator external template to use Package references and include framework in Nuspec file
2020-05-24 19:11:35 -04:00
Shaun Walker
e4b37c17d8
Merge pull request #534 from sbwalker/master
...
Improvements to ModuleCreator external template to use Package references and include framework in Nuspec file
2020-05-24 19:10:21 -04:00
Shaun Walker
f1f07f45c6
Merge pull request #531 from chlupac/ControlPanel
...
Control panel persistence between module addings
2020-05-24 10:54:10 -04:00
Pavel Vesely
068803615b
Notification job fill mail subject
2020-05-22 21:29:52 +02:00
Pavel Vesely
ddbb08ea75
Control panel state persistence
2020-05-22 21:29:06 +02:00
Shaun Walker
6ac2b64d7d
improvements to module creator templates
2020-05-22 13:39:59 -04:00
Shaun Walker
93497eb776
Merge pull request #530 from sbwalker/master
...
improvements to module creator templates
2020-05-22 13:39:04 -04:00
Shaun Walker
e1b0dbcdf7
modification to JSInterop and Quill
2020-05-22 11:51:57 -04:00
Shaun Walker
c2ddd248e4
Merge pull request #529 from sbwalker/master
...
modification to JSInterop and Quill
2020-05-22 11:51:04 -04:00
Cody
a4ec456205
Merge branch 'master' of https://github.com/thabaum/Oqtane.Framework
2020-05-21 21:10:57 -07:00
Cody
23764d1ae4
Merge pull request #3 from oqtane/master
...
update
2020-05-21 21:07:22 -07:00
Cody
f77a8a964f
Merge remote-tracking branch 'oqtane.framework-upstream/master'
2020-05-21 15:52:54 -07:00
Shaun Walker
c089b90659
modifications to JSInterop in RichTextEditor
2020-05-21 15:55:58 -04:00
Shaun Walker
32cd34b090
Merge pull request #522 from sbwalker/master
...
modifications to JSInterop in RichTextEditor
2020-05-21 15:54:53 -04:00
Shaun Walker
d8fca5de20
module creator templates need to be in the server project in order to be distributed with application
2020-05-20 15:31:09 -04:00