Aleksander Machniak
|
f001af99a7
|
Fix javascript error
|
12 years ago |
Aleksander Machniak
|
c3762a5ad5
|
Fix folder names truncation in Classic skin (#1489220)
Fix bug where not all event handlers were executed (because body onload
was executed after rcmail init function, sometimes)
|
12 years ago |
Aleksander Machniak
|
3e3f39a06c
|
'moveto' -> 'move', cs fixes
|
12 years ago |
Thomas Bruederli
|
a7e0897fde
|
Synchronized localization files with Transifex
|
12 years ago |
Aleksander Machniak
|
dc56c50075
|
Fix handling of &, <, > characters in scripts/filter names (#1489208)
|
12 years ago |
Aleksander Machniak
|
d6b592941d
|
Fix handling of &, <, > characters in scripts/filter names (#1489208)
|
12 years ago |
Aleksander Machniak
|
a306996bc5
|
Change license to GPLv3+ also in README file
|
12 years ago |
Thomas Bruederli
|
07c6c69eca
|
Make all bundled plugins the same license as Roundcube itself, which is GPLv3+
|
12 years ago |
Aleksander Machniak
|
4e12fd5c82
|
Fix so attachment_reminder=false really disables the reminder action
|
12 years ago |
Aleksander Machniak
|
38271f246b
|
Merge pull request #58 from kanarip/master
Add option to prevent mandatory inclusion of 'anyone' and 'anonymous' in ACL configuration
|
12 years ago |
Aleksander Machniak
|
8ea08a8264
|
Split managesieve.php file into two
|
12 years ago |
Aleksander Machniak
|
0185a27907
|
Implemented date, currentdate and index - RFC5260 (#1488120)
|
12 years ago |
Aleksander Machniak
|
5c6e74b176
|
Fix js error on operator change
|
12 years ago |
Aleksander Machniak
|
f0398c87d9
|
Use rcube_cache class to store attachments in database.
Add options to configure TTL and cache type.
|
12 years ago |
Aleksander Machniak
|
df9d004cf8
|
Set TTL for attachments stored in sql database
|
12 years ago |
Aleksander Machniak
|
22d48c2697
|
Use global show_real_foldername setting instead archive_localize_name
|
12 years ago |
Thomas B.
|
c6a173f7f7
|
Merge pull request #80 from weisslj/fix-http-authentication-plugin
Fix http_authentication_host usage after logout
|
12 years ago |
Aleksander Machniak
|
a1679cb650
|
Use list input field for custom headers list
|
12 years ago |
Aleksander Machniak
|
b41c1d9498
|
Small css fixes
|
12 years ago |
Aleksander Machniak
|
a201e0704c
|
Small css fix
|
12 years ago |
Aleksander Machniak
|
bba7814efe
|
Simplify list inputs (remove add button)
|
12 years ago |
Aleksander Machniak
|
c6f0755860
|
Support string list arguments in filter form (#1489018)
|
12 years ago |
Aleksander Machniak
|
49224720be
|
Fix zipdownload plugin issue with filenames charset (#1489156)
|
12 years ago |
Johannes Weißl
|
d9a8d210f5
|
Fix http_authentication_host usage
Without this fix it is impossible to use a host different from config
option "http_authentication_host" after logout (fixup aec2869 ).
|
12 years ago |
Ramazan Terzi
|
3bc84f9caf
|
Turkish translation fix
|
12 years ago |
Tache Madalin
|
4f8b504668
|
Update en_US.inc - typo error (updateerror)
Changed ubable to Unable.
|
12 years ago |
Aleksander Machniak
|
56e0cabdec
|
CS fixes
|
12 years ago |
Aleksander Machniak
|
c8bc8c97f3
|
Improved attachment reminder dialog (#1489091)
Improved core show_popup_dialog() function
|
12 years ago |
Thomas Bruederli
|
3e78fc7fdf
|
Synced localizations from Transifex
|
12 years ago |
Thomas Bruederli
|
5b0deb0030
|
Add header for new plugin localization template
|
12 years ago |
Aleksander Machniak
|
ed837a3544
|
Added support for date and index extensions (RFC5260) in script parser
Script parser code improvements
|
12 years ago |
Aleksander Machniak
|
e58f3d8c2b
|
Validate e-mail address in new_user_dialog (#1486498), use AJAX for form submission,
don't reload the page after successful form submission
|
12 years ago |
Aleksander Machniak
|
2a3e774c60
|
Fix possible error on ajax request
|
12 years ago |
Aleksander Machniak
|
c4723999e2
|
Change license to GPLv3+
|
12 years ago |
Aleksander Machniak
|
dffdd168ae
|
Improved regexp
|
12 years ago |
Aleksander Machniak
|
864745bc9a
|
Attachment_reminder plugin - ported from https://github.com/thomasysliu/Roundcube-Plugin-Attachment-Reminder
and added user preference to disable plugin, larry support, some fixes/improvements
|
12 years ago |
Aleksander Machniak
|
2193f6a130
|
Avoid unused local variables
|
12 years ago |
Aleksander Machniak
|
ce89ecd542
|
Fix various PHP code bugs found using static analysis (#1489086)
|
12 years ago |
Aleksander Machniak
|
c027ba7709
|
Fix bugs caught by static analysis
|
12 years ago |
Aleksander Machniak
|
28151b329b
|
Update changelog
|
12 years ago |
Aleksander Machniak
|
f41ccebadd
|
Merge pull request #63 from Steffen185/patch-1
Save new password even if it has not changed (optional)
|
12 years ago |
Aleksander Machniak
|
282dff4f18
|
Add rcube_db::escape() method, fix escapeSimple() to use escape instead of quote()
|
12 years ago |
Aleksander Machniak
|
39a034b50d
|
Add rcube_db::escapeSimple() method for backward compat.
Conflicts:
plugins/virtuser_query/virtuser_query.php
|
12 years ago |
Aleksander Machniak
|
2964fb573d
|
Fix handling of identities_level=4
|
12 years ago |
Thomas Bruederli
|
c8f2c0c5af
|
Synchronized localizations from Transifex
|
12 years ago |
Thomas Bruederli
|
64e1c2d406
|
Fix ticket reference
|
12 years ago |
Thomas Bruederli
|
b413bb2b60
|
Set minimal permissions to temp files (#148899)
|
12 years ago |
Steffen185
|
859a7a117a
|
Fixed wrong copy-paste
|
12 years ago |
Steffen185
|
b343adf3cb
|
Use new config option "password_force_save"
|
12 years ago |
Steffen185
|
6db9f84737
|
Added config option "password_force_save"
|
12 years ago |