Floris Westerman
427d909783
Add early exit when no groups are configured
2020-11-10 11:52:55 +01:00
Floris Westerman
abe058943e
Add ldap identities plugin
2020-11-10 11:52:55 +01:00
Floris Westerman
6919a6a34f
Fixing indentation
2020-11-10 11:52:21 +01:00
djmaze
b609c4b0c2
AudioContext undefined in Safari 13
...
Fix for https://github.com/the-djmaze/snappymail/issues/37
2020-11-10 10:25:02 +01:00
djmaze
cd52d9ae6c
More improvements for https://github.com/the-djmaze/snappymail/issues/37
2020-11-10 09:59:56 +01:00
djmaze
b3b8c97b00
Cleanup some unused code
2020-11-10 09:29:00 +01:00
djmaze
f706e14a2f
More changes for https://github.com/the-djmaze/snappymail/issues/37
...
Notifications were hardcoded disabled for mobile.
2020-11-10 09:28:33 +01:00
Floris Westerman
1c63287243
Fixed some bugs
2020-11-09 21:46:22 +01:00
djmaze
542d9c91e9
Changes for https://github.com/the-djmaze/snappymail/issues/37
...
Testing van be done at https://snappymail.eu/demo/
2020-11-09 20:14:04 +01:00
Floris Westerman
5414ec542d
Add pluggable identity system
2020-11-08 20:28:06 +01:00
djmaze
0ec37b7e90
Added: show fancy placeholder for external images
2020-11-05 10:40:02 +01:00
djmaze
2c40475bfa
Bugfix: failed to set message data from dom
2020-11-05 10:38:17 +01:00
djmaze
ff2a557f1e
v2.0.0
2020-11-05 00:00:13 +01:00
djmaze
cc04e42444
Bugfix: revivePropertiesFromJson always set observables
2020-11-04 23:57:37 +01:00
djmaze
65030bf8d8
Bugfix: Content Security Policy: Directive ‘frame-src’ has been deprecated.
2020-11-04 22:59:32 +01:00
djmaze
21fe3aa25c
Added README to /data/ folder
2020-11-03 16:22:26 +01:00
djmaze
948663519e
Cleanup js components
2020-11-03 16:11:04 +01:00
djmaze
65e1b58877
Hide Squire toolbar in mobile mode when not focused
2020-11-03 15:54:35 +01:00
djmaze
bdd68d0d8f
improved knockout observableArray with all Array.prototype functions
2020-11-03 15:53:50 +01:00
djmaze
6e84334b09
Resolve https://github.com/the-djmaze/snappymail/issues/34
2020-10-31 12:12:39 +01:00
djmaze
075762000b
Resolve https://github.com/the-djmaze/snappymail/issues/32
...
Related https://github.com/the-djmaze/snappymail/issues/28
2020-10-30 16:59:52 +01:00
djmaze
4946feada3
Resolve https://github.com/the-djmaze/snappymail/issues/31
2020-10-30 16:46:18 +01:00
djmaze
4f21cda9cd
Resolve https://github.com/the-djmaze/snappymail/issues/33
2020-10-30 16:42:01 +01:00
djmaze
9deb36ba3e
Cleanup spl_autoload_register
2020-10-30 11:52:45 +01:00
djmaze
d0bcb5483a
Changes for https://github.com/the-djmaze/snappymail/issues/30
...
And remove some memory cleanup due to issues with the Contacts view
2020-10-30 11:49:05 +01:00
djmaze
4e4ba12770
font/woff2 missing in .htaccess
2020-10-29 11:15:25 +01:00
djmaze
1d57a62ddd
Dropped more unused knockoutjs code
2020-10-29 11:15:04 +01:00
djmaze
b79d9de1a0
Bugfix: i broke the user -> settings -> folders screen
2020-10-29 10:59:26 +01:00
djmaze
5a0215987a
knockoutjs replaced slow obj.__proto__ with Object.setPrototypeOf()
2020-10-28 20:19:38 +01:00
djmaze
d49916731f
replaced ko.utils.array* with native
2020-10-28 20:17:45 +01:00
djmaze
20b1e08c9b
v2.0.0-rc3
2020-10-28 17:12:33 +01:00
djmaze
8a8d64a2c1
Resolve https://github.com/the-djmaze/snappymail/issues/28
...
Issue was incorrect filter param in createTreeWalker
2020-10-28 17:03:03 +01:00
djmaze
48769f0aca
Resolve issue https://github.com/the-djmaze/snappymail/issues/27
2020-10-28 14:54:55 +01:00
djmaze
ff6fb41812
Remove more unused knockout code
2020-10-28 13:58:37 +01:00
djmaze
d0f5828751
Cleanup languages
2020-10-28 11:17:50 +01:00
djmaze
d1dfa227ae
cleanup fontastic
2020-10-28 10:35:17 +01:00
djmaze
7db7d5545b
Improved observables
2020-10-27 11:09:24 +01:00
djmaze
8d7e25fc7c
Bugfix: subscribables should be created after computables
2020-10-26 14:44:34 +01:00
djmaze
f25d210f3e
Solve menu arrow navigation
...
https://github.com/the-djmaze/snappymail/issues/22
2020-10-26 14:34:59 +01:00
djmaze
250caab957
Bugfix: create computable should be after property defines
2020-10-26 13:43:56 +01:00
djmaze
3eb6ab1ef7
Improved knockout observables management to prevent memory leaks
2020-10-26 12:54:03 +01:00
djmaze
b165a1de4f
Added addComputables() to *Model
2020-10-25 14:14:14 +01:00
djmaze
22f606ea75
Bugfix: revamp MessageModel broke flags cache
...
And took the liberty to put all MessageFlagsCache functions into a class
2020-10-25 13:50:26 +01:00
djmaze
d7a4639d6b
Prevent memory leaks in *Model
2020-10-25 11:46:58 +01:00
djmaze
48a9a03762
Removed fakeSpan from Inputosaurus and cleanup
2020-10-23 15:16:42 +02:00
djmaze
76c4f62186
Improved reviveFromJson() for *Model
2020-10-23 15:15:54 +02:00
djmaze
f4b2fddf5e
Use more JsonSerializable
2020-10-21 22:44:32 +02:00
djmaze
500575dc32
Sync is already there
...
https://github.com/the-djmaze/snappymail/issues/24
2020-10-21 21:53:55 +02:00
djmaze
1c00a455f1
Bugfix: Terser keep_classnames
...
due to AbstractModel and AbstractCollectionModel
2020-10-20 19:54:10 +02:00
djmaze
188a40b196
Basic JSON object properties revival now handled by AbstractModel
...
This will be better for future use of JSON.stringify() and JSON.parse()
For now the difference between the PHP JSON being PascalCase and the JS object properties being camelCase is handled by AbstractModel
2020-10-20 17:39:00 +02:00