Commit graph

3585 commits

Author SHA1 Message Date
Laura Klünder
67969951ed handle incoming messages from mesh 2022-04-15 20:14:25 +02:00
Laura Klünder
b815e46a7b fix I18nField 2022-04-11 15:58:16 +02:00
Laura Klünder
b8002a4aba yet more typing magic 2022-04-08 00:03:58 +02:00
Laura Klünder
e1a1ae8bc4 some more type hinting magic 2022-04-08 00:00:55 +02:00
Laura Klünder
ff00daca9d trying some more type hinting and refactoring magic 2022-04-07 23:47:41 +02:00
Laura Klünder
feacd20803 start using dataclasses in some places 2022-04-07 22:33:25 +02:00
Laura Klünder
2d4d66b6ef add all config mesh messages 2022-04-06 23:44:24 +02:00
Laura Klünder
5e24ad4f2a add mesh message firmware 2022-04-06 22:56:08 +02:00
Laura Klünder
333b96f24f update mesh message parser with some minor changes 2022-04-06 21:05:52 +02:00
Laura Klünder
e7a4effc99 add routing fields to mesh messages 2022-04-06 17:25:46 +02:00
Laura Klünder
683f80ef75 set up base websocket server for mesh communication 2022-04-04 14:48:43 +02:00
Laura Klünder
8af6bca51c create mesh app and basic asgi websocket setup for communication 2022-04-04 01:13:48 +02:00
Laura Klünder
f51bc71799 some more type hinting to help the linter 2022-04-03 20:40:08 +02:00
Laura Klünder
fb4da7c768 satisfy linter and type checker in many places 2022-04-03 20:19:41 +02:00
Laura Klünder
9d21f8c933 migrate to django's native JSONField 2022-04-03 19:40:12 +02:00
Laura Klünder
cde394e16e avoid numpy don't use lists as indices warning 2022-04-03 18:28:53 +02:00
Laura Klünder
e95e28599e escape values multilevellookup change key 2022-04-03 18:23:01 +02:00
Laura Klünder
36df1fed66 shapely's cascaded_union was deprecated, replace with unary_union 2022-04-03 18:16:03 +02:00
Laura Klünder
aebb158b12 fix editor 2022-04-03 18:13:43 +02:00
Laura Klünder
05d3530764 don't use is_ajax 2022-04-03 17:52:05 +02:00
Laura Klünder
495294a886 avoid shapely deprecation warnings 2022-04-03 17:34:31 +02:00
Laura Klünder
8f4f6aed6e update requirements-tileserver.txt 2022-04-03 16:53:02 +02:00
Laura Klünder
7bba2e5dbf sort more imports 2022-04-03 16:51:59 +02:00
Laura Klünder
4e15cc1b74 fix linter warnings 2022-04-03 16:42:17 +02:00
Laura Klünder
03437a3a40 update dependencies and upgrade code for django where needed/possible 2022-04-03 16:34:11 +02:00
Laura
0f4e699e37
ignore jquery and bootstrap in code analysis 2020-10-01 12:45:41 +02:00
Laura
e4cce055c6
Create codeql-analysis.yml 2020-10-01 12:30:57 +02:00
Jenny
c3991198ed
Merge pull request #65 from se4598/issue-54
wrapper around localStorage, catching exceptions
2020-06-07 00:50:48 +02:00
se4598
4e8f261392 wrapper around localStorage, catching exceptions
fixes #54
2020-06-06 23:58:12 +02:00
dependabot[bot]
2eac7826f0
Bump django from 2.2.8 to 2.2.13 in /src/requirements (#64)
Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.8...2.2.13)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-05 23:30:59 +02:00
Johan Van de Wauw
046853b380 Typo (#62)
* Fix typo

* Fix typo in tileserver debug
2020-01-27 01:53:00 +01:00
Laura Klünder
68f1e32c9e fix LocationRedirect not working (fixes #60) 2020-01-25 18:27:58 +01:00
Laura
61b5437eb2
Update README.md 2020-01-03 14:49:38 +01:00
Laura
e7e4172988
update readme (fixes #55) 2020-01-03 14:49:17 +01:00
Laura Klünder
a319da872c invalid data? we'll tell you off! 2019-12-28 20:02:55 +01:00
Laura Klünder
321c5a34a0 yet another ui bugfix idk why tbh 2019-12-28 19:59:27 +01:00
Laura Klünder
7ebc6a8605 only set position in locate() if location is not None 2019-12-28 19:48:06 +01:00
Laura Klünder
4fcca5bb08 fix typos 2019-12-28 19:47:42 +01:00
Laura Klünder
c8d0a8f5ee you should be able to set coordinates_id to null in forms 2019-12-28 19:47:18 +01:00
Laura Klünder
6f4db73a8f ui shouldn't crash if starting on a dynamic location or position 2019-12-28 19:22:24 +01:00
Jenny Danzmayr
3c9fd6fb60 store timestamp on position update 2019-12-28 19:17:50 +01:00
Jenny Danzmayr
e93cd6b08a tools/locate.py: made metavar for instance more clear, hopefully... 2019-12-28 19:01:19 +01:00
Jenny Danzmayr
9fd484efc2 tools/locate.py: fixed accidental paste and added shebang 2019-12-28 18:56:47 +01:00
Jenny Danzmayr
c242799566 added python script to locate linux devices with the wifi location api
optionally updates the coordinates of a custom position
2019-12-28 18:52:31 +01:00
Laura Klünder
3988fff5e6 quick explanation howto use the locate endpoint 2019-12-28 18:29:26 +01:00
Laura Klünder
1a8cf4ed5c fix position timeout 2019-12-28 18:07:55 +01:00
Laura Klünder
9b7092d057 fix error 500 in positioning api 2019-12-28 17:47:20 +01:00
Laura Klünder
c4cd843a38 add target blank for position management 2019-12-28 17:31:02 +01:00
Laura Klünder
6262601c54 set position while locating 2019-12-28 17:28:54 +01:00
Laura Klünder
99e33eeb9e provide coordinates when serializing a custom location 2019-12-28 17:20:45 +01:00