lila/modules
Thibault Duplessis 61a6d55b02 fix twitch config name 2021-03-03 12:20:14 +01:00
..
activity/src/main add a swiss tournament selector to the mod game view 2021-02-25 12:05:57 +01:00
analyse/src/main refactor too much evaluation code, and add player assessment basics 2021-02-25 22:55:21 +01:00
api/src simplify and fix move delay in game export 2021-02-21 11:43:11 +01:00
appeal/src/main appeal nav tree WIP - for lichess-org/tavern#37 2021-02-26 12:20:21 +01:00
blog/src also parse prismic markdown in standalone pages 2020-12-24 17:18:25 +01:00
bookmark/src/main rewrite bookmark paginator with aggregation lookup 2021-02-07 12:34:13 +01:00
bot/src/main always send bot disconnection to lila-ws 2021-03-03 11:29:46 +01:00
challenge/src fix bulk pairing clock start sequencing 2021-02-12 11:54:24 +01:00
chat/src/main fix chat timeout message 2021-03-02 10:04:27 +01:00
clas/src/main fix class student selection 2021-02-19 09:11:27 +01:00
coach/src/main -Wvalue-discard and explicit discard with .unit WIP 2020-09-28 23:36:09 +02:00
common/src only test valid-looking email addresses 2021-03-02 19:51:17 +01:00
coordinate/src/main rename all DataForm 2020-08-21 22:40:37 +02:00
db/src/main refactor too much evaluation code, and add player assessment basics 2021-02-25 22:55:21 +01:00
evalCache/src/main full scalachess FEN typing 2020-10-18 20:21:34 +02:00
evaluation/src refactor too much evaluation code, and add player assessment basics 2021-02-25 22:55:21 +01:00
event/src/main add broadcast event icon and fix event icons styles - closes #7964 2021-01-20 21:14:08 +01:00
explorer/src/main update fast pgn tag format 2020-11-18 19:47:09 +01:00
fishnet/src remove debug 2021-02-26 14:14:50 +01:00
forum/src/main remove forum categ sort by pos 2021-03-02 08:29:57 +01:00
forumSearch/src/main explicitly return unit to prevent value discarding #list 2020-09-29 10:38:01 +02:00
game/src refactor too much evaluation code, and add player assessment basics 2021-02-25 22:55:21 +01:00
gameSearch/src/main upgrade play to 2.8.7-lila_1.6 WIP 2021-02-08 12:52:02 +01:00
history/src/main stop caching the rating chart in the DB - for #7729 2021-01-15 16:06:04 +01:00
hub/src/main automark on cma self report - closes lichess-org/tavern#36 2021-02-21 20:55:18 +01:00
i18n/src i18n: fix rankedInSwissTournament (ordinals are not plurals) 2021-02-26 12:02:28 +01:00
importer/src/main handle exotic chess.com PGN termination tag 2021-02-19 11:54:41 +01:00
insight/src/main fix insights movetimes filters and dimention 2021-02-21 21:56:07 +01:00
irc/src/main remove unused constant 2021-02-22 10:17:48 +01:00
irwin/src/main some player assessment refactoring 2021-02-25 19:36:52 +01:00
learn/src/main did mongodb 4.2 fix upsert duplicate key? - closes #7841 2021-01-07 15:22:47 +01:00
lobby/src/main keep more old hooks 2021-03-02 19:53:05 +01:00
memo/src remove Syncache.AlwaysWait 2020-12-15 20:23:11 +01:00
mod/src/main auto-analyse rating upsets 2021-03-02 19:27:18 +01:00
msg/src/main fix unread count of compat msg API - closes veloce/lichobile#1561 2021-02-21 19:02:31 +01:00
notify/src/main scalafmt 2.7.4 2020-10-10 11:08:23 +02:00
oauth/src/main add an API endpoint to update tournament informations - closes #8128 2021-02-09 16:50:56 +01:00
perfStat/src/main update perf stats with diffs to reduce oplog load - for #7729 2021-01-15 18:02:09 +01:00
plan/src/main Revert "migrate to new stripe API version WIP" 2020-10-13 10:13:06 +02:00
playban/src/main refactor sandbag/boost detection 2021-02-17 16:38:56 +01:00
pool/src/main double pool game starter queue size 2021-02-16 08:11:20 +01:00
practice/src/main scalafmt 2.7.1 2020-09-21 09:28:28 +02:00
pref/src/main validate pref.bgImg 2021-02-20 09:38:24 +01:00
push/src/main remove onesignal push 2021-03-01 10:28:35 +01:00
puzzle/src/main refresh daily puzzle every 5 minutes 2021-02-24 13:25:43 +01:00
quote/src/main Update Quote.scala 2021-02-24 22:13:16 +01:00
rating/src/main Glicko-2 converges within 1000 iterations or something is wrong 2021-02-27 19:22:36 -06:00
relation/src/main did mongodb 4.2 fix upsert duplicate key? - closes #7841 2021-01-07 15:22:47 +01:00
relay/src/main make local broadcasts sync more often 2021-02-22 11:01:58 +01:00
report/src/main show boost inquiry games on the mod games view 2021-03-02 18:00:02 +01:00
room/src/main explicitly return unit to prevent value discarding #list 2020-09-29 10:38:01 +02:00
round/src keep bot connections count in RoundDuct - for #7912 2021-03-03 11:49:37 +01:00
search/src/main scalafmt 2.7.1 2020-09-21 09:28:28 +02:00
security/src only test valid-looking email addresses 2021-03-02 19:51:17 +01:00
setup/src/main expose bulk custom message in bulk json object 2021-02-08 21:18:49 +01:00
shutup/src change to noob(s|) instead of noob 2021-01-16 19:20:53 -06:00
simul/src/main trim and clean up text fields before validating them 2021-01-30 15:17:17 +01:00
socket/src/main refactor socket redis sender 2021-01-20 21:17:01 +01:00
storm/src/main storm dashboard API - closes #8203 2021-02-18 12:06:06 +01:00
streamer/src/main fix twitch config name 2021-03-03 12:20:14 +01:00
study/src add swiss tournament result to user activity feed - closes #7708 2021-02-25 11:43:29 +01:00
studySearch/src/main move all study collections to the study database 2021-02-02 22:53:47 +01:00
swiss/src/main filter mod games view by opponents 2021-03-02 17:37:44 +01:00
team/src/main tournament battle team info page - closes #8076 2021-02-24 17:00:26 +01:00
teamSearch/src/main explicitly return unit to prevent value discarding #list 2020-09-29 10:38:01 +02:00
timeline/src/main explicitly return unit to prevent value discarding #list 2020-09-29 10:38:01 +02:00
tournament/src add tournament selector to mod game view 2021-02-25 09:39:29 +01:00
tree/src/main fix study server analysis and make it more efficient - closes #8108 2021-02-07 19:33:52 +01:00
tv/src/main better select tv champions 2021-01-14 10:11:05 +01:00
user/src deny magic link login to alt accounts 2021-02-15 21:12:31 +01:00
video/src/main explicitly return unit to prevent value discarding #list 2020-09-29 10:38:01 +02:00