Aleksander Machniak
682e88710b
Display loading message when going to another page ( #5541 )
2017-05-17 13:41:38 +02:00
Aleksander Machniak
02d4489df7
Replace new line characters from the response name
...
...when the name was derived from the response text.
2017-04-28 09:31:58 +02:00
Aleksander Machniak
b314dfc548
Fix (restore) Tab key behaviour in autocomplete popup ( #5659 )
...
And make it to jump to the next field after inserting selected autocomplete entry.
2017-03-31 13:28:54 +02:00
Aleksander Machniak
3dd24bce75
Merge pull request #5658 from JohnDoh/group-rename
...
small amendment to #5652
2017-02-20 20:57:51 +01:00
JohnDoh
d379dc897a
small fix for current group detection and add similar rules for group-delete
2017-02-20 18:31:30 +00:00
Aleksander Machniak
ec98aa5b52
Merge pull request #5652 from JohnDoh/group-rename
...
don't use env for group-rename action
2017-02-20 13:15:51 +01:00
Aleksander Machniak
cd61d7ebd0
Minimize unwanted message loading in preview frame on drag ( #5616 )
...
also remove dummy_select flag which is not needed anymore.
2017-02-19 11:59:04 +01:00
Aleksander Machniak
dae5ffd07a
Fix bug where it was too easy accidentally move a folder when using the subscription checkbox ( #5655 )
2017-02-18 15:13:20 +01:00
JohnDoh
336e937946
also fix source in group create function
2017-02-18 11:31:09 +00:00
JohnDoh
82d049f1a2
check group id matches current one before changing the title
2017-02-17 13:33:23 +00:00
PhilW
e6f18ba6a6
Merge branch 'master'
2017-02-17 13:27:30 +00:00
Aleksander Machniak
95a7ece543
Fix update of group name in the contacts list header on group rename ( #5648 )
2017-02-17 12:51:52 +01:00
JohnDoh
f40e515cb2
don't use env for group-rename action
2017-02-17 11:42:44 +00:00
Aleksander Machniak
3e427b4a42
Fix double http request regression ( #5633 )
...
Removed 'click' event handler on messages list which was used only
to allow message re-selection. As this feature was broken since 0.9
it looks like we don't really need it. When you're in ctrl-selection
state you can easily ctrl-unselect the message.
2017-02-10 12:09:53 +01:00
Aleksander Machniak
46e3b94826
Fix bug where signature couldn't be added above the quote in Firefox 51 ( #5628 )
2017-02-01 09:03:42 +01:00
Aleksander Machniak
9cf1e83d7a
Fix autocomplete popup closing ( #5606 )
...
1. Tab key does not work as Enter. Now it works as Escape and jumps to another input.
2. Click on document (outside of the autocomplete input and popup) closes the popup.
2017-01-20 13:54:48 +01:00
Aleksander Machniak
7323f633f7
Fix bug where re-selection of messages list record didn't work
...
A regression in old commit 24fa5d3154
2017-01-19 14:01:10 +01:00
Aleksander Machniak
78237c84b4
Fix bug where mail content frame couldn't be reset in some corner cases ( #5608 )
2017-01-09 12:30:25 +01:00
Aleksander Machniak
cb58d37bbc
Avoid closure compiler suspicious code warning ( #5584 )
2017-01-07 19:29:30 +01:00
Aleksander Machniak
6eb8f89b4d
Remove redundant code
2017-01-07 10:31:08 +01:00
Aleksander Machniak
f65f4bbca8
Fix pdf object visibility
2017-01-07 09:43:04 +01:00
Aleksander Machniak
8086099621
Small code improvements in PDF capability checker
2017-01-03 13:31:23 +01:00
Aleksander Machniak
9d45ef20cc
Fix so group/addressbook selection is retained on page refresh
2016-12-29 12:22:10 +01:00
Aleksander Machniak
15bd0b51a4
Improve mailvelope decryption errors handling, hide encrypted part attachment on successful decryption ( #5279 )
...
+ small style improvements
2016-12-21 11:35:41 +01:00
Aleksander Machniak
930c921bed
Disable Print button for pdf attachments in Firefox ( #5125 )
...
Mozilla's PDF.js viewer does not allow printing from host page.
We try to detect such situation and disable the button to minimize
user confusion.
2016-12-14 18:30:16 +01:00
Aleksander Machniak
2482088a76
Possibility to display QR code for contacts data ( #5030 )
2016-12-11 15:47:14 +01:00
Aleksander Machniak
a844db6a27
Merge branch 'dev-layouts'
2016-11-20 19:04:09 +01:00
Aleksander Machniak
e17fcf1649
Support ALLOW-FROM in x_frame_options ( #5122 )
2016-11-11 12:56:38 +01:00
Aleksander Machniak
386af483ce
Fix redundant keep-alive/refresh after session error on compose page ( #5500 )
2016-11-06 10:58:26 +01:00
Aleksander Machniak
2dbbaf7739
Warn about too many disclosed recipients in composed email [max_disclosed_recipients] ( #5132 )
...
Allow to omit a subject when sending an email (#5068 )
2016-11-06 09:39:16 +01:00
Aleksander Machniak
28741ed032
Disable double-click on the list when preview pane is on ( #5199 )
...
This eliminates delay when opening a message in preview pane.
2016-11-01 13:31:32 +01:00
Aleksander Machniak
556c1725a7
Unify automatic marking as \Seen in preview pane, full-page and extwin views ( #5071 )
...
We now have one 'mail_read_time' option that works for all cases.
Option 'preview_pane_mark_read' has been removed and marked as an alias.
2016-11-01 10:59:19 +01:00
Aleksander Machniak
1727071816
Better handling of rcube_text_editor.replace()'s input argument, some simplification
2016-10-24 10:29:04 +02:00
Aleksander Machniak
571a10751f
Display error when trying to upload more files than specified in max_file_uploads ( #5483 )
2016-10-20 11:29:50 +02:00
Aleksander Machniak
d305f4f0fd
Separate action to mark all messages in a folder as \Seen ( #5006 )
...
with possibility to do this in all folders or in a folder and its subfolders (#5076 )
2016-10-10 09:31:38 +02:00
Aleksander Machniak
638afafbd2
Make so rcmail.log() depends on devel_mode ( #5193 )
2016-10-04 17:19:45 +02:00
Aleksander Machniak
d85f30bec4
Archive: Don't reload messages list when it's not needed ( #5225 )
...
Archive: Add option to automatically mark archived messages as \Seen (#5142 )
2016-10-02 19:43:04 +02:00
Aleksander Machniak
6886a4de3f
Widescreen layout aka three column view ( #5093 )
2016-09-17 19:04:33 +02:00
Aleksander Machniak
a8d41ac7f4
Fix some undefined variables
2016-09-08 08:48:21 +02:00
Aleksander Machniak
bfbab5bcde
Fix keyboard event detection with jQuery 3.x and remove hacks for old browsers
...
This fixes e.g. unwanted focus on a toolbar button after closing popup
menu with mouse click on the document.
2016-09-05 11:09:24 +02:00
Aleksander Machniak
2e1675bc4a
Center and scale images in attachment preview frame ( #5421 )
2016-09-04 18:22:53 +02:00
Aleksander Machniak
ce0c42ed8a
Fix error causing empty INBOX listing in Firefox when using an URL with user:password specified ( #5400 )
2016-08-29 11:01:12 +02:00
Aleksander Machniak
99cb08c41c
Fix so "All" messages selection is resetted on search reset ( #5413 )
2016-08-25 08:44:36 +02:00
Aleksander Machniak
80919e1cf5
Added Search button in quick search menus ( #5312 )
2016-08-24 19:16:49 +02:00
Aleksander Machniak
873e0353cf
Use smart-upload-button for messages and contact photos upload
...
Unified interface with rcmail::upload_form().
2016-08-24 12:54:30 +02:00
Aleksander Machniak
de5da687e4
Remove code for "placeholder" attribute support in old browsers
2016-08-24 10:52:34 +02:00
Aleksander Machniak
43f3c5fb2a
Implement "one click" attachment upload ( #5024 )
2016-08-20 19:38:48 +02:00
Aleksander Machniak
eecc601601
Fix compatibility with jQuery 3.x
2016-08-15 16:38:01 +02:00
Aleksander Machniak
9e3263acbe
Simplify popup dialogs creation
2016-07-31 15:25:18 +02:00
Aleksander Machniak
94eb2e5a40
Make the attachment rename input bigger (size: 50)
2016-07-30 09:46:47 +02:00