Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Set dark theme colour values | 2022-02-08 | -7/+7 | |
| | ||||
* | Comment bulma variables | 2022-02-08 | -4/+13 | |
| | ||||
* | Add initial dark theme | 2022-02-08 | -1/+6 | |
| | ||||
* | Add dark theme stylesheet | 2022-02-07 | -0/+9 | |
| | ||||
* | Add a FontAwesome token that we actually control. | 2022-01-27 | -1/+1 | |
| | | | | | | Previously we were using some sort of borrowed token, but it seems to not be working anymore for local sessions, so let's just get rid of it. | |||
* | Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-main | 2022-01-23 | -24/+21 | |
|\ | ||||
| * | Adds Django Distill To Project | 2021-10-10 | -5/+16 | |
| | | | | | | | | | | Adds django-distill to dependencies, and lays the basic groundwork to start building static routes. Adds a poetry task to help with testing. | |||
| * | Update ALLOWED_HOSTS to include internal address | 2021-10-06 | -5/+1 | |
| | | ||||
| * | Merge branch 'master' into subdomains-to-query-paths | 2021-10-06 | -4/+25 | |
| |\ | ||||
| | * | Merge branch 'main' into fix-http-links | 2021-10-06 | -0/+1 | |
| | |\ | ||||
| | | * | Add www.pythondiscord.com to ALLOWED_HOSTS (#601) | 2021-10-05 | -0/+1 | |
| | | | | ||||
| | * | | Switches HTTP Links To HTTPS | 2021-10-06 | -1/+1 | |
| | |/ | | | | | | | | | | | | | | | | | | | Switches the protocol for external sites where possible. Some sites don't have secure versions, and were skipped. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Move subdomains to query paths. | 2021-06-08 | -21/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In more detail: - Use Django URL namespaces (e.g. `api:bot:infractions`) instead of `django_hosts` host argument. - Update the hosts file setup documentation to remove subdomain entries. - Update the hosts file setup documentation to mention that the entry of `pythondiscord.local` is not required and mainly for convenience. - Rename the `APISubdomainTestCase` to the more fitting `AuthenticatedAPITestCase`, as authentication is all that is left that the class is doing. - Drop dependency to `django_hosts`. | |||
* | | | Merge with main, resolve conflicts. | 2021-09-05 | -2/+13 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Correct import order | 2021-09-04 | -1/+1 | |
| | | | ||||
| * | | Add pod IPs to allowed hosts | 2021-09-04 | -0/+3 | |
| | | | ||||
| * | | Revert change to Metricity DB URL | 2021-09-02 | -1/+1 | |
| | | | | | | | | | | | | Co-Authored-By: jchristgit <[email protected]> | |||
| * | | Add Django Prometheus to installed apps and middleware | 2021-09-02 | -3/+11 | |
| |/ | ||||
* / | Add bulma-modal, we'll need it later. | 2021-05-18 | -0/+1 | |
|/ | ||||
* | Use bulma extension in place of self-written code. | 2021-05-14 | -0/+1 | |
| | ||||
* | Merge branch main into dewikification | 2021-05-14 | -27/+12 | |
| | ||||
* | Migrate redirections from settings.py -> redirects.yaml | 2021-05-03 | -34/+1 | |
| | ||||
* | Add code jam pages redirects | 2021-05-03 | -0/+21 | |
| | ||||
* | Add groups with comments to redirections definition | 2021-05-03 | -0/+3 | |
| | ||||
* | Migrate redirections definition to not include testing args | 2021-05-03 | -7/+6 | |
| | ||||
* | Add events index redirection | 2021-05-03 | -0/+3 | |
| | ||||
* | Add redirect app to settings and add resources redirections config | 2021-05-03 | -0/+10 | |
| | ||||
* | Merge pull request #468 from python-discord/content-app-improvements | 2021-04-03 | -4/+5 | |
|\ | | | | | Dewikification: Content app improvements. | |||
| * | Fix overriden PAGES_PATH in settings.py. | 2021-04-01 | -4/+5 | |
| | | | | | | | | | | This was causing mysterious 404s because while migrating a feature to dewikification, the same variable would be placed in the settings file. | |||
* | | Merge branch 'dewikification' into resources-lists | 2021-03-30 | -0/+13 | |
|\| | ||||
| * | Simplify content app. | 2021-03-23 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Rather than having two views for the base page and all other pages, all pages now use the same view. The view context handler is simplified to take advantage of pathlib features. The markdown folder is now /content/resources/* rather than /content/resources/content/*, as the latter is unnecessary nesting. | |||
| * | Rename `articles` to `pages`. | 2021-03-23 | -1/+1 | |
| | | | | | | | | | | | | Articles was a good name, but we want an `articles` category in the future. `/pages/guides/` and `/pages/articles/` are clearer in name than `/articles/guides/` and `/articles/articles/`. | |||
| * | Merge branch 'dewikification' into guides-app | 2020-11-28 | -0/+4 | |
| |\ | ||||
| | * | Apply changes of pages location to views and settings | 2020-10-29 | -4/+5 | |
| | | | ||||
| | * | Port View to TemplateView for events page view | 2020-10-28 | -1/+4 | |
| | | | ||||
| | * | Merge branch 'dewikification' into events-app | 2020-10-28 | -0/+1 | |
| | |\ | ||||
| | * | | Add events app to INSTALLED_APPS | 2020-10-26 | -0/+1 | |
| | | | | ||||
| * | | | Add articles path to settings | 2020-11-22 | -0/+3 | |
| | | | | ||||
| * | | | Use just plain strings for site repo information | 2020-10-30 | -7/+4 | |
| | | | | ||||
| * | | | Merge remote-tracking branch 'up/dewikification' into guides-app | 2020-10-30 | -40/+1 | |
| |\ \ \ | | | |/ | | |/| | ||||
| * | | | Move repository configuration to environment variables | 2020-10-06 | -4/+7 | |
| | | | | ||||
| * | | | Add repository configuration to settings | 2020-10-06 | -0/+5 | |
| | | | | ||||
| * | | | Merge branch 'dewikification' into guides-app | 2020-10-05 | -89/+2 | |
| |\ \ \ | ||||
| * | | | | Change guides system to content system | 2020-10-04 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As this system will be used for more than just guides, I had to do some refactoring to match this system with plans. Basically now there isn't guides, but articles instead. | |||
| * | | | | Include guides app to project | 2020-09-20 | -0/+1 | |
| | | | | | ||||
* | | | | | Remove unused Bulma Tooltip extension | 2021-03-30 | -1/+0 | |
| | | | | | ||||
* | | | | | Add Bulma Tooltip extension to settings | 2020-11-14 | -1/+3 | |
| |_|/ / |/| | | | ||||
* | | | | Merge pull request #395 from ks129/resources-home | 2020-10-28 | -0/+1 | |
|\ \ \ \ | |_|_|/ |/| | | | Dewikification - Create app for resources + index page of resources | |||
| * | | | Merge branch 'dewikification' into resources-home | 2020-10-07 | -89/+2 | |
| |\ \ \ | | | |/ | | |/| | ||||
| * | | | Include resources app to settings | 2020-09-22 | -0/+1 | |
| | |/ | |/| |