| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | * | | | | Remove reference to Python 2.7. | 2021-07-06 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The maintainer of regex101 has changed the name from "Python 2.7" to just "Python". | ||||
| | | | * | | | | Add resource regex101. | 2021-07-04 | -0/+15 | ||
| | | | | | | | | |||||
| | | | * | | | | Add resource Data Science from Scratch. | 2021-07-04 | -0/+24 | ||
| | | | | | | | | |||||
| | | | * | | | | Add final line break for style compliance. | 2021-07-04 | -2/+2 | ||
| | | | | | | | | |||||
| | | | * | | | | Merge branch 'main' of https://github.com/python-discord/site into ↵ | 2021-07-04 | -991/+2068 | ||
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | swfarnsworth/smarter-resources/new-resources | ||||
| | | | * | | | | | Update templates with new resource urls. | 2021-06-06 | -8/+8 | ||
| | | | | | | | | | |||||
| | | | * | | | | | Collapse resources into one directory, migrate to new tagging system. | 2021-06-06 | -121/+233 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fails the lint test from pipenv, though the main branch is on poetry now. | ||||
| | | | * | | | | | Test boilerplate | 2021-05-23 | -0/+9 | ||
| | | | | | | | | | |||||
| | | | * | | | | | Remove www from the URL for inferential thinking. | 2021-05-23 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The www subdomain gives an SSL error for an expired certificate, so we don't want to use that one. | ||||
| | | | * | | | | | Add tags to all the resources. | 2021-05-23 | -58/+549 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updates all amazon links with GoodReads. | ||||
| | | | * | | | | | Add GoodReads CSS. | 2021-05-23 | -4/+4 | ||
| | | | | | | | | | |||||
| | | | * | | | | | Dramatically simplify resources. | 2021-05-19 | -112/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't need _category_info, we don't need subcategories, we this will be much simpler now. Also, rglob is nice. | ||||
| | | | * | | | | | Add bulma-modal, we'll need it later. | 2021-05-18 | -0/+1 | ||
| | | | | | | | | | |||||
| * | | | | | | | | Add UniqueConstraint to the Filter model | 2022-03-22 | -1/+63 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The UniqueConstraint includes every field, except for id and description. | ||||
| * | | | | | | | | Sync Filter models with relating migrations, adjust code consistency | 2022-03-12 | -20/+39 | ||
| | | | | | | | | | |||||
| * | | | | | | | | Remove role validation | 2022-03-10 | -49/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Roles can be either IDs or names, so the current validation is not relevant anymore. Furthermore the ping fields can accept user IDs or names. | ||||
| * | | | | | | | | Change ping fields names | 2022-03-09 | -15/+15 | ||
| | | | | | | | | | |||||
| * | | | | | | | | Refine DM content for domains | 2022-03-01 | -1/+1 | ||
| | | | | | | | | | |||||
| * | | | | | | | | Add invites denylist to the migration | 2022-02-26 | -3/+3 | ||
| | | | | | | | | | |||||
| * | | | | | | | | Create placeholder value for dm embed content in ext list | 2022-02-24 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some value is needed to signal the bot a message should be sent for a blocked extension. The value itself will be changed at runtime, but this allows avoiding the bot code delving into the exact API response format. | ||||
| * | | | | | | | | Extensions list is ALLOW, not DENY | 2022-02-23 | -1/+1 | ||
| | | | | | | | | | |||||
| * | | | | | | | | Changed channeld fields to char arrays, merged migrations | 2022-02-22 | -206/+36 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The fields concerning channels were changed to contains strings instead of integers in order to allow specifying channels and categories by name. The migrations were merged into a single migration. | ||||
| * | | | | | | | | Patch a minor issue with FilterList field naming in migrations | 2022-02-15 | -12/+13 | ||
| | | | | | | | | | |||||
| * | | | | | | | | Use singular nouns for filter list names | 2022-02-15 | -4/+4 | ||
| | | | | | | | | | |||||
| * | | | | | | | | Allow filter descriptions to be null | 2022-02-15 | -2/+2 | ||
| | | | | | | | | | |||||
| * | | | | | | | | Merge migrations and correct filter defaults to be all null | 2022-01-01 | -2/+3 | ||
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'main' into new-filter-schema | 2022-01-01 | -91/+180 | ||
| |\| | | | | | | | |||||
| | * | | | | | | | Merge pull request #637 from python-discord/mbaruh-patch-1 | 2021-12-30 | -29/+29 | ||
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix faulty regex filters in migration 59 | ||||
| | | * | | | | | | | Fix faulty regex filters in migration 59 | 2021-12-31 | -29/+29 | ||
| | |/ / / / / / / | | | | | | | | | | | | | | | | | Migration 59 populated the filters table with regex filters, some of which were faulty because the `\b` character wasn't escaped. This is fixed in this PR by making all patterns raw strings. | ||||
| | * | | | | | | | Merge pull request #508 from RohanJnr/otn_softdel | 2021-12-28 | -37/+149 | ||
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | offtopicnames active attribute and support for PUT and PATCH request | ||||
| | | * \ \ \ \ \ \ | Merge branch 'main' into otn_softdel | 2021-12-28 | -110/+126 | ||
| | | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | | Merge pull request #636 from python-discord/revert-metricity-change | 2021-12-20 | -25/+2 | ||
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Always include metricity message blocks | 2021-12-16 | -25/+2 | ||
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to a recent database maintenance (https://pythondiscord.freshstatus.io/incident/139811) querying out metricity message data is far cheaper. So there is no longer a reason to only fetch blocks if the member has a low message count. | ||||
| | | * | | | | | | | Merge migrations to avoid conflicts. | 2021-12-13 | -0/+14 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Merge branch 'main' into otn_softdel | 2021-12-13 | -82/+365 | ||
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Remove get_queryset() and add new class variable . | 2021-11-06 | -7/+7 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Use framework defination of method. | 2021-11-05 | -2/+2 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Eliminate usage of typing module and update docstrings. | 2021-11-05 | -6/+4 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Update test cases to adhere to recent changes made that removed hosts. | 2021-11-05 | -2/+2 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Fix: Conflicting migrations. | 2021-11-05 | -0/+14 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Pull from upstream/main and resolve conflicts. | 2021-11-05 | -828/+1921 | ||
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'main' into otn_softdel | 2021-08-20 | -35/+522 | ||
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | fix CommandError: Conflicting migrations detected. | 2021-07-24 | -0/+14 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Merge branch 'main' into otn_softdel | 2021-07-24 | -202/+829 | ||
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | Update docstring. | 2021-07-22 | -1/+1 | ||
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Use sets to compare 2 un-ordered lists. | 2021-06-10 | -9/+10 | ||
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Merge branch 'main' into otn_softdel | 2021-06-10 | -83/+363 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | Use assertListEqual where applicable instead of assertEqual. | 2021-06-10 | -8/+10 | ||
| | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | fix conflicts?. | 2021-06-10 | -0/+0 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | | | Return a list of ot-names only for GET request only to ↵ | 2021-05-31 | -2/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bot/off-topic-channel-names | ||||