Commit Graph

69 Commits

Author SHA1 Message Date
b94a0f68f4 Merge branch 'main' into lang_de 2024-06-07 14:19:35 +02:00
f3cff6f5c1 disabled debug feature
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-06-07 14:19:26 +02:00
8f614d610a Merge branch 'main' into lang_de 2024-06-07 14:18:17 +02:00
fa265f14b2 implemented transfer of list ownership. this resolves #4
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-06-07 14:06:27 +02:00
5cc2f10d36 Übersetzung erweitert
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-06-07 12:37:09 +02:00
1b61004238 working on translations
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-06-07 12:33:43 +02:00
f882a56804 working on translation
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-06-07 12:24:32 +02:00
8cd0da60c5 Merge branch 'main' into lang_de 2024-05-19 12:15:33 +00:00
1d1044980c Bugfix: drop token after use
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-05-19 12:13:48 +00:00
da1b5baa1e Merge branch 'main' into lang_de 2024-05-19 11:52:34 +00:00
3c864a12ed implemented resetting passwords
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-05-19 11:15:24 +00:00
92e94eaa51 fixed typos
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-03-25 18:35:12 +01:00
49ecacc797 fixed texts
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-03-25 18:30:05 +01:00
745ce65a75 fixed use of non-accessible exception
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-03-15 13:35:39 +01:00
0a1e210503 improved permission checks on archive
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-03-15 13:27:25 +01:00
1b484760b9 backported some code from lang_de branch
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-03-15 12:25:43 +01:00
89fda62c9d Löschen von Nachrichten aus dem Archiv implementiert. Dies Löst #2
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-03-15 11:22:58 +01:00
0fa9796294 applied some sorting 2022-05-04 00:51:55 +02:00
71cfeb4856 bugfix: now loading value of hold_time column in List table 2022-04-30 13:28:46 +02:00
f37fabe21b working on dropping old mails 2022-04-30 12:21:51 +02:00
fbf3591839 grouping mail archive by year-month 2022-04-24 11:08:04 +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
0858417fa9 working on css 2022-04-23 01:34:14 +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
f234cded1b bugfix 2022-04-22 16:22:46 +02:00
86a9dd271f implemented dropping of mailing lists 2022-04-22 16:14:17 +02:00
c841a8f873 bugfixes 2022-04-22 14:11:23 +02:00
df1e4c5840 minor code improvement 2022-04-22 14:03:40 +02:00
efa4bcbc99 minor code improvements 2022-04-22 13:56:48 +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
d36300e0bb improved archive: storage dir cannow be configured. also, mails are now displayed in send-time order 2022-04-20 18:12:56 +02:00
915712e636 first version with working archive 2022-04-20 17:45:11 +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
052ce75286 fixed character encoding bug 2022-04-20 10:30:01 +02:00
ca2822f6e6 bugfix 2022-04-20 10:16:15 +02:00
7bc6cc0d0c bugfix 2022-04-20 10:13:19 +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
1b9a69e60d minor code improvements 2022-04-19 10:57:55 +02:00
791b28aec6 added fromtpage 2022-04-19 10:38:36 +02:00
fccfea671a working on permissions 2022-04-18 17:15:24 +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