Commit graph

3620 commits

Author SHA1 Message Date
the-djmaze
30a6ee5d3d Use opacity on disabled/readonly form field 2022-03-01 10:37:00 +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
eeb289ea44 v2.3.1 2022-02-28 16:13:41 +01:00
the-djmaze
e26f00e268 Resolve #250 2022-02-28 16:10:23 +01:00
the-djmaze
942cfbbf53 Resolve #249 2022-02-28 15:57:46 +01:00
the-djmaze
e4b70c2af1 Cleanup two-factor-auth extension 2022-02-28 15:31:21 +01:00
the-djmaze
62b6a1513c Cleaner boot data 2022-02-28 15:10:04 +01:00
the-djmaze
3f801cb762 TOTP extension v2.13 2022-02-28 14:55:00 +01:00
the-djmaze
ed959459ef v2.13.0 2022-02-28 11:35:29 +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
92cec80b73 Improved plugin documentation 2022-02-26 10:33:11 +01:00
the-djmaze
6d6690009c Cleanup unused Squire code 2022-02-26 10:22:14 +01:00
the-djmaze
01692075c6 Resolve #244 2022-02-26 09:39:22 +01:00
the-djmaze
36feca6ce7 modalVisibility() to modalVisible() 2022-02-26 01:06:18 +01:00
the-djmaze
86374433b9 Cleanup Sieve Filter editor code 2022-02-26 01:02:12 +01:00
the-djmaze
0bf891ba9d Improved ko.extenders.limitedList 2022-02-25 17:18:45 +01:00
the-djmaze
1d63683cf9 Improved shortcuts handling 2022-02-25 17:02:08 +01:00
the-djmaze
65a3b9e4c7 Bugfix: Popup Escape/Close key failed 2022-02-25 13:13:09 +01:00
the-djmaze
b82d26b71b Restructure some popups to use <form> 2022-02-25 13:12:44 +01:00
the-djmaze
169dbfecca Added some documentation 2022-02-25 12:11:32 +01:00
the-djmaze
47a6af52ba Resolve #242 2022-02-25 11:33:08 +01:00
the-djmaze
a9edbe9ecf Bugfix: resolve #243
And cleanup the HTML rules along the way
2022-02-25 11:11:28 +01:00
the-djmaze
93dcea6d35 Resolve #245 Send HTML message as last part 2022-02-25 10:36:23 +01:00
the-djmaze
f2054fde0f Resolve #246 2022-02-25 10:12:06 +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
06b5b83588 removed default export 2022-02-24 14:01:41 +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
5990addfef Added: addEventsListener() and addEventsListeners() 2022-02-24 11:19:19 +01:00
the-djmaze
c270f0ad9a Prevent Circular dependencies 2022-02-23 23:11:12 +01:00
the-djmaze
bb4ff4fdc7 Bugfix: rl.app.setExpandedFolder() undefined 2022-02-23 22:23:16 +01:00
the-djmaze
661cd2aaf9 Restructure JavaScript
Split list code from MessageUserStore into MessagelistUserStore
Move functions out of AppUser
2022-02-23 19:26:52 +01:00
the-djmaze
60b7f61e42 Resolve #203 2022-02-22 17:21:08 +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
the-djmaze
18fbf332c2
Merge pull request #237 from lota/patch-1
Fix example for real main-bg-image
2022-02-19 22:51:41 +01:00
the-djmaze
d63b2000b6 Resolve #240 2022-02-19 13:23:13 +01:00
the-djmaze
f23dd5a431 Things for issue #185 2022-02-18 20:28:40 +01:00
Lota Bi
e226a3d503
Fix example for real main-bg-image
Fix example for real main-bg-image (avoid CSS syntax error) ;-)
2022-02-18 18:07:39 +01:00
the-djmaze
e324e2f6b6 Replaced tricky delegateRunOnDestroy() with koArrayWithDestroy()
koArrayWithDestroy creates ko.observableArray and calls the desired onDestroy() on entry delete.
2022-02-17 12:48:57 +01:00
the-djmaze
f4bc796fb1 Some small changes 2022-02-17 10:28:41 +01:00
the-djmaze
f4bed88e39 Cleanup pgp decrypt code and show green when decrypted 2022-02-17 10:18:47 +01:00
the-djmaze
b2a492bdab Cleanup knockout subscribables 2022-02-17 09:36:29 +01:00