Commit Graph

193 Commits

Author SHA1 Message Date
Mark Friedrich
017d8d9c6e - fixed some PHP type declarations, closed #783
- fixed missing "connection types" for type `stargate` and `abyssal` to whitelist
2019-06-02 19:18:56 +02:00
Mark Friedrich
f4d7e3c76f - New map "zoom" and map "move" options, closed #791, closed #101
- New "debug/develop" map overlays, closed #785
- Upgraded [_jsPlumb_](http://jsplumb.github.io/jsplumb/home.html) js lib `v1.7.6` → `v2.9.3`
2019-06-01 17:42:40 +02:00
Mark Friedrich
312ddcb8bb - improved "signature overlay" positions, closed #776
- improved performance for client map sync
- fixed client map sync for "bubbled" endpoints #301
- fixed a bug where connections appear 2x after saved/deleted it
- removed Google+ links
2019-05-06 13:28:32 +02:00
Mark Friedrich
b5a3012ffd - new "bubble"-tag for "connection endpoints", closed #301
- new filter option for "bubbled" connections added to "route search" dialog, closed #301
2019-04-27 23:38:52 +02:00
Mark Friedrich
e0fb6f19f5 - improved _auto-connections_ for _podded_ pilots, closed #752, closed #355, closed #259, closed #235 2019-04-19 16:31:36 +02:00
Mark Friedrich
5d17f81bb8 - added "WAIT_TIMEOUT" and "INTERACTIVE_TIMEOUT" as _MySQL_ required vars to requirements.ini (relevant for persistent DB connections)
- improved DB requirements shown on `/setup` page
- improved _Redis_ Client connections. Added "client name" (https://redis.io/commands/client-setname)
2019-04-18 18:27:46 +02:00
Mark Friedrich
a33615445e - new "_NPC faction_" added for k-space systems, closed #773
- improved file structure for _Model_ classes (`app/main/model/..`). Group by database name
- improved database connection handling (fixed persistent DB connections)
2019-04-12 21:34:29 +02:00
Mark Friedrich
c21e33d231 - new confirmation dialog if users try to lazy update structures from Clipboard where current system != system marked for update (structure and signatures update now have the same logic)
- improved WebSocket initialisation
2019-03-30 08:57:38 +01:00
Mark Friedrich
66e843a479 - improved "Redis" cache handler. Switched to persistent connection
- improved "Redis" info panels on `/setup` page, added "connected clients" and "blocked clients" data
- improved DB connection. Switched to persistent connection (configurable in `pathfinder.ini`)
- fixed some PHP errors after "Cortex" upgrade
2019-03-24 15:42:49 +01:00
Mark Friedrich
af59235b73 - new "undo" function for "signature table", closed #218, closed #726
- improved "signature table" added "loading" spinner if table gets updated or data is processed
- improved ajax endpoints for "signatures". Moved into new REST API
- improved ajax endpoints for "structures". Moved into new REST API
- upgraded DB "Cortex", PHP lib `v1.6.0-dev` → `v1.6.0`
- upgraded DB "Schema", PHP lib `v2.2.2` → `v2.2.3`
- upgraded some 3rd party NodeJs packaged (or development) in `package.json`
2019-03-22 17:33:43 +01:00
Mark Friedrich
20a9d7811c Merge branch 'wip_react_sockt_test' into develop 2019-03-01 14:22:25 +01:00
Mark Friedrich
3223843ef6 - fixed some minor _ESI_ request errors on failed requests 2019-02-28 20:10:59 +01:00
Mark Friedrich
a154fe80e8 - remove all PHP "_ZMQ_" related dependencies from Pathfinder. PHP´s native Sockets work as replacement
- added status information for "WebSocket" installations to `/setup` page (e.g. active connections, startup time)
- removed "ext-zmq" as required PHP extension
- removed "react/zmq" as required Composer package
- removed "websoftwares/monolog-zmq-handler" as required Composer package
2019-02-24 22:24:54 +01:00
Mark Friedrich
e28fea9081 - new "ESI monitoring" UI dialog, closed #748
- new "Redis monitoring" UI on `/setup` page, closed #745
- improved request handling for 3rd party APIs (ESI, SSO, GitHub) see [exodus4d/pathfinder_esi/README.md](https://github.com/exodus4d/pathfinder_esi/blob/b5d4b19/README.md)
- improved `/setup` page, new actions for clear cache/Redis data
2019-02-08 15:12:53 +01:00
Mark Friedrich
58db5962fb - new cronjob for history/map/x.log file truncate, closed #734 2018-12-25 22:38:08 +01:00
Mark Friedrich
50f630f7c2 - fixed some "potential" login issues, #718
- improved error logging in case of failed login attempts
- improved ESI "access token" handling
2018-12-22 11:43:46 +01:00
Mark Friedrich
668ec379e6 - improved "route search" algorithm (SQL performance enhancements)
- improved error msg returned to client on failed login attempt
2018-12-16 00:48:45 +01:00
Mark Friedrich
c397339e20 - new option enables "auto select system", closed #569
- improved `console` logging format
2018-12-14 21:37:04 +01:00
Mark Friedrich
295ffc8fae - fixed Session length issue if MySQL is configured as Session handler, closed #666 2018-12-02 17:55:10 +01:00
Mark Friedrich
07e03fce3a - fixed a bug where character.banned column not get reset if character switches corporation, closed #708 2018-11-29 15:00:46 +01:00
Mark Friedrich
a8b51af028 - New colour codes for (wh) connections added to "Signature" module, closed #703 2018-11-24 12:01:42 +01:00
Mark Friedrich
703091949b - moved ajax endpoints (connections, systems) into new REST API endpoints, #274
- improved error handling in case an Exception is thrown
2018-11-16 19:09:12 +01:00
Mark Friedrich
07d5be71b2 - added custom/editable ship jump logs, #709
- fixed DB setup error: "`system`.`description` can´t have a default value", closed #701
- upgraded "lazyload" js lib `v1.9.5` → `v1.9.7`
- upgraded multiple 3rd party NPM dependencies for Gulp build
2018-10-27 00:45:53 +02:00
Mark Friedrich
0c47e6874e - Add texteditor for system description field, closed #698 2018-10-06 00:44:17 +02:00
Mark Friedrich
712764294c - added _Redis_ info panel to /setup page for basic monitoring, closed #686
- improved "system index" build procedure, #666
2018-09-15 19:38:13 +02:00
Mark Friedrich
f25b22dc60 - improved signature "updated" timestamp used in combination with the signature reader, closed #436 2018-09-06 20:23:25 +02:00
Mark Friedrich
4385c4a3d0 - new "deep links" added, custom URLs for e.g. system rally poke notifications, closed #682 2018-09-06 19:12:41 +02:00
Mark Friedrich
8da07199f4 - fixed some problems with "build system" index, #666 2018-09-02 01:18:09 +02:00
Mark Friedrich
57f6d4d29b - full refactoring of the "signature module" #679
- improved "character info" tooltips in e.g. signature Table
- improved performance with the live time counters in e.g. signature table
- fixed a bug where mass delete signatures on a system sometimes failed
- fixed a bug where "signature type" sometimes not get saved correctly
- fixed a bug where "responsive table columns" were not shown on larger screens
2018-08-31 19:11:39 +02:00
Mark Friedrich
9eb3676543 - fixed a bug where destination system for a signature not get saved properly,
- fixed a bug where signature table sort/filter sometimes shows error alert()
2018-08-11 11:51:18 +02:00
Mark Friedrich
081bb36231 - improved "status" select field, #662 2018-07-27 22:15:15 +02:00
Mark Friedrich
11e61d064e - v1.4.1 JS files
- fixed a bug where connections were not auto-created
- fixed a bug with leading spaces in Corporation name search
- disabled `updateUniverseSystems()` cronjob (it´s buggy)
2018-07-21 18:45:14 +02:00
Mark Friedrich
627773e6bb - fixed comment 2018-07-20 23:25:27 +02:00
Mark Friedrich
c99179e25e - renamed "eve_universe.zip" file
- updated "info_panel.html"
2018-07-20 14:44:31 +02:00
Mark Friedrich
577edfc928 - fixed a bug where Structures are not shown/updated, #640
- upgraded "pathfinder_esi" Composer dependency `v1.2.4` -> 'v1.2.5'
2018-07-16 18:43:52 +02:00
Mark Friedrich
ab5ec91f60 - fixed some JS performance issues with the client side UI update for active system modules (e.g. system description) 2018-07-07 20:05:57 +02:00
Mark Friedrich
f9d7b00672 - performance optimizations for "/api/signature/save" endpoint
- upgraded "jQuery" JS lib `v3.1.1` -> `v3.3.1`
2018-07-07 12:09:08 +02:00
Mark Friedrich
5e21857d67 - minor fixes and improvements to the "map import" function 2018-07-06 23:20:41 +02:00
Mark Friedrich
9ec14b06c4 - fixed active "tooltips" inside "popover" elements did not close properly when "popover" closed 2018-07-06 19:01:09 +02:00
Mark Friedrich
bbc950c0ca - removed columns (name, regionId, region, constellationId, constellation, effect, security, trueSec) from pathfinder.system table (no longer needed). 2018-07-01 20:20:47 +02:00
Mark Friedrich
629afae0e4 - added new cronjob that updates 2 systems every minute from ESI with new data, #628 2018-07-01 19:14:51 +02:00
Mark Friedrich
c0546cd7e9 - new tooltip for "planets" added to the UI, closed #648 2018-06-30 22:32:16 +02:00
Mark Friedrich
3a0891b70e - removed table "constellation_wormhole" (no longer needed), #628
- removed table "system_wormhole" (no longer needed), #628
- removed table "wormhole" (no longer needed), #628
2018-06-30 13:39:47 +02:00
Mark Friedrich
e7184b7312 - removed SDE database requirement from Pathfinder, #628
- improved "shattered" wormholes (e.g. UI updates on map, fixed broken statics,..), closed #647
- improved "route search" algorithm, WHs are no longer supposed to be "insecure"
2018-06-30 13:19:12 +02:00
Mark Friedrich
6ed6c02945 - fixed broken "persistent" system "alias", closed #360 2018-06-23 19:16:57 +02:00
Mark Friedrich
ae04715465 - switched "system search" Ajax endpoint data source from _SDE_ DB to new _eve_universe_ DB, #628 closed #644
- switched "constellation search" Ajax endpoint data source from _SDE_ DB to new _eve_universe_ DB, #628
- improved "system search" field, multiple changes/fixes see #644
2018-06-23 14:26:42 +02:00
Mark Friedrich
c30fd8b7f0 - improved error logging vor CLI (cronjob) scripts 2018-06-22 15:29:29 +02:00
Mark Friedrich
dea920d76e - code format 2018-06-10 20:37:59 +02:00
Mark Friedrich
dcc9a93d2b - no logging to "esi_error_client.log" if corporation roles not readable for a character (e.g. char does not have any roles in a corp) 2018-06-10 15:27:07 +02:00
Mark Friedrich
f95d43a884 - fixed "system not found" bug 2018-06-08 20:54:26 +02:00