Teknikode
fc08678d7d
Created logging utility to handle writing log messages and sending emails.
6 years ago
Teknikode
da96fa7f63
Made Contact info use the config support email value
6 years ago
Teknikode
8a3f232205
Created EmailAccount model for configs, and moved COntactConfig to use the new model, as well as for logging.
6 years ago
Teknikode
ecf7dd9362
Added gitversioning to all projects
6 years ago
Teknikode
aeb2b55c8e
Fixed references
6 years ago
Teknikode
de4b874f62
Updated server maint to use older nClam.
6 years ago
Teknikode
56b0063dce
Moved Helpers and Configuration into separate projects. Updated all references to use them as well.
6 years ago
Teknikode
702dca2d6f
Fixed error email formatting
6 years ago
Teknikode
8c4be85ba9
Added IP and Referel url to error email
6 years ago
Teknikode
6f208f4d25
Fixed user account not saving correctly.
6 years ago
Teknikode
4123fdb8e1
Fixed user reset password logging in and throwing off the form validation token.
6 years ago
Teknikode
3f10fc6616
- Added logging config.
...
- Added log levels for logging utility.
6 years ago
Teknikode
1920dda2af
Added initial logging project
6 years ago
Teknikode
61839ca239
Fixed missing references
6 years ago
Teknikode
5071ce4a34
Made podcast direct link more unique
6 years ago
Teknikode
f59e444a3e
Fixed unchanged references.
6 years ago
Teknikode
0cbfb9ade5
Fixed bad merge
6 years ago
Teknikode
078523f1f5
Merged utilities separation with Master
6 years ago
Teknikode
56362057be
Moved StringHelper and Byte extensions to Utility project.
6 years ago
Teknikode
580d848a37
fixed content type of robots.txt
6 years ago
Teknikode
5e0a62029a
Updated copy for robots.txt to Always Copy
6 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.
6 years ago
Teknikode
a253c61e74
Changed .editorconfig to comply with Windows line endings, and markdown as suggested by @dmz76
6 years ago
Teknikode
44efa4172f
Merge branch 'master' of http://git.teknik.io/teknikode/teknik.git
6 years ago
Teknikode
6e8eb52966
Added email notification on exceptions.
6 years ago
Uncled1023
448d53e53e
Merge branch 'master' of dmz76/Teknik into master
6 years ago
Teknikode
76e887cba0
Updated footer to match the new year of our lord and savior.
6 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