Mark McDowall
39074b0b1d
New: Use 307 redirect for requests missing URL Base
...
Closes #7262
2024-10-07 15:29:59 -07:00
Mark McDowall
f0cb5b81f1
UI loading improvements
...
Fixed: Caching for dynamically loaded JS files
Fixed: Incorrect caching of initialize.js
2023-07-17 20:37:31 -07:00
Bogdan
c6b543e072
Remove unused imports
2023-05-10 21:08:13 -07:00
Mark McDowall
453891e620
New: Only add version header for API requests
...
Closes #5601
2023-05-06 22:34:22 -07:00
Qstick
42e45f93ac
Use const where appropriate
...
The value of a const field is computed at compile time and stored in the metadata, which improves run-time performance when it is compared to a static readonly field.
2023-03-15 19:24:48 -05:00
Mark McDowall
303fc5d786
New: Return static response to requests while app is starting
...
Closes #5402
2023-02-07 17:31:54 -08:00
Qstick
1169741c54
New: Use ASP.NET Core instead of Nancy
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com >
2022-08-07 15:24:37 -07:00