Commit Graph

233 Commits

Author SHA1 Message Date
Exodus4D
5d57f30782 - fixed "online" status for characters, closed #507
- reduced "afk" wait time until cronjob location check for a character from 5min to 3min
2017-07-16 15:39:20 +02:00
Exodus4D
24e006230d - fixed "online" status for characters, closed #507 2017-07-16 14:33:38 +02:00
Exodus4D
fc2e0ffe58 - fixed "online" status for characters, closed #507 2017-07-16 14:16:15 +02:00
Exodus4D
9cfc032440 - fixed bug with alliance/corporation whitelist configuration 2017-06-15 21:34:08 +02:00
Exodus4D
85b5e2b6db - UI fixes 2017-06-12 19:53:54 +02:00
Exodus4D
c1df6f8a7a - new "persistent system aliases" for systems, closed #496
- improved bulk delete for systems
2017-06-10 15:22:39 +02:00
Exodus4D
a95f25524a - updated release notes panel
- improved /admin login page
- UI fixes
2017-06-10 12:28:55 +02:00
Exodus4D
a3d89b9d77 - Refactoring 2017-06-05 20:55:58 +02:00
Exodus4D
77e0131efe - updated SQL Schema module 2.2.0-dev -> 2.2.1
- updated Cortex DB mapper 1.4.2-dev -> 1.5.0-dev
- improved location update function
- improved system tooltip position, closed #461
2017-06-05 02:22:30 +02:00
Exodus4D
23b837fb32 - added admin roles "SUPERADMIN", "CORPORATION" (access), and "MEMBER" (default role). 2017-06-04 16:09:33 +02:00
Exodus4D
433c555265 - added option to add custom *.ini files into /conf dir
- smaller fixes
2017-06-03 19:52:56 +02:00
Exodus4D
0f3a485bb7 - UI improvements 2017-06-03 15:44:42 +02:00
Exodus4D
f94e7269ad - added new ESI scope "esi-location.read_online.v1", closed #495
- added/improved "/online" status check to deleteLogData() cronjob, closed #495
- added/improved "/online" status check to $characterModel->updateLog(), closed #495
2017-06-03 14:47:16 +02:00
Exodus4D
398615cc5c - system alias no longer persists after system delete
- reset some character table columns on corp change or character sold
2017-05-28 15:00:00 +02:00
Exodus4D
7633db995d - New cronjob "cleanUpCharacterData()" cleans up outdated "kicked until" timestamps 2017-05-27 15:13:05 +02:00
Exodus4D
5be1d3547a - New "admin dashboard" /admin page + login, #494
- New ESI scope for admin access
- New admin.log file for admin actions (kick, ban,..)
- New login status for characters
- improved cronJob exec time for systemData import (jump/kill data)
- Added PHP 64-bit check to /setup
2017-05-27 14:09:12 +02:00
Exodus4D
cc4de64673 - show HTTP error codes in HTML title tag 2017-05-12 20:41:28 +02:00
Exodus4D
785cf6332b - added new map option for auto-delete expired WHs, closed #219 2017-05-12 17:35:04 +02:00
Exodus4D
3c297bf3ff - fixed a HTTP 5xx error on /setup if no valid DB connection exists, #483 2017-05-06 16:25:02 +02:00
Exodus4D
372df12624 - new "inactive" status column, closed #489
- added new "inactive" character_log status
- improved "inactive" character_log cronjob timings
2017-05-06 13:24:56 +02:00
Exodus4D
a1008cbddf - build JS resources for v1.2.2 release 2017-05-01 19:58:36 +02:00
Exodus4D
dd47edcd73 - fixed "Not Authorized" bug on SSO login, closed #471 2017-04-30 15:25:23 +02:00
Exodus4D
92d1a11c78 - fixed "delete account" issue if no SMTP server is configured for confirmation mail, closed #468 2017-04-30 14:56:45 +02:00
Exodus4D
a90d9c486a - fixed SSO redirect for subDir installations, closed #431 2017-04-30 14:09:18 +02:00
Exodus4D
f064fb0c3b - improved SQL performance for "route finder" (use mapId column indexes)
- improved pageSpeed (added "preload"/"prefetch" annotations to static resources)
- improved "system delete" logic
- fixed composer.json
- fixed typos
2017-04-30 13:57:39 +02:00
Exodus4D
a177be6246 - Added error for missing "Composer" packages, or incompatible version 2017-04-23 16:13:29 +02:00
Exodus4D
8c93d7731c - New "Near by" map overlay, closed #481 2017-04-22 20:46:26 +02:00
Exodus4D
bc7b7154be - switched system jump/kill-data update cronjob from XML API to ESI
- use internal DEBUG level for MySQL ERRORMODE
- increased MySQL version 5.6 => 5.7
- fixed bug in System auto search form element (select2)
- code cleanup
2017-04-13 00:36:12 +02:00
Exodus4D
446949738b - fixed Socket setup if SocketURL is not found, closed #464 2017-04-12 18:22:01 +02:00
Exodus4D
231a13b697 - added new filter option for "frigate wormholes" to route search module, closed #460 2017-04-12 17:59:44 +02:00
Exodus4D
75da842849 - ESI API switch, closed #473 2017-04-12 14:40:24 +02:00
Exodus4D
b44861ad10 - fixed "lazy copy&paste" for signature table 2017-03-25 16:25:46 +01:00
Nick Mueller
a2da10f4e8 Properly quoted database name during USE queries to avoid MySQL parse errors (fixes #452) 2017-03-07 15:30:04 +01:00
Exodus4D
ce0cbedc06 - fixed some "rubber banding" problems with system position (new "update queue" system for maps, JS)
- Decreased mapData cache 120s -> 60s
- Increased default "lifetime" for "private" maps 14d -> 30d
- UI tweaks for "connection <-> signature" linked labels, #290
- fixed some "drag&drop" problems with connections
- Updated "jQuery" 3.0.0 => 3.1.1
- PHP7.1 fixes (routes.ini), closed #410
- fixed a bug where "mapAccess" data is not properly send through webSocket
2017-02-25 16:18:24 +01:00
Exodus4D
bb0a61ad77 - PHP7.1 fixes, closed #410 2017-02-23 20:22:36 +01:00
Exodus4D
1e928eab1e - New connection overlays for wormholes, closed #334 2017-02-22 22:26:27 +01:00
Nick Mueller
60632e2cab Added missing quotes to sendDeleteAccount as well
Fixed missing starting chevron in "Error-To" header
2017-02-17 08:57:51 +01:00
Nick Mueller
e5c5781953 Added quotes around "From" name to prevent F3 email parsing issues (fixes #438) 2017-02-17 02:23:45 +01:00
Exodus4D
97cc8109d3 - added "signature" -> "connection" option, closed #290
- code refactorings map.js
2017-02-11 16:58:33 +01:00
Exodus4D
5504e7dc86 - improved caching (reduced cache access count by using references) 2017-01-29 15:48:27 +01:00
Exodus4D
b60158360d - code clearing... 2017-01-25 19:26:28 +01:00
Exodus4D
e0406ae98a - changed default $ttl for table structure from default: 60s to 120s 2017-01-25 19:25:25 +01:00
Exodus4D
378203f582 - Improved "health check" for WebSocket 2017-01-21 23:21:25 +01:00
Exodus4D
07c0127e92 - new "clear cache" button for Redis added to /setup 2017-01-21 22:21:00 +01:00
Exodus4D
6d14e894f3 - added notification for "scheduled maintenance" panel to /map view 2017-01-21 21:01:47 +01:00
Exodus4D
aa799b6e0b - fixed "statistics" module, closed #424 2017-01-19 22:26:05 +01:00
Exodus4D
37afac7c49 - WIP changed REQ/REP Socket config to PUSH/PULL Socket config 2017-01-19 21:11:08 +01:00
Exodus4D
90f94a559b - fixed WebSocket, added response loop for async response 2017-01-16 23:00:15 +01:00
Exodus4D
96b116584c - (int) cast for corp/ally ids 2017-01-14 19:48:53 +01:00
Exodus4D
0417147f45 - (int) cast for corp/ally ids 2017-01-14 18:06:49 +01:00