Teknikode
1920dda2af
Added initial logging project
5 years ago
Teknikode
61839ca239
Fixed missing references
5 years ago
Teknikode
5071ce4a34
Made podcast direct link more unique
5 years ago
Teknikode
f59e444a3e
Fixed unchanged references.
5 years ago
Teknikode
0cbfb9ade5
Fixed bad merge
5 years ago
Teknikode
078523f1f5
Merged utilities separation with Master
5 years ago
Teknikode
56362057be
Moved StringHelper and Byte extensions to Utility project.
5 years ago
Teknikode
580d848a37
fixed content type of robots.txt
5 years ago
Teknikode
5e0a62029a
Updated copy for robots.txt to Always Copy
5 years ago
Teknikode
2afa02d6fe
- Added robots.txt support
...
- Added models for API command parameters
- Fixed paste API not being able to have html inside the code content
- Added GetFullMessage for 500 errors and error emails.
5 years ago
Teknikode
a253c61e74
Changed .editorconfig to comply with Windows line endings, and markdown as suggested by @dmz76
5 years ago
Teknikode
44efa4172f
Merge branch 'master' of http://git.teknik.io/teknikode/teknik.git
5 years ago
Teknikode
6e8eb52966
Added email notification on exceptions.
5 years ago
Uncled1023
448d53e53e
Merge branch 'master' of dmz76/Teknik into master
5 years ago
Teknikode
76e887cba0
Updated footer to match the new year of our lord and savior.
5 years ago
dmz76
e8fc8951e7
Update 'Teknik/Areas/Help/Views/Help/Git.cshtml'
...
Spelling fixes.
6 years ago
dmz76
6001677b6e
Update 'Teknik/Areas/Help/Views/Help/Index.cshtml'
...
Spelling fixes.
6 years ago
Teknikode
2d9e1eda02
Fixed verification routing
6 years ago
Teknikode
7345330493
Added verification page for TKNK
6 years ago
Teknikode
e39cc27a90
Made Paste API Help show the aliase name for the format instead of the readable name.
6 years ago
Teknikode
9ba0bbbee3
Fixed Paste API help page and changed default values for Paste API
6 years ago
dmz76
d5532c3557
Fixed mispelling
6 years ago
dmz76
3c324ddf0d
Minor fixes
...
Fixed minor grammar corrections, removed bolds and code block highlights, marked files and dirs with backticks
6 years ago
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