Uncled1023
702dca2d6f
Fixed error email formatting
2017-01-17 14:53:16 -08:00
Uncled1023
8c4be85ba9
Added IP and Referel url to error email
2017-01-17 14:43:36 -08:00
Uncled1023
6f208f4d25
Fixed user account not saving correctly.
2017-01-16 23:38:04 -08:00
Uncled1023
4123fdb8e1
Fixed user reset password logging in and throwing off the form validation token.
2017-01-16 23:23:35 -08:00
Uncled1023
3f10fc6616
- Added logging config.
...
- Added log levels for logging utility.
2017-01-10 23:39:15 -08:00
Uncled1023
1920dda2af
Added initial logging project
2017-01-10 16:53:54 -08:00
Uncled1023
61839ca239
Fixed missing references
2017-01-10 12:31:09 -08:00
Uncled1023
5071ce4a34
Made podcast direct link more unique
2017-01-09 23:49:47 -08:00
Uncled1023
f59e444a3e
Fixed unchanged references.
2017-01-09 20:30:57 -08:00
Uncled1023
0cbfb9ade5
Fixed bad merge
2017-01-09 20:01:38 -08:00
Uncled1023
078523f1f5
Merged utilities separation with Master
2017-01-09 19:59:14 -08:00
Uncled1023
56362057be
Moved StringHelper and Byte extensions to Utility project.
2017-01-09 19:56:26 -08:00
Uncled1023
580d848a37
fixed content type of robots.txt
2017-01-09 14:30:05 -08:00
Uncled1023
5e0a62029a
Updated copy for robots.txt to Always Copy
2017-01-09 14:24:41 -08:00
Uncled1023
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.
2017-01-09 14:23:57 -08:00
Uncled1023
a253c61e74
Changed .editorconfig to comply with Windows line endings, and markdown as suggested by @dmz76
2017-01-09 13:12:22 -08:00
Uncled1023
44efa4172f
Merge branch 'master' of http://git.teknik.io/teknikode/teknik.git
2017-01-09 13:09:06 -08:00
Uncled1023
6e8eb52966
Added email notification on exceptions.
2017-01-09 13:08:46 -08:00
Uncled1023
448d53e53e
Merge branch 'master' of dmz76/Teknik into master
2017-01-09 12:56:49 -08:00
Uncled1023
76e887cba0
Updated footer to match the new year of our lord and savior.
2017-01-02 14:24:00 -08:00
dmz76
e8fc8951e7
Update 'Teknik/Areas/Help/Views/Help/Git.cshtml'
...
Spelling fixes.
2016-12-15 10:58:47 -08:00
dmz76
6001677b6e
Update 'Teknik/Areas/Help/Views/Help/Index.cshtml'
...
Spelling fixes.
2016-12-15 08:54:22 -08:00
Uncled1023
2d9e1eda02
Fixed verification routing
2016-12-12 20:23:43 -08:00
Uncled1023
7345330493
Added verification page for TKNK
2016-12-12 20:14:55 -08:00
Uncled1023
e39cc27a90
Made Paste API Help show the aliase name for the format instead of the readable name.
2016-11-17 11:52:22 -08:00
Uncled1023
9ba0bbbee3
Fixed Paste API help page and changed default values for Paste API
2016-11-17 11:49:07 -08:00
dmz76
d5532c3557
Fixed mispelling
2016-11-11 07:41:03 -08:00
dmz76
3c324ddf0d
Minor fixes
...
Fixed minor grammar corrections, removed bolds and code block highlights, marked files and dirs with backticks
2016-11-11 05:29:34 -08:00
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