| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | GDPR compliance for jammer profiles | 2018-05-19 | -0/+13 | |
| | | ||||
| * | Jammer profiles | 2018-05-19 | -4/+72 | |
| | | ||||
| * | Fix infractions setup | 2018-05-19 | -9/+8 | |
| | | ||||
| * | [Jams] Signups code is more or less done, just a few things left | 2018-05-19 | -13/+187 | |
| | | ||||
| * | [Jams] Some amount of public display, but links not ready yet | 2018-05-19 | -3/+15 | |
| | | ||||
| * | Add "preparing" state | 2018-05-19 | -0/+1 | |
| | | ||||
| * | Messed up my lint earlier | 2018-05-19 | -2/+2 | |
| | | ||||
| * | [Jams] Linting and infractions | 2018-05-19 | -9/+71 | |
| | | ||||
| * | Fix some small question-editing bugs | 2018-05-19 | -0/+2 | |
| | | ||||
| * | [Jams] Complete question listing/editing/etc | 2018-05-19 | -0/+173 | |
| | | ||||
| * | [Jams] Add non-task info text to be displayed at jam announcement | 2018-05-19 | -1/+4 | |
| | | ||||
| * | [Jams] A bunch more work. That's all for tonight, though. | 2018-05-18 | -5/+151 | |
| | | ||||
| * | [Jams] Huge amount of work on code jam admin area | 2018-05-18 | -57/+541 | |
| | | ||||
| * | [Jams] More restructuring | 2018-05-17 | -1/+1 | |
| | | ||||
| * | Restructure code jams page layout | 2018-05-17 | -3/+29 | |
| | | ||||
| * | First draft of privacy page | 2018-05-15 | -0/+7 | |
| | | ||||
| * | Add snowflake index on oauth_data and use it for deletions | 2018-05-15 | -2/+5 | |
| | | | | | We were using id previously, but that was no longer the correct key | |||
| * | Main site redirects should be 302s | 2018-05-15 | -0/+3 | |
| | | ||||
| * | Linting | 2018-05-15 | -2/+2 | |
| | | ||||
| * | Add RedirectView class for views that only redirect elsewhere | 2018-05-15 | -31/+63 | |
| | | ||||
| * | Fix editing wiki in debug mode | 2018-05-15 | -9/+10 | |
| | | ||||
| * | Add TemplateView class for views that only render a template | 2018-05-15 | -37/+60 | |
| | | ||||
| * | [GDPR] Also remove OAuth data | 2018-05-15 | -1/+21 | |
| | | ||||
| * | [GDPR] Small fixes | 2018-05-15 | -2/+2 | |
| | | ||||
| * | [GDPR] Users are now updated and removed correctly | 2018-05-15 | -1/+49 | |
| | | ||||
| * | Gunicorn is super picky about when_ready arity | 2018-05-14 | -1/+1 | |
| | | ||||
| * | Migration runner and migrations (#69) | 2018-05-14 | -99/+453 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migration runner and migrations * Remove demo wiki data * [Staff] Table management pages * Fix weird travis build omission * Address review and comments by @Volcyy * [Tables] Fix pagination * Move table definitions to new file with nameduple * Linting * Address lemon's review comments * Address @Volcyy's review * Address lemon's review * Update search placeholder * Search by key now available | |||
| * | Switch from using abort to using werkzeug exception | 2018-05-08 | -2/+2 | |
| | | ||||
| * | Add manager to WS class | 2018-05-08 | -0/+2 | |
| | | ||||
| * | Linting | 2018-05-08 | -1/+1 | |
| | | ||||
| * | Move bot API key to a constant | 2018-05-08 | -3/+5 | |
| | | ||||
| * | [Wiki] Fix an editor dumb: `not not` | 2018-05-07 | -1/+1 | |
| | | ||||
| * | [Wiki] Case-insensitive searching | 2018-05-06 | -3/+3 | |
| | | ||||
| * | [Wiki] Misc improvements, plus a beta search feature | 2018-05-06 | -5/+86 | |
| | | ||||
| * | I linted that, I swear | 2018-05-06 | -2/+2 | |
| | | ||||
| * | [Wiki] Move page function | 2018-05-06 | -1/+87 | |
| | | ||||
| * | [Wiki] Implement page deletions and improve sidebar construction | 2018-05-02 | -0/+67 | |
| | | ||||
| * | [All Pages] Fix the other half of that dumb | 2018-05-02 | -0/+3 | |
| | | ||||
| * | [All Pages] Account for pages without a title when sorting | 2018-05-02 | -3/+1 | |
| | | ||||
| * | Add special pages and an "all pages" special page | 2018-05-02 | -0/+37 | |
| | | ||||
| * | Fixed those pesky rapper names. (#66) | 2018-05-01 | -2/+2 | |
| | | ||||
| * | [Bug Fix] Fix the Edit & Source links on Wiki revision viewer | 2018-05-01 | -1/+3 | |
| | | ||||
| * | [Wiki] Icons should all be the same width | 2018-04-30 | -1/+1 | |
| | | ||||
| * | [Wiki] Header icons need a space afterwards | 2018-04-30 | -2/+13 | |
| | | ||||
| * | Fix for wiki.history.show with slashes in URL | 2018-04-29 | -1/+1 | |
| | | ||||
| * | Declaring the encoding to be utf-8 is not necessary in Python3 projects, as ↵ | 2018-04-27 | -52/+0 | |
| | | | | | this is the default encoding. Encoding declarations are only useful in py3 if you want to declare it to be something _other_ than utf-8. This was, however, a very useful convention in py2. (#56) | |||
| * | [#1eeu1] Hiphopify (#54) | 2018-04-20 | -173/+431 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changed the dev-mode logic to be the same as prod for creating new tables if they don't exist. Also added a new feature where a table can be initialized with data if you create a JSON file in the pysite/database/table_init/ folder and fill it with a list of dicts where each dict represents a row in your table. Included a hiphoppers json so that I can actually test if it works in production. It will only init the table if the table is empty. * Not sure if this will solve it, but I think so. * Renamed the tables and primary keys, and alphabetized the dict. Now complies with the gdudes holy wishes. * Almost done with the initial build for this. Implemented GET and DELETE, in order to finish POST I need to expand the database.py interface class. * Alphabetized database convenience wrappers. * Fixed a few typehints and added the sample convenience wrapper to the database class. * Finishing up the POST method and adding a duration parser to the utils folder so we can handle strings like 2w3d and turn them into a timestamp. * Fixed API blueprint loading, which was broken by the setup method in the DBMixIn. I'd forgotten to remove the check for table_name attribute. Also adde some logging and got the DELETE route working. * Added timezone-sensitivity to the duration parser so it will work with rethink. renamed the json and fixed some bugs in the hiphopify API. * Added a utility to test if rdb timestamps are expired, and only returning data from the GET calls if it isn't expired. * changed some log wording * Setting up Lil Joseph as default image. Adding some rappers to the list. * Adding a bunch of logging * These tests no longer apply. New tests must be written in the long run, removing them for now. * Addressing review comments left by Volcyy * Fixed misleading comment. | |||
| * | Added image URLs for each of these famous rappers. (#55) | 2018-04-19 | -1297/+5188 | |
| | | ||||
| * | Delete wiki_revisions.json | 2018-04-18 | -1/+0 | |
| | | ||||
| * | Merge branch 'master' of github.com:discord-python/site | 2018-04-18 | -8/+246 | |
| |\ | ||||
