34 Commits

Author SHA1 Message Date
4c704734cd Add ACL to edit membership 2022-02-17 16:53:11 +01:00
bd3919efcb notification: store users which are unread instead of read, and in
dedicated table

The query "which are the unread notification" is much more frequent than
the read one. We then store the unread items in a dedicated table.
2021-12-26 01:00:50 +01:00
5cebcfddb7 fix cs ? 2021-12-25 22:51:58 +01:00
Pol Dellaiera
8401ce2656
cs: Fix code-style (using PHPCSFixer and PHPCS). 2021-12-21 10:59:23 +01:00
18fa4eb586 fix tests (wip) 2021-12-13 19:00:13 +01:00
47574f82aa fix code style 2021-12-13 19:00:13 +01:00
1fff9ef535 stylefix 2021-12-13 10:10:05 +01:00
juminet
7e045e964a fix some person issues 2021-12-12 14:39:59 +00:00
nobohan
15c7c6ccde fix code syntax using php stan 2021-12-06 10:06:55 +01:00
Pol Dellaiera
cd3be25c22
cs: Remove duplicated headers. 2021-11-30 13:54:58 +01:00
Pol Dellaiera
47c5855a21
cs: Switch to a stricter way of coding - this might break in a lot of places. 2021-11-30 13:33:18 +01:00
Pol Dellaiera
a9188355c5
cs: Enable more risky rules. 2021-11-30 11:37:57 +01:00
Pol Dellaiera
3631fd99fd
cs: Enable risky rule is_null. 2021-11-30 10:22:38 +01:00
Pol Dellaiera
8f96a1121d
cs: Fix code style (safe rules only). 2021-11-23 14:08:50 +01:00
Pol Dellaiera
68a21fcc0a
fix: SA: Fix "...Instantiated class not found..." rules.
SA stands for Static Analysis.
2021-11-16 15:34:12 +01:00
cd6b5c9a39 Add context for household member editor form:
* add context for accompanying period, if indicated in a query
parameter;
* expand automatically household suggestion, if indicated in a query
parameter
2021-06-28 11:23:30 +02:00
04ccca092b remove links to route 'household members' 2021-06-18 13:53:19 +02:00
17c3ecbabe validation on simultaneous household membership for a person 2021-06-14 12:56:01 +02:00
807d3674fc implements max holder and validation on UI 2021-06-11 17:58:09 +02:00
38c06977ca add link to household or household editor 2021-06-10 15:18:41 +02:00
3e39dd9a1e remove route for testing move 2021-06-10 13:02:35 +02:00
89734c680c backend: allow to remove people from household, or move to a new household 2021-06-10 13:01:42 +02:00
6fed008ff2 fix creation of new household during move 2021-06-10 11:48:06 +02:00
f9758eff5b fix use of context into householdMember::move 2021-06-10 11:16:37 +02:00
18217f53e8 Merge branch 'features/household-members-list' into features/household-editor 2021-06-08 22:16:43 +02:00
4dc82bc207 add test for Member edition + fix path 2021-06-07 21:52:17 +02:00
7c94824c20 Merge branch 'features/household-members-list' into features/household-editor 2021-06-07 17:36:25 +02:00
a922e397f8 Merge remote-tracking branch 'origin/master' into features/household-editor 2021-06-07 17:32:29 +02:00
5cb076495a finalize members lists 2021-06-07 17:03:45 +02:00
e5905902cc add confirm button for move 2021-06-04 21:24:11 +02:00
d9a3e117b2 WIP continue editor 2021-06-03 18:11:05 +02:00
e9caa7b4b8 add groups on household serialization 2021-06-02 21:44:49 +02:00
c6949490a4 first impl for household editor 2021-06-02 00:32:55 +02:00
041b1dfc51 Controller action to move members of an household 2021-05-31 20:42:07 +02:00