Age | Commit message (Collapse) | Author | |
---|---|---|---|
34 hours | Simplify form post actions.HEADmaster | Tor Andersson | |
Put account management pages under "/account" URL prefix. Set logged in user in res.locals for use in pug templates. Tweak verification flow. Require password to change name and mail. Show user statistics on profile (use pug mixin). Remove "api" prefix on many routes. | |||
34 hours | Add fake mailer logging for debug mode. | Tor Andersson | |
7 days | Add altcha to password reset request. | Tor Andersson | |
7 days | Docs improvements. | Tor Andersson | |
2025-04-26 | Use .md suffix in docs links so they work on github. | Tor Andersson | |
2025-04-25 | Move archive export statement into schema view. | Tor Andersson | |
2025-04-25 | Move docs to Markdown and use markdown renderer in server. | Tor Andersson | |
2025-04-24 | Fix code formatting errors. | Tor Andersson | |
2025-04-06 | Track "unseen" finished games. | Tor Andersson | |
Color inactive games with unread chats orange. Include unseen finished games in "waiting" games badge. Don't count resignation and timeouts as a move. | |||
2025-04-04 | Update rewind view for new game rules framework. | Tor Andersson | |
2025-03-31 | Check blocklists when sending invites and rematch requests. | Tor Andersson | |
2025-03-18 | Clear closed queue after creating mini cup tournament. | Tor Andersson | |
Remove any left-over users from the blacklist filtering. | |||
2025-03-04 | Multi-player resign resoult to "None". | Tor Andersson | |
2025-03-04 | Set players.is_active when cloning games. | Tor Andersson | |
2025-02-23 | Manually register for level 2 tournaments. | Tor Andersson | |
2025-02-23 | Clean up eslint warnings. | Tor Andersson | |
2025-02-23 | Don't show all the active pools on the tournament index page. | Tor Andersson | |
2025-02-23 | Track is_active in players table. Improve SQL triggers for time control. | Tor Andersson | |
Use triggers to update is_active and time control data and move time statistics. Show median and interquartile range move times on profile. | |||
2025-02-23 | Send tournament ended notification. | Tor Andersson | |
2025-02-14 | Show play stats on user pages. | Tor Andersson | |
Timeout and move time. Most played games. | |||
2025-02-14 | Attach archive.db to access archived games. | Tor Andersson | |
2025-02-14 | Use constant K value for Elo rankings. | Tor Andersson | |
2025-02-14 | Use begin immediate transactions. | Tor Andersson | |
2025-02-12 | Support multi-active player states for 3p+ games. | Tor Andersson | |
2025-02-12 | Track all game timeouts. | Tor Andersson | |
2025-02-12 | Games that time out should result in "None" instead of resign. | Tor Andersson | |
Clean up resignation handling. Prepare for collectively abandoning games as well. | |||
2025-02-12 | Use state.active to detect finished games. | Tor Andersson | |
Instead of looking for (state.state === "game_over"). Add is_active_role helper function. | |||
2025-02-12 | Use exports.default_scenario to set default selection. | Tor Andersson | |
2025-02-12 | Split and clean up user table into more sub-tables. | Tor Andersson | |
2025-02-07 | Log the blacklists when creating a tournament. | Tor Andersson | |
2025-02-07 | Minor fixes. | Tor Andersson | |
2025-02-04 | delete unused save/restore debugging stuff | Tor Andersson | |
2025-01-29 | Enable/disable timeouts from .env configuration. | Tor Andersson | |
2025-01-29 | Fix notification setting on profile page when mail is not verified. | Tor Andersson | |
2025-01-18 | Use Altcha to hinder bots spamming account creation. | Tor Andersson | |
2025-01-18 | Require mail to be verified to enable notifications. | Tor Andersson | |
2025-01-17 | List private games on user page when finished as well as active. | Tor Andersson | |
2025-01-05 | Allow admin to force-start games. | Tor Andersson | |
2024-12-06 | Set "go to next game" shortcut to opposed games only. | Tor Andersson | |
2024-11-24 | Add "dont snap" callback to prevent snapshot creation. | Tor Andersson | |
Use it for Columbia simultaneous card selection states to prevent the "duplicate" snapshot when going from both player selecting to the remaining player only. | |||
2024-11-24 | Add log entry for all timed out tournament games. | Tor Andersson | |
2024-11-23 | Pause inactive users from tournament queue. | Tor Andersson | |
Remove very inactive users from tournament queue. Count tournaments as "open" while they still have players queued. | |||
2024-11-18 | Clear "result" when rewinding games. | Tor Andersson | |
2024-11-18 | handle deleted players in tournament pool display | Tor Andersson | |
2024-11-15 | Sending game "started - your turn" notifications. | Tor Andersson | |
This reverts commit 46c3fddba7038c9472a2c7b1d04d8118c275ab65. | |||
2024-11-07 | fix crash when timing out tournament games | Tor Andersson | |
2024-11-07 | Stop sending "game started" notifications. | Tor Andersson | |
2024-11-07 | Bump "no time limit" expiry to 3 weeks. | Tor Andersson | |
2024-11-05 | Improve tournament sorting order. | Tor Andersson | |
2024-11-03 | Optimize tournament blacklist query. | Tor Andersson | |
Only include contacts where both players are in the queue. |