aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/jams (follow)
Commit message (Collapse)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-1321/+0
|
* Revamp jam index, add winner team staff backend and user frontendGravatar Momo2018-07-04-20/+37
|
* Merge branch 'momo/enhance-jam-index' into 'master'Gravatar Gareth Coles2018-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 jamGravatar momothereal2018-06-19-3/+9
| |
* | [Jams/Teams] Show pushes creating new branches in GitLab activityGravatar momothereal2018-06-26-1/+2
| |
* | [Jams/Teams] Add day padding to activity feed, disabled submit button to ↵Gravatar momothereal2018-06-24-2/+4
| | | | | | | | avoid spam
* | [Jams] Fix margin on theme labelGravatar Gareth Coles2018-06-24-1/+1
| |
* | [Jams/Teams] Replace user Discord button with avatar linkGravatar momothereal2018-06-23-6/+4
| |
* | Styling and title adjustments to team listGravatar momothereal2018-06-23-5/+19
| |
* | Show more helpful error messages when editing team repoGravatar momothereal2018-06-23-2/+3
| |
* | Some improvementsGravatar momothereal2018-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.Gravatar momothereal2018-06-23-16/+155
| |
* | Add button to jam index in team listGravatar momothereal2018-06-22-1/+7
| |
* | Free some space in jam list, allow preparing state to edit infoGravatar momothereal2018-06-22-1/+1
| |
* | Don't check for commits before and after jamGravatar momothereal2018-06-22-2/+3
| |
* | Updated team lists, jam team list, added buttons to team viewGravatar momothereal2018-06-22-47/+82
| |
* | Reset duplicate team membersGravatar momothereal2018-06-22-30/+0
| |
* | Start work on Gitlab activity feedGravatar momothereal2018-06-22-21/+127
| |
* | Fix participant list stylingGravatar momothereal2018-06-20-2/+10
| |
* | Basic team information in team page + failed attempt at scssGravatar momothereal2018-06-20-1/+56
| |
* | Fix view nameGravatar momothereal2018-06-20-1/+1
| |
* | Start work on individual team viewGravatar momothereal2018-06-20-2/+16
| |
* | Cleanup team list querying, add tooltip to Gitlab user buttonGravatar momothereal2018-06-19-5/+7
| |
* | Add GitLab button next to usernameGravatar momothereal2018-06-19-1/+6
| |
* | Start work on team list pageGravatar momothereal2018-06-19-0/+30
|/
* [Jams] EasyList was blocking the JetBrains logoGravatar Gareth Coles2018-06-19-1/+1
|
* Compile as much JS with Gulp as possibleGravatar Gareth Coles2018-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 interfaceGravatar Gareth Coles2018-06-12-1/+1
|
* Replace GitHub with GitLab across the projectGravatar Gareth Coles2018-06-07-19/+19
|
* Move from CSS to SCSS (#86)Gravatar Gareth Coles2018-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 migrationsGravatar Gareth Coles2018-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.Gravatar Gareth Coles2018-05-21-2/+2
|
* [Jams] Fix up textarea formattingGravatar Gareth Coles2018-05-21-2/+2
|
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-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 pageGravatar Gareth Coles2018-05-20-1/+5
|
* [Jams] Form inputs should be a flex columnGravatar Gareth Coles2018-05-19-1/+1
|
* Don't escape form preambleGravatar Gareth Coles2018-05-19-1/+1
|
* Form preamble, jam creation fixesGravatar Gareth Coles2018-05-19-0/+4
|
* [Jams] Basics may now be edited at any pointGravatar Gareth Coles2018-05-19-0/+6
|
* Fix various page titlesGravatar Gareth Coles2018-05-19-10/+10
|
* Jammer profilesGravatar Gareth Coles2018-05-19-0/+106
|
* Fix infractions setupGravatar Gareth Coles2018-05-19-3/+3
|
* [Jams] Signups code is more or less done, just a few things leftGravatar Gareth Coles2018-05-19-16/+453
|
* [Jams] Some amount of public display, but links not ready yetGravatar Gareth Coles2018-05-19-52/+70
|
* [Jams] More restructuringGravatar Gareth Coles2018-05-17-87/+97
|
* Restructure code jams page layoutGravatar Gareth Coles2018-05-17-0/+237