Daniel Kesselberg
7144ff2699
docs(smime): rename CA to 0 S/MIME CA
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-02-21 11:37:09 +01:00
Richard Steinmetz
18d15ec685
docs(developer): add instructions for self signed S/MIME certs
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-01-26 11:26:58 +01:00
Christoph Wurst
b70e090503
Validate remote hosts
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-12-21 16:32:00 +01:00
Christoph Wurst
e7f194d281
Add Google OAuth admin settings
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-12-02 09:07:44 +01:00
Arjen
f65f0d4d2b
Implement archive functionality
...
Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Arjen <4867268+arjentz@users.noreply.github.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-04 14:41:10 +02:00
Anna
7900cb533f
Include local messages table
2022-06-30 16:36:24 +02:00
Christoph Wurst
631da0bbdb
Only print debug logs at debug verbosity
...
Ref https://symfony.com/doc/current/console/verbosity.html
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-12 15:27:27 +02:00
Christoph Wurst
47946fadaa
Document how to debug slow IMAP/SMTP connections
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-28 17:13:28 +02:00
Christoph Wurst
9096248744
Add anti abuse detection
...
* Trigger alert for number of recipients of a single message
* Trigger alert for number of messages per time period (15m, 1h, 1d)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-21 17:11:54 +01:00
Christoph Wurst
a522528b3f
Update installation and contributors info in readme
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-27 11:48:07 +01:00
snevas
b22c7d97e2
New database table for reset
2021-12-09 10:36:45 +01:00
Daniel Kesselberg
42a6777d3c
Add guide for ckeditor inspector
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-14 18:27:10 +02:00
Richard Steinmetz
60b0109091
Improve ldap testing documentation
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-07-13 12:38:37 +02:00
Daniel Kesselberg
b8e3329e59
Add guide how to setup ldap, imap and provisioning
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-07 15:16:05 +02:00
Anna Larch
d5cf9ce0c8
Update developer.md
...
Add tagging tables
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-03-23 13:37:37 +01:00
Anna Larch
a86ddabb7b
Update developer.md
2021-03-01 09:20:54 +01:00
Daniel Kesselberg
82ab9d0007
Add Sieve support
...
* Expose managesieve port
* Add sieve client factory
* Add support for sieve to provisioning
* Refactor test connectivity logic and add sieve.
* Add support for sieve to provisioning
* Add sieve to account form
* Add debug logger for ManageSieve
* Add api to get and update active script
* Add error for managesieve exception
* Add text editor to update existing script
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-26 16:36:46 +01:00
Christoph Wurst
c91418ad23
Add logging section to admin docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-25 12:39:24 +01:00
Christoph Wurst
768a77afd7
Allow admins to limit the size of attachements
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-07 20:01:34 +01:00
Christoph Wurst
cf73589fc2
Recommend gzip compression for exported threads data
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-20 08:42:07 +01:00
Christoph Wurst
903d076e46
Add troubleshooting for mysql insert errors
...
Because in most cases it's easily fixable by configuring the db for
4byte support.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-18 10:15:19 +01:00
Christoph Wurst
d2101a86e6
Document how admins can collect troubleshoot information
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-05 10:00:21 +01:00
Christoph Wurst
02ca8fd3d7
Fix tls verificaon docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14 20:05:39 +02:00
Cyrille Bollu
1e550c9a70
Documents the app.mail.verify-tls-peer setting
...
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-09-16 15:30:23 +02:00
Matěj Týč
aa54b0345d
Updated the hard app reset instructions.
...
Completed the list of tables to remove to fully reset the app settings.
See also: #2383
Signed-off-by: Matěj Týč <matej.tyc@gmail.com>
2020-05-19 19:46:58 +02:00
Deutscher Bundesjugendring
67de45e599
Add hint for autoconfig
...
The possibility for autoconfig seems not to be part of the documentation yet: the hint might be useful especially for admins of smaller Nextcloud instances.
Signed-off-by: DBJRdev <digital@dbjr.de>
2020-01-17 23:40:34 +01:00
Christoph Wurst
ad29c8a46c
Persist provisioned accounts
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-04 08:49:38 +01:00
Daniel Kesselberg
c2d02590f1
Rename mail_collected_addresses to mail_coll_addresses
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-08-25 23:21:59 +02:00
Christoph Wurst
c83d7f78ae
Remove Dovecot warning from admin docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-02-15 10:47:01 +01:00
Christoph Wurst
d82a9c9eee
Move dev setup to README
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-10-09 08:59:04 +02:00
Christoph Wurst
e54b9c340a
Remove not supported [TOC]
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-09-26 10:47:29 +02:00
Christoph Wurst
5b2976112e
Document default account configuration
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-09-26 10:03:23 +02:00
Christoph Wurst
e53f6e26da
Split readme into dedicated documentation files
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-09-26 09:53:30 +02:00