index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
util
/
SerializationHelper.ts
Age
Commit message (
Expand
)
Author
2024-08-21
more lint fixes after update
bobzel
2024-08-08
many changes to add typing in place of 'any's etc
bobzel
2024-04-24
fixed search on pdfs to display results when pDF is not selected. fixed pres...
bobzel
2024-04-17
restoring eslint - updates not complete yet
bobzel
2023-12-06
more error/warning fixes
bobzel
2023-03-14
simplified Deserialize code. streamlined currentUserUtils to need fewer comp...
bobzel
2022-12-21
cleaning up proxys and getFieldRef hopefully to be more understandable and e...
bobzel
2022-03-07
got rid of include cycles for Scripting globals to make hot updates work better.
bobzel
2022-03-04
removed pseudo Doc type system. playing with hot reloading.
bobzel
2021-02-26
think I got serialization right now.
bobzel
2021-02-26
reverting back some parts of the fix to serialization
bobzel
2021-02-26
fixed serialization error handling to not kill Dash - bad list items prevente...
bobzel
2020-10-12
updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ...
bobzel
2020-05-17
release server integration with ssl
bobzel
2020-05-15
renamed new_fields to fields
Sam Wilkins
2019-12-03
const linter rule and restored google docs push, fixed routing
Sam Wilkins
2019-08-01
Cleaned up and fixed up GetRefFields
Tyler Schicke
2019-07-31
Hopefully fixed deserialization bug
Tyler Schicke
2019-07-25
Fixed async deserialization bug
Tyler Schicke
2019-07-23
Fixed async deserialization
Tyler Schicke
2019-07-23
Added async deserialization and got captures for script fields working again
Tyler Schicke
2019-07-14
Added console warn
Tyler Schicke
2019-07-14
Some search fixes and tweaks
Tyler Schicke
2019-07-10
Added stuff to check for empty object sent to server
Tyler Schicke
2019-06-06
Added computed fields
Tyler Schicke
2019-05-01
Fixed most of video annotations
Tyler Schicke
2019-04-29
Got rid of some casting
Tyler Schicke
2019-04-29
Fixes
Tyler Schicke
2019-04-19
Deleted more old fields and split new stuff into multiple files
Tyler Schicke
2019-04-17
Got saving to database working
Tyler Schicke
2019-04-17
Serialization is mostly working
Tyler Schicke