Wykres commitów

141 Commity (3acb8ab8e1439afdcf2db06f73742b09a4a96e76)

Autor SHA1 Wiadomość Data
Candid Dauth a07413f2e7 Fix updating ascent/descent when moving line 2017-05-11 02:54:23 +02:00
Candid Dauth 050cd16737 Fix error when deleting line (introduced with elevation feature) 2017-05-11 02:53:56 +02:00
Candid Dauth de474b6653 Elevation field needs to be signed (#26) 2017-04-28 03:39:44 +02:00
Candid Dauth 03a36a5aa2 Show elevation of markers (#26) 2017-04-28 02:52:29 +02:00
Candid Dauth d08451305b Show elevation plot for lines (#26) 2017-04-28 02:17:30 +02:00
Candid Dauth b39b575c6a Add debug option for outgoing HTTP requests 2017-04-27 20:20:09 +02:00
Candid Dauth 86342837bd Do not start server before migrations are finished 2017-04-27 19:31:57 +02:00
Candid Dauth dd6cce4c62 dropdownKeyMigration should not be waited for 2017-04-27 18:44:52 +02:00
Candid Dauth f8ac5c2b88 Show elevation in search results (#26) 2017-04-27 14:42:42 +02:00
Candid Dauth 42ee410634 Clean up search code 2017-04-27 14:05:08 +02:00
Candid Dauth 16b7ae18fa Publish v2.4.0 2017-03-30 16:17:01 +02:00
Candid Dauth 56cae8cb68 Add adminId (fixes #12) 2017-03-30 16:01:46 +02:00
Candid Dauth 6af75dba3b Publish version 2.3.4 2017-03-29 17:03:01 +02:00
Candid Dauth 54527f4d0c Show create dialog when accessing unexisting pad (fixes #65) 2017-03-29 16:53:58 +02:00
Candid Dauth d6a55e4634 Do not save view/type padId in GeoJSON output 2017-03-06 16:06:24 +01:00
Candid Dauth d48991e902 Improve GeoJSON output 2017-03-05 21:58:33 +01:00
Candid Dauth 7c9f871727 Add export as GeoJson (#10) 2017-03-04 22:27:32 +01:00
Candid Dauth 2ac20fac8b Fix exceptions when saving type 2017-03-04 20:35:40 +01:00
Candid Dauth a231ee3548 Use bluebird for long stack traces 2017-03-04 20:35:26 +01:00
Candid Dauth af0387c030 Clean up webserver code, add method getFrontendFile() 2017-03-02 00:41:16 +01:00
Candid Dauth 79588d05e1 Render table as static html under fixed URL (fixes #58) 2017-03-01 20:02:57 +01:00
Candid Dauth 2751979d66 Version 2.3.3 2017-02-27 02:20:29 +01:00
Candid Dauth c185d19ca2 Version 2.3.2 2017-02-26 23:33:40 +01:00
Candid Dauth d541dbb888 Fix sending proper user agent (otherwise we get blocked from Nominatim) 2017-02-26 16:51:37 +01:00
Candid Dauth 7bdf18e51b Add map option to cluster markers (fixes #53) 2017-02-26 16:26:22 +01:00
Candid Dauth 313f6ef9aa Make renaming dropdown options possible again (#43) 2017-02-25 16:11:43 +01:00
Candid Dauth 3f95e76cdd Fix error when saving empty dropdown value (fixes #39) 2017-02-25 14:12:02 +01:00
Candid Dauth 249d687252 Get rid of dropdown option key, save value in data instead (#43) 2017-02-25 13:46:37 +01:00
Candid Dauth 2a5829f226 Make it possible to rename fields without losing data (#43) 2017-02-22 16:49:02 +01:00
Candid Dauth e1f4aae2a8 Get rid of process.env.fmConfig 2017-02-22 16:25:46 +01:00
Candid Dauth d5b0e814cb Set version 2.3.1 2017-02-22 16:24:52 +01:00
Candid Dauth b439119118 Fix facilmap-server bin script 2017-02-22 03:49:12 +01:00
Candid Dauth b95864b333 Split into 3 reusable modules and document them (#34), bump version to 2.3.0 2017-02-22 03:45:35 +01:00
Candid Dauth 5c501fbc00 Avoid express.static ETag handling for index template
Fixes "undefined" under the map
2017-02-13 12:39:17 +01:00
Candid Dauth 587e6bf80d Allow more than 25 route points by sending multiple requests (fixes #52) 2017-02-10 16:49:25 +01:00
Candid Dauth 14900f3c72 Fix description of objects in GPX export (fixes #50)
- Values were missing from description
- If there is only the default field (Description), it is not prefixed
by "Description: "
2017-02-10 12:55:04 +01:00
Candid Dauth 95c226305b Move GPX export to separate URL (#58) 2017-02-10 12:45:48 +01:00
Candid Dauth 3824f4fd3e Add option whether map can be indexed by search engines (fixes #35) 2017-02-10 12:45:43 +01:00
Candid Dauth 7287e8b48f Move webserver code to separate file 2017-02-09 23:55:56 +01:00
Candid Dauth 0ab81205da Add dev mode for webpack-dev-server and switch for sql debug output 2017-02-09 20:39:42 +01:00
Candid Dauth c85066b618 Enable caching for bundle, also bundle socket.io 2017-02-09 20:13:45 +01:00
Candid Dauth 9aecbad227 Fix error due to Mapbox directions API change (fixes #56) 2017-01-21 13:02:28 +03:00
Candid Dauth 670a8dd56b Fix error when updating objects on some platforms
On some platforms. Sequelize.update() returns 0 even if the rows were
found, if no fields have been changed.
2016-12-27 15:25:02 +01:00
Candid Dauth d738f8c969 Add Views to missing columns migrations 2016-11-04 14:24:02 +03:00
Candid Dauth 2f01085c55 Do not simplify routes (they are way too simple) (#24) 2016-11-01 20:18:54 +03:00
Candid Dauth be37c6b6e1 Only allow using history in writable mode
Otherwise stuff can be reverted, and the write ID can be taken from
padData change events.
2016-11-01 19:59:55 +03:00
Candid Dauth 88483d142e Implement edit history 2016-10-31 15:11:36 +03:00
Candid Dauth cae8b16eb4 Clean up db code: No more *WithData() functions 2016-10-31 15:08:22 +03:00
Candid Dauth 1ff7e03d01 Fix some exceptions after server refactoring 2016-10-30 18:05:23 +03:00
Candid Dauth 5d66ffaf59 Restore non-event-stream utils.filterStreamPromise, as event-stream couldn’t deal with our streams 2016-10-30 17:34:02 +03:00