Commit Graph

44 Commits

Author SHA1 Message Date
e4be1dc203 preparing some items for translation
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-03-12 08:38:07 +01:00
71cfeb4856 bugfix: now loading value of hold_time column in List table 2022-04-30 13:28:46 +02:00
265ec4483f Merge branch 'main' into drop_old_mail 2022-04-30 12:47:19 +02:00
56782a80d0 fixed case-sensitivity of user email 2022-04-30 12:29:03 +02:00
f37fabe21b working on dropping old mails 2022-04-30 12:21:51 +02:00
b771a73302 fixed subject for test mail 2022-04-24 16:56:48 +02:00
742dd673a9 fixed mail envelope from property 2022-04-24 16:39:22 +02:00
1ad9c7278e fixed message forwarding:
- messages to open lists are always accepted and sent to all subscribers
- messages to normal lists are accepted from subscribers and sent to all subscribers
- messages to moderated lists are accepted only from mods and sent to all subscribers
- messages to moderated lists are from non-mod subscribers are forwarded to the mods
- all other messages are retained
2022-04-23 18:03:03 +02:00
19c20816f8 confirmation mail now template based. 2022-04-23 16:56:36 +02:00
3ffab25635 now resetting imap errors after successfull job 2022-04-23 00:21:23 +02:00
6abee6e977 implemented editing of list credentials for admin/owner, fixed bug:
if login fails due to wrong auth, it is no longer repeated. instead, the list is disabeld
2022-04-22 18:20:03 +02:00
72e8f4755c altered text 2022-04-22 14:29:22 +02:00
b9b3196ae6 new permissions:
* list members may be nominated as moderators by admin
* admin may allow moderators to nominate more moderators
* admin may set allowed senders to one of the following:
    * owners and mods
    * all subscribers
    * everyone
* moderators are now able to remove members from list
2022-04-22 12:35:16 +02:00
7bf492e469 added new state bits to MailingList, implemented form for editing those 2022-04-22 10:25:24 +02:00
5710a89b52 working on tests 2022-04-22 09:35:26 +02:00
655d285946 altered logging behaviour, disabled reload button 2022-04-22 00:26:01 +02:00
915712e636 first version with working archive 2022-04-20 17:45:11 +02:00
06324a7e96 preparing message store 2022-04-20 15:49:50 +02:00
d6fea067fb implemented retaining of messages from non-members 2022-04-20 15:02:18 +02:00
5e01a64a64 implemented rewriting of "… (from <sender>)" in subject, prepared open flag 2022-04-20 13:34:55 +02:00
523e2fc432 first working version 2022-04-20 11:49:23 +02:00
68f361e15b working on mailing list options 2022-04-20 09:55:58 +02:00
2c99aa20b3 refactoring code 2022-04-20 09:21:45 +02:00
b38b40a677 working on forwarding mail 2022-04-20 08:22:26 +02:00
7b5b6aa701 first version doiing forward with attached original mail 2022-04-19 13:47:54 +02:00
d7668dadaa moved imap credentials from MailingList to ImapClient 2022-04-19 12:09:26 +02:00
ae63ffa083 updated some texts 2022-04-19 10:48:33 +02:00
9f3c87af2c cleaning, adding comments to MailingList class 2022-04-19 09:58:11 +02:00
aae095f2ea started adding comments, restructured Database class 2022-04-19 08:41:03 +02:00
2b9a185bfc working on permissions 2022-04-18 16:07:59 +02:00
a326004e82 working on permissions 2022-04-18 14:30:17 +02:00
1ef430b783 working on list administration 2022-04-18 12:55:24 +02:00
6361cec7bc working on confirmed subscription 2022-04-18 09:38:04 +02:00
2b59c7ab96 working on confirmed subscription 2022-04-18 09:34:31 +02:00
e2bba174ee added tests, preparing submission confirmation 2022-04-17 19:52:52 +02:00
853926e0f7 working on list submission 2022-04-16 12:29:49 +02:00
7b41ece15e working on editing of list properties 2022-04-16 11:45:19 +02:00
3ef331db1a implemented showing public lists to visitors 2022-04-16 08:12:41 +02:00
321f05c09a implemented hiding/unhiding of mailing lists on the database side 2022-04-16 08:01:58 +02:00
1c84a63e66 working on list management scripts 2022-04-15 19:31:15 +02:00
438707fca8 working on list management 2022-04-15 18:14:08 +02:00
9f128eab39 working in list management 2022-04-15 17:29:45 +02:00
b9f1ac0516 working on list creation 2022-04-15 15:56:00 +02:00
abf9b814fe fixed database table creation 2022-04-15 15:40:08 +02:00