djmaze
e562ed159c
Replace rainloop glyphs font with cleaned up snappymail glyph font
2020-09-25 17:42:14 +02:00
djmaze
939eb0fd78
Found <nobr> this is obsolete, so drop it!
2020-09-23 13:36:17 +02:00
djmaze
7705b86857
Don't hide messagelist actions on mobile
2020-09-23 13:30:00 +02:00
djmaze
302f2847b8
Resolve https://github.com/the-djmaze/rainloop-webmail/issues/8
2020-09-23 10:08:34 +02:00
djmaze
add9cb14aa
Resolve https://github.com/the-djmaze/rainloop-webmail/issues/9
2020-09-22 21:37:15 +02:00
djmaze
ea2e0c09d8
improved html5 d&d
2020-09-21 09:29:00 +02:00
djmaze
4e449b9c66
replace knockout-sortable with html5 native
2020-09-20 23:15:06 +02:00
djmaze
a104287aa5
Bugfix: compose window kept resizing
2020-09-19 13:31:59 +02:00
djmaze
c282e2c9b5
Replace messages jQuery drag/drop with native HTML5
2020-09-18 14:01:27 +02:00
djmaze
9241726ffe
Bugfix: Message attachments should be observable or else KnockoutJS is not updating
2020-09-17 22:14:51 +02:00
djmaze
e99a69a9aa
Attachments array to new AttachmentCollectionModel
2020-09-15 15:08:08 +02:00
djmaze
39e9ecd4f2
https://github.com/RainLoop/rainloop-webmail/pull/2012
2020-09-12 14:08:18 +02:00
djmaze
0e8bf13d5d
Bugfix: the new endShowHide failed in Edge and mobile browsers
...
Cleanup bootstrap less files
2020-09-02 21:30:23 +02:00
djmaze
7135cc38fe
Remove bootstrap Modal feature for improved transition effects (in future might use <dialog>)
2020-09-02 17:06:35 +02:00
djmaze
eb5fb5342e
Cleanup bootstrap
2020-09-01 21:50:17 +02:00
djmaze
bdb36ec128
Use less jQuery, more native
2020-08-27 15:45:47 +02:00
djmaze
496c8f59ae
Removed User About Screen, it is unused
2020-08-24 21:05:32 +02:00
djmaze
0ccfa6a9b1
Bugfix: droppable area (folders) failed to scroll
2020-08-23 21:58:30 +02:00
djmaze
dc3b76f53a
Replaced more knockoutjs hasfocus for autofocus=""
2020-08-22 09:35:03 +02:00
djmaze
996723a486
Removed: KnockoutJS 'hasFocus:' because HTML5 has autofocus=""
...
Knoin.js now searches for [autofocus] and handles it
2020-08-22 01:03:03 +02:00
djmaze
d1c06a8ece
Extend the use of ResizeObserver by dropping all knockoutjs observable this.resizerTrigger in mail composer
...
As benefit this also drops the CustomEvent('resize.real')
2020-08-19 11:30:31 +02:00
djmaze
9f1ea1a0fd
Bugfix boostrap alerts.less was accidentally removed
...
Bugfix Date.fromNow('past'/'future') reversed
Replace Events[pub/sub]('interval.*') with setInterval()
Events[pub/sub] to native
Cleanup knockout extensions
Replaced momentToNode with proper HTML5 <time>
Cleanup Momentor
2020-08-14 20:35:39 +02:00
djmaze
871139de39
Bugfix: isHttps is removed. Webmail should always be https (unless local)
2020-07-30 12:03:46 +02:00
djmaze
032fa8c736
http:// to https://
2020-07-22 14:55:40 +02:00
djmaze
85155a9895
Merge remote-tracking branch 'upstream/master'
2020-07-13 11:40:49 +02:00
RainLoop Team
e744100919
Improve templates
2020-03-15 23:38:46 +03:00
djmaze
690190bb26
there's not type hint 'resource' (bug in my converter)
...
https://wiki.php.net/rfc/scalar_type_hints#type_hint_choices
2020-03-11 15:42:46 +01:00
djmaze
e8d38a6870
More PHP7 strict typing
2020-03-11 11:49:45 +01:00
djmaze
2cada68f41
Privacy/GDPR friendly version (removed: Social, Gravatar, Facebook, Google, Twitter, DropBox, OwnCloud)
...
Also removed: POP3, OAuth2 and update feature
Added: admin password_hash/password_verify
Requires: PHP 7.3+
Replaced: CRLF with LF
Replaced: pclZip with ZipArchive
2020-03-09 17:04:17 +01:00
RainLoop Team
32ceafa37f
Add Gmail XAUTH support
2019-12-31 20:44:41 +03:00
RainLoop Team
0c38f42197
Small improvements
2019-07-11 21:45:47 +03:00
RainLoop Team
450528ff00
Add prettier
2019-07-04 22:09:27 +03:00
RainLoop Team
e449261277
autocomplete attributes
2019-03-30 01:45:12 +03:00
RainLoop
ed5685314e
Fix unexpected desktop mode on mobile devices + small fixes ( #1514 )
2017-09-25 00:08:44 +03:00
RainLoop
230624b60c
Save showAttachmnetControls status to local storage ( #1502 )
2017-09-21 23:28:14 +03:00
RainLoop
c7aa07506e
Change text: Save to ownCloud ( close #1503 )
2017-09-20 20:28:53 +03:00
RainLoop Team
45fe0217f2
Add "Automatically save draft" option
2017-06-28 19:25:53 +03:00
RainLoop Team
673ada299a
Fix "Collapse the TO" ( #1199 )
2017-06-02 21:32:24 +03:00
RainLoop Team
acbe439456
Add "CC" to message view ( #1435 )
2017-05-25 21:51:09 +03:00
RainLoop Team
a45e9ba9c8
Add "move to folder" description
2017-03-01 21:38:18 +03:00
RainLoop Team
f9df374fa7
Small fix
2017-02-27 23:39:07 +03:00
Wes Cossick
a2e08d4f2d
Improve button wrapping behavior
2017-02-25 14:20:50 -06:00
RainLoop Team
f0e9d1a6d5
Add new "Move to folder" button
2017-02-08 20:48:53 +03:00
RainLoop Team
0e9cffd657
Small fixes
2016-12-15 00:56:17 +03:00
RainLoop Team
760d9e6243
Fix: Can not view OpenPGP key ( #1200 )
2016-09-30 16:42:38 +03:00
RainLoop Team
0bbb2f14a4
1.10.4.183
...
---
Fixes:
New login form style display problem since version 1.10.4 (#1196 )
Collapse the TO: field in message view (#1199 )
Paste with HTML tags fails (#1193 )
2016-09-29 00:40:17 +03:00
RainLoop Team
224362299a
1.10.4.181
2016-09-21 20:12:18 +03:00
RainLoop Team
bb2f62c87a
1.10.4.179
2016-09-20 21:35:31 +03:00
RainLoop Team
155f4b6df2
Release glass style
2016-09-15 23:34:30 +03:00
RainLoop Team
e6e0b02849
Code refactoring
...
Flow first look
2016-09-10 02:27:53 +03:00