Kenneth Skovhede
e88c30edd1
Fixed import/export test
2024-06-11 22:02:45 +02:00
Kenneth Skovhede
270f2f9cea
Some work on untangling FIXMEGlobal
2024-06-09 22:00:34 +02:00
Kenneth Skovhede
9f79025744
Removed HttpServer.
...
Re-implemented everything using ASP.NET.
Changed some requests to use JSON instead of FORM data.
Some work towards deleting the FIXMEGlobal instance.
Auth is missing, XSRF does not work correctly.
2024-06-07 15:56:43 +02:00
natan
5d53eddb32
WIP
2024-03-26 18:32:56 +01:00
Kenneth Skovhede
473c6cbbb8
Merge commit '4f577c65a4d8806f79637c50c21ca3a683c5a07a' into feature/kestrel-avalonia-upgrade
2024-03-04 12:21:53 +01:00
Kenneth Skovhede
40dd3c6816
Updated all license mentions to MIT
2024-02-28 15:45:30 +01:00
Thomas Suckow
3172ec3a4b
More logging in tests
2022-05-06 21:46:17 -07:00
Kenneth Hsu
c15cdcf26a
Remove unused local variable.
2020-08-24 07:49:14 -07:00
Kenneth Hsu
5915fdfba9
Add test for exporting backup configuration to JSON.
...
This tests that we escape '@' with '%40', as the import code in
escape_uri in AppUtils.js cannot handle '@'.
This concerns issue #3619 .
2020-08-24 07:41:00 -07:00
Kenneth Hsu
9dd98457f1
Clean up code.
2020-08-24 07:41:00 -07:00
Kenneth Hsu
acba6351dc
Extract local function to method.
2020-08-24 07:41:00 -07:00
Kenneth Hsu
8a15d782e0
Test importing encrypted configuration with wrong passphrase.
2019-01-17 19:52:41 -08:00
Kenneth Hsu
a46269cfcf
Add comments to describe tests.
2019-01-17 19:41:55 -08:00
Kenneth Hsu
95f6ed9dee
Add comment to explain empty catch block.
2019-01-17 19:21:32 -08:00
Kenneth Hsu
12115c127c
Add round-trip test for exporting and importing configurations.
2019-01-17 19:05:47 -08:00