aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views (follow)
Commit message (Collapse)AuthorAgeLines
...
* | | Updated team lists, jam team list, added buttons to team viewGravatar momothereal2018-06-22-4/+55
| | |
* | | Basic team information in team page + failed attempt at scssGravatar momothereal2018-06-20-1/+5
| | |
* | | Fix view nameGravatar momothereal2018-06-20-1/+1
| | |
* | | Start work on individual team viewGravatar momothereal2018-06-20-1/+48
| | |
* | | Fix teams not being restricted to their jam, and allow users to be in two ↵Gravatar momothereal2018-06-20-15/+5
| | | | | | | | | | | | teams for two different jams
* | | Cleanup team list querying, add tooltip to Gitlab user buttonGravatar momothereal2018-06-19-16/+9
| | |
* | | Add GitLab button next to usernameGravatar momothereal2018-06-19-1/+5
| | |
* | | Fix lintingGravatar momothereal2018-06-19-2/+2
| | |
* | | Start work on team list pageGravatar momothereal2018-06-19-0/+42
|/ /
* / Fix creating questions for code jamsGravatar Momo2018-06-19-1/+5
|/
* [Jams] Additional logging on teams pageGravatar Gareth Coles2018-06-19-0/+4
|
* [Jams] Additional logging on teams pageGravatar Gareth Coles2018-06-19-0/+4
|
* s/color/colour/gGravatar Joseph2018-06-17-3/+3
|
* Change which key is being fetched, should be last commit to fix thisGravatar Joseph2018-06-17-1/+1
|
* Add param to audit_log function so that old data can be None and still workGravatar Joseph2018-06-17-5/+5
|
* Switch key argument to sorted to be a keyword argumentGravatar Joseph2018-06-17-1/+1
|
* Wiki audit logsGravatar Joseph Banks2018-06-17-109/+55
|
* Backend for team assignmentGravatar Gareth Coles2018-06-17-7/+352
|
* Allow schemas to not use a list when applicableGravatar Volcyy2018-06-14-53/+41
|
* Remove debug print from productionGravatar Joseph2018-06-13-2/+0
|
* Compile as much JS with Gulp as possibleGravatar Gareth Coles2018-06-13-16/+16
| | | | | | | | | | 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 URLGravatar Gareth Coles2018-06-12-5/+5
|
* [Jams] User ID and avatar on approvals pageGravatar Gareth Coles2018-06-12-0/+2
|
* It's always the smallest changes that don't lintGravatar Gareth Coles2018-06-12-1/+1
|
* [Jams] Mention user in #code-jam-logs on approvalGravatar Gareth Coles2018-06-12-1/+10
|
* LintingGravatar Gareth Coles2018-06-12-1/+1
|
* [Jams] Role assignment on approval/unapprovalGravatar Gareth Coles2018-06-12-3/+21
|
* [Jams] Approvals interfaceGravatar Gareth Coles2018-06-12-1/+120
|
* Grab user avatars in bot API callGravatar Gareth Coles2018-06-07-5/+8
|
* Replace GitHub with GitLab across the projectGravatar Gareth Coles2018-06-07-8/+17
|
* [RST] Add directive for UIKit buttonsGravatar Gareth Coles2018-06-07-1/+1
|
* documentation metadata API (#57)Gravatar Johannes Christ2018-06-05-0/+98
| | | | | | | | | | | | | | | | | | | | | | * Add documentation metadata "schema". * Add seed data for `pydoc_links` table. * Add tests for the `doc` API. * Allow specifying multiple parameters. * Move up line in generator. * make each docs test a function for greater test report visibility * fix a typo * Use fixtures instead of `pytest-ordering`. * Move `doc` API to `/bot/doc`. * Use new migration system.
* [Jams] Fix signup messageGravatar Gareth Coles2018-06-03-2/+2
|
* [Wiki] Fix actions not showing in some desirable casesGravatar Gareth Coles2018-06-03-5/+5
|
* [Jams] Send signup messages to jam log channelGravatar Gareth Coles2018-06-02-1/+14
|
* [Jams] Add mod-log logging of code jam application statusGravatar Gareth Coles2018-05-31-2/+48
|
* Update privacy policy and related migrationsGravatar Gareth Coles2018-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
* WS objects now keep track of their connectionsGravatar Gareth Coles2018-05-29-3/+0
|
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-05-29-0/+12
|\
| * Revisions improvements (#77)Gravatar Joseph2018-05-29-0/+12
| | | | | | | | | | | | * Support moving of revisions * Support removal of revisions upon page delete
* | Address input given in contrib channel, and add FAQGravatar Gareth Coles2018-05-29-0/+7
|/
* Revision of the rules, and a channels pageGravatar Gareth Coles2018-05-22-0/+7
|
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-05-20-25/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2/+20
|
* [Jams] Fix bad redirectGravatar Gareth Coles2018-05-19-2/+2
|
* [Jams] Update edit state availabilityGravatar Gareth Coles2018-05-19-3/+4
|
* Actually insert preambleGravatar Gareth Coles2018-05-19-0/+2
|
* LintingGravatar Gareth Coles2018-05-19-3/+1
|
* Form preamble, jam creation fixesGravatar Gareth Coles2018-05-19-1/+60
|
* Linting, and remove seconds from date formatterGravatar Gareth Coles2018-05-19-1/+1
|