Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [FAQ] Categorize and add FAQ about GitLab | 2018-06-13 | -144/+218 | |
| | ||||
* | Compile as much JS with Gulp as possible | 2018-06-13 | -62/+12 | |
| | | | | | | | | | | 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 | -4/+4 | |
| | ||||
* | [Jams] User ID and avatar on approvals page | 2018-06-12 | -28/+34 | |
| | ||||
* | [Jams] Approvals interface | 2018-06-12 | -2/+162 | |
| | ||||
* | Grab user avatars in bot API call | 2018-06-07 | -1/+8 | |
| | ||||
* | Replace GitHub with GitLab across the project | 2018-06-07 | -30/+36 | |
| | ||||
* | 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 | -84/+102 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||
* | [Wiki] Fix actions not showing in some desirable cases | 2018-06-03 | -1/+1 | |
| | ||||
* | [Wiki] Prefer horizontal whitespace over vertical (#85) | 2018-06-02 | -5/+7 | |
| | | | | | | | | | | | | | | * [Wiki] Prefer horizontal whitespace over vertical This should fix the issue with the long vertical bar of whitespace under the menu toggle button on mobile, whilst also not breaking centering of content. * [Wiki] Prefer horizontal whitespace over vertical This removes the vertical bar of whitespace under the menu toggle button in favor of a horizontal line on mobile. * Fix indentation error | |||
* | [Wiki] Fix a CSS dumb | 2018-06-02 | -2/+2 | |
| | ||||
* | [Wiki] Codeblocks should no longer be way too wide on mobile | 2018-06-02 | -1/+1 | |
| | ||||
* | Allow nav dropdown vertical scrolling | 2018-06-02 | -1/+1 | |
| | ||||
* | Attempt to fix dropdown positioning | 2018-06-02 | -1/+1 | |
| | ||||
* | [Wiki] Attempt to fix width issues on mobile | 2018-06-02 | -1/+1 | |
| | ||||
* | [Wiki] Attempt to fix page views on mobile | 2018-06-02 | -1/+5 | |
| | ||||
* | [Wiki] Fix UX bug relating to current article headers | 2018-06-02 | -1/+1 | |
| | ||||
* | [Wiki] UX improvements for sidebar | 2018-06-02 | -2/+7 | |
| | ||||
* | 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 | |
| | ||||
* | WS objects now keep track of their connections | 2018-05-29 | -1/+0 | |
| | ||||
* | Address input given in contrib channel, and add FAQ | 2018-05-29 | -3/+236 | |
| | ||||
* | Revision of the rules, and a channels page | 2018-05-22 | -8/+15 | |
| | ||||
* | Revision of the rules, and a channels page | 2018-05-22 | -44/+283 | |
| | ||||
* | 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 | -94/+338 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Fix infraction table display when user is not on server | 2018-05-19 | -1/+1 | |
| | ||||
* | [Jams] Form inputs should be a flex column | 2018-05-19 | -1/+1 | |
| | ||||
* | [Jams] Update edit state availability | 2018-05-19 | -6/+6 | |
| | ||||
* | Don't escape form preamble | 2018-05-19 | -1/+1 | |
| | ||||
* | Form preamble, jam creation fixes | 2018-05-19 | -0/+153 | |
| | ||||
* | [Jams] Basics may now be edited at any point | 2018-05-19 | -16/+9 | |
| | ||||
* | Fix various page titles | 2018-05-19 | -16/+15 | |
| | ||||
* | Update nav/privacy policy | 2018-05-19 | -2/+18 | |
| | ||||
* | Jammer profiles | 2018-05-19 | -1/+106 | |
| | ||||
* | Fix infractions setup | 2018-05-19 | -7/+9 | |
| | ||||
* | [Jams] Signups code is more or less done, just a few things left | 2018-05-19 | -22/+453 | |
| | ||||
* | [Jams] Some amount of public display, but links not ready yet | 2018-05-19 | -54/+72 | |
| | ||||
* | Logical block organisation | 2018-05-19 | -4/+4 | |
| | ||||
* | Add "preparing" state | 2018-05-19 | -2/+14 | |
| | ||||
* | [Jams] Linting and infractions | 2018-05-19 | -1/+331 | |
| | ||||
* | Fix some small question-editing bugs | 2018-05-19 | -3/+3 | |
| | ||||
* | [Jams] Complete question listing/editing/etc | 2018-05-19 | -0/+1711 | |
| | ||||
* | [Jams] Add non-task info text to be displayed at jam announcement | 2018-05-19 | -35/+165 | |
| | ||||
* | [Jams] A bunch more work. That's all for tonight, though. | 2018-05-18 | -2/+6 | |
| |