1.0
What's Changed
- Provide description and date string fields on collections, objects and mylist endpoints by @helrond in #144
- Fix total count by @helrond in #145
- Catch and handle 404s in MyListView by @helrond in #148
- Adds
hit_count
andonline_hit_count
to search results and ancestor/children endpoints by @helrond in #152 - Use correct identifier by @helrond in #154
- improve tests by @helrond in #157
- Updates to support design tweaks by @helrond in #151
- Updating config docs by @helrond in #164
- Adds minimap endpoint by @helrond in #172
- Make sure there are always trailing slashes everywhere by @helrond in #174
- Improves OpenAPI schema by @helrond in #178
- Improves port setting by @helrond in #183
- Adds
authorized_name
field by @helrond in #185 - Remove /terms endpoint and update filter fields by @HaSistrunk in #189
- Updates to Python 3.10/Django 4 by @helrond in #193
- Add link to API user docs by @HaSistrunk in #195
- Update UI Header Link to API Docs by @HaSistrunk in #208
- Improve URL configs by @helrond in #227
- Add CSP headers by @helrond in #233
- Implement X-Forwarded-For option in Django #236 by @kcloud in #240
Full Changelog: v01.1...v1.0