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