Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Initial project layout for django | 2018-08-07 | -1321/+0 | |
| | ||||
* | Revamp jam index, add winner team staff backend and user frontend | 2018-07-04 | -20/+37 | |
| | ||||
* | Merge branch 'momo/enhance-jam-index' into 'master' | 2018-07-02 | -3/+9 | |
|\ | | | | | | | | | Disable the join button if the user has already applied to a code jam See merge request python-discord/projects/site!7 | |||
| * | Disable the join button if the user has already applied to a code jam | 2018-06-19 | -3/+9 | |
| | | ||||
* | | [Jams/Teams] Show pushes creating new branches in GitLab activity | 2018-06-26 | -1/+2 | |
| | | ||||
* | | [Jams/Teams] Add day padding to activity feed, disabled submit button to ↵ | 2018-06-24 | -2/+4 | |
| | | | | | | | | avoid spam | |||
* | | [Jams] Fix margin on theme label | 2018-06-24 | -1/+1 | |
| | | ||||
* | | [Jams/Teams] Replace user Discord button with avatar link | 2018-06-23 | -6/+4 | |
| | | ||||
* | | Styling and title adjustments to team list | 2018-06-23 | -5/+19 | |
| | | ||||
* | | Show more helpful error messages when editing team repo | 2018-06-23 | -2/+3 | |
| | | ||||
* | | Some improvements | 2018-06-23 | -3/+5 | |
| | | | | | | | | | | * Don't show teams button if jam has no teams * Fix some mistakes in team repo validation | |||
* | | GitLab team repo storage, edit form, etc. | 2018-06-23 | -16/+155 | |
| | | ||||
* | | Add button to jam index in team list | 2018-06-22 | -1/+7 | |
| | | ||||
* | | Free some space in jam list, allow preparing state to edit info | 2018-06-22 | -1/+1 | |
| | | ||||
* | | Don't check for commits before and after jam | 2018-06-22 | -2/+3 | |
| | | ||||
* | | Updated team lists, jam team list, added buttons to team view | 2018-06-22 | -47/+82 | |
| | | ||||
* | | Reset duplicate team members | 2018-06-22 | -30/+0 | |
| | | ||||
* | | Start work on Gitlab activity feed | 2018-06-22 | -21/+127 | |
| | | ||||
* | | Fix participant list styling | 2018-06-20 | -2/+10 | |
| | | ||||
* | | Basic team information in team page + failed attempt at scss | 2018-06-20 | -1/+56 | |
| | | ||||
* | | Fix view name | 2018-06-20 | -1/+1 | |
| | | ||||
* | | Start work on individual team view | 2018-06-20 | -2/+16 | |
| | | ||||
* | | Cleanup team list querying, add tooltip to Gitlab user button | 2018-06-19 | -5/+7 | |
| | | ||||
* | | Add GitLab button next to username | 2018-06-19 | -1/+6 | |
| | | ||||
* | | Start work on team list page | 2018-06-19 | -0/+30 | |
|/ | ||||
* | [Jams] EasyList was blocking the JetBrains logo | 2018-06-19 | -1/+1 | |
| | ||||
* | Compile as much JS with Gulp as possible | 2018-06-13 | -5/+0 | |
| | | | | | | | | | | This will concatenate ALL of our JS, and minify it - thus leaving us with a single file to be loaded. There's a few libraries we can't do this with, unfortunately - these are now added in fouc.js: * Ace Editor * Flatpickr * Font-Awesome | |||
* | [Jams] Approvals interface | 2018-06-12 | -1/+1 | |
| | ||||
* | Replace GitHub with GitLab across the project | 2018-06-07 | -19/+19 | |
| | ||||
* | Move from CSS to SCSS (#86) | 2018-06-05 | -14/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewrite existing style.css with sass * Add "uses-rst" class for pages that use rendered RST This replaces the previous method of just listing every page in the sass * Remove old debug print * Mixins and error pages * Newly built CSS * Add SASS cache to .gitignore * New error SASS * Slight changes to error template * Add UIKit SCSS to repo This includes the LICENSE and our customizations, which makes life way easier for contributors * Reorganize sass folder; your watchers can avoid uikit now * Sass folder should be called scss * Change variable names * [SCSS] Linting * Fix scss_lint gem name [ci skip] * [SCSS] Now you can compile with just Python! * Temporary hack to make the wiki editor taller * [SCSS] @jchristgit * [SCSS.py] Require specification of include dir to simplify the SCSS imports * [SCSS] All inline styles have been removed * [SCSS] Update UIKit theme to import from our variables * [SCSS] Remove extra newlines in errors/_common.scss | |||
* | Update privacy policy and related migrations | 2018-05-31 | -42/+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 | |||
* | UIKit is pushy. | 2018-05-21 | -2/+2 | |
| | ||||
* | [Jams] Fix up textarea formatting | 2018-05-21 | -2/+2 | |
| | ||||
* | Privacy/Usability updates (#75) | 2018-05-20 | -1/+132 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -1/+5 | |
| | ||||
* | [Jams] Form inputs should be a flex column | 2018-05-19 | -1/+1 | |
| | ||||
* | Don't escape form preamble | 2018-05-19 | -1/+1 | |
| | ||||
* | Form preamble, jam creation fixes | 2018-05-19 | -0/+4 | |
| | ||||
* | [Jams] Basics may now be edited at any point | 2018-05-19 | -0/+6 | |
| | ||||
* | Fix various page titles | 2018-05-19 | -10/+10 | |
| | ||||
* | Jammer profiles | 2018-05-19 | -0/+106 | |
| | ||||
* | Fix infractions setup | 2018-05-19 | -3/+3 | |
| | ||||
* | [Jams] Signups code is more or less done, just a few things left | 2018-05-19 | -16/+453 | |
| | ||||
* | [Jams] Some amount of public display, but links not ready yet | 2018-05-19 | -52/+70 | |
| | ||||
* | [Jams] More restructuring | 2018-05-17 | -87/+97 | |
| | ||||
* | Restructure code jams page layout | 2018-05-17 | -0/+237 | |