Age | Commit message (Collapse) | Author | |
---|---|---|---|
35 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. | |||
7 days | Add altcha to password reset request. | Tor Andersson | |
7 days | Always show time left. | Tor Andersson | |
2025-04-26 | Use .md suffix in docs links so they work on github. | Tor Andersson | |
2025-04-26 | Fix broken links. Add explanation of tournament ban length. | Tor Andersson | |
2025-04-25 | Move docs to Markdown and use markdown renderer in server. | 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-02-23 | Manually register for level 2 tournaments. | 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-15 | Set page titles. | Tor Andersson | |
2025-02-14 | Show play stats on user pages. | Tor Andersson | |
Timeout and move time. Most played games. | |||
2025-02-14 | Link to own user page from profile. | Tor Andersson | |
2025-02-14 | Attach archive.db to access archived games. | 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 exports.default_scenario to set default selection. | Tor Andersson | |
2025-02-04 | show waiting game count in title of active games page | Tor Andersson | |
2025-01-29 | Rename "Join" to "Wait" for Future games. | 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 | |
2024-12-02 | Tweak layout of tournament lists (registrations and active in same group) | 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 | handle deleted players in tournament pool display | Tor Andersson | |
2024-11-14 | 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 | |