Teknikode
8d561dd5b8
Started making changes to how the file upload encrypt/decrypt works to better optimize memory usage.
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
a40b5804fb
Removed unneeded config passthrough
6 years ago
Teknikode
b3b0277582
Added Auth Token to Users and API calls
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
0cbfb9ade5
Fixed bad merge
6 years ago
Teknikode
56362057be
Moved StringHelper and Byte extensions to Utility project.
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
9ba0bbbee3
Fixed Paste API help page and changed default values for Paste API
6 years ago
Teknikode
0bfe971504
Updated models to use virtual for all entity types. This allows Lazy Loading of all entities.
6 years ago
Teknikode
33ded7eb6a
Changed default values for encrypt and saveKey for API to true.
6 years ago
Teknikode
0f96025d48
Added Tracking Filter to only those actions that need it.
6 years ago
Teknikode
e95f2cf101
Added tracking as a global filter.
6 years ago
Teknikode
d5c85add89
Added Server Maintainence program.
...
Fixed client side encrypted uploads that save the key from not being scanned.
6 years ago
Teknikode
99378c6e30
Added max stream size fix to API
6 years ago
Teknikode
80f3671541
Added Terms of Service page.
...
Added virus checking to all uploads.
6 years ago
Teknikode
be166a55c0
Added httpPost and allowanonymous attributes to shortener api
6 years ago
Teknikode
e2abc55872
Modified tracking to use JS and removed download tracking
7 years ago
Teknikode
984eab6501
Added doNotTrack option to the API.
7 years ago
Teknikode
090cf9f5b7
Fixed tracking not recording correct IP.
7 years ago
Teknikode
26b9284f77
Added Piwik tracking to the server side.
7 years ago
Teknikode
4cd88265b7
Added some theme files.
7 years ago
Teknikode
0aab15f446
Fixed shortener not using correct url when generated.
7 years ago
Teknikode
289b430836
- Added Url Shortening API.
...
- Fixed wrong Paste API Result
- Added help for Url Shortening API
7 years ago
Teknikode
f848ff9f42
- Removed uneeded 'dev' subdomains from routes.
...
- Made url shortening require absolute url
7 years ago
Teknikode
952beef0a2
Initial conversion to use routing by domain as well.
7 years ago
Teknikode
3e9afafd09
Re-fixed url not being generated correctly for API upload
7 years ago
Teknikode
7806555a07
Fixed issue where both key and iv aren't stored for upload and it would try to decrypt it.
7 years ago
Teknikode
e918da06be
Added the uploaded files extension as teh default extension in case one could not be determined from the content-type.
7 years ago
Teknikode
e26d5333c2
Added help info for Paste API.
7 years ago
Teknikode
ae8fd2848e
Added paste to API.
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
Teknikode
486ee2c2b1
Fixed error checking for upload APIv1 and some example text.
7 years ago
Teknikode
c00acbc54a
Modified API routing and organization.
...
Modified org of API help.
7 years ago
Teknikode
08539288fb
Added base API service, with Upload POST.
7 years ago