Commit Graph

527 Commits

Author SHA1 Message Date
BiekerUdan
5a45de16ad Merge pull request #1 from turbofeedorglory/fix.character-affiliation
Use character affiliation endpoint
2023-01-18 10:41:21 -07:00
BiekerUdan
0ae644f187 Add esi-search.search_structures.v1 scope to environment.ini
The codebase was updated in 2.2.1 to use the esi-search.search_structures.v1 endpoint however the default environment.ini was still missing this scope.
2023-01-17 16:59:16 -07:00
turbofeedorglory
d3a1330f9f Use character affiliation endpoint
Update getCharacterData to use the character affiliation endpoint to get Character's corporation & alliance info after CCP increased cache duration to 7 days on public character info endpoint.
2023-01-17 12:52:11 +00:00
Sam ONeill
1a936a2fa6 Version bumps for 2.2.1 2022-09-06 02:24:26 +12:00
turbofeedorglory
6ffc10b362 Update ESI search endpoint & auth (#133) 2022-08-28 00:27:46 +02:00
Sam
15a0fcee0f Bug fixes for v2.2.0 (#81)
* util.js: decode shipname for popover

* Bump version to 2.2.0

* Bump react/promise-stream from 1.2.0 to 1.3.0 (#46)

Bumps [react/promise-stream](https://github.com/reactphp/promise-stream) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/reactphp/promise-stream/releases)
- [Changelog](https://github.com/reactphp/promise-stream/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactphp/promise-stream/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: react/promise-stream
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump monolog/monolog from 2.3.4 to 2.3.5 (#37)

Bumps [monolog/monolog](https://github.com/Seldaek/monolog) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/Seldaek/monolog/releases)
- [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Seldaek/monolog/compare/2.3.4...2.3.5)

---
updated-dependencies:
- dependency-name: monolog/monolog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam <30859143+samoneilll@users.noreply.github.com>

* Bump slash from 3.0.0 to 4.0.0 (#34)

Bumps [slash](https://github.com/sindresorhus/slash) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/slash/releases)
- [Commits](https://github.com/sindresorhus/slash/compare/v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: slash
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump gulp-imagemin from 7.1.0 to 8.0.0 (#33)

Bumps [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin) from 7.1.0 to 8.0.0.
- [Release notes](https://github.com/sindresorhus/gulp-imagemin/releases)
- [Commits](https://github.com/sindresorhus/gulp-imagemin/compare/v7.1.0...v8.0.0)

---
updated-dependencies:
- dependency-name: gulp-imagemin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump gulp-sourcemaps from 2.6.5 to 3.0.0 (#32)

Bumps [gulp-sourcemaps](https://github.com/gulp-sourcemaps/gulp-sourcemaps) from 2.6.5 to 3.0.0.
- [Release notes](https://github.com/gulp-sourcemaps/gulp-sourcemaps/releases)
- [Commits](https://github.com/gulp-sourcemaps/gulp-sourcemaps/compare/v2.6.5...v3.0.0)

---
updated-dependencies:
- dependency-name: gulp-sourcemaps
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump gulp-filter from 6.0.0 to 7.0.0 (#30)

Bumps [gulp-filter](https://github.com/sindresorhus/gulp-filter) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/sindresorhus/gulp-filter/releases)
- [Commits](https://github.com/sindresorhus/gulp-filter/compare/v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: gulp-filter
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump gulp-autoprefixer from 7.0.1 to 8.0.0 (#31)

Bumps [gulp-autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/sindresorhus/gulp-autoprefixer/releases)
- [Commits](https://github.com/sindresorhus/gulp-autoprefixer/compare/v7.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: gulp-autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam <30859143+samoneilll@users.noreply.github.com>

* Bump cache/filesystem-adapter from 1.0.0 to 1.1.0 (#29)

Bumps [cache/filesystem-adapter](https://github.com/php-cache/filesystem-adapter) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/php-cache/filesystem-adapter/releases)
- [Changelog](https://github.com/php-cache/filesystem-adapter/blob/master/Changelog.md)
- [Commits](https://github.com/php-cache/filesystem-adapter/compare/1.0.0...1.1.0)

---
updated-dependencies:
- dependency-name: cache/filesystem-adapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam <30859143+samoneilll@users.noreply.github.com>

* Bump react/socket from 1.3.0 to 1.9.0 (#27)

Bumps [react/socket](https://github.com/reactphp/socket) from 1.3.0 to 1.9.0.
- [Release notes](https://github.com/reactphp/socket/releases)
- [Changelog](https://github.com/reactphp/socket/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactphp/socket/compare/v1.3.0...v1.9.0)

---
updated-dependencies:
- dependency-name: react/socket
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam <30859143+samoneilll@users.noreply.github.com>

* Bump cache/redis-adapter from 1.0.0 to 1.1.0 (#28)

Bumps [cache/redis-adapter](https://github.com/php-cache/redis-adapter) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/php-cache/redis-adapter/releases)
- [Changelog](https://github.com/php-cache/redis-adapter/blob/master/Changelog.md)
- [Commits](https://github.com/php-cache/redis-adapter/compare/1.0.0...1.1.0)

---
updated-dependencies:
- dependency-name: cache/redis-adapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam <30859143+samoneilll@users.noreply.github.com>

* requirements.ini: bumps memory requirement to 256M

* package.json: downgrades imagemin to 7.1.0

* package-lock.json: resolves npm-audit dependency warnings

* AbstractRallyWebhookHandler.php: Convert Truesec value to str

* CorporationModel.php: resets corporationStructureModel instance to avoid overwriting the same record

* Updates wormhole minimum jump mass

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-02 11:28:03 +01:00
oSkrobuk
b636b92ee0 Added a parameter in query 2021-10-30 00:17:37 +03:00
Nathan
afa21c95d0 Update requirements.ini 2021-10-27 21:06:46 -04:00
Nathan
20219b9ac9 Require an actual version of apache 2021-10-26 13:01:15 -04:00
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
Sam
0673759a8d Develop v2.1.3 (#42)
* Fixes environment default

* Bump clue/ndjson-react from 1.1.0 to 1.2.0

Bumps [clue/ndjson-react](https://github.com/clue/reactphp-ndjson) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/clue/reactphp-ndjson/releases)
- [Changelog](https://github.com/clue/reactphp-ndjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clue/reactphp-ndjson/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: clue/ndjson-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump cache/array-adapter from 1.0.1 to 1.1.0

Bumps [cache/array-adapter](https://github.com/php-cache/array-adapter) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/php-cache/array-adapter/releases)
- [Changelog](https://github.com/php-cache/array-adapter/blob/master/Changelog.md)
- [Commits](https://github.com/php-cache/array-adapter/compare/1.0.1...1.1.0)

---
updated-dependencies:
- dependency-name: cache/array-adapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump cache/namespaced-cache from 1.0.0 to 1.1.0

Bumps [cache/namespaced-cache](https://github.com/php-cache/namespaced-cache) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/php-cache/namespaced-cache/releases)
- [Changelog](https://github.com/php-cache/namespaced-cache/blob/master/Changelog.md)
- [Commits](https://github.com/php-cache/namespaced-cache/compare/1.0.0...1.1.0)

---
updated-dependencies:
- dependency-name: cache/namespaced-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump slash from 3.0.0 to 4.0.0

Bumps [slash](https://github.com/sindresorhus/slash) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/slash/releases)
- [Commits](https://github.com/sindresorhus/slash/compare/v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: slash
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump gulp-sass from 4.1.1 to 5.0.0

Bumps [gulp-sass](https://github.com/dlmanning/gulp-sass) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/dlmanning/gulp-sass/releases)
- [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dlmanning/gulp-sass/compare/v4.1.1...v5.0.0)

---
updated-dependencies:
- dependency-name: gulp-sass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump node-sass from 4.14.1 to 6.0.1

Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 6.0.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v6.0.1)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump gulp-brotli from 2.0.2 to 3.0.0

Bumps [gulp-brotli](https://github.com/seznam/gulp-brotli) from 2.0.2 to 3.0.0.
- [Release notes](https://github.com/seznam/gulp-brotli/releases)
- [Commits](https://github.com/seznam/gulp-brotli/compare/v2.0.2...v3.0.0)

---
updated-dependencies:
- dependency-name: gulp-brotli
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump imagemin-webp from 5.1.0 to 6.0.0

Bumps [imagemin-webp](https://github.com/imagemin/imagemin-webp) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/imagemin/imagemin-webp/releases)
- [Commits](https://github.com/imagemin/imagemin-webp/compare/v5.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: imagemin-webp
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: make pathfinder composer 2.x compliant

extract mixed class into dedicated file and address filename typo in order to make the project PSR-4 compliant and work with Composer 2

* Bump league/html-to-markdown from 4.9.1 to 5.0.1

Bumps [league/html-to-markdown](https://github.com/thephpleague/html-to-markdown) from 4.9.1 to 5.0.1.
- [Release notes](https://github.com/thephpleague/html-to-markdown/releases)
- [Changelog](https://github.com/thephpleague/html-to-markdown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/html-to-markdown/compare/4.9.1...5.0.1)

---
updated-dependencies:
- dependency-name: league/html-to-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* composer.json: bumps monolog to 2.3.4

* composer.lock: Updates after dependabot merges

* Adds package-lock.json

* .gitignore: removes package-lock.json from ignore

* Removes "slash" js dev dependency

* pathfinder.ini: bumps version

* Bumps version on public files

* package-lock.json: Updates lodash.template to 4.5.0

* package.json:  Bump node-notifier from 6.0.0 to 8.0.1

* package-lock.json: Bump glob-parent from 3.1.1 to 5.1.2

* package-lock.json: bump trim-newlines from 1.0.0 to 3.0.1

* package-lock.json: Bump set-value to 4.0.1

* package-lock.json: Bump yargs-parser to >=13.1.2

* package-lock.json: Bump glob-parent to ^5.1.2

* system_killboard.js: Updates zkillboard fetch string

* system_killboard.js: removes redundant w-space modifier

* Bumps version to 2.1.3

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Loïc LEUILLIOT <loic.leuilliot@gmail.com>
2021-10-22 12:59:41 +02:00
Sam
98bd07e904 Merge Development Branch v2.1.2 (#21)
* Fixes environment default

* Bump clue/ndjson-react from 1.1.0 to 1.2.0

Bumps [clue/ndjson-react](https://github.com/clue/reactphp-ndjson) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/clue/reactphp-ndjson/releases)
- [Changelog](https://github.com/clue/reactphp-ndjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clue/reactphp-ndjson/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: clue/ndjson-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump cache/array-adapter from 1.0.1 to 1.1.0

Bumps [cache/array-adapter](https://github.com/php-cache/array-adapter) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/php-cache/array-adapter/releases)
- [Changelog](https://github.com/php-cache/array-adapter/blob/master/Changelog.md)
- [Commits](https://github.com/php-cache/array-adapter/compare/1.0.1...1.1.0)

---
updated-dependencies:
- dependency-name: cache/array-adapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump monolog/monolog from 2.3.2 to 2.3.4

Bumps [monolog/monolog](https://github.com/Seldaek/monolog) from 2.3.2 to 2.3.4.
- [Release notes](https://github.com/Seldaek/monolog/releases)
- [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Seldaek/monolog/compare/2.3.2...2.3.4)

---
updated-dependencies:
- dependency-name: monolog/monolog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump cache/namespaced-cache from 1.0.0 to 1.1.0

Bumps [cache/namespaced-cache](https://github.com/php-cache/namespaced-cache) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/php-cache/namespaced-cache/releases)
- [Changelog](https://github.com/php-cache/namespaced-cache/blob/master/Changelog.md)
- [Commits](https://github.com/php-cache/namespaced-cache/compare/1.0.0...1.1.0)

---
updated-dependencies:
- dependency-name: cache/namespaced-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump gulp-sass from 4.1.1 to 5.0.0

Bumps [gulp-sass](https://github.com/dlmanning/gulp-sass) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/dlmanning/gulp-sass/releases)
- [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dlmanning/gulp-sass/compare/v4.1.1...v5.0.0)

---
updated-dependencies:
- dependency-name: gulp-sass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump node-sass from 4.14.1 to 6.0.1

Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 6.0.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v6.0.1)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump gulp-brotli from 2.0.2 to 3.0.0

Bumps [gulp-brotli](https://github.com/seznam/gulp-brotli) from 2.0.2 to 3.0.0.
- [Release notes](https://github.com/seznam/gulp-brotli/releases)
- [Commits](https://github.com/seznam/gulp-brotli/compare/v2.0.2...v3.0.0)

---
updated-dependencies:
- dependency-name: gulp-brotli
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump imagemin-webp from 5.1.0 to 6.0.0

Bumps [imagemin-webp](https://github.com/imagemin/imagemin-webp) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/imagemin/imagemin-webp/releases)
- [Commits](https://github.com/imagemin/imagemin-webp/compare/v5.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: imagemin-webp
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: make pathfinder composer 2.x compliant

extract mixed class into dedicated file and address filename typo in order to make the project PSR-4 compliant and work with Composer 2

* Bump league/html-to-markdown from 4.9.1 to 5.0.1

Bumps [league/html-to-markdown](https://github.com/thephpleague/html-to-markdown) from 4.9.1 to 5.0.1.
- [Release notes](https://github.com/thephpleague/html-to-markdown/releases)
- [Changelog](https://github.com/thephpleague/html-to-markdown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/html-to-markdown/compare/4.9.1...5.0.1)

---
updated-dependencies:
- dependency-name: league/html-to-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* composer.json: bumps monolog to 2.3.4

* composer.lock: Updates after dependabot merges

* Adds package-lock.json

* .gitignore: removes package-lock.json from ignore

* Removes "slash" js dev dependency

* pathfinder.ini: bumps version

* Bumps version on public files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Loïc LEUILLIOT <loic.leuilliot@gmail.com>
2021-09-18 18:39:37 +12:00
Sam
341314babd Update environment.ini 2021-09-08 02:20:28 +02:00
soneill
8a3f3f380f Corrects pathfinder.ini defaults and indentation 2021-08-07 11:34:37 +12: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
144e08f7e7 adds login.session_sharing option to pathfinder.ini 2021-07-28 15:10:41 +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
soneill
46967e8934 updates controller/api/map.php to get maps from all logged in characters 2021-07-27 22:14:37 +12:00
csatlos
a850dbaafa Update Discord webhook URL filters. fixes #2 2021-07-25 07:54:12 +12:00
soneill
3cb697f77d ups version to 2.1.1 2021-07-19 17:06:56 +12:00
soneill
2fb88a1b12 updates source repo in github API 2021-07-13 14:48:53 +12:00
soneill
5a7decfe77 Updates version and removes custom modules 2021-07-12 18:08:35 +12:00
soneill
4b0213d456 Adds Pochven as system class T 2021-07-12 11:27:37 +12:00
soneill
cfef239b6b Updates ESI routes for TrailBlazer connections 2021-07-12 11:15:31 +12:00
Mark Friedrich
7cc66f1591 - New map option for inline system region names, closed #947
- Upgraded "[_jsPlumb_](http://jsplumb.github.io/jsplumb/home.html)" js lib `v2.9.3` → `v2.13.1`
- Moved endpoint `/api/universe/systems` into new REST structure 'GET /api/rest/SystemSearch'
2020-04-24 21:56:05 +02: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
a6f5777ada - Fixed case sensitive authentication tokens for Redis DSNs, closed #940 2020-04-11 22:25:01 +02:00
Mark Friedrich
4fc903d94b - Improved HTML header on /login page, closed #944 2020-04-11 16:37:38 +02:00
Mark Friedrich
193204bec9 - Improved Login Header (support for *.webp images + 4k resolution)
- Minor bug fixes
- Bump version to `v2.0.0`
2020-04-06 22:42:48 +02:00
Mark Friedrich
d82311bf99 - Improved Login Header (support for *.webp images + 4k resolution)
- Minor bug fixes
2020-04-06 17:45:47 +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
f9de273fd4 - removed optional (developer) dependency checks for Ruby, gem and Compass from /setup dashboard #917 2020-03-21 10:54:57 +01:00
Mark Friedrich
645dddb199 - Upgraded required _Node_/_NPM_ versions (frontend build)
- Fixed some broken endpoint URLs (case sensitive)
2020-03-20 21:43:44 +01:00
Mark Friedrich
6865f7ebe9 - Changed upcoming PF version v2.0.0v2.0.0-rc.1
- Fixed some bugs ("infinite scroll" in select options) in "_Select2_" js plugin
2020-03-20 11:30:35 +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
a5ed5ebe38 - Fixed broken "Account settings" dialog where "map share toggles" did not save, closed #889, closed #911 2020-03-09 22:38:22 +01:00
Mark Friedrich
51d9879a28 - Improved _Redis_ authentication. Added support for password param, closed #897 2020-03-07 10:22:41 +01:00
Mark Friedrich
80f47bd146 - Improved _Redis_ authentication. Added support for password param, closed #897 2020-03-07 10:01:31 +01:00
Mark Friedrich
8f5acb2656 - Fixed a bug where click at "logout" shows error notification instead of redirecting the user to /login page, closed #894 2020-03-06 19:47:32 +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
4a5636456e - Fixed some minor UI issues 2020-02-01 23:25:13 +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
c91bcbe246 - Fixed some _PHP_ autoloading issues 2019-12-20 14:16:55 +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