Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Support internal docker network DNS resolution & dev ALLOWED_HOSTS env var. | 2019-09-28 | -6/+13 | |
| | ||||
* | PARENT_HOST is now pythondiscord.com | 2019-09-15 | -1/+1 | |
| | ||||
* | Remove wiki, add pydis. | 2019-09-15 | -2/+4 | |
| | ||||
* | Darcula theme, and vanilla hosts. | 2019-09-15 | -2/+2 | |
| | ||||
* | Changing the ALLOWED_HOSTS to allow for migration. | 2019-09-15 | -2/+2 | |
| | | | | | | Adding django.pythondiscord.com and django.api.pythondiscord.com to ALLOWED_HOSTS to allow us to run Djangoify and migrate the infraction data. | |||
* | Update `ALLOWED_HOSTS` for the new home. | 2019-09-15 | -3/+2 | |
| | ||||
* | Adding initial staff app to Django | 2019-08-23 | -0/+1 | |
| | ||||
* | Add a database logging handler. | 2019-08-14 | -1/+4 | |
| | ||||
* | I can't get the accordion thing to work at all. | 2019-07-10 | -4/+1 | |
| | ||||
* | Whitelisting section and article | 2019-07-10 | -0/+4 | |
| | ||||
* | Allowing section and article tags in the wiki articles | 2019-07-10 | -0/+6 | |
| | ||||
* | Adding bulma-accordion to the django-simple-bulma extensions list | 2019-07-10 | -0/+3 | |
| | ||||
* | adding a few classes and some settings to allow us to build a beautiful ↵ | 2019-07-07 | -0/+9 | |
| | | | | resources page in the wiki | |||
* | Changing PARENT_HOST to django.pythondiscord.com to fix URL resolution | 2019-07-05 | -1/+1 | |
| | ||||
* | Disabling strict manifest compression mode | 2019-07-03 | -1/+0 | |
| | ||||
* | Changing the STATIC_ROOT and MEDIA_ROOT to include the root folder created ↵ | 2019-07-03 | -2/+2 | |
| | | | | by the Dockerfile | |||
* | Replacing hardcoded secret keys with token_urlsafe calls. | 2019-07-03 | -2/+3 | |
| | ||||
* | removing possible hardcoded passwords | 2019-07-03 | -16/+3 | |
| | ||||
* | Adding whitenoise to the toolchain to serve static images | 2019-07-03 | -0/+2 | |
| | ||||
* | Adding django.pythondiscord.com to ALLOWED_HOSTS | 2019-07-02 | -1/+2 | |
| | ||||
* | Merge settings/Pipfile.lock | 2019-04-20 | -1/+1 | |
| | ||||
* | Merge branch 'django' into django+200/wiki | 2019-04-20 | -0/+2 | |
|\ | | | | | | | | | | | | | | | | | | | # Conflicts: # Pipfile # Pipfile.lock # pydis_site/apps/home/tests/test_app_basics.py # pydis_site/apps/home/urls.py # pydis_site/hosts.py # pydis_site/settings.py | |||
| * | Addressing all comments in volcyy's second review. The tests now mock the ↵ | 2019-04-19 | -11/+1 | |
| | | | | | | | | API calls so we don't have to actually call the API every time we run tests. | |||
| * | The GitHub API stuff is done now, including data caching. Just a couple of ↵ | 2019-04-17 | -0/+10 | |
| | | | | | | | | minor bugfixes left before this is PR-ready. | |||
| * | refactoring slightly to use a class-based view, changing home to main. Ready ↵ | 2019-04-13 | -2/+1 | |
| | | | | | | | | to write the API search stuff now. | |||
| * | Implemented a sticky footer system | 2019-04-12 | -0/+1 | |
| | | ||||
| * | New landing page. Not quite done yet. This probably should've been more than ↵ | 2019-04-11 | -0/+1 | |
| | | | | | | | | one commit. | |||
| * | Make the pipeline green as grass. | 2019-04-10 | -3/+3 | |
| | | ||||
* | | Address reviews | 2019-04-20 | -3/+2 | |
| | | ||||
* | | Lint and update django-simple-bulma | 2019-04-19 | -5/+3 | |
| | | ||||
* | | Wiki requires notification plugin, so we're stuck with it | 2019-04-19 | -0/+1 | |
| | | ||||
* | | Settings: PARENT_HOST will be added to ALLOWED_HOSTS in debug mode | 2019-04-19 | -0/+5 | |
| | | ||||
* | | All config of PARENT_HOST with env var | 2019-04-18 | -1/+1 | |
| | | ||||
* | | Settings fixes/reversions | 2019-04-18 | -3/+1 | |
| | | ||||
* | | Lots of work on the images management page | 2019-04-17 | -0/+2 | |
| | | ||||
* | | Accessibility and images sidebar | 2019-04-17 | -1/+3 | |
| | | ||||
* | | Better method for default label rendering | 2019-04-15 | -4/+3 | |
| | | ||||
* | | Remove TOC, link headers, fix breadcrumb padding | 2019-04-15 | -1/+3 | |
| | | | | | | | | Also removes some templates we don't care about | |||
* | | More styling - breadcrumbs and messages | 2019-04-14 | -3/+10 | |
| | | ||||
* | | Remove attachments plugin, add plugin templates | 2019-04-14 | -2/+3 | |
| | | ||||
* | | Fixing up image plugin | 2019-04-14 | -0/+5 | |
| | | ||||
* | | Some initial work on updating the wiki templates for Bulma | 2019-04-10 | -0/+1 | |
| | | ||||
* | | Remove wiki host, use /wiki - Also some wiki config | 2019-04-08 | -1/+28 | |
| | | | | | | | | I've included the monokai pygments theme, but we can change it later | |||
* | | First attempt at getting the wiki up | 2019-04-08 | -3/+23 | |
|/ | ||||
* | pysite -> pydis_site | 2019-04-05 | -0/+259 | |