Skip to content

Releases: eveseat/services

v4.0.0 - Release Candidate 3

09 Feb 20:37
Compare
Choose a tag to compare
Pre-release

Fix

Address an issue in the moon report parser which was preventing system with a dash to be properly parsed (ie: ABC-D II - Moon 3).

v4.0.0 - Realase Candidate 2

16 Nov 20:38
Compare
Choose a tag to compare
Pre-release

Requirements

  • PHP minimum version has been bumped to latest stable (7.3)

Enhancements

Groups Removal

That feature which was causing lot of end user troubles (and issues to handle orphan entries) has been removed.
You'll find bellow the mapping table :

Version 3.x Version 4.x Purpose
auth()->user() auth()->user() Retrieve current authenticated user
auth()->user()->group->main_character auth()->user()->main_character Retrieve main character from current authenticated user
auth()->user()->group->characters auth()->user()->characters Retrieve characters attached to current authenticated user
auth()->user()->refresh_token CharacterInfo()->refresh_token Retrieve refresh token from related to a character
auth()->user()->group->refresh_tokens auth()->user()->refresh_tokens Retrieve refresh tokens attached to authenticated user
  • roles are now directly attached to user

    • an user can have multiple roles
    • a role can be assigned to multiple users
  • an user can now have

    • multiple characters (linked on behalf of a refresh token)
    • multiple refresh tokens

Moon Reporter

It is now possible to user SeAT as a giant intel tool regarding Moon Reports. Previously accessible from Moon Extractors, moon reports can now be sent on a dedicated module.

You will get access to all moon available inside New Eden as a list. Entries can be filters using moon, system, region, raw materials, reprocessed minerals and reactions.

New Eve Image Server

SeAT has been updated to use the new eve image server and its improved renders (we will now get access to BPO AND BPC icons !)

Be carefull, img signature has been changed to show this change. To make change easier, you should consider to switch to core partials ;)

Version 3.x Version 4.x Purpose Partials
img($type, $id, $size, $attributes, $lazy_load) img($type, $variation, $id, $size, $attributes, $lazy_load)
img('alliance', $id, $size, $attributes, $lazy_load) img('alliances', 'logo', $id, $size, $attributes, $lazy_load) Retrieve alliance logo web::partials.alliance
img('corporation', $id, $size, $attributes, $lazy_load) img('corporations', 'logo', $id, $size, $attributes, $lazy_load) Retrieve corporation logo web::partials.alliance
img('character', $id, $size, $attributes, $lazy_load) img('characters', 'portrait', $id, $size, $attributes, $lazy_load) Retrieve character portrait web::partials.character
img('type', $id, $size, $attributes, $lazy_load) img('types', $variation, $id, $size, $attributes, $lazy_load) Retrieve item type icon web::partials.type

Hotfix

  • Version checker is non longer throwing an exception when installed version does not match

v4.0.0 - Realase Candidate 1

01 Nov 11:12
Compare
Choose a tag to compare
Pre-release
4.0.0-rc1

refactor(mails): reduce duplicated entries on mails module

v3.0.11

28 Oct 20:21
27b3323
Compare
Choose a tag to compare

Fix

  • due to some logic issue, retina capable screens was not able to load icons

v3.0.10

04 Oct 11:33
2419632
Compare
Choose a tag to compare

Fix

  • an invalid query was causing excessive ram consumption during rendering of page corporation > security > titles. As a result, end user may encounter an HTTP 500 response or infinite character list in the rendered page. (eveseat/seat#595)

v3.0.9

13 Aug 05:49
f4aff88
Compare
Choose a tag to compare

Enhancements

  • Remove surrogate key pattern for character and corporation title which give access to a few extra Eloquent methods
  • Corporation Title are now only stored into corporation_titles and character_titles is turned into character_info_corporation_title as a pivot table

v3.0.8

20 May 11:24
c017887
Compare
Choose a tag to compare

Fix

  • Ensure the proper github page is returned into settings

v3.0.7

15 May 20:46
7207b51
Compare
Choose a tag to compare

Enhancements

  • reduce the impact of character and corporation industry query which could lead to long running statements

Fix

  • allow standing filter to be nullable for character contacts

v3.0.6

23 Mar 10:58
8956254
Compare
Choose a tag to compare

Enhancements

  • Character mining ledger is now using asynchronous / server-side rendering

Fix

  • Global search is now properly searching over all characters during assets search

v3.0.5

13 Jan 11:49
3646324
Compare
Choose a tag to compare
build(core): v3.0.5