Teknikode
8d561dd5b8
Started making changes to how the file upload encrypt/decrypt works to better optimize memory usage.
6 years ago
Teknikode
2d8c743bac
Added web extension to Tools help page
6 years ago
Teknikode
b298631682
Added Authorization accept header
6 years ago
Teknikode
a50cde70f3
Re-added missing layout page for transparency
6 years ago
Teknikode
cbe5078b9d
- Added Basic Auth handling inside the auth attributes
...
- Removed global auth attribute and moved it to each controller
- Added new auth information to the API help doc
- Finished UI for managing auth tokens
- Added breadcrumbs to the help pages
6 years ago
Teknikode
41e4dca194
Added auth token editing to the user settings page under security.
6 years ago
Teknikode
a40b5804fb
Removed unneeded config passthrough
6 years ago
Teknikode
b3b0277582
Added Auth Token to Users and API calls
6 years ago
Teknikode
7214185167
Fixed min log level using email level config option
6 years ago
Teknikode
99b0f425ac
Changed log leel of 404 to Warning as it's not necessarily an error.
6 years ago
Teknikode
eceb9f22ab
Added try/catch wrappers around the logging to handle exceptions that shouldn't be tracked.
6 years ago
Teknikode
e4ffc56020
Fixed logger not sending emails correctly.
6 years ago
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