| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 | |
| | | ||||
| * | First draft of privacy page | 2018-05-15 | -0/+7 | |
| | | ||||
| * | Main site redirects should be 302s | 2018-05-15 | -0/+3 | |
| | | ||||
| * | Add RedirectView class for views that only redirect elsewhere | 2018-05-15 | -21/+9 | |
| | | ||||
| * | Add TemplateView class for views that only render a template | 2018-05-15 | -30/+18 | |
| | | ||||
| * | Declaring the encoding to be utf-8 is not necessary in Python3 projects, as ↵ | 2018-04-27 | -18/+0 | |
| | | | | | this is the default encoding. Encoding declarations are only useful in py3 if you want to declare it to be something _other_ than utf-8. This was, however, a very useful convention in py2. (#56) | |||
| * | Added an About category with Partners view (#1pv7h) (#50) | 2018-04-14 | -3/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Partners view, and Navbar item * Moved info/rules to about/rules and fixed references * Added Partner images, and populated the partners page * Fixed responsiveness on smaller displays Added like 2 characters to the column tag, to enable stacking of columns if the display width is lower than 960 pixels. * Fixed indentation * Updated Code Monkeys Banner Added the shiny new CM Banner, and rearranged the partner cards. * Fixed newlines at end of HTML files * Partners page updated to generate from JSON file • The templates/main/about/partners.html file now uses the static/partners.json file to generate the Partner cards. • Flexboxes are nice. * Rearranged containers on Partners page I have no idea how flexboxes work :DDD * Updated Partners page to fix styling issues * Moved tag styling to the appropriate CSS file * Changed code style of stylesheet :D * Addresses Lemon's code style issues • Partner cards now have id="partner-card", which is selected with a CSS selector for styling, rather than styling all card objects. • Removed nonbreaking spaces that PyCharm didn't tell me about • Indented conditional HTML content to match Jinja conditionals • Fixed unclosed image tag * Removed div bloating, and increased specifity of CSS selection | |||