Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Initial project layout for django | 2018-08-07 | -1124/+0 | |
| | ||||
* | Addressing gdude comments | 2018-07-29 | -2/+2 | |
| | ||||
* | Now doing role colorization instead of random colors for the cleanlog template. | 2018-07-22 | -32/+2 | |
| | ||||
* | Completed the clean API and the clean frontend. | 2018-07-21 | -0/+65 | |
| | ||||
* | Fix robots.txt for main blueprint | 2018-07-11 | -1/+1 | |
| | ||||
* | All domains: sitemap.xml and robots.txt | 2018-07-10 | -0/+84 | |
| | ||||
* | Revamp jam index, add winner team staff backend and user frontend | 2018-07-04 | -0/+6 | |
| | ||||
* | 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 | |
| | | ||||
* | | [Jams/Teams] Add day padding to activity feed, disabled submit button to ↵ | 2018-06-24 | -1/+6 | |
| | | | | | | | | avoid spam | |||
* | | [Jams/Teams] Hopefully optimize jam team list | 2018-06-23 | -24/+16 | |
| | | ||||
* | | [Jams/Teams] Simplify getting the code jam for a team (team -> jam) | 2018-06-23 | -12/+3 | |
| | | ||||
* | | 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 | |
| | | ||||
* | | 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 | |
| | | ||||
* | | 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 | |
|/ | ||||
* | Update GitLab URL | 2018-06-12 | -2/+2 | |
| | ||||
* | Replace GitHub with GitLab across the project | 2018-06-07 | -4/+12 | |
| | ||||
* | [Jams] Fix signup message | 2018-06-03 | -2/+2 | |
| | ||||
* | [Jams] Send signup messages to jam log channel | 2018-06-02 | -1/+14 | |
| | ||||
* | [Jams] Add mod-log logging of code jam application status | 2018-05-31 | -2/+48 | |
| | ||||
* | Update privacy policy and related migrations | 2018-05-31 | -15/+1 | |
| | | | | | * Don't collect DOB anymore, and remove it from database * Make doubly-sure all emails are gone because I'm paranoid and "update" doesn't do what it sounds like | |||
* | Address input given in contrib channel, and add FAQ | 2018-05-29 | -0/+7 | |
| | ||||
* | Revision of the rules, and a channels page | 2018-05-22 | -0/+7 | |
| | ||||
* | Privacy/Usability updates (#75) | 2018-05-20 | -13/+123 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use less intrusive oauth scopes, add login redirect method * Remove debugging prints, add missing __init__ * Work towards new privacy policy * Fix judging state icons on code jam management page * Jammer profile retraction and punishments based on jam status * Linting * [Jams] Deny profile saving for users < 13 years, and finish removal page * Fix tests * Clean up and address Volcyy's review * Add proper login redirection to require_roles decorator * Fix template is_staff() and add staff link to navigation * Address lemon's review * Linting * Privacy page formatting * Privacy page formatting | |||
* | [Jams] Redirect user back to form from profile page | 2018-05-20 | -2/+20 | |
| | ||||
* | [Jams] Fix bad redirect | 2018-05-19 | -2/+2 | |
| | ||||
* | Linting, and remove seconds from date formatter | 2018-05-19 | -1/+1 | |
| | ||||
* | [Jams] Fix ordering on view page | 2018-05-19 | -3/+6 | |
| | ||||
* | Jammer profiles | 2018-05-19 | -2/+71 | |
| | ||||
* | Fix infractions setup | 2018-05-19 | -8/+6 | |
| | ||||
* | [Jams] Signups code is more or less done, just a few things left | 2018-05-19 | -9/+180 | |
| | ||||
* | [Jams] Some amount of public display, but links not ready yet | 2018-05-19 | -3/+14 | |
| | ||||
* | [Jams] More restructuring | 2018-05-17 | -1/+1 | |
| | ||||
* | Restructure code jams page layout | 2018-05-17 | -3/+26 | |
| |