Commit Graph

6850 Commits

Author SHA1 Message Date
Benjamin Dauvergne f2e8550997 sessions: unlog inactive users (#42428) 2020-07-28 17:34:20 +02:00
Benjamin Dauvergne 612bfb1ea1 wf: do not notify inactive users (#42428) 2020-07-28 17:34:19 +02:00
Benjamin Dauvergne 248b0c2801 roles: don't include inactive members emails (#42428) 2020-07-28 17:34:19 +02:00
Benjamin Dauvergne 4ef65f9947 hobo_notify: set is_active attribute (#42428) 2020-07-28 17:34:19 +02:00
Frédéric Péters 3a2b8d45e4 tests: test is_active user column migration (#42428) 2020-07-28 17:34:19 +02:00
Benjamin Dauvergne b145351e2d users: add column to store is_active (#42428) 2020-07-28 17:34:19 +02:00
Thomas NOËL 4c8d63eaab templates: add sum filter (#45394) 2020-07-28 15:22:45 +02:00
Thomas NOËL e08ac1f3d4 misc: add getlist filter compatibility for block field (#45394) 2020-07-28 15:22:41 +02:00
Frédéric Péters 0d0a5ad5ee backoffice: add possibility to display linked card fields as columns (#40036) 2020-07-28 11:51:02 +02:00
Frédéric Péters 44c8a61a9f admin: fix encoding handling in remote idp metadata update (#45269) 2020-07-28 08:29:30 +02:00
Frédéric Péters a96e9c769c misc: enable external workflow / modify card actions (#45289) 2020-07-27 17:00:30 +02:00
Frédéric Péters 9d0d9c2a3c backoffice: don't mark just-enabled start/end filters as invalid (#45376) 2020-07-27 16:00:44 +02:00
Frédéric Péters 80a771ce9b tests: revert erroneous wipe() in double_filter test 2020-07-24 12:49:10 +02:00
Frédéric Péters c9666f84a9 tests: remove leftover call to pdb 2020-07-24 12:13:10 +02:00
Frédéric Péters 88aeffda87 tests: make sure to wipe formdata before test 2020-07-24 12:07:10 +02:00
Frédéric Péters 40231dcd9e tests: adjust double filter test for changes in FTS (#45285) 2020-07-24 11:11:13 +02:00
Frédéric Péters 287167e25d sql: add back forgotten ascii conversion in fts search (#45285) 2020-07-24 10:46:41 +02:00
Frédéric Péters d1bda63792 sql: limit FTS preprocessing to NFKD normalization (#45285) 2020-07-24 09:45:55 +02:00
Frédéric Péters 755590d069 tests: check provisionning without email 2020-07-23 20:03:48 +02:00
Lauréline Guérin 19ecf683f2
misc: add unaccent filter (#44811) 2020-07-21 16:08:02 +02:00
Frédéric Péters 28293e81a1 translation update 2020-07-21 15:50:14 +02:00
Lauréline Guérin ced9108d3a
backoffice: delete page fields wording (#45300) 2020-07-21 14:49:56 +02:00
Frédéric Péters c68aa20545 general: don't wipe formdefs when wiping carddefs (#45303) 2020-07-21 10:24:21 +02:00
Frédéric Péters 3ca2d56840 misc: don't advertise _live_ variables if card is missing (#45296) 2020-07-20 17:34:00 +02:00
Frédéric Péters 62092e89e7 misc: don't fail on prefill attributes on titles in blocks (#45262) 2020-07-20 10:17:57 +02:00
Frédéric Péters 40c95ea3e4 misc: remove <br> from item field view widget (#45263) 2020-07-20 09:47:32 +02:00
Frédéric Péters 30537f7224 misc: add prefill attributes to widgets in blocks (#45262) 2020-07-20 09:47:32 +02:00
Frédéric Péters b83e843056 fields: don't let block fields be prefilled for now (#45261) 2020-07-20 09:47:32 +02:00
Frédéric Péters 2a7fe34ed5 forms: add support for boolean fields in blocks (#45165) 2020-07-17 15:20:55 +02:00
Frédéric Péters 62c0c20d24 misc: by default exclude anonymised data from querysets (#45236) 2020-07-17 15:09:16 +02:00
Frédéric Péters 1d78d7cf02 misc: fix inputmode attribute value to be "numeric" (#45229) 2020-07-17 12:39:27 +02:00
Frédéric Péters ae4ce9768b formdata: add live view of item field linked card data (#45094) 2020-07-17 10:35:12 +02:00
Frédéric Péters 27f3db832b translation update 2020-07-17 07:58:24 +02:00
Frédéric Péters 3fb2760f57 tests: check for cards referenced in block widgets (#44816) 2020-07-17 07:21:55 +02:00
Frédéric Péters ae0bb033cc forms: show correct value for item fields in blocks on validation page (#44816) 2020-07-17 07:21:55 +02:00
Frédéric Péters 96fe2e3fc7 fields: add detailed field value support to block fields (#44816) 2020-07-17 07:21:55 +02:00
Frédéric Péters 1bd794a71f backoffice: add filtering on submission agent uuid (#45080) 2020-07-17 07:13:36 +02:00
Frédéric Péters fe9176bb91 backoffice: add filtering on submission agent id (#45081) 2020-07-17 07:13:36 +02:00
Frédéric Péters 1e83b2b629 general: add same_user queryset "filter" (#43328) 2020-07-16 20:16:42 +02:00
Frédéric Péters 9ebb81bd09 general: allow slicing querysets (#43328) 2020-07-16 20:16:42 +02:00
Frédéric Péters ba0f3a4bb0 general: add template access to cards and forms (#43328) 2020-07-16 20:16:42 +02:00
Frédéric Péters 7087f4a061 general: add filtering methods to lazy querysets (#43328) 2020-07-16 19:23:10 +02:00
Thomas NOËL 981528a0e6 translation: explain NIR 2020-07-16 09:25:59 +02:00
Thomas NOËL 19a1ad6ce4 workflows: set bo fields to empty value only if value before compute is empty (#45135) 2020-07-16 09:24:00 +02:00
Frédéric Péters 299f150fbb workflows: ignore empty linked data (#45151) 2020-07-16 06:49:48 +02:00
Frédéric Péters f8be9e5c56 misc: add inputmode=number attribute on zipcode/etc. widgets (#45152) 2020-07-16 06:49:48 +02:00
Frédéric Péters 980fc9f36d sql: fix migration number for new deleted_timestamp column (#45154) 2020-07-15 20:01:30 +02:00
Frédéric Péters 7052570cc9 translation update 2020-07-14 17:25:43 +02:00
Frédéric Péters 1473d8edb0 backoffice: add a notice on deleted user pages (#42393) 2020-07-14 13:56:13 +02:00
Frédéric Péters 0791d9af7a backoffice: don't include deleted users in listing (#42393) 2020-07-14 13:52:08 +02:00