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. | |||
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-14 | Show play stats on user pages. | Tor Andersson | |
Timeout and move time. Most played games. | |||
2024-10-21 | Use env to control presence of tournaments. | Tor Andersson | |
2024-10-13 | Format human dates in view templates rather than in server queries. | 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 | |||
2023-10-13 | Clean up stylesheet and improve layout on small and large screens. | Tor Andersson | |
Use variables for color theming. | |||
2023-10-05 | Change some URLs to be more consistent. | Tor Andersson | |
2023-04-18 | Some cleanups. | Tor Andersson | |
Clean up stats page. Remove user list page. Remove duplicate remove contact page. Fix silly bug. oops! | |||
2022-10-05 | Add contact list with friends and blacklisted users. | Tor Andersson | |
2022-08-06 | Zap gravatars! | Tor Andersson | |
2022-08-02 | Moderation tools for admin user. | Tor Andersson | |
Ban and unban users. Delete forum posts and threads. | |||
2022-06-14 | Clean up game list logic. | Tor Andersson | |
2022-06-13 | List playing and recently finished games on user pages. | Tor Andersson | |
2021-11-21 | Rewrite view templates to use Pug engine. | Tor Andersson | |