Commit Graph
100 Commits
Author SHA1 Message Date
arcanis cd3379561a fix: restore button visibility 2026-01-08 14:26:01 +02:00
arcanis 727e6c134a chore: license update 2026-01-08 14:24:22 +02:00
arcanis f7f112330b feat: multi loot selector preview 2026-01-08 14:24:09 +02:00
arcanis 8e52be728e test: add test for 7.4 gear 2026-01-08 13:54:40 +02:00
arcanis 5025e760c1 Release 0.15.6 2026-01-08 13:46:20 +02:00
arcanis 35c784bf89 feat: try to migrate to xivapi v2 2026-01-08 13:45:59 +02:00
arcanis 757c4cc6df feat: allow suggest from interface for ro users 2026-01-08 12:49:34 +02:00
arcanis ca24ee298e build: install sbt explicitly 2026-01-08 12:44:51 +02:00
arcanis af7a92af35 Release 0.15.5 2026-01-07 14:56:37 +02:00
arcanis 4c05ceefcd fix: add | to allowed chars 2026-01-07 14:56:01 +02:00
arcanis fa43517b16 Release 0.15.4 2024-07-31 15:47:09 +03:00
arcanis 77e99439e7 chore: fix file formatting 2024-07-31 15:46:56 +03:00
arcanis c9eb311cfe bug: remove unreachable code 2024-07-31 15:46:56 +03:00
arcanis d662e303c8 feat: xivgear demo support 2024-07-31 15:41:10 +03:00
arcanis 1c8aaea712 Release 0.15.1 2024-07-22 14:00:59 +03:00
arcanis 3c8e5f8da8 fix: read itemcost correctly 2024-07-22 13:58:26 +03:00
arcanis 0bcda3233e feat: dependencies bump- 2024-07-03 13:36:36 +03:00
arcanis c4be6f12f1 feat: VPR and PCT support 2024-07-03 13:33:44 +03:00
arcanis f3535f6e16 bump libraries 2023-10-20 13:32:55 +03:00
arcanis bdf413d494 Release 0.14.0 2022-09-08 03:23:04 +03:00
arcanis 7a1a73592e bump dependencies 2022-09-08 03:21:14 +03:00
arcanis b1ac894ccf add action button to suggest table
Also replace functions with lambdas
2022-07-15 14:15:10 +03:00
arcanis 6023e86570 Release 0.13.6 2022-06-23 04:41:51 +03:00
arcanis a4ab1e49be reset bis links for empty strings 2022-06-23 04:39:21 +03:00
arcanis cb99486f8a Release 0.13.5 2022-06-23 04:20:31 +03:00
arcanis 0e8b95d0dd use strict validator on input strings via api (#15)
It has been reported that that views are vulnerable for XSS because of
missing escaping (or validation). Instead of playing with conversion
from/to escaped/unescaped strings lets just forbid characters via api

This commit includes migration for postgres, sqlite migration is still
missing which will make it impossible to load pages for those parties.

This commit also includes several fixes:
* The issue when empty party could not be loaded
* The issue when link biis is not appllied after editing
* The issue when incorrect bis link has been saved
* The issue when empty password could be applied via api
* The issue when error message is not displayed at the index page

This commit also updates dependencies
2022-06-23 04:19:09 +03:00
arcanis 118d8faf6b Release 0.13.4 2022-01-31 04:33:33 +03:00
arcanis 448880ed91 add version to footer 2022-01-31 04:31:45 +03:00
arcanis ed3cdd62bd styling 2022-01-31 04:09:17 +03:00
arcanis 88617eccdf Release 0.13.3 2022-01-23 04:46:44 +03:00
arcanis ccbf581332 add more tests
* also make auth provider more powerful
2022-01-23 04:34:39 +03:00
arcanis 0ab9162cb5 Release 0.13.2 2022-01-22 00:02:23 +03:00
arcanis d3018998cd change PUT to POST for party creation request 2022-01-22 00:00:37 +03:00
arcanis d4553b2e50 Release 0.13.1 2022-01-21 03:08:34 +03:00
arcanis 8496d105c0 fix auth generation and blocked https->http requests 2022-01-21 03:06:51 +03:00
arcanis ec2cfaea38 Release 0.13.0 2022-01-21 02:31:55 +03:00
arcanis 963e84f792 api docs review 2022-01-21 02:30:34 +03:00
arcanis feea01a47e Release 0.12.2 2022-01-20 00:53:32 +03:00
arcanis fcacd9f15c user friednly is required table 2022-01-19 15:09:45 +03:00
arcanis b2256784dd move header buttons into one row 2022-01-19 13:42:43 +03:00
arcanis fee87ddbc8 more typed actors 2022-01-19 12:19:55 +03:00
arcanis dc882b74bf move modals to form validation 2022-01-19 03:04:59 +03:00
arcanis 7a6cd84ce3 Release 0.12.1 2022-01-17 22:35:50 +03:00
arcanis 33b750123d disable covreport coz it breaks the dist 2022-01-17 22:34:26 +03:00
arcanis d049238dcf Release 0.12.0 2022-01-17 22:28:13 +03:00
arcanis 5d72852420 add status endpoint 2022-01-17 22:26:48 +03:00
arcanis 78a00e2cab sbt improvelemnts 2022-01-17 12:17:39 +03:00
arcanis 786c3d7d48 Release 0.11.1 2022-01-17 05:21:11 +03:00
arcanis 8a1d99b319 change sorting order 2022-01-17 05:19:56 +03:00
arcanis ac0e0ac899 Release 0.11.0 2022-01-17 05:13:16 +03:00
arcanis e88c9d51b0 update description 2022-01-17 05:12:11 +03:00
arcanis ced781bba2 migrate to anorm
I'm tired of ORM and would like to write clear sql requests. The
following wrappers were checked:
* doobie - cats api which is useless in this project
* scalike - can't work with sqlite at all
* anorm - awful api
* something also

Anorm fits more than any other my criteria so I migrated to it with
native hikaricp usage
2022-01-17 05:10:01 +03:00
arcanis 012cdd2d8b log exceptions for database requests 2022-01-16 15:15:48 +03:00
arcanis c5b0832d29 Release 0.10.1 2022-01-15 23:22:50 +03:00
arcanis b36240765a change job requirements 2022-01-15 23:21:42 +03:00
arcanis 4e3066e0a3 Release 0.10.0 2022-01-15 23:18:08 +03:00
arcanisandGitHub eeb5178efc migrate to bootstrap (#14) 2022-01-15 23:15:24 +03:00
arcanis a6991a0a91 Release 0.9.13 2022-01-07 15:49:05 +03:00
arcanis 5ec372be87 add item cache 2022-01-07 15:24:29 +03:00
arcanis bcdc88fa2c swagger fixes 2022-01-06 19:24:05 +03:00
arcanis 53b42a6fa8 exception safety, github actions and scalafmt 2022-01-06 19:01:30 +03:00
arcanis 99ed2705a2 another test for bis part 2022-01-06 06:19:57 +03:00
arcanis 0ed9e92441 release 0.9.12 2021-12-19 22:44:39 +03:00
arcanis 1866a1bb12 endwalker support
* added sge and rpr
* changed way to define savage gear
* libraries update
2021-12-19 22:39:20 +03:00
arcanis 08f7f4571e Release 0.9.11
change loggin, more tests, cosmetic changes
2020-12-12 20:15:14 +03:00
arcanis d9cbb6cf00 Release 0.9.10 2020-12-04 12:08:34 +03:00
arcanis df8e09f02c fix column names 2020-12-04 12:08:08 +03:00
arcanis df1f28c7ef Release 0.9.9 2020-12-04 11:47:36 +03:00
arcanisandGitHub 8d516cdb15 use typed actors (#12)
* initial typed actor impl
* fix sending response on ask
2020-12-04 11:45:23 +03:00
arcanis 2e16a8c1fa multi item support 2020-12-03 03:35:06 +03:00
arcanis 25b05aa289 identify url in runtime 2020-11-26 23:43:14 +03:00
arcanis 534ed98459 etro support 2020-11-26 23:27:33 +03:00
arcanis 0171b229a1 demo with optional loot support 2020-03-17 02:13:21 +03:00
arcanis 10c107d2c2 crafted items support (#5) 2020-03-13 03:36:25 +03:00
arcanis 16ce0bf61c add support of party alias 2020-03-09 01:48:24 +03:00
arcanisandGitHub 1e6064e081 Feature/timestamp support (#8)
* initial timestamp support

* compilation & test fixes

* do not take default argument
2020-03-08 03:48:25 +03:00
arcanis 92e2c1d383 less conversions 2020-03-08 02:39:54 +03:00
arcanis 5eae1d46a2 Release 0.9.8 2020-02-26 01:17:33 +03:00
arcanis eb24019965 another iteration with parsing xivapi 2020-02-26 01:16:57 +03:00
arcanis 173ea9079f release 0.9.7 2020-02-25 03:18:51 +03:00
arcanis 12c99bd52c fix to recent xivapi changes 2020-02-25 03:17:03 +03:00
arcanisandGitHub bdfb5aedeb Update README.md 2020-02-12 01:56:16 +03:00
arcanis 666a1b8b7a fix api urls in swagger 2019-12-29 03:47:43 +03:00
arcanis 65a4a25b3a force type number 2019-11-22 01:40:52 +03:00
arcanis 37c444a5b9 badges 2019-11-18 23:38:31 +03:00
arcanis f5a644747d change travis config 2019-11-18 23:24:50 +03:00
arcanis ab790e87ff better job handling 2019-11-18 23:22:23 +03:00
arcanis 9faceb4f61 some fixes 2019-11-18 23:00:54 +03:00
arcanis 65b9e53b66 additional methods to types endpoint 2019-11-17 16:23:43 +03:00
arcanis ad144534a9 0.9.4
* types api
* dist instead of assembly (assembly does not allow to use swagger easily)
* small swagger improvements
2019-11-15 01:27:15 +03:00
arcanis 4700768aed report errors 2019-11-11 10:03:07 +03:00
arcanis 557038c262 rename property 2019-11-05 00:28:21 +03:00
arcanis 6e8b64feef some improvements in loot system 2019-11-04 15:19:18 +03:00
arcanis 0a71a98482 postgres config update 2019-11-03 15:48:05 +03:00
arcanis 69d35c95d9 fix migration 2019-11-03 14:14:48 +03:00
arcanis 155790465e add notes about downloading jar 2019-11-02 15:29:48 +03:00
arcanis da00a60332 fix assembly build 2019-11-02 15:26:29 +03:00
arcanis 0bf1edfff8 add missing license headers 2019-11-02 14:52:01 +03:00
arcanis 50acecd97e party cache impl, fix reject handling, correct party creation api 2019-11-02 14:41:36 +03:00
arcanis e03f8987b0 simple http log 2019-11-01 01:23:24 +03:00