1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Commit Graph

47 Commits

Author SHA1 Message Date
Uncled1023
9968b89266 Added Error Controller to handle error messages 2015-12-22 12:05:50 -08:00
Uncled1023
a02e4e15e5 Modified subdomain routing via url parameter. 2015-12-22 00:34:02 -08:00
Uncled1023
b702e4fc2e Fixed footer padding 2015-12-22 00:06:34 -08:00
Uncled1023
e534a58a7b Added new Url Extension to generate a url with subdomain 2015-12-21 23:54:22 -08:00
Uncled1023
7367d889e9 Added more subdomain routing for generating urls.
Fixed Home to have proper routing
2015-12-21 15:59:08 -08:00
Uncled1023
69d1f46234 Removed Config from ViewBag and added to ViewModelBase.
Added Upload Area and beginning of functionality.
2015-12-21 00:58:09 -08:00
Uncled1023
1e152694f4 Fixed css for home blog posts 2015-12-20 21:14:27 -08:00
Uncled1023
a4a11d7076 Fixed server specific blog viewing (Set to be first blog in DB) 2015-12-20 20:56:06 -08:00
Uncled1023
34836c9a08 Renamed fonts to Fonts 2015-12-20 13:52:04 -08:00
Uncled1023
aa7a70ab83 Fixed missing font.
Added config to optimize bundles.
2015-12-20 13:50:12 -08:00
Uncled1023
a0ef38eb7f Fixed redirect after Registration 2015-12-20 02:20:38 -08:00
Uncled1023
deb9030f47 Fixed bad js call 2015-12-20 01:57:16 -08:00
Uncled1023
98569322a9 Fixed blog comments and added blog styles 2015-12-20 01:24:03 -08:00
Uncled1023
52e9e72523 Added comments to blog posts 2015-12-20 00:52:02 -08:00
Uncled1023
25673d8570 Fixed login redirect and added dedicated login page.
Fixed blog url routing
2015-12-19 21:21:02 -08:00
Uncled1023
344985e14a Changed login url 2015-12-19 00:36:30 -08:00
Uncled1023
c295897088 Added blog post creation/editing/delete 2015-12-19 00:03:49 -08:00
Uncled1023
a1de092594 Modified user access 2015-12-18 16:53:41 -08:00
Uncled1023
b512968343 Fixed last blog posts 2015-12-17 16:06:56 -08:00
Uncled1023
e4130a1b59 Fixed bad formatting of default email 2015-12-17 15:51:01 -08:00
Uncled1023
702ee98600 Added viewmodel and news/podcast displaying to home view 2015-12-17 15:40:17 -08:00
Uncled1023
d05ffc59a5 Fixed links and hiding non-published articles in main view 2015-12-17 15:22:33 -08:00
Uncled1023
62476ab399 Added check in blog view to display error messages when no blog existed. 2015-12-17 15:08:43 -08:00
Uncled1023
cbac6d1fd3 Added git version to footer 2015-12-17 14:52:11 -08:00
Uncled1023
caa08e72ba Removed assembly version and added git versioning 2015-12-17 14:37:28 -08:00
Uncled1023
1bfddb9ec9 Fixed blogs not showing correctly.
Added individual blog post viewing.
Fixed javascript to use valid urls.
Fixed Route registrations.
2015-12-17 14:14:11 -08:00
Uncled1023
ff8bc3d464 Started work on Blog/Post views 2015-12-17 00:01:45 -08:00
Uncled1023
1d8c4fba34 Modified routing to better match real URL. 2015-12-16 16:57:24 -08:00
Uncled1023
98c32ac9d1 Added ocupload js script 2015-12-16 15:21:48 -08:00
Uncled1023
54d879da20 Added Blog.js 2015-12-16 15:09:50 -08:00
Uncled1023
4fde32fb84 Added default title for ViewBag.
Created Blog viewmodel.
Reorganized css/images/fonts to match nuget pattern.
2015-12-16 14:52:59 -08:00
Uncled1023
085449469c Removed uneeded css files 2015-12-16 13:41:19 -08:00
Uncled1023
016df19d28 Contact - Added SMTP config and sending of mail when Contact message sent 2015-12-16 12:46:54 -08:00
Uncled1023
4c217b9c6d - Completed Contact area to submit messages to database.
- Updated packages.
- Added publish profile.
2015-12-16 00:16:50 -08:00
Uncled1023
039fe574d6 Added automatic Database Migration on startup.
Moved Models and ViewModels into their respective Areas.
Added Groups/Roles to models.
2015-11-24 16:52:20 -08:00
Uncled1023
5d3c502d74 Added dev publish profile 2015-11-24 13:34:44 -08:00
Uncled1023
ed7670a119 Added missing privacy controller 2015-11-24 12:47:14 -08:00
Uncled1023
89434ea16e Updated Routing to allow defining the Area.
Modified loading of scripts to move some to end of body.
2015-11-24 10:12:08 -08:00
Uncled1023
6fd2360cf7 Added Privacy and Contact pages 2015-11-23 16:55:28 -08:00
Uncled1023
d97e89d9d3 Fixed URL Routing generation for Links.
Added Namespace routing extension.
2015-11-23 11:17:57 -08:00
Uncled1023
aa754450c3 Added missing index file 2015-11-22 23:56:56 -08:00
Uncled1023
6c37129a32 Fixed dev routing 2015-11-22 23:13:55 -08:00
Uncled1023
fc2e12e290 Think I got subdomains working.
Reorganized controllers into areas.
Added 'About' page.
2015-11-22 22:55:24 -08:00
Uncled1023
97389d57ce Added license and readme 2015-07-16 21:19:40 -07:00
Uncled1023
356a9d1ee2 Configured remote deployment, changed framework to 4.5.2 to work on IIS. 2015-07-16 21:06:27 -07:00
Uncled1023
e062aaea86 Initial add for Teknik framework. 2015-07-16 14:54:53 -07:00
Uncled1023
0d23d4a47d Initial commit to add default .gitIgnore and .gitAttribute files. 2015-07-14 17:12:45 -07:00