mobilizon.chapril.org-mobil.../lib/mobilizon
setop 01bdd7b344 fix compare begin and end dates
this bug prevent from creating an event with the day of month of the begin date greater than the day of month of the end date, event if end date is effectively greater than begin date.

for example, if the begin date is '2020-04-28' and end date is '2020-05-13', these dates are valid but because 28 > 13, the validation fails.

this is better explained in this article ["Never compare dates in Elixir using < or >"](https://blog.leif.io/never-use-to-compare-dates/).

using Date.compare, as proposed in this PR fix the issue.
2020-04-03 23:37:56 +02:00
..
actors Blind key rotation and stale duration for profiles 2020-02-14 18:21:18 +01:00
addresses Move configuration to traditional way 2020-02-06 16:12:13 +01:00
admin Add anonymous and remote participations 2020-01-29 17:28:11 +01:00
events fix compare begin and end dates 2020-04-03 23:37:56 +02:00
media Implement Credo software design suggestions 2020-01-28 19:18:33 +01:00
mentions Fix Credo code readability issues 2020-01-28 20:15:59 +01:00
reports Implement Credo software design suggestions 2020-01-28 19:18:33 +01:00
storage Separating of Storage context 2019-09-08 01:49:56 +02:00
users Allow to edit account email and delete account 2020-02-13 16:21:26 +01:00
cldr.ex Notifications on event update 2019-09-30 19:01:46 +02:00
config.ex Don't access remote events from non-federated instances when not logged 2020-02-07 16:28:49 +01:00
crypto.ex Refactoring of Actors context 2019-09-09 00:52:49 +02:00
share.ex Fix Credo code readability issues 2020-01-28 20:15:59 +01:00
tombstone.ex Split Federation as separate context 2020-01-22 02:14:42 +01:00