Commit Graph

91 Commits

Author SHA1 Message Date
Exodus4D
5504e7dc86 - improved caching (reduced cache access count by using references) 2017-01-29 15:48:27 +01:00
Exodus4D
e0406ae98a - changed default $ttl for table structure from default: 60s to 120s 2017-01-25 19:25:25 +01:00
Exodus4D
96b116584c - (int) cast for corp/ally ids 2017-01-14 19:48:53 +01:00
Exodus4D
ab5349b806 - fixed PHP error in hasAccess() fkt 2017-01-14 12:28:45 +01:00
Exodus4D
4e0533c7fe - part 1/2 WIP added WebSocket extension, #420
- part 1/2 added "secure routes" to route finder module, #311
2017-01-05 22:15:12 +01:00
Exodus4D
3c73684e56 - minor code improvements 2016-11-21 18:49:07 +01:00
Exodus4D
a24a32fb3b - added new character setting for "auto update location", closed #220 2016-10-29 20:22:11 +02:00
Exodus4D
ca1cbb0e06 - new UI option for "delete expired connections", #219
- new cronjob for  "delete expired connections", #219
- fixed "not updating" map changes, closed #357
- improved caching strategy for DB models (file cache)
- improved "map sharing"
2016-10-23 20:08:10 +02:00
Exodus4D
b2cce3cde2 - new "activity log" for user actions (create/update/delete) of (systems/connections/signatures), resolves #280, relates #271
- new added cronjob to delete old statistics data (older 1 year) (weekly)
- updated main menu structure (added new headlines,...)
- updated "feature page", added new section for "statistics"
- updated "system delete" function. systems with no changes (description/alias) will now get deleted instead of set "active = 0", #184
- changed max expire time from file caching (/tmp/cache) from 20d -> 10d
- changed "character log" TTL from 10s to 5s
- changed cronjob interval for "deleteExpiredData" from "weekly" to "downtime"
- changed "delete" icon (e.g. context menu on map) from "eraser" to "trash"
- removed cronjob output logging (cron_deactivateMapData.log)
- fixed non click-able character panels on login page, closed #332
2016-10-17 14:01:46 +02:00
Exodus4D
af9b445510 - improved "search for system name" performance (SQL optimization)
- improved file caching for "location data" CREST response
- improved error log formatting
- fixed broken zKillboard AJAX call
- fixed invisible warning for active "/setup" route
2016-09-17 20:38:16 +02:00
Exodus4D
23eb032759 - fixed multi character support location tracking, closed #314 2016-09-16 21:57:04 +02:00
Exodus4D
74faec37c9 - added multi character support per user, #314
- improved client site storage (IndexedDB) setup
2016-09-14 19:51:14 +02:00
Exodus4D
2e0cdd9261 - fixed bug for auto-added "new" systems, #184 2016-09-03 18:00:43 +02:00
Exodus4D
e20df901dc - improved "deleteLogData()" cronjob -> reduced exec. time from 1h -> 10min 2016-09-03 17:20:16 +02:00
Exodus4D
c9a792083d - added persistent system information, #184
- fixed some PHPDoc comments
- fixed bug where system "status" change fails to update
2016-08-28 20:46:27 +02:00
Exodus4D
bc7ed32188 - fixed missing function arg, #297 2016-08-28 11:36:21 +02:00
Exodus4D
0e39f8c2d1 - improved "set rally point" dialog
- fixed wrong character name on poke notifications, closed #297
2016-08-27 23:59:42 +02:00
Exodus4D
94c6a835dd - fixed "set rally point" Email address, closed #293 2016-08-16 19:36:51 +02:00
Exodus4D
e23bb6790b - added email notifications for "rally points", closed #279 2016-08-08 20:48:28 +02:00
Exodus4D
a87459895a - added new "rallyPoke" column to "system" table, #279
- fixed "rally point" desktop notifications, #279
- updated/fixed "pnotify" library 2.0.1 -> 3.0.0, #279
- moved some "map util" functions from map.js -> map/util.js
2016-08-06 14:43:27 +02:00
Exodus4D
444d50698e - improved map export, removed unnecessary JSON data
- fixed bug where "updated" table column is not set on insert
2016-08-06 00:06:20 +02:00
Exodus4D
1c9c9f4563 - WIP: improve "Set rally point" context menu option for systems, #279 2016-08-05 19:35:56 +02:00
Exodus4D
5fddcaeab3 - improved configuration "pathfinder.ini" -> Moved some Map settings and grouped them) 2016-07-31 19:39:22 +02:00
Exodus4D
7d9e184e0f - reduced cache time for character location CREST calls (10s -> 5s) 2016-07-30 23:47:11 +02:00
Exodus4D
01d4f751a1 - added new "EOL" timer for connections, closed #172
- some refactorings (moved map util functions from "util.js" to new "map/util.js")
2016-07-30 20:07:22 +02:00
Exodus4D
2a41293922 - fixed "system_tables" structure, "#272 2016-07-29 22:53:00 +02:00
Exodus4D
0a14b8fdae - added requirement check for "PDO", "PDO_MYSQL" to "/setup" route
- imrpved DB PDO connection (added "TIMEOUT", forced "ERRMODE")
- fixed broken "system alias" renaming dialog
2016-07-26 19:16:04 +02:00
Exodus4D
c393e79c76 - added "static" wormholes for "shattered" systems , closed #180
- added im/export function for "index" tables (*.csv import), as an alternative to the *.sql import, closed #125
2016-07-16 20:08:27 +02:00
Exodus4D
cdd1846431 - added build files for upcoming version 1.1.2
- improved ajax authentication check and "logout" notification | closed #198
- improved logging, added missing log file configuration to pathfinder.ini
- added  logging for "unauthorized" requests | closed #198
- updated js "jQuery" 1.11.3 -> 3.0.0 | #206
- updated js "datatables" plugin 1.10.7 -> 1.10.12 | #206
- updated js "mCustomScrollbar" 3.1.14 -> 3.1.4 | #206
2016-07-11 20:35:25 +02:00
Exodus4D
f943f31d9a - removed IGB support #206
- removed location tracking by IGB
2016-07-06 19:04:40 +02:00
Exodus4D
029e8cee67 - added new "delete old signatures" option to "signature reader" dialog, closed #95 2016-06-23 20:22:37 +02:00
Exodus4D
a6234749ad - closed #102 added "set waypoint/destination" context menu to route finder module
- update "Select2" 4.0.0 -> 4.0.3
- update "Font Awesome" 4.6.1 -> 4.6.3
2016-06-20 17:16:27 +02:00
Exodus4D
38ea709f2a fixed #194 PHP 5.6 error 2016-06-15 19:10:54 +02:00
Exodus4D
2a73bb3018 - added new map scopes to map dialog, which affect system (jump) trackintg
- moved system (jump) tracking from client (js) to backend (php)
- improved system (jump) tracking performance (reduced update timings by 40%)
- improved map data caching
- updated jQuery custom content scroller 3.0.9 -> 3.1.13
- updated "manual dialog" content
- increased "manual dialog"
2016-06-12 13:30:39 +02:00
Exodus4D
1e02027282 closes #175 added alternative environment configuration 2016-05-30 20:17:54 +02:00
Exodus4D
a8bc61b7a7 fixed a bug with inactive "private" maps 2016-05-24 19:58:12 +02:00
Exodus4D
02abd5b600 cloased #147 2016-05-17 18:43:11 +02:00
Exodus4D
52fd8cb8b7 closed #154 added alliance maps to CREST API 2016-05-15 22:43:22 +02:00
Exodus4D
9c4da4dca1 #144 fixed "Character not found" warning 2016-05-09 19:57:08 +02:00
Exodus4D
535c9af548 #144 fixed "Character not found" warning 2016-05-09 19:30:38 +02:00
Exodus4D
96aae44f94 - #138 clear character authentication data on sold characters 2016-05-07 19:05:09 +02:00
Exodus4D
dfd1e8501d - PHP Framework upgrade 3.5.0 -> 3.5.1 (fixes some issues with CREST cURL caching, and SESSION management)
- #138 added "cookie logout" to "logout" menu entry
2016-05-06 18:09:28 +02:00
Exodus4D
eb1e365020 #138 enables character switching between characters which have same user 2016-05-03 20:20:54 +02:00
Exodus4D
2b58853bfb closed #138 added new cookie based login 2016-05-01 17:20:16 +02:00
Exodus4D
7f23e31984 closed #134 fixed db column type DT_INT (8 bytes) to DT_BIGINT 2016-04-24 20:38:51 +02:00
Exodus4D
ac1a746f12 closed #131 new "route search" algorithm, added current map systems to live search, added refresh/update functionality for each found route, added bulk route refresh function, added "meta map" route search (search on multiple maps), added route "filters" (restrict search on "stargates", "wormholes", "jumpbridges"), added route "filter" for wormholes (reduced/critical wormholes)
closed #89 fixed "loop connections" on same system
#84 added error messages for "invalid" CREST "Client ID"
added "bootboxjs" (customized styled checkboxes/radio buttons) CSS only
"Font Awesome" version upgrade 4.4.0 -> 4.61
"Bootbox.js" version upgrade 4.3.0 -> 4.4.0
fixed "system dialog" (added responsive layout)
2016-04-24 19:59:17 +02:00
Exodus4D
b28cd1af78 closed #129 fixed parameter hinting 2016-04-17 14:25:54 +02:00
Exodus4D
b7da0e6672 closed #103 fixed system updated timestamp in getData() 2016-04-11 21:06:29 +02:00
Exodus4D
19a3a99844 closed #112 fixed DataTables error for missing "status" data (signature table) 2016-04-10 18:29:30 +02:00
Exodus4D
3dc2f707aa closed #114 Added check for already existing system when adding a new one. (fixed PDO 'duplicate entry' error) 2016-04-10 16:59:01 +02:00