Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | handle deleted players in tournament pool display | Tor Andersson | |
7 days | Always show "Open" category on game pages. | Tor Andersson | |
2024-11-05 | Improve tournament sorting order. | Tor Andersson | |
2024-11-04 | Bust Chrome's annoying bfcache that ignores Cache-control: no-store. | Tor Andersson | |
2024-11-03 | Don't show pool size in "Registered" panel. | Tor Andersson | |
2024-11-03 | Fix player links on rematch page. | Tor Andersson | |
2024-10-31 | Show options in tournament info box. | Tor Andersson | |
2024-10-31 | don't line-wrap active tournament status column | Tor Andersson | |
2024-10-21 | Use env to control presence of tournaments. | Tor Andersson | |
2024-10-15 | Fix sorting of recently finished games. | Tor Andersson | |
2024-10-14 | Tweak tournament page layouts. | Tor Andersson | |
2024-10-14 | Sort "recently finished" list by mtime. | Tor Andersson | |
2024-10-13 | Format human dates in view templates rather than in server queries. | Tor Andersson | |
2024-10-13 | Show active tournaments on main tournament page. | Tor Andersson | |
2024-10-13 | Tournaments! | Tor Andersson | |
2024-10-13 | Improve sorting of games on active/user game pages. | Tor Andersson | |
Separate sections for "your move" and "solo" games. Stable sorting order for other games. # Conflicts: # server.js # views/games_active.pug # views/user.pug | |||
2024-10-13 | remove some page refresh timers | Tor Andersson | |
2024-10-10 | Put inbox and outbox under /message URL namespace. | Tor Andersson | |
2024-08-22 | Show time left in game box only when it's your turn. | Tor Andersson | |
2024-08-20 | New time control. | Tor Andersson | |
2024-08-20 | Use smaller cover images for front page. | Tor Andersson | |
2024-08-13 | Improve loading appearance of front page. | Tor Andersson | |
2024-07-23 | New 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-23 | Start adding developer documentation. | Tor Andersson | |
2024-07-23 | Add user search. | Tor Andersson | |
2024-07-23 | rename some api links | Tor Andersson | |
2024-06-30 | Remove invite link from About page. | Tor Andersson | |
2024-05-31 | Add CLONE link to join view on DEBUG server. | Tor Andersson | |
2024-05-04 | Show more detail in rewind links. | Tor Andersson | |
2024-03-25 | Link to self hosted git instead of github. | Tor Andersson | |
2024-03-13 | More consistent Enter / Play / View in game boxes. | Tor Andersson | |
2024-03-13 | Prefix game IDs with #. | Tor Andersson | |
2024-02-12 | Add rewind action on join page (for admin only). | Tor Andersson | |
2024-02-07 | Admonition to include game ID when submitting reports. | Tor Andersson | |
2024-01-28 | Add time control enforcement. | Tor Andersson | |
2023-12-27 | Move more player/game info stuff into SQL. | Tor Andersson | |
Update invite_count with triggers. Add games.is_ready generated column. Add games.is_opposed generated column. Add player_view with is_active column. | |||
2023-12-12 | Improve login page. | Tor Andersson | |
2023-12-10 | Embellish signup page. | Tor Andersson | |
2023-12-10 | Show "join" page when not logged in. | Tor Andersson | |
Static page showing limited info and a call to action to login or sign up. | |||
2023-12-10 | Add support for random scenario selection and scenario groupings. | Tor Andersson | |
2023-11-30 | Add site invite link to about page. | Tor Andersson | |
2023-11-30 | Allow first player choosing rematch to select player role assignment. | Tor Andersson | |
Pick one of swap, keep, or random. In case of mid-air collision, player who chose first gets to decide. | |||
2023-10-21 | More mobile layout improvements. | Tor Andersson | |
2023-10-21 | Add color themes. | Tor Andersson | |
2023-10-20 | Expand intro text and move it to the About page. | Tor Andersson | |
2023-10-13 | Clean up stylesheet and improve layout on small and large screens. | Tor Andersson | |
Use variables for color theming. | |||
2023-10-13 | Handle invites for active games. | Tor Andersson | |
2023-10-05 | Revert "Add match making." | Tor Andersson | |
This reverts commit b5a31813aa284b8b64bfd2660ea3a048275cee89. | |||
2023-10-05 | Add match making. | Tor Andersson | |
2023-10-05 | Change some URLs to be more consistent. | Tor Andersson | |