v1.0.2 (2019-04-01)
Fixed bugs:
- GenServer terminating (MatchError): no match of right hand side value: {:error, :cannot_create_table} #135
- GenServer terminating (MatchError): no match of right hand side value: {:error, :cannot_create_table} #134
Merged pull requests:
- Improve CI tests and release configs #141 (Betree)
- Edit speaker enhancements #138 (Betree)
- fix(RuntimeConfig): Basic auth password #137 (Betree)
- chore(deps): bump timex from 3.3.0 to 3.5.0 #113 (dependabot[bot])
v1.0.1 (2019-03-25)
Fixed bugs:
- DBConnection.ConnectionError: connection not available because of disconnection #132
- GenServer terminating (DBConnection.ConnectionError): connection not available because of disconnection #131
- DBConnection.ConnectionError: connection not available because of disconnection #130
- GenServer terminating (ArgumentError): argument error #127
Merged pull requests:
- Release 1.0.1 #133 (Betree)
- fix(SubscriptionsMatcher): Don't return canceled subscriptions #129 (Betree)
- Release 1.0.0 #126 (Betree)
v1.0.0 (2019-03-19)
Fixed bugs:
- GenServer terminating: exited in: GenServer.call(CF.RestApi.Presence, {:list, "video_debate:4P7J"}, 5000) ** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application i #110
Merged pull requests:
v0.9.3 (2019-01-05)
Fixed bugs:
- CF.Accounts.UserPermissions.PermissionsError: unauthorized #92
Closed issues:
- Add API key to users #50
- Ability to export verification results #10
- User account deletion : soft delete #8
- Add a cleanup job to remove expired password reset requests #7
- [New achievements] Hit machine, fact's tamer, you made a point #5
Merged pull requests:
- Release 0.9.3 #109 (Betree)
- Videos: add unlisted and get all added by user #107 (Betree)
- chore(ActivityLog): Show user banned actions #105 (Betree)
- 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])
- feat(Limitations): Check actions on a 15 minutes period instead of 24h #98 (Betree)
- 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])
v0.9.2 (2018-12-29)
Merged pull requests:
- Release 0.9.2 #78 (Betree)
- Fix youtube fetch strategy #77 (Betree)
- fix(GraphQL): Add missing cf dependency #76 (Betree)
- chore(Limitations): Softer limitations for update user #74 (Betree)
- chore(WS): Return a proper unauthorized error when calling authenticated #73 (Betree)
- dev(Emails): Make the procedure to dev emails clearer #72 (Betree)
- chore(FrontendRouter): Use unique comments URLs #71 (Betree)
v0.9.1 (2018-12-20)
Fixed bugs:
- Phoenix.Router.NoRouteError: no route found for GET /socket/longpoll (CF.RestApi.Router) #67
- Phoenix.Router.NoRouteError: no route found for GET /socket/longpoll (CF.RestApi.Router) #56
- OAuth2.Error: Server responded with status: 400
Headers:
www-authenticate: OAuth "Facebook Platform" "invalid_code" "This authorization code has been used." content-type: application/json facebook-api-version: v2.8 x-fb-rev: 4560566 access-control-allow #54
- Jobs tests frequently fail #41
Closed issues:
Merged pull requests:
- Release 0.9.1 #69 (Betree)
- Allow longpoll connections #68 (Betree)
- Fix crash with facebook signup when name length is > 20 #66 (Betree)
- Fix error when trying to enter an empty speaker title #65 (Betree)
- chore(TravisCI): Check code format before running tests #64 (Betree)
- Videos can now handle multiple providers #63 (Betree)
- Delete docker dev scripts #62 (Betree)
- Fix timestamps in videos list #61 (Betree)
- chore(CI): Move release script out of travis config #59 (Betree)
- feat: Add Atom Feed for flags #57 (btrd)
- Disable jobs scheduler in tests #53 (Betree)
- Release 0.9 #52 (Betree)
v0.9.0 (2018-11-23)
Fixed bugs:
- Sources length is limited to 255 characters #42
Closed issues:
Merged pull requests:
- Replace "Anonymous user" label by "Deleted account" #51 (Betree)
- Add errors reporting with Rollbar #49 (Betree)
- Fix ability to confuse new fetcher mime_type with URL params #46 (Betree)
- Store source URL MIME type #45 (Betree)
- Increase sources max URL length to 2048 #44 (Betree)
- Umbrella app refactor - Part II ☂🌩🐋 #38 (Betree)
- Replace CaptainFactJobs.Vote by realtime messages #37 (Betree)
- Use ecto_enum for UserAction type and entity #36 (Betree)
v0.8.17 (2018-11-01)
Implemented enhancements:
- Ability to login using email or username alike #9
Fixed bugs:
Closed issues:
- Ability to import captions from YouTube #11
Merged pull requests:
- Release 0.8.17 #35 (Betree)
- Add the ability to disable CORS in config, set them to disabled by default in dev #30 (Betree)
- Use raw video title as entry title in videos atom feed #29 (Betree)
- Add ability to login using email or username alike #27 (adri)
- Fix typo #26 (ruudk)
- Add ability to import captions from YouTube #25 (adri)
- Unified docker release #24 (Betree)
- Return a proper 404 error when speaker doesn't exist #23 (Betree)
- Paginated videos list #22 (Betree)
- Videos atom feed #20 (Betree)
- Release 0.8.15 #19 (Betree)
- Use markdown format for statement feed #18 (Betree)
- Use new relationship model for UserAction #17 (Betree)
- Create CODE_OF_CONDUCT.md #16 (Betree)
- Generate hashId and store it in DB #15 (Betree)
- Improve comments Atom feed rendering #14 (Betree)
- Store Q letter in wikidata_item_id + Disable speakers validation feature #3 (Betree)
- [CI] Travis config #2 (Betree)
v0.8.14 (2018-08-18)
v0.8.13 (2018-08-05)
v0.8.12 (2018-07-19)
v0.8.10 (2018-05-18)
v0.8.7 (2018-04-13)
v0.8.6 (2018-03-25)
v0.8.3 (2018-03-06)
v0.8.0 (2018-01-25)
v0.2.0 (2017-03-29)
* This Change Log was automatically generated by github_changelog_generator