61 Commits

Author SHA1 Message Date
Jon Uriarte Bilbao
25c1b24c49 Added option to see all users on map
Added an option to see last position of each user at the same time.
2019-03-02 15:55:43 +01:00
Bartek Fabiszewski
694c4d2b08 Refactor lang to class 2019-02-25 10:04:09 +01:00
Bartek Fabiszewski
8ecdf36c5e Fix consistent quoting 2019-02-21 19:26:20 +01:00
Bartek Fabiszewski
b77f1db6ed Merge branch 'master' of https://github.com/bfabiszewski/ulogger-server 2019-02-21 19:24:05 +01:00
Maxime Mérian
53c48378b8 Fix protocol detection when behind HTTPS proxy (#80) 2019-02-21 15:27:44 +01:00
Bartek Fabiszewski
7e796990d4 Merge branch 'pdo' 2019-01-30 23:24:42 +01:00
Bartek Fabiszewski
e558c4e2a7 Beta version 2019-01-30 23:23:09 +01:00
Bartek Fabiszewski
2f566430f7 Version 0.5 2019-01-30 22:07:50 +01:00
Bartek Fabiszewski
c8535cce86 Add sqlite support 2019-01-29 17:11:37 +01:00
Bartek Fabiszewski
46ee95dbbe Fix Postgresql issues 2019-01-28 13:55:32 +01:00
Bartek Fabiszewski
61661e7fb7 initial PDO support 2019-01-23 12:23:25 +01:00
Bartek Fabiszewski
12778505e5 Fix getting session name, closes #75 2018-12-05 12:09:45 +01:00
Bartek Fabiszewski
9786e9d25b Fix minor typos 2018-11-09 12:42:35 +01:00
captainpovey
5908309b51 Option to change stroke settings in config.php 2018-06-22 20:38:45 +02:00
Bartek Fabiszewski
ed05a9f96c Fix regression with browser redirection 2018-01-31 10:11:56 +01:00
Bartek Fabiszewski
153a174930 Fix double slash in URL, closes #50 2018-01-30 13:50:40 +01:00
Bartek Fabiszewski
f1bc4b137f Increase version number 2018-01-29 22:25:00 +01:00
Bartek Fabiszewski
b04b015a5d Add openlayers 3 api, move extra layers to config, closes #27, closes #34 2017-09-11 22:10:24 +02:00
Bartek Fabiszewski
7df61bd060 Fix: redirects fail when app is installed in subfolder 2017-09-07 18:09:36 +02:00
Bartek Fabiszewski
33e77d9962 Rewrite authorization into class 2017-08-25 16:38:20 +02:00
Bartek Fabiszewski
b7e8844175 Add method to add position to track object 2017-08-25 13:03:11 +02:00
Bartek Fabiszewski
619ef59f51 add position: improve parameters checking 2017-08-24 14:53:55 +02:00
Bartek Fabiszewski
a4eb37c3dc Initialize table names in separate method 2017-08-17 17:19:47 +02:00
Bartek Fabiszewski
ca5e985fb4 Make some parameters optional in add position 2017-08-17 17:19:14 +02:00
Bartek Fabiszewski
4ddbbb9807 Delete positions with tracks in deleteAll 2017-08-17 17:18:41 +02:00
Bartek Fabiszewski
65a5c95f67 Convert methods to static where possible 2017-08-17 15:38:58 +02:00
Bartek Fabiszewski
4a4081cff1 Update README 2017-06-24 22:20:57 +02:00
Bartek Fabiszewski
d122f1374b Version 0.3 2017-06-24 22:09:56 +02:00
Bartek Fabiszewski
5c3f6bb530 Always return valid regex 2017-05-23 22:36:26 +02:00
Bartek Fabiszewski
090c86a62a Fix bind parameters mapping 2017-05-23 10:01:21 +02:00
Bartek Fabiszewski
798d498001 Mapping values to references fails on php7 2017-05-22 23:00:09 +02:00
Bartek Fabiszewski
f04b229644 Better handling of time zones 2017-05-22 13:39:40 +02:00
Bartek Fabiszewski
0ef57926dd Fix: incorrectly shown latest position 2017-05-22 11:25:02 +02:00
Bartek Fabiszewski
52a36c2957 Better handle ajax errors 2017-05-19 16:37:31 +02:00
Bartek Fabiszewski
4dd920ae41 Release version 0.2 2017-05-11 13:49:39 +02:00
Bartek Fabiszewski
ca77348fb1 Refactor exit with status functions 2017-05-09 18:18:15 +02:00
Bartek Fabiszewski
97cfd8a723 Import: improve error handling 2017-05-09 15:25:16 +02:00
Bartek Fabiszewski
75186487bd Sort positions by id in case time is constant 2017-05-05 19:24:03 +02:00
Bartek Fabiszewski
dccb90d6df Validate track when adding position 2017-04-24 23:29:56 +02:00
Bartek Fabiszewski
919cb4d9d3 Validate track when adding position 2017-04-24 19:49:16 +02:00
Armin Fisslthaler
8f408251c5 Make constructor of db helper class public.
This fixes:
  PHP Fatal error:  Access level to uDb::__construct() must be public (as in class mysqli) in <www-root>/ulogger-server/helpers/db.php on line 84
2017-04-19 21:35:29 +02:00
Bartek Fabiszewski
e11c000722 FIx: some queries fail with prefixed table names 2017-04-18 19:43:46 +02:00
Bartek Fabiszewski
ffef321be9 Use static initializer in uConfig class 2017-04-18 09:25:21 +02:00
Bartek Fabiszewski
2f7a1969ce Add database table prefix support 2017-04-17 22:04:33 +02:00
Bartek Fabiszewski
afeb389e09 Add setup script 2017-04-17 13:15:44 +02:00
Bartek Fabiszewski
1823f15611 Typo: use proper case of db class 2017-04-16 22:45:56 +02:00
Bartek Fabiszewski
7088d326ab Add track edit/delete feature 2017-04-14 17:24:09 +02:00
Bartek Fabiszewski
e89d30bb98 Optionally enforce password strength (adds config options) 2017-04-14 15:55:00 +02:00
Bartek Fabiszewski
04b2b77139 Add optional password_compat for PHP 5.4 2017-04-14 15:40:02 +02:00
Bartek Fabiszewski
87d760e4a2 Add edit/delete user menus 2017-04-12 20:16:39 +02:00