djmaze
|
792fee547a
|
change AbstractFetchRemote with a better structure
|
2021-12-02 23:15:24 +01:00 |
|
djmaze
|
20eb01de08
|
Added AbstractFetchRemote.streamPerLine(fCallback, sGetAdd) for future use of streaming data to the client.
|
2021-11-01 14:57:58 +01:00 |
|
djmaze
|
be9cb6c727
|
Bugfix for #123
|
2021-08-25 12:34:19 +02:00 |
|
djmaze
|
5db8f032b8
|
Resolve issue #123
|
2021-08-25 12:00:50 +02:00 |
|
djmaze
|
0a69c6410d
|
Added support for JavaScript FormData
As preparation for 2FA plugins and easier Fetch calls
|
2021-07-23 11:40:03 +02:00 |
|
djmaze
|
a36a8113bb
|
Cleanup more rlspecauth/AuthAccountHash related code
|
2021-04-28 21:33:03 +02:00 |
|
djmaze
|
146b2c1001
|
Cleanup AuthAccountHash handling
|
2021-04-28 15:56:31 +02:00 |
|
djmaze
|
7eaaa0a793
|
Upgrade i18n() to use Object.entries()
And replace quoted object keys to be without quotes
|
2021-03-24 21:26:40 +01:00 |
|
djmaze
|
11fd6736bb
|
Set response ErrorCode as iError for easier fetch error handling
|
2021-03-18 12:33:13 +01:00 |
|
djmaze
|
0b64083543
|
Array.isArray to isArray
Array.isNotEmpty to isNonEmptyArray
|
2021-03-16 16:49:14 +01:00 |
|
djmaze
|
4a8d516123
|
Changed: StorageResultType to error result code
|
2021-03-16 09:46:23 +01:00 |
|
djmaze
|
34b25eedea
|
Improve Settings handling
|
2021-03-10 11:44:48 +01:00 |
|
djmaze
|
3426921c9d
|
Improved Fetch error handling
|
2021-02-25 10:12:48 +01:00 |
|
djmaze
|
a28b5c2b6c
|
Cleanup and deduplicate languages
|
2021-01-21 17:21:19 +01:00 |
|
djmaze
|
fa7ea413dc
|
Cleanup AbstractFetch
and added fetchJSON mockup code for error handling regarding issue #49
|
2021-01-05 13:58:50 +01:00 |
|
djmaze
|
950579c7f5
|
Rename 'ajax' to 'json' because we don't use XML
We use json as response
|
2020-12-30 15:50:47 +01:00 |
|
djmaze
|
cfdbe3251e
|
Removed the DATA_IMAGE_USER_DOT_PIC
Because viewUserPic is always false due to the removed Gravatar feature
|
2020-09-30 16:10:01 +02:00 |
|
djmaze
|
0a95e2c6dc
|
Cleanup constants
|
2020-09-30 14:07:03 +02:00 |
|
djmaze
|
344edaec2a
|
cleanup Fetch API code
|
2020-09-15 11:51:07 +02:00 |
|
djmaze
|
29cf711a6a
|
Converted *Ajax into *Fetch (because we use the Fetch API, not jQuery.ajax)
|
2020-09-14 19:40:56 +02:00 |
|