Aleksander Machniak
4f47ac0405
Fix bug where files in skins/ directory were listed on skins list ( #7180 )
2020-01-16 15:15:36 +01:00
Aleksander Machniak
f7832a1a26
Removed 'delete_always' option ( #6782 )
2019-08-20 15:21:17 +02:00
Aleksander Machniak
22a47cced6
Changes in display_next setting ( #6795 )
...
- Move it to Preferences > User Interface > Main Options
- Make it apply to Contacts interface too
- Make it apply only if deleting/moving a previewed message/contact
2019-06-10 13:44:17 +02:00
Aleksander Machniak
57c67db029
Remove year(s) from copyright headers + some cleanup
2019-04-16 10:42:45 +02:00
Aleksander Machniak
27408182b9
Expect skin thumbnails to be in assets
2019-03-19 09:50:04 +01:00
Aleksander Machniak
cf05a924de
Fix inconsistent offset for various time zones - always display Standard Time offset ( #6531 )
2018-11-23 19:05:38 +01:00
Aleksander Machniak
619ddfed3d
CS fixes and consistence, update changelog
2018-11-02 13:41:18 +01:00
Daniel Hoffend
8b2e466c00
limit skins available/shown in the settings section
2018-10-16 23:30:40 +02:00
Aleksander Machniak
631ae17ee3
Allow plugins to set class attribute for preferences section
2018-06-27 09:44:49 +00:00
johndoh
647a7e91c6
Unify content frame (watermark) template objects ( #6285 )
...
* unify content frame (watermark) template objects
* several improvements, use existing env var for watermark url
* tighten up var parsing for contentframe template object
2018-05-18 17:25:02 +02:00
johndoh
5caab079fa
Make settings list html more consistent ( #6204 )
2018-04-29 14:33:25 +02:00
Aleksander Machniak
eb91daf00d
Added 9pt and 11pt to the list of font sizes in HTML editor
2018-03-06 09:17:51 +01:00
Aleksander Machniak
7195204865
Use input-group for default_font and default_font_size
2017-10-30 19:28:13 +01:00
Aleksander Machniak
a8aa559fa1
Use action=add-folder when creating a new folder
2017-10-27 09:50:33 +02:00
Aleksander Machniak
d815525c6a
Merge branch 'master' into dev-elastic
2017-10-20 13:34:25 +02:00
Aleksander Machniak
5e08a6ac59
Handle remote stylesheets the same as remote images, ask the user to allow them ( #5994 )
...
Fixes the issue where remote stylesheet could have been blocked
if the message contained no remote images and user have no way to
allow that content.
2017-10-13 12:48:13 +02:00
Aleksander Machniak
3c1b78af48
Merge branch 'master' into dev-elastic
2017-10-02 16:58:38 +02:00
Aleksander Machniak
0ffd5463d8
Fix wording of "Mark previewed messages as read" to "Mark messages as read" ( #5952 )
...
Since we use the option not only for the preview frame the "previewed" word was confusing.
2017-09-17 08:52:20 +02:00
Aleksander Machniak
75f623c62f
Make the Preferences item as selected when visiting Settings without _action
2017-08-07 16:16:10 +02:00
Aleksander Machniak
76adb49454
Support for IMAP folders that cannot contain both folders and messages ( #5057 )
2017-07-14 13:39:49 +02:00
Aleksander Machniak
86a4d78369
Merge branch 'dev-elastic'
2017-07-02 16:47:54 +02:00
Aleksander Machniak
3cd8783227
Fix c/p issue
2017-06-30 11:47:53 +02:00
Aleksander Machniak
8993059875
Add Preferences > Mailbox View > Main Options > Layout ( #5829 )
2017-06-30 11:42:44 +02:00
Aleksander Machniak
c856b4ee06
Add missing timezone labels (there may be more than one slash in the timezone name)
2017-06-01 12:21:32 +02:00
Aleksander Machniak
fe2f553688
Add option to not indent quoted text on top-posting reply ( #5105 )
...
by setting reply_mode = 2
2017-05-29 09:42:54 +02:00
Aleksander Machniak
5af38a45cf
Localized timezone selector ( #4983 )
2017-05-16 08:37:26 +02:00
Aleksander Machniak
0d8b3675f3
Add missing <label>s in Preferences > Special Folders
2017-04-18 18:01:29 +02:00
Aleksander Machniak
01031d0ced
Reset onerror on images if placeholder does not exist to prevent from requests storm
2017-01-17 15:17:00 +01:00
Aleksander Machniak
cc10cbe039
Make button object to be a <button> by default
2017-01-13 11:17:05 +01:00
Aleksander Machniak
3bb12e75f7
Add class attribute for preferences sections list
2017-01-07 10:51:21 +01:00
Aleksander Machniak
c183463a6e
Fix visual glitch when using disabled_actions for items in Settings menu
2016-12-14 15:39:35 +01:00
Aleksander Machniak
a844db6a27
Merge branch 'dev-layouts'
2016-11-20 19:04:09 +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
48585867f3
INBOX should be always protected, event with protect_default_folders=false
...
I.e. it should not be possible to rename INBOX
2016-09-23 09:03:50 +02:00
Aleksander Machniak
6886a4de3f
Widescreen layout aka three column view ( #5093 )
2016-09-17 19:04:33 +02:00
Aleksander Machniak
158b34ed42
Rename Addressbook to Contacts ( #5233 )
2016-07-16 13:59:54 +02:00
Aleksander Machniak
ee895a2c96
Remove PHP mail() support, smtp_server is required now ( #5340 )
2016-07-15 15:24:45 +02:00
Aleksander Machniak
faeeebdc55
Hide DSN option in Preferences when smtp_server is not used ( #1490666 )
2016-02-23 09:02:58 +01:00
Aleksander Machniak
8271597836
Use ternary operator where applicable
2015-11-16 09:11:47 +01:00
Aleksander Machniak
74ce01efc7
Q() -> rcube::Q()
2015-10-23 08:02:57 +02:00
Aleksander Machniak
399a2d68b6
Make optional adding of standard signature separator - sig_separator ( #1487768 )
2015-09-03 09:28:17 +02:00
Aleksander Machniak
6ca1e6add1
Add option to enable HTML editor always, except when replying to plain text messages ( #1489365 )
2015-08-29 15:08:50 +02:00
Aleksander Machniak
a958748947
CS fixes
2015-06-07 15:26:33 +02:00
Aleksander Machniak
09225a41ec
Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below]
2015-04-16 10:55:32 +02:00
corbosman
d9c22ab66d
move header block inside loop
2015-04-03 09:43:05 +02:00
Thomas Bruederli
d1bf0feed4
Use current year for timezone offset display
2014-12-27 14:39:12 +01:00
Aleksander Machniak
681ba6fc3c
Improve system security by using optional special URL with security token
...
Allows to define separate server/path for image/js/css files
Fix bugs where CSRF attacks were still possible on some requests
2014-12-16 13:28:48 +01:00
Aleksander Machniak
61ca7956cc
Fix button label: ignore -> Ignore ( #1490170 )
2014-11-28 08:44:03 +01:00
Aleksander Machniak
2f46789081
Added rcube_user::list_emails() method with better performance than list_identities()
...
which should be used always if we want only all user email addresses (with names)
2014-11-27 10:08:55 +01:00
Aleksander Machniak
07a641c79f
Code cleanup - unused variables
2014-11-16 14:39:51 +01:00