Commit graph

958 commits

Author SHA1 Message Date
the-djmaze
0c1ac011f2 Bugfix: Admin Plugins management broken 2022-03-10 12:18:14 +01:00
the-djmaze
b2dd5b7cad Bufix: plugin CSS failed to load 2022-03-10 11:46:54 +01:00
the-djmaze
6f2f5bce86 Added Ctrl/Meta + F to open advanced search screen
Cleanup search field onEnter
2022-03-09 15:08:22 +01:00
the-djmaze
accf860796 Resolve #278 2022-03-09 13:11:28 +01:00
the-djmaze
e90e8a55ce Resolve #276 2022-03-08 23:15:54 +01:00
the-djmaze
c0f494c758 Some small cleanups 2022-03-08 10:52:40 +01:00
the-djmaze
4b8e77be5c Make ComposeType numeric 2022-03-08 09:27:32 +01:00
the-djmaze
4dd58f7c36 Cleanup and better rename settings screens to match template names 2022-03-08 00:51:32 +01:00
the-djmaze
f44507a69b Cleanup some code 2022-03-04 23:46:37 +01:00
the-djmaze
2a3e22344e Split Admin actions from User actions 2022-03-04 23:46:14 +01:00
the-djmaze
398c77eb35 Merge DomainAdminInterface into DomainInterface 2022-03-04 22:06:40 +01:00
the-djmaze
3251611c6d Move admin repository handling code to \SnappyMail\Repository 2022-03-04 16:09:50 +01:00
the-djmaze
ee135f2032 Bugfix: mailto handling was broken, and now also works without auto-login 2022-03-04 15:22:37 +01:00
the-djmaze
54f48fbe4d Resolve #261 2022-03-04 12:13:53 +01:00
the-djmaze
fe0f6af9f4 Renamed closeCommand() to close() because it has no command feature anymore 2022-03-04 09:21:24 +01:00
the-djmaze
f0b0d21386 Some small cleanups/corrections 2022-03-03 19:22:17 +01:00
the-djmaze
28b32edfab Update optional php extensions 2022-03-03 19:21:25 +01:00
the-djmaze
06e2dc722d Added PHP Tidy as optional extension 2022-03-03 11:12:34 +01:00
the-djmaze
9f8854ae80 Remove the old unused \MailSo\Base\Crypt 2022-03-03 11:09:50 +01:00
the-djmaze
5bb190d974 Improve \MailSo\Base\Utils::FunctionExistsAndEnabled() 2022-03-03 10:44:15 +01:00
the-djmaze
bb7d8e85a0 Cleanup \MailSo\Base\HtmlUtils::BuildHtml() 2022-03-03 09:54:39 +01:00
the-djmaze
75766573e9 Speedup \MailSo\Base\HtmlUtils::BuildHtml() 2022-03-02 11:33:04 +01:00
the-djmaze
059b9eb322 Remove unused HtmlStrictAllowedTags and HtmlStrictDebug 2022-03-02 11:30:32 +01:00
the-djmaze
1d6dad8f4f Remove unused strict_html_parser (it's moved to JavaScript) 2022-03-02 11:22:05 +01:00
the-djmaze
765150c19a Only set DevEmail/DevPassword when version is 0.0.0 2022-03-02 11:19:43 +01:00
the-djmaze
6215af5d74 Fix Cache->GC(0) for files 2022-03-02 11:05:59 +01:00
the-djmaze
c605ff1767 Log issues for #255 2022-03-02 10:52:32 +01:00
the-djmaze
096faae844 Remove some shortcuts due to conflicts, read #252 2022-03-02 09:26:30 +01:00
the-djmaze
4250dcf3f0 Cleanup theme switcher 2022-03-01 15:49:35 +01:00
the-djmaze
62bdf41882 Improved debug #185 [202] error 2022-03-01 11:31:01 +01:00
the-djmaze
fd90949e15 Resolve #251 2022-03-01 11:08:38 +01:00
the-djmaze
3de19b22b6 Solve hideSubmitButton issue 2022-03-01 10:36:27 +01:00
the-djmaze
f4d98130a5 Simplify save settings 2022-03-01 10:18:12 +01:00
the-djmaze
fc60dc94fc Revert broken background due to #249 2022-03-01 10:02:14 +01:00
the-djmaze
2e8497dc01 Bugfix: Admin extensions page didn't refresh after install/update 2022-02-28 17:26:23 +01:00
the-djmaze
942cfbbf53 Resolve #249 2022-02-28 15:57:46 +01:00
the-djmaze
62b6a1513c Cleaner boot data 2022-02-28 15:10:04 +01:00
the-djmaze
92079fd6f7 Resolve #239 2022-02-28 11:21:01 +01:00
the-djmaze
376490725c Bugfix: i broke advanced search form 2022-02-28 11:03:02 +01:00
the-djmaze
f11f16c23b Resolve #247 2022-02-28 10:57:41 +01:00
the-djmaze
97bc3ef585 Enable AbstractViewSettings 2022-02-28 10:38:47 +01:00
the-djmaze
1d63683cf9 Improved shortcuts handling 2022-02-25 17:02:08 +01:00
the-djmaze
b82d26b71b Restructure some popups to use <form> 2022-02-25 13:12:44 +01:00
the-djmaze
93dcea6d35 Resolve #245 Send HTML message as last part 2022-02-25 10:36:23 +01:00
the-djmaze
2edd55f01f Drop cancelCommand in favor of closeCommand and improve AbstractViewPopup handling 2022-02-24 22:40:17 +01:00
the-djmaze
b5114fa73a Simplify admin domain management 2022-02-24 13:36:57 +01:00
the-djmaze
962ddde1f3 Some small cleanups and fixes 2022-02-24 12:43:44 +01:00
the-djmaze
e7c7b8ed53 Restructure Capa 2022-02-24 12:22:27 +01:00
the-djmaze
13980c4ee3 Resolve #241 logout behavior 2022-02-22 00:44:13 +01:00
the-djmaze
24b638cd82 Cleanup some JavaScript 2022-02-21 15:36:34 +01:00