Skip to content

Releases: SpeedProg/eve-inc-waitlist

v1.5.6

17 Nov 12:08
Compare
Choose a tag to compare
  • 1.5.6:
    • Improvements:
      • Carriers added to dps group
      • Removed now useless fileinput for TypeIds update
    • Fixes:
      • Fixed fleet view not working
    • Changes:
      • Made default logfile location the cwd

v1.5.3

12 Nov 16:04
Compare
Choose a tag to compare
  • Fixes:
    • Fixed exception during ESI error handling, by calling a none existant method

v1.5.1-versionfix

05 Nov 16:46
Compare
Choose a tag to compare

This is a re-release of 1.5.1 just with adjusted version number

  • Fixes:
    • Fixed an exception because of wrong restriction on database scheme
    • Improved an error message
    • Wrong iteration over weapon mods which caused unintended categorisation of fits

v1.5.0

21 Oct 19:15
Compare
Choose a tag to compare
  • 1.5.0:
    • Features
      • Translation support, current languages are english and german
        • Module infos are going to be loaded in the selected language too
    • Fixes
      • Some parts of the site not being readable on dark themes

vv1.4.2

18 Jun 09:46
Compare
Choose a tag to compare
  • 1.4.2:
    • Improvements
      • Community name is no longer hidden when menu collapses, also moved menu button to right side
      • Using minfied version of the fitting stats tool script now
      • Theme are now versioned like other assets allowing for easier cache control
    • Fixes:
      • Converted the date-time picker fields on comp history search to date and time native browser fields
      • Properly apply scheme to swagger spec
      • Fixed some bootstrap includes using the wrong version
      • Fixed a typo on reform page

v1.4.1

17 Jun 18:12
Compare
Choose a tag to compare
  • 1.4.1:
    • Fixes
      • Swagger spec not containing the scheme
      • Falling back to dark_purple theme instead of default when user has a theme set that does not exist anymore (if no theme set it went for default)

v1.4.0

17 Jun 18:12
Compare
Choose a tag to compare
  • 1.4.0:
    • Improvements
      • Updated bootstrap framework from 4alph6 to 4.1.1
      • Redesigned the overview page
      • Improved speed on checking account character tokens (from multiple minutes for a few hundred chars to a few seconds), by using parallel requests
    • Features:
      • There is a config option now to enable/disable showing count for approvals
      • Added statistic for members found in fleet, a characters is only counted once per UTC day
    • Fixes:
      • Bug with removing/adding alts not generating the history entry
      • CDN getting initialized even when disabled
      • Exception that could occure if you input a non existant character name in e.g. bans

v1.3.2

08 Jun 19:40
Compare
Choose a tag to compare
  • 1.3.2
    • Fixes
      • Feedbacks open ingame mail button not working (this was broken with esipy upgrade in 1.3.0)
    • Improvement
      • Intercepting ajax calls to urls with /universe/types/ in url and setting Accept-Language header to'en-us, en;q=0.9'
        to counter the change where ccp's esi started looking at that header for the name of modules

v1.3.1

04 Jun 09:01
Compare
Choose a tag to compare

Bugfix release

  • 1.3.1
    • Fixes
      • fixed for possible race condition between checking if a character exists in db and creating it
      • Fixed spelling anonymous as anonymouse in crossorigin
      • Fix not being able to login with a transferred character
    • Changes
      • Not logging monolith errors to the error log any more only to debug, these are expected
      • Not logging fleet invite errors that are caused by a monolith error at all any more

v1.3.0

29 May 19:18
Compare
Choose a tag to compare
  • 1.3.0
    • Fixes
      • Ban for character banned users did not work when esi was not responding
      • Fix a typo in Open Mail endpoint preventing it from working
        • this did not affect anything since the waitlist did not use the feature of this codepath
      • The Edit Account Dialog now properly selects all roles an Account has, if the account has a New tag
      • Fix an exception that was not properly handled which prevented unknown modules to be loaded from ESI
    • Features
      • The whole token management got reworked and the waitlist can now have more then 1 token per character
        This means that e.g. you don't need to reauth evertime you change from sending a mail to taking fleet and the other way round.
      • Added config option: app -> user_agent to allow setting a custom user agent to use for ESI interaction
      • Reworked login management and introduced new config option: security -> require_auth_for_chars (Normal Visitors to the site are not an Account)
        • If this is enabled Waitlist Account user
          • can only set a character after poviding authentication for it
          • can login to the waitlist with any of the authenticated alts
        • If this is disabled Waitlist Account user
          • can only login with the Eve Character that matches their Account usnername
          • can set any Character as the character to use for the Waitlist
      • Added option for accounts with a group that has the new permission 'change_character_links' to remove and add character links for accounts
    • Improvements
      • Before assinging some one as Fleet Comp to a fleet on take over it is now check that this character has Fleet Boss on the fleet instead of just checking if he is a member of the fleet.
      • Added an AccountNote if a Account's username is changed
      • Notes now contain a jsonPayload that can hold more information e.g. the body of a mail sent etc. for old notes this info is lost
        • the migration script converts old notes to the new format and extracts as much data as possible
      • Account list download is now as json and offeres multiple options of which data should be included