Releases: CaptainFact/captain-fact-api
Releases · CaptainFact/captain-fact-api
Release 1.0.2
Release 1.0.1
Fixes
Don't return canceled subscriptions (#129)
Release 1.0.0
Release 0.9.3
Feature
- Videos: add unlisted #107 (Betree)
- Videos: get all videos added by user #107 (Betree)
- ActivityLog: Show user banned actions #105 (Betree)
- Limitations: Check actions on a 15 minutes period instead of 24h #98 (Betree)
Updates
- chore(deps): bump floki from 0.20.3 to 0.20.4 #104 (dependabot[bot])
- chore(deps-dev): bump mix_test_watch from 0.8.0 to 0.9.0 #103 (dependabot[bot])
- chore(deps-dev): bump ex_machina from 2.2.0 to 2.2.2 #102 (dependabot[bot])
- chore(deps-dev): bump bypass from 0.8.1 to 0.9.0 #99 (dependabot[bot])
- chore(deps): bump distillery from 2.0.11 to 2.0.12 #95 (dependabot[bot])
- chore(deps): bump absinthe_plug from 1.4.5 to 1.4.6 #93 (dependabot[bot])
- chore(deps): bump basic_auth from 2.2.2 to 2.2.4 #91 (dependabot[bot])
- chore(deps): bump oauth2 from 0.9.2 to 0.9.4 #89 (dependabot[bot])
- chore(deps): bump comeonin from 4.1.1 to 4.1.2 #88 (dependabot[bot])
- chore(deps): bump ecto from 2.2.10 to 2.2.11 #87 (dependabot[bot])
- chore(deps): bump guardian from 1.1.0 to 1.1.1 #85 (dependabot[bot])
- chore(deps-dev): bump credo from 0.10.0 to 1.0.0 #83 (dependabot[bot])
- chore(deps-dev): bump excoveralls from 0.9.1 to 0.10.3 #82 (dependabot[bot])
- chore(deps): bump mime from 1.3.0 to 1.3.1 #80 (dependabot[bot])
Release 0.9.2
Improvements
- Use unique comments URLs in ATOM feeds
- Softer limitations for update user
Fixes
- Add missing CF dependency to GraphQL API
- Better error messages when unauthorized socket actions
- Fix YouTube caption fetcher
Dev
- Make the procedure to debug emails clearer
Release 0.9.1
Release 0.9.0
Feature
Improvement
- Replace "Anonymous user" label by "Deleted account" #51 (Betree)
- Replace CaptainFactJobs.Vote by realtime messages #37 (Betree)
Fix
Dev
- Umbrella app refactor - Part II ☂🌩🐋 #38 (Betree)
- Use ecto_enum for UserAction type and entity #36 (Betree)
ℹ️ Frontend PR: https://github.com/CaptainFact/captain-fact-frontend/releases/tag/v0.9.0
Release 0.8.17
Feature
- Ability to import captions from YouTube #25 (thanks to @adri 🍾)
- Login using email or username alike #27 (thanks to @adri 🎉)
Improvements
- Use raw video title as entry title in videos atom feed #29
Fixes
- Fix a bug preventing from shift all statements #28
Dev
- Add the ability to disable CORS in config, set them to disabled by default in dev #30