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

371 Commits

Author SHA1 Message Date
dmz76
6160ac1f59 Add '.editorconfig'
Add [.editorconfig](http://editorconfig.org/) global settings (supported by gogs) to normalize code contributions. The default settings are what I use in my repos.
Must be reviewed by @Uncled1023 with attention to the following:

```
end_of_line = lf # or crlf for windows env?
trim_trailing_whitespace = true # or false, since it's not good for Markdown files?
```
2016-11-10 08:24:11 -08:00
dmz76
81fdda228c Indent fix 2016-11-10 03:34:25 -08:00
dmz76
950d93f0b8 Add missing "RSS Feeds" to Help page index 2016-11-10 03:31:15 -08:00
Uncled1023
d0c8ed567c Added check for html files on upload and return them as plain text. 2016-11-02 21:47:00 -07:00
Uncled1023
7def4f222d Fixed max upload size being int instead of long. 2016-10-28 16:35:08 -07:00
Uncled1023
64c584d485 Added basic user search to admin page. 2016-10-27 13:38:42 -07:00
Uncled1023
302f8cae39 Added icons to 'Recent' sections on main page. 2016-10-27 10:15:46 -07:00
Uncled1023
dc576fed0d Added manual specification of machine key to prevent reset of credentials 2016-10-27 00:29:49 -07:00
Uncled1023
8d7ed2fe43 Fixed invalid datetime html values. 2016-10-26 22:54:02 -07:00
Uncled1023
d8044a9b8e Fixed invalid CORs.
Fixed invalid HTML head elements.
Fixed invalid html elements.
2016-10-26 22:11:03 -07:00
Uncled1023
e8eea8404e Added X-Requested-With header to ajax calls. 2016-10-26 17:44:51 -07:00
Uncled1023
446df72e00 Changed modal header for logins to have matching header color as the nav bar. 2016-10-26 16:47:47 -07:00
Uncled1023
96471f48a8 Added ajax actionresult handler.
Added returning of json or view from register/login depending on caller.
2016-10-26 16:25:57 -07:00
Uncled1023
f2e016d321 Modified home screen and footer styling. 2016-10-26 13:39:12 -07:00
Uncled1023
c98e6cbf8e Added handling of all missing routes with custom 404 page. 2016-10-26 13:19:48 -07:00
Uncled1023
f472c4f5d7 Added base Admin area.
Added direct routing for error view pages to fix them not loading correctly.
Added handling of authorized, but invalid roles.
2016-10-26 00:42:27 -07:00
Uncled1023
609dbb59eb Updated Tekup tool link 2016-10-24 16:17:27 -07:00
Uncled1023
26ad6b6529 Fixed download worker security issue 2016-10-20 21:56:16 -07:00
Uncled1023
2eb9463df7 Changed to use own Pygments nuget package. 2016-10-20 21:51:04 -07:00
Uncled1023
35be0dd3a9 Re-enabled copying locally of the pygments package. 2016-10-20 16:55:54 -07:00
Uncled1023
14dee8455f Added default fallback for 'Text only' if the syntax is not supported. 2016-10-20 16:54:55 -07:00
Uncled1023
04c2e657ab Changed paste to use backend syntax highlighting by pygments instead of a JS method. 2016-10-20 16:50:35 -07:00
Uncled1023
e1ed311880 Fixed Common scripts not being loaded for simple paste view 2016-10-20 14:15:10 -07:00
Uncled1023
15393324b0 Fixed CORs issues with running web workers. Changed URLs for workers and scripts imported inside workers to Blob URLs. 2016-10-20 14:09:11 -07:00
Uncled1023
90c5f7d5c2 Fixed blog post editing/creating putting you on a bad url after submit. 2016-10-16 23:54:21 -07:00
Uncled1023
d3c1d7187b Updated framework target to 4.6.2 2016-10-16 23:39:21 -07:00
Uncled1023
f5035b5ab7 Fixed url for API in help 2016-10-13 13:20:59 -07:00
Uncled1023
0eece43f01 Updated nuget packages 2016-10-12 14:35:04 -07:00
Uncled1023
b534f25d62 Added redbubble icon and redbubble marketplace. 2016-10-08 23:07:33 -07:00
Uncled1023
ddcba23ae9 Updated version to 2.0.4 2016-10-08 00:31:05 -07:00
Uncled1023
0beff458b9 Remade navbar logo use full filename for cache 2016-10-07 23:20:48 -07:00
Uncled1023
2d30e33949 Added Cdn generation to SubRouteUrl.
Added Cdn bundle extension to the rest of the areas.
Added Cdn for Logo images.
Added Logo constants for file paths.
2016-10-07 22:21:28 -07:00
Uncled1023
8b22b22d23 Added cacheing of the config.
Added file extensions to cdn url's to allow Azure to work properly.
Configured Uploads to use new CDN.
Added httpCompression to allow compression over proxy.
2016-10-07 16:49:46 -07:00
Uncled1023
4ec159e753 Added cdn config options and made bundle extension more generic. 2016-10-07 00:09:15 -07:00
Uncled1023
aef087a890 Adding initial attempt at connecting to CDN 2016-10-06 17:02:34 -07:00
Uncled1023
430e274280 Merge branch 'master' of http://git.teknik.io/teknikode/teknik.git 2016-10-06 11:25:47 -07:00
Uncled1023
3215fdc230 Added tool list help page and referenced it on Upload and Paste pages. 2016-10-06 11:25:43 -07:00
Uncled1023
286058cd27 Merge branch 'master' of suun/Teknik into master 2016-10-06 10:50:11 -07:00
suun
000337116c Fix Misspelling
"Shotened Urls" -> "Shortened Urls"
2016-10-05 14:53:26 +02:00
Uncled1023
8d270bfcc1 Fixed button links not being proper (Button link, not a link of a button) 2016-09-30 16:01:38 -07:00
Uncled1023
bafb11bb6d Fixed redirect for blog posts not working right 2016-09-30 13:41:24 -07:00
Uncled1023
5040f98cf6 Fixed not being able to edit main blog 2016-09-30 13:19:13 -07:00
Uncled1023
667ef65682 Changed images to be in the image folder, and css to be in Content. 2016-09-30 12:55:55 -07:00
Uncled1023
23b6e61efc Changed blog add/edit posts to use separate pages instead of modal popups. Also added editor helpers. 2016-09-30 12:46:49 -07:00
Uncled1023
563ff86c3a Added initial reference to MarkdownDeep Client. 2016-09-29 17:22:22 -07:00
Uncled1023
a8c17ad109 Fixed user auth cookie not using the real username, but the one passed in from the model. 2016-09-29 14:42:12 -07:00
Uncled1023
bbb819c1ad Changed gratipay link to point to team 2016-09-28 11:58:45 -07:00
Uncled1023
a55d9f5923 Updated readme formatting 2016-09-22 15:57:14 -07:00
Uncled1023
ce12758c7d Added comments 2016-09-22 15:34:22 -07:00
Uncled1023
3712d0db68 Removed donation info from the about page. 2016-09-22 15:12:39 -07:00