Commit Graph

12 Commits

Author SHA1 Message Date
20dd75b152 Add a source field to keep track of the source of the reports 2018-11-01 15:43:34 +01:00
4345c3f4e3 Drop the active reports API route and use API filtering abilities
instead

Fix for #49.
2018-10-18 09:31:52 +02:00
7ccf427685 Upgrade dependencies and group all polyfills in a dedicated file 2018-08-05 15:47:28 +02:00
d2bae9e532 Add statistics about the instance under the About section. 2018-08-01 17:54:48 +02:00
c5183a570f Use a token to protect POST API queries 2018-07-18 15:30:30 +02:00
9d6ed7e74c Better handling of expiration of GCUM and accidents report types. 2018-07-10 15:55:45 +02:00
9d4842b44c Clicking on a report now shows more infos and let users dismiss it
You should update your database by running
```
ALTER TABLE report ADD COLUMN (upvotes INTEGER NOT NULL, downvotes INTEGER NOT NULL)
```

Fix issue #8.
2018-07-06 15:39:35 +02:00
5c777138f4 Better feedback with connectivity issues when sending reports 2018-07-04 18:20:28 +02:00
ad6cc13681 Add some doc 2018-06-26 15:36:45 +02:00
f30d000f92 Show the reports as soon as they are added in the db 2018-06-26 11:39:43 +02:00
e961a8dbb1 Display reports on the map 2018-06-26 11:04:23 +02:00
2d27e72b33 Initial commit 2018-06-25 18:29:57 +02:00