Ben Kurtovic
4e3ed75917
Retry ESI queries once.
8年前
Ben Kurtovic
bb51e2ab1e
Add individual values to campaign item board.
8年前
Ben Kurtovic
d762d0dfab
Disable session expiry in debug mode.
8年前
Ben Kurtovic
a520f89074
Bugfix for ESI 403 Forbidden errors.
8年前
Ben Kurtovic
12c0ebe774
Add types to universe data and implement collection campaigns op type.
8年前
Ben Kurtovic
fb4afca243
Add assets to campaigns' scopes if required.
8年前
Ben Kurtovic
ea13819619
Fix up qualifiers; working demo.
8年前
Ben Kurtovic
cffb98229c
Add killable objects (ships, etc.) to universe data.
8年前
Ben Kurtovic
c9a7325f01
Add faction sovereignty information to universe data.
8年前
Ben Kurtovic
462785f0fa
Add script to import SDE; add universe loading code.
8年前
Ben Kurtovic
e390f83bf8
Display system name, security status for kills in campaign overview.
8年前
Ben Kurtovic
3678aeb05a
Add stubs for EVE universe data.
8年前
Ben Kurtovic
9ade2b55e2
Store kill entity names in campaigns database.
8年前
Ben Kurtovic
6c331ee827
Add more nuanced/cleaner styling for campaign summaries.
8年前
Ben Kurtovic
fccc9c33d7
Retry failing zKillboard queries once.
8年前
Ben Kurtovic
13b7d10ecc
Add renderers for campaign summary info; flesh out.
8年前
Ben Kurtovic
b57a6b362b
Fix ImageServer API links.
8年前
Ben Kurtovic
a43bb9b13c
Add template module cache dir.
8年前
Ben Kurtovic
8dd4e6c7f1
Add zKillboard API support; implement most of campaign updating.
8年前
Ben Kurtovic
de863465d2
Campaign module style tweaks.
8年前
Ben Kurtovic
b7bb0f61d8
Add database to campaigns module; flesh out more.
8年前
Ben Kurtovic
16d093df71
Refactor campaigns module and extend.
8年前
Ben Kurtovic
c6a91161bb
Add campaign operations, some styling, demo.
8年前
Ben Kurtovic
6ea69e5a08
Show disabled campaigns with a flag; placeholder for invalid char IDs.
8年前
Ben Kurtovic
f8713d9357
Allow accessing individual campaigns directly.
8年前
Ben Kurtovic
493a077e48
Fix status codes on internal error.
8年前
Ben Kurtovic
e4cb5306c3
Missing import.
8年前
Ben Kurtovic
d992f92d5a
Redirect after /settings/campaign instead of 204.
8年前
Ben Kurtovic
eedacfb594
request.args -> request.form for POST
8年前
Ben Kurtovic
506deb24cd
Add dropdown for campaign selection; titles.
8年前
Ben Kurtovic
fbc9d8142c
Create special EVEAPIForbiddenError exception; catch in members module.
8年前
Ben Kurtovic
75cd3945de
Teach ESI cache about private responses.
8年前
Ben Kurtovic
dda18add9a
Display empty member list correctly.
8年前
Ben Kurtovic
d3dce543be
Sort members by roles, then by name.
8年前
Ben Kurtovic
3f6e8f1248
Note CEO in member list.
8年前
Ben Kurtovic
877ac85628
Add styling to members module.
8年前
Ben Kurtovic
da788d83fb
Implement most of members module logic.
8年前
Ben Kurtovic
328a9132d5
Let modules request scopes; add missing docstrings.
8年前
Ben Kurtovic
dfa695bb83
Add structure and supporting code for modules; add Campaigns module.
* Add config/modules/.
* Add hook-aware post-login homepage.
* Add flexible character module property database table, plus
AuthManager interface.
* Add Config.modules.
* Modules are imported dynamically with a _provided pseudo-module that
contains their Flask blueprint and a config reference.
* Add stubs for Map, Members, and Intel modules.
* Implement starting code for Campaigns module.
* Update sample config.
* Update database schema with foreign key constraints (unused for now).
* Restructure header HTML and desktop CSS slightly to cleanly display
large navigation bars.
* Dynamically generate navigation bar.
* Properly align character options popup with portrait.
8年前
Ben Kurtovic
9da51282ee
Add modules to config; recast corp title as h1.
8年前
Ben Kurtovic
181f54e618
Int-ify timestamps.
8年前
Ben Kurtovic
79b88d4d08
Better session expiry handling, storing creation timestamp in cookie.
8年前
Ben Kurtovic
9f4bc204e5
Refactor database character update function.
8年前
Ben Kurtovic
463143095b
Clean up styles and make them configurable.
8年前
Ben Kurtovic
e20957a236
Let HTTPExceptions fall through catch_exceptions().
8年前
Ben Kurtovic
7af344b00a
Bugfix in SSO.
8年前
Ben Kurtovic
676a9d357c
Fix refresh token behavior.
8年前
Ben Kurtovic
e5ee28c378
Relax session expiry times.
8年前
Ben Kurtovic
90874b72c3
Fix up header styling when logged in.
8年前
Ben Kurtovic
1d511fe4d4
Add calefaction.enable_logging() function.
8年前