Commit Graph

191 Commits

Author SHA1 Message Date
Serghei Mihai 5591a1dc6c api: add sms subscriptions (#19846) 2017-11-16 10:34:38 +01:00
Josue Kouka 5e8d93c858 misc: remove useless print in manager test 2017-11-16 10:21:54 +01:00
Serghei Mihai 9f83201165 add sms delivery (#12665) 2017-11-10 11:26:32 +01:00
Serghei Mihai f46f80e445 add unsubscription link in mail headers (#19579) 2017-10-27 16:18:49 +02:00
Serghei Mihai e5b05b4db0 provisionning agent (#12910) 2017-07-07 07:50:54 +02:00
Frédéric Péters c298a8728a debian: add systemd service file (#16801) 2017-06-19 17:50:48 +02:00
Serghei Mihai 4d7874a5bf compute email's text body once (#16479) 2017-05-24 15:23:54 +02:00
Serghei Mihai 23c19695b1 fix unsubscription link computation for each destination (#16456) 2017-05-23 23:12:42 +02:00
Serghei Mihai 2949280eec translations update 2017-04-07 16:50:32 +02:00
Serghei Mihai e18d4cf506 add test email sending (#13358) 2017-04-07 13:45:29 +02:00
Serghei Mihai a1df96238e move email sending logic in utils 2017-04-07 13:45:29 +02:00
Serghei Mihai 2625291a6e fix postgresql specific migration and tests (#15213) 2017-04-07 12:06:32 +02:00
Serghei Mihai 06620ee794 add announce view (#15213) 2017-04-07 11:12:53 +02:00
Serghei Mihai b56be82b22 consider all images to attach as remote (#13450) 2017-03-30 09:43:18 +02:00
Serghei Mihai a501ee7c56 debian: fix django dependency 2017-03-16 17:42:16 +01:00
Serghei Mihai 4151bfdbbf debian: remove django 1.7 from dependency 2017-03-16 17:31:16 +01:00
Serghei Mihai c951f6bd89 setup.py: remove django 1.7
requirements.txt and tox coverage updated
2017-03-13 15:56:52 +01:00
Frédéric Péters 8cb010c79b drop support for django 1.7 2017-03-11 17:00:46 +01:00
Frédéric Péters a98fc4c09a tests: adapt to django-webtest 1.9.1 change in signatures 2017-03-11 16:42:54 +01:00
Frédéric Péters 481c92b5f3 tests: adapt to django-webtest 1.9.1 change of server name 2017-03-11 16:39:48 +01:00
Serghei Mihai 338a2a42f5 update requirements 2017-03-08 11:28:51 +01:00
Serghei Mihai b0428f98a8 fix announce images storage path (#15247) 2017-03-06 14:14:06 +01:00
Serghei Mihai 4dc11b9da4 store remote images on annonce save (#13450) 2017-02-28 16:26:12 +01:00
Serghei Mihai 675050d92b use specialized widgets for datetimes (#15087) 2017-02-28 15:38:02 +01:00
Serghei Mihai 7d8a683eb3 manager: fix redirect url after announce edit (#15110) 2017-02-27 10:59:39 +01:00
Serghei Mihai 109811cee7 tests: add tests for backoffice (#13343) 2017-02-27 10:48:51 +01:00
Serghei Mihai b2c506c6bc fix french translation 2017-02-21 15:25:11 +01:00
Serghei Mihai 62c4cb5a65 translations update 2017-02-15 17:06:35 +01:00
Serghei Mihai bc5c324651 unify "Delete" and "Save" buttons css class (#14990) 2017-02-14 09:35:14 +01:00
Serghei Mihai 9a6d6972d7 fix subscribers import button label (#14971) 2017-02-13 15:52:06 +01:00
Serghei Mihai 20eb6f4d30 translations update 2017-02-13 14:15:04 +01:00
Serghei Mihai 39a1008da9 let gadjo define extra menu opener icon (#14911) 2017-02-09 17:04:44 +01:00
Serghei Mihai b60770ed40 fix subscriptions form template base (#14906) 2017-02-07 13:57:01 +01:00
Serghei Mihai f9ae729f31 add categories pagination (#14871) 2017-02-06 12:05:54 +01:00
Serghei Mihai a2aba77ede add pagination for announces (#13878) 2017-02-06 12:04:25 +01:00
Serghei Mihai aa90f191a6 import subscribers from csv (#14010) 2017-02-06 10:47:15 +01:00
Serghei Mihai 5c367ca404 limit items in rss feed (#14798) 2017-01-30 10:03:03 +01:00
Serghei Mihai 2a14e3e124 rss: expose published announces only (#14731) 2017-01-27 16:20:38 +01:00
Serghei Mihai bf5d84a3f0 use unique category slugs in urls (#13791) 2017-01-27 16:06:23 +01:00
Serghei Mihai 40b6575398 api: use categories slugs instead of ids (#13791) 2017-01-27 16:06:23 +01:00
Serghei Mihai a14bbb99bc rename announces expiration date label (#14133) 2017-01-19 15:41:22 +01:00
Serghei Mihai 02ed310e05 use DEFAULT_FROM_EMAIL as sender address (#14111) 2017-01-19 15:41:21 +01:00
Frédéric Péters 4a0add0da2 debian: don't collectstatic and migrate schemas on reload (#14488) 2017-01-03 08:52:55 +01:00
Serghei Mihai 581f22abc9 translations update 2016-11-24 10:34:32 +01:00
Serghei Mihai 20ea746f60 localize unsubscription link (#14005) 2016-11-24 10:34:32 +01:00
Serghei Mihai 8fcdf922b8 tests: fix inline images check test (#14062) 2016-11-23 17:02:18 +01:00
Serghei Mihai 087922ccaf tests: import missing mock module 2016-11-23 16:36:02 +01:00
Serghei Mihai 1829923d10 add command for external rss feed synchronization (#13889) 2016-11-23 16:28:26 +01:00
Serghei Mihai 048f06810c tests: use new 'mailoutbox' fixture (#14046) 2016-11-23 16:21:49 +01:00
Frédéric Péters 924aab5373 debian: check for corbo-manage before running cron jobs (#13993) 2016-11-16 18:10:46 +01:00