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?
```
6 years ago
dmz76
81fdda228c
Indent fix
6 years ago
dmz76
950d93f0b8
Add missing "RSS Feeds" to Help page index
6 years ago
Teknikode
d0c8ed567c
Added check for html files on upload and return them as plain text.
6 years ago
Teknikode
7def4f222d
Fixed max upload size being int instead of long.
6 years ago
Teknikode
64c584d485
Added basic user search to admin page.
6 years ago
Teknikode
302f8cae39
Added icons to 'Recent' sections on main page.
6 years ago
Teknikode
dc576fed0d
Added manual specification of machine key to prevent reset of credentials
6 years ago
Teknikode
8d7ed2fe43
Fixed invalid datetime html values.
6 years ago
Teknikode
d8044a9b8e
Fixed invalid CORs.
...
Fixed invalid HTML head elements.
Fixed invalid html elements.
6 years ago
Teknikode
e8eea8404e
Added X-Requested-With header to ajax calls.
6 years ago
Teknikode
446df72e00
Changed modal header for logins to have matching header color as the nav bar.
6 years ago
Teknikode
96471f48a8
Added ajax actionresult handler.
...
Added returning of json or view from register/login depending on caller.
6 years ago
Teknikode
f2e016d321
Modified home screen and footer styling.
6 years ago
Teknikode
c98e6cbf8e
Added handling of all missing routes with custom 404 page.
6 years ago
Teknikode
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.
6 years ago
Uncled1023
609dbb59eb
Updated Tekup tool link
6 years ago
Teknikode
26ad6b6529
Fixed download worker security issue
6 years ago
Teknikode
2eb9463df7
Changed to use own Pygments nuget package.
6 years ago
Teknikode
35be0dd3a9
Re-enabled copying locally of the pygments package.
6 years ago
Teknikode
14dee8455f
Added default fallback for 'Text only' if the syntax is not supported.
6 years ago
Teknikode
04c2e657ab
Changed paste to use backend syntax highlighting by pygments instead of a JS method.
6 years ago
Teknikode
e1ed311880
Fixed Common scripts not being loaded for simple paste view
6 years ago
Teknikode
15393324b0
Fixed CORs issues with running web workers. Changed URLs for workers and scripts imported inside workers to Blob URLs.
6 years ago
Teknikode
90c5f7d5c2
Fixed blog post editing/creating putting you on a bad url after submit.
6 years ago
Teknikode
d3c1d7187b
Updated framework target to 4.6.2
6 years ago
Teknikode
f5035b5ab7
Fixed url for API in help
6 years ago
Teknikode
0eece43f01
Updated nuget packages
6 years ago
Teknikode
b534f25d62
Added redbubble icon and redbubble marketplace.
6 years ago
Teknikode
ddcba23ae9
Updated version to 2.0.4
6 years ago
Teknikode
0beff458b9
Remade navbar logo use full filename for cache
6 years ago
Teknikode
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.
6 years ago
Teknikode
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.
6 years ago
Teknikode
4ec159e753
Added cdn config options and made bundle extension more generic.
6 years ago
Teknikode
aef087a890
Adding initial attempt at connecting to CDN
6 years ago
Teknikode
430e274280
Merge branch 'master' of http://git.teknik.io/teknikode/teknik.git
6 years ago
Teknikode
3215fdc230
Added tool list help page and referenced it on Upload and Paste pages.
6 years ago
Uncled1023
286058cd27
Merge branch 'master' of suun/Teknik into master
6 years ago
suun
000337116c
Fix Misspelling
...
"Shotened Urls" -> "Shortened Urls"
6 years ago
Teknikode
8d270bfcc1
Fixed button links not being proper (Button link, not a link of a button)
6 years ago
Teknikode
bafb11bb6d
Fixed redirect for blog posts not working right
6 years ago
Teknikode
5040f98cf6
Fixed not being able to edit main blog
6 years ago
Teknikode
667ef65682
Changed images to be in the image folder, and css to be in Content.
6 years ago
Teknikode
23b6e61efc
Changed blog add/edit posts to use separate pages instead of modal popups. Also added editor helpers.
6 years ago
Teknikode
563ff86c3a
Added initial reference to MarkdownDeep Client.
6 years ago
Teknikode
a8c17ad109
Fixed user auth cookie not using the real username, but the one passed in from the model.
6 years ago
Uncled1023
bbb819c1ad
Changed gratipay link to point to team
6 years ago
Teknikode
a55d9f5923
Updated readme formatting
6 years ago
Teknikode
ce12758c7d
Added comments
6 years ago
Teknikode
3712d0db68
Removed donation info from the about page.
6 years ago