Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Initial project layout for django | 2018-08-07 | -3456/+0 | |
| | ||||
* | Support for embeds and attachments. | 2018-07-29 | -1/+70 | |
| | ||||
* | Merge branch 'master' into clean_command | 2018-07-28 | -25/+52 | |
|\ | ||||
| * | Don't remove basic user objects, add API for querying them | 2018-07-27 | -25/+52 | |
| | | | | | | | | Also update privacy policy in accordance with this | |||
* | | scss linting errors resolved. | 2018-07-21 | -1/+1 | |
| | | ||||
* | | Completed the clean API and the clean frontend. | 2018-07-21 | -0/+12 | |
|/ | ||||
* | Minecraft? Never heard of 'em | 2018-07-13 | -9/+0 | |
| | ||||
* | Revamp jam index, add winner team staff backend and user frontend | 2018-07-04 | -20/+37 | |
| | ||||
* | Update channel listing | 2018-07-03 | -18/+39 | |
| | ||||
* | [Privacy] Point out that emailing GitLab does show your email | 2018-07-03 | -1/+23 | |
| | ||||
* | 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 | -50/+85 | |
| | | ||||
* | | 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/+36 | |
|/ | ||||
* | [Jams] EasyList was blocking the JetBrains logo | 2018-06-19 | -1/+1 | |
| | ||||
* | Remove extraneous code | 2018-06-18 | -8/+0 | |
| | ||||
* | Partner updates | 2018-06-18 | -1/+14 | |
| | ||||
* | [FAQ] Categorize and add FAQ about GitLab | 2018-06-13 | -144/+218 | |
| | ||||
* | Compile as much JS with Gulp as possible | 2018-06-13 | -13/+1 | |
| | | | | | | | | | | 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 | |||
* | Update GitLab URL | 2018-06-12 | -3/+3 | |
| | ||||
* | [Jams] Approvals interface | 2018-06-12 | -1/+1 | |
| | ||||
* | Grab user avatars in bot API call | 2018-06-07 | -1/+8 | |
| | ||||
* | Replace GitHub with GitLab across the project | 2018-06-07 | -26/+32 | |
| | ||||
* | Fix privacy table | 2018-06-06 | -2/+2 | |
| | ||||
* | [GDPR] Fix omission RE code jam system info | 2018-06-05 | -0/+14 | |
| | | | | Full text: Rectified an omission in the old privacy policy, where the system information you provide as part of a code jam signup wasn't mentioned. | |||
* | Move from CSS to SCSS (#86) | 2018-06-05 | -35/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||
* | Allow nav dropdown vertical scrolling | 2018-06-02 | -1/+1 | |
| | ||||
* | Attempt to fix dropdown positioning | 2018-06-02 | -1/+1 | |
| | ||||
* | Update privacy policy and related migrations | 2018-05-31 | -48/+17 | |
| | | | | | * 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 | |||
* | Add FAQ about LPTHW | 2018-05-30 | -0/+23 | |
| | ||||
* | [FAQ] Address Nix's input | 2018-05-29 | -3/+4 | |
| |