summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Collapse)Author
11 daysTrack "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-03-31Use var instead of let.Tor Andersson
2025-03-17Fix typo in replay when player resigns.Tor Andersson
2025-03-10Improve resign handling in replay.Tor Andersson
2025-02-23Manually register for level 2 tournaments.Tor Andersson
2025-02-23Track 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-14Use detail/summary styling as popup menu only for header.Tor Andersson
Add common checkbox menu styling.
2025-02-14Fix multi-active tracking in client player list.Tor Andersson
2025-02-12Use state.active to detect finished games.Tor Andersson
Instead of looking for (state.state === "game_over"). Add is_active_role helper function.
2025-02-07Minor fixes.Tor Andersson
2025-02-04delete unused save/restore debugging stuffTor Andersson
2025-02-02Use mark in browser title instead of blinking text.Tor Andersson
2025-02-01Disable resigning from 3p+ games.Tor Andersson
2025-01-18Anti-AI/LLM robots.txtTor Andersson
2025-01-18Use Altcha to hinder bots spamming account creation.Tor Andersson
2024-12-02Tweak layout of tournament lists (registrations and active in same group)Tor Andersson
2024-11-03Don't show pool size in "Registered" panel.Tor Andersson
2024-10-21Use env to control presence of tournaments.Tor Andersson
2024-10-20Increase start time for Fast to 72h.Tor Andersson
2024-10-13Tournaments!Tor Andersson
2024-10-03Be more robust when deleting accounts.Tor Andersson
Leave player assignment to not mess with Elo ratings and tournament data. Reset ctime when game is actually started.
2024-09-26Add map_for_each and map_group_by to utility library.Tor Andersson
2024-09-26Allow resigning in 3p+ games.Tor Andersson
2024-08-22Show time left in game box only when it's your turn.Tor Andersson
2024-08-22Fix typo in docs.Tor Andersson
2024-08-20Set mobile viewport on docs.Tor Andersson
2024-08-20New time control.Tor Andersson
2024-08-20Use xmp tag for more docs.Tor Andersson
2024-08-20Remove Dingbats font from meta site font list.Tor Andersson
2024-08-20Use smaller cover images for front page.Tor Andersson
2024-08-13Improve loading appearance of front page.Tor Andersson
2024-08-13Allow HTML syntax in action button labels.Tor Andersson
2024-08-03Allow deleting started solo games.Tor Andersson
2024-07-25Remove title bar blinker from join page.Tor Andersson
2024-07-23fix typoTor Andersson
2024-07-23don't show time left on finished gamesTor Andersson
2024-07-23New join page!Tor Andersson
* Remove explicit (and redundant) role=Observer parameter. * Remove old /play/:id redirects. * Show "private" badge on game boxes. * Forbid leave/kick in public games. * Allow "rewind" by owner in public games.
2024-07-23Start adding developer documentation.Tor Andersson
2024-07-23rename confirm_action to confirm_send_action.Tor Andersson
2024-07-23halloween themeTor Andersson
2024-06-02Add on_prompt callback for styling prompt text as HTML.Tor Andersson
2024-05-31Don't hide scrollbars.Tor Andersson
... there are too many users who are unable to cope with their absence.
2024-05-17clean parameter name in map_deleteTor Andersson
2024-05-17fix invalid css propertyTor Andersson
2024-03-31Add action buttons that take action arguments.Tor Andersson
To simplify action buttons like number(x).
2024-03-18Revert "Update map size dynamically (if it changes during play)."Tor Andersson
This reverts commit 277fdc3dc71de71d1996586b5f0b56bee1c60bf1.
2024-03-14Add Object.groupBy implementation to common utils.Tor Andersson
2024-03-13Prefix game IDs with #.Tor Andersson
2024-01-28Track new chat status centrally instead of per client.Tor Andersson
2024-01-05Handle resign in replay mode.Tor Andersson