| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Allow numbers in channel names. | 2018-07-09 | -1/+1 | |
| | | ||||
| * | Settings route | 2018-07-05 | -0/+56 | |
| | | ||||
| * | Revamp jam index, add winner team staff backend and user frontend | 2018-07-04 | -1/+48 | |
| | | ||||
| * | Fix typo in table editor post | 2018-07-02 | -1/+1 | |
| | | ||||
| * | Add a simple API for off-topic category names. | 2018-07-02 | -0/+83 | |
| | | ||||
| * | Optimize the team list, again. | 2018-07-02 | -8/+11 | |
| | | ||||
| * | Merge branch 'momo/enhance-jam-index' into 'master' | 2018-07-02 | -1/+15 | |
| |\ | | | | | | | | | Disable the join button if the user has already applied to a code jam See merge request python-discord/projects/site!7 | |||
| | * | Fix typo from last commit | 2018-06-19 | -1/+1 | |
| | | | ||||
| | * | Needs a self | 2018-06-19 | -1/+1 | |
| | | | ||||
| | * | Make it a class method (review comment) | 2018-06-19 | -6/+6 | |
| | | | ||||
| | * | Disable the join button if the user has already applied to a code jam | 2018-06-19 | -1/+15 | |
| | | | ||||
| * | | Merge remote-tracking branch 'origin/master' | 2018-06-24 | -1/+6 | |
| |\ \ | ||||
| | * | | [Jams/Teams] Add day padding to activity feed, disabled submit button to ↵ | 2018-06-24 | -1/+6 | |
| | | | | | | | | | | | | | avoid spam | |||
| * | | | [Jams] Fix broken team-jam assoc on edit | 2018-06-24 | -1/+1 | |
| |/ / | ||||
| * | | Merge remote-tracking branch 'origin/master' | 2018-06-24 | -36/+32 | |
| |\ \ | ||||
| | * | | [Jams/Teams] Hopefully optimize jam team list | 2018-06-23 | -24/+16 | |
| | | | | ||||
| | * | | [Jams/Teams] De-associate delete teams from jams | 2018-06-23 | -1/+14 | |
| | | | | ||||
| | * | | [Jams/Teams] Simplify getting the code jam for a team (team -> jam) | 2018-06-23 | -12/+3 | |
| | | | | ||||
| * | | | [API] Implement chunk-based user update mechanism | 2018-06-24 | -90/+150 | |
| |/ / | ||||
| * | | [API] Check for DB-nuking empty data in users POST | 2018-06-23 | -1/+4 | |
| | | | ||||
| * | | Add some documentation to the team_edit_repo route | 2018-06-23 | -8/+28 | |
| | | | ||||
| * | | Fix linting issue | 2018-06-23 | -1/+1 | |
| | | | ||||
| * | | Show more helpful error messages when editing team repo | 2018-06-23 | -10/+26 | |
| | | | ||||
| * | | Some improvements | 2018-06-23 | -4/+15 | |
| | | | | | | | | | | | * Don't show teams button if jam has no teams * Fix some mistakes in team repo validation | |||
| * | | Pluck team repo in team list | 2018-06-23 | -1/+1 | |
| | | | ||||
| * | | Fix linting issue | 2018-06-23 | -1/+1 | |
| | | | ||||
| * | | GitLab team repo storage, edit form, etc. | 2018-06-23 | -1/+119 | |
| | | | ||||
| * | | Merge branch 'master' into teams-user-frontend | 2018-06-22 | -1/+1 | |
| |\ \ | ||||
| | * | | [Jams] Allow editing info while preparing | 2018-06-20 | -1/+1 | |
| | | | | ||||
| * | | | Free some space in jam list, allow preparing state to edit info | 2018-06-22 | -1/+1 | |
| | | | | ||||
| * | | | Updated team lists, jam team list, added buttons to team view | 2018-06-22 | -4/+55 | |
| | | | | ||||
| * | | | Basic team information in team page + failed attempt at scss | 2018-06-20 | -1/+5 | |
| | | | | ||||
| * | | | Fix view name | 2018-06-20 | -1/+1 | |
| | | | | ||||
| * | | | Start work on individual team view | 2018-06-20 | -1/+48 | |
| | | | | ||||
| * | | | Fix teams not being restricted to their jam, and allow users to be in two ↵ | 2018-06-20 | -15/+5 | |
| | | | | | | | | | | | | | teams for two different jams | |||
| * | | | Cleanup team list querying, add tooltip to Gitlab user button | 2018-06-19 | -16/+9 | |
| | | | | ||||
| * | | | Add GitLab button next to username | 2018-06-19 | -1/+5 | |
| | | | | ||||
| * | | | Fix linting | 2018-06-19 | -2/+2 | |
| | | | | ||||
| * | | | Start work on team list page | 2018-06-19 | -0/+42 | |
| |/ / | ||||
| * / | Fix creating questions for code jams | 2018-06-19 | -1/+5 | |
| |/ | ||||
| * | [Jams] Additional logging on teams page | 2018-06-19 | -0/+4 | |
| | | ||||
| * | [Jams] Additional logging on teams page | 2018-06-19 | -0/+4 | |
| | | ||||
| * | s/color/colour/g | 2018-06-17 | -3/+3 | |
| | | ||||
| * | Change which key is being fetched, should be last commit to fix this | 2018-06-17 | -1/+1 | |
| | | ||||
| * | Add param to audit_log function so that old data can be None and still work | 2018-06-17 | -5/+5 | |
| | | ||||
| * | Switch key argument to sorted to be a keyword argument | 2018-06-17 | -1/+1 | |
| | | ||||
| * | Wiki audit logs | 2018-06-17 | -109/+55 | |
| | | ||||
| * | Backend for team assignment | 2018-06-17 | -7/+352 | |
| | | ||||
| * | Allow schemas to not use a list when applicable | 2018-06-14 | -53/+41 | |
| | | ||||
| * | Remove debug print from production | 2018-06-13 | -2/+0 | |
| | | ||||