Commit Graph

605 Commits

Author SHA1 Message Date
Élie Bouttier 23401def0a
Create LICENSE 2017-12-10 22:00:31 +01:00
Élie Bouttier 6e063c0162 fix url name 2017-12-01 00:23:06 +01:00
Élie Bouttier d788f893eb begin documentation with sphinx 2017-11-30 23:49:57 +01:00
Élie Bouttier 3288d6272f upgrade local_settings.py.example 2017-11-30 23:49:26 +01:00
Élie Bouttier 45642e7221 fix issues in mailing backward token compatibility 2017-11-30 23:00:25 +01:00
Élie Bouttier 4ef67398ff separate mailing data and schema migrations 2017-11-30 21:41:20 +01:00
Élie Bouttier 8c7660a240 improve mailing system 2017-11-30 20:38:28 +01:00
Élie Bouttier 92fda40e9c fetch mails from imap server without SSL 2017-11-30 20:38:28 +01:00
Guilhem Saurel 6401a8fc85 remove useless file 2017-11-30 00:08:44 +01:00
Guilhem Saurel b1e5d0b481 merge talk-speaker-{add,remove} in talk-edit 2017-11-30 00:01:39 +01:00
Guilhem Saurel 5e7143d239 fix ParticipantRemove view’s get_queryset 2017-11-29 00:29:50 +01:00
Guilhem Saurel 603cec8303 staff can delete a participant that does not have any talk, fix #102 2017-11-28 01:11:04 +01:00
Guilhem Saurel ca38b114ec staff can only add speakers from the right conference to a talk 2017-11-28 00:39:25 +01:00
Guilhem Saurel 45facae55c fix date tests
Previously, if tests where ran around midnight, a talk starting in a day
and ending in another one would have been created, and this is not
currently handleable
2017-11-28 00:20:48 +01:00
Guilhem Saurel 0a8ec84b0b staff can add speakers to a talk 2017-11-28 00:12:28 +01:00
Guilhem Saurel 17e807b886 Update requirements
django-select2<6 because it dropped support for python 3.5 that we are
using in prod:
https://github.com/applegrew/django-select2/blob/master/CHANGELOG.md
2017-11-27 22:50:18 +01:00
Élie Bouttier b365364a56 add conference videos publishing date 2017-11-27 21:22:41 +01:00
Élie Bouttier 305236efad more tests 2017-11-27 20:32:27 +01:00
Élie Bouttier 1b8f5d0d27 validate uuid token before use 2017-11-26 20:55:09 +01:00
Élie Bouttier ecab4cc23d fix tests and regressions 2017-11-26 20:30:19 +01:00
Élie Bouttier dc10f4132b minor template change 2017-11-25 23:28:01 +01:00
Élie Bouttier 1610119fa7 i18n 2017-11-25 23:25:30 +01:00
Élie Bouttier 6cfc417937 add missing js file 2017-11-25 23:22:15 +01:00
Élie Bouttier 825a0111b4 homepage markdown preview 2017-11-25 23:19:24 +01:00
Élie Bouttier 476dd3fbd4 use pk instead of token in staff area 2017-11-25 22:41:21 +01:00
Élie Bouttier 42edc32880 remove backward compatibility 2017-11-25 22:20:05 +01:00
Élie Bouttier 06977b0cc8 volunteer-home -> volunteer-dashboard 2017-11-25 22:05:47 +01:00
Élie Bouttier e853c59fce translate room fields 2017-11-22 23:12:31 +01:00
Élie Bouttier fc23caad8a remove cancelled talks from schedule 2017-11-22 22:37:52 +01:00
Élie Bouttier f8a2b3436e fix materials filter 2017-11-22 15:49:36 +01:00
Élie Bouttier 13c41e1457 more tests and a minor fix 2017-11-22 14:13:16 +01:00
Élie Bouttier a195b33f51 fix talk proposal description field help text 2017-11-21 22:49:54 +01:00
Élie Bouttier f2b369a65e more tests and small fixes 2017-11-21 21:28:55 +01:00
Élie Bouttier ec189bdc68 i18n typo 2017-11-21 11:08:11 +01:00
Élie Bouttier a19926dc29 more tests and a minor fix 2017-11-20 20:14:19 +01:00
Guilhem Saurel 9d9ab225a1 del → remove for consistency 2017-11-20 14:35:52 +01:00
Guilhem Saurel 0c8b52aea7 update translations 2017-11-20 00:00:40 +01:00
Guilhem Saurel a2b3e50e9b staff can delete speakers 2017-11-19 23:54:38 +01:00
Élie Bouttier e4e4cd35ef volunteer: send secret url by mail 2017-11-19 23:39:25 +01:00
Élie Bouttier 1159552241 add ICS variant for citymeo 2017-11-19 21:56:15 +01:00
Élie Bouttier 6610f86801 accounts profile 2017-11-19 21:42:45 +01:00
Élie Bouttier ebec3575c4 new proposal with logged user: use form initial 2017-11-19 21:41:52 +01:00
Élie Bouttier c7c41cfb3d planning: database requests optimization 2017-11-19 21:41:28 +01:00
Élie Bouttier 5da508d2d0 volunteers: handle logged users 2017-11-19 21:41:03 +01:00
Élie Bouttier 4acc32221a label on staff program 2017-11-16 11:06:32 +01:00
Élie Bouttier 1c093201ac linguistic typos 2017-11-15 00:07:11 +01:00
Élie Bouttier 742aec6270 allow speakers to upload their slides 2017-11-15 00:03:13 +01:00
Élie Bouttier 7d7fb64df2 fix minor template issue 2017-11-14 22:58:21 +01:00
Élie Bouttier 3c70b5da9b fix label color issue 2017-11-14 22:57:15 +01:00
Élie Bouttier 5e6c5e34bd add blank=True on Talk.materials 2017-11-14 22:43:05 +01:00