Commit Graph

19 Commits

Author SHA1 Message Date
Sam
740aacb539 v2.1.4: Merge SSO changes to upgrade to Oauth2.0 (#43)
* Bumps version to 2.1.4
* Updates Pathfinder Database schema to store new AccessTokens
* Updates SSO login flow to work with JWT Access Tokens
* Updates ESI API client dependency to use goryn-clade/pathfinder_esi:v2.1.2
2021-10-25 02:54:42 +02:00
soneill
a64fc78f75 alters Model/Pathfinder/CharacterModel#isAuthorized() to authorize characters based on session 2021-07-29 15:48:34 +12:00
soneill
567eedc9f8 alters Model/Pathfinder/CharacterModel#isAuthorized() to authorize characters based on session 2021-07-29 15:47:43 +12:00
soneill
bd55ba8316 removes indexing of characterMaps 2021-07-28 15:51:51 +12:00
soneill
335b33916f updates config key in getMaps 2021-07-28 15:11:09 +12:00
soneill
671a16572f extracts session maps into new getSessionCharacterMaps method 2021-07-28 15:09:25 +12:00
soneill
c92526af76 restores controller/api/map.php and reimplements changes in model/pathfinder/CharacterModel#getMaps() 2021-07-28 13:41:49 +12:00
csatlos
a850dbaafa Update Discord webhook URL filters. fixes #2 2021-07-25 07:54:12 +12:00
soneill
4b0213d456 Adds Pochven as system class T 2021-07-12 11:27:37 +12:00
Mark Friedrich
2ffb9ffc76 - Minor performance improvements, 2020-04-17 14:12:30 +02:00
Mark Friedrich
cf553b7c20 - Upgraded "[_Cortex_](https://github.com/ikkez/f3-cortex)" PHP dependency to current dev-master
- Fixed "Deprecation" warning on Composer `1.10.5`, closed #951
2020-04-16 18:20:35 +02:00
Mark Friedrich
5cdf62447a - improved ESI request for in-game roles. Switched from "corporations roles" to "characters roles" endpoint #930 2020-03-22 15:35:20 +01:00
Mark Friedrich
3d42a8e502 - New map right "create map" added, closed #927 2020-03-17 20:24:08 +01:00
Mark Friedrich
9a3f45fdc7 - New map right "share map" added, closed #927
- Upgraded "[_Select2_](https://select2.org/)" js lib `v4.0.6-rc.1` → `v4.0.13`
- Fixed some issues where changed map settings (e.g. "share") do not get updated/stored, closed #889, closed #925
- Moved ajax endpoints for map create/update/delete into `/Api/Rest/` dir
- Minor UI improvements for "manual dialog" (fixed pixelated text)
2020-03-15 19:38:44 +01:00
Mark Friedrich
a5f29ee2eb - NEW "Thera connections" UI module, closed #829
- Upgraded "[_pathfinder_esi_](https://github.com/exodus4d/pathfinder_esi)" Web API client`v1.3.2` → `v2.0.0`
- Fixed a js bug where current active(selected) system becomes deselected after system was dragged on map
- Fixed a js bug where new auto mapped systems (e.g. after jump) were positioned outside current map scroll viewport
- Fixed a js bug where map sync failed after map tabs switch
- Fixed blurry map when map zoom was changed
- Fixed multiple minor JS bugs where map render/update failed
2020-03-02 16:42:36 +01:00
Mark Friedrich
0c3d57e833 - BC Break: Required _PHP_ version changed >=7.1>=7.2
- NEW "plugin API" for custom UI modules, closed #913
- NEW live "Killstream" for killboard module, closed #909
- NEW "custom layout" UI settings, closed #470
2020-02-01 12:40:17 +01:00
Mark Friedrich
ce62ed0f2d - BC Break: _PHP_ namespaces changed (PSR-4 standard). The _root_ namespace for all _PF_ related scripts is Exodus4D\Pathfinder 2019-12-15 22:32:32 +01:00
Mark Friedrich
9423272a25 - BC Break: _PHP_ namespaces changed (PSR-4 standard). The _root_ namespace for all _PF_ related scripts is Exodus4D\Pathfinder
- BC Break: Project folder structure changed. Removed `app/main` dir.
- BC Break: Core _PHP_ framework + dependencies moved into `composer.json` and are no longer part of this repo
2019-12-15 22:31:12 +01:00
Mark Friedrich
647bd7db58 - BC Break: _PHP_ namespaces changed (PSR-4 standard). The _root_ namespace for all _PF_ related scripts is Exodus4D\Pathfinder
- BC Break: Project folder structure changed. Removed `app/main` dir.
- BC Break: Core _PHP_ framework + dependencies moved into `composer.json` and are no longer part of this repo
2019-12-15 22:27:17 +01:00