Teknikode
93fc385f0b
Added separate page for viewing service data.
...
Added ability to delete any service data if logged in.
4 years ago
Teknikode
0f7c912390
Modified pastes to save content to encrypted files instead of saving to the DB.
4 years ago
Teknikode
62e4476897
Added Identity Server for authentication
4 years ago
Teknikode
b674590b8c
Fixed formatting of blog/vault editors.
...
Fixed paste output not working correctly in <pre><code>
4 years ago
Teknikode
21a3a31f02
Removed tracking attributes from all files.
...
Stopped some app_data files from overwriting publish dir files.
4 years ago
Teknikode
0a9ba75dcb
Added .net core Piwik library.
...
Removed unused stats charts.
4 years ago
Teknikode
5eb45263d9
Ported existing projects to Asp.Net Core (Except ServerMaint)
4 years ago
Teknikode
656693e0c6
- Removed Inferno crypto library
...
- Converted SHA384 hashing to use standard .net library
- Moved rest of crypto.cs into the cryptography folder/namespace
5 years ago
Teknikode
cfa226fa6a
Finalized new AES cipher wrapper and removed old instance.
5 years ago
Teknikode
e163e0ca8c
- Moved TeknikEntities from global field to disposed local instances.
...
- Added additional logging/handling of errors.
- Added processed/total bytes for uploads, downloads, and encryption/decryption.
- Fixed paste CSS bundle using a script handler.
- Fixed bad js when viewing a vault
5 years ago
Teknikode
9bce07edfc
Added options to pastes and uploads to add to an existing vault if they are logged in.
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
8a3f232205
Created EmailAccount model for configs, and moved COntactConfig to use the new model, as well as for logging.
6 years ago
Teknikode
56b0063dce
Moved Helpers and Configuration into separate projects. Updated all references to use them as well.
6 years ago
Teknikode
56362057be
Moved StringHelper and Byte extensions to Utility project.
6 years ago
Teknikode
2eb9463df7
Changed to use own Pygments nuget 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
7aaa5e922b
Fixed some characters not being allowed as Paste passwords.
6 years ago
Teknikode
c6dd9f2704
Fixed hash being generated for pastes that didnt' specify password.
...
Updated GitVersion and Inforno nuget packages
6 years ago
Teknikode
99c0d3a1e3
Added transfer properties to Pastes for password transfers.
6 years ago
Teknikode
e4a0bc6f8f
Fixed user password transfer not generating the new password for the transfer type.
...
Removed individual db.User access and replaced with user helper GetUser.
6 years ago
Teknikode
5e88144bbf
Added case sensitivity to certain model properties, and added a more robust transfer account system.
6 years ago
Teknikode
77aa0fe8bc
Added download action tracking to uploads/pastes/rss
6 years ago
Teknikode
0f96025d48
Added Tracking Filter to only those actions that need it.
6 years ago
Teknikode
74e5e90e1b
Renamed 'Profile' area to 'User' to better match it's purpose.
...
Added PGP Public Key adding for users and a method to view/link raw pgp key.
Updated multiple packages.
6 years ago
Teknikode
6fa093175d
Updated titles and descriptions.
7 years ago
Teknikode
681086df3c
Fixed paste for unencrypted paste
7 years ago
Teknikode
7b71a4bb5c
Fixed bad encoding for paste encryption and storing.
7 years ago
Teknikode
7897c15e9c
Fixed bad paste output on decryption
7 years ago
Teknikode
886b36cbf1
Removed validations as they aren't working for subdomains.
...
Made upload URLs dependent on the current subdomain.
7 years ago
Teknikode
1c7f0ce4f0
Added 'Enabled' for most service configs.
...
Added Git configration on user modifications.
7 years ago
Teknikode
51017d950b
Added user uploads and pastes to profile.
...
Moved settigns to it's own page.
7 years ago
Teknikode
acea8eb87b
Fixed view counter to only be initialized -1 when redirecting from the web page paste.
...
Fixed possibility for same URLs.
7 years ago
Teknikode
4b6f81153b
Fixed pass checking for simple, raw, and download
7 years ago
Teknikode
ae8fd2848e
Added paste to API.
7 years ago
Teknikode
ea22ac0827
Fixed raw vs download content types.
7 years ago
Teknikode
c3cd74d29e
Added <time> tags to all datetime displays.
...
Modified layout of options for paste to make them even.
Changed 'Download' content-type to application/octet-stream to trigger download always.
7 years ago
Teknikode
efe61f5112
Added paste expiration and simplified the view action.
7 years ago
Teknikode
e84752a9c0
Finished most of the Paste service.
7 years ago
Teknikode
f301671e5d
Modified error registration.
...
Added some paste stuff (not finished)
7 years ago
Teknikode
da64b0c7a2
Added basic paste interface
7 years ago
Teknikode
5fb06265b3
Simplified the SubdomainRoute to allow a single route to specify multiple subdomains.
...
Changed method of routing so that on dev, you use the sub param instead of an additional directory.
7 years ago