summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2014-08-05 c'est la merde..workingHugues Hiegel
2013-09-09Add option force specified domain in user login - username_domain_forced ↵Aleksander Machniak
(#1489264)
2013-09-02Fix "PHP Warning: Missing argument 1 for rcmail::log_login()"Aleksander Machniak
2013-09-02Log also failed logins to userlogins logAleksander Machniak
2013-08-26Fix bugs when invoking contact creation form when read-only addressbook is ↵Aleksander Machniak
selected (#1489296)
2013-07-21Update rcmail_output_html.phpDennis1993
added required Attribute to Login fields
2013-07-12Allow to load config files for different environments (#1487311); keep ↵Thomas Bruederli
(non-default) filename in URLs throughout the webmail app
2013-06-30Use absolute paths in is_dir() checks to prevent open_basedir related warningsAleksander Machniak
2013-06-21Disable workaround for http://bugs.php.net/bug.php?id=18556 if PHP 5.5 is ↵Aleksander Machniak
detected
2013-06-20Canonize boolean ini_get() results (#1489189)Aleksander Machniak
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list
2013-06-16Fix session issues when local and database time differs (#1486132)Aleksander Machniak
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP
2013-06-11Fix error when there's no writeable addressbook source (#1489162)Aleksander Machniak
2013-06-11Improvements to PR merge "add option show_real_foldernames"Aleksander Machniak
2013-06-11Merge pull request #77 from dpc22/realnamesAleksander Machniak
Add show_real_foldernames preference and configuration option.
2013-06-06Fix resolving /this/ in file_callback()Aleksander Machniak
2013-06-05Small code improvementAleksander Machniak
2013-06-05Improvements in garbage collector: created gc() method to run allAleksander Machniak
gc-related cleanups in one place, added posibility to run gc in environments without session
2013-06-05Add option to use PHP's native session save handlersThomas Bruederli
2013-05-31Added user preference to open all popups as standard windowsAleksander Machniak
2013-05-29Change show_actual_foldernames to be show_real_foldernames.David Carter
Change requested by alec@alec.pl.
2013-05-29Remove (move to bc.php) unused strip_newlines() and strip_quotes() functionsAleksander Machniak
2013-05-29Add show_actual_foldernames preference and configuration option.David Carter
When enabled this setting shows actual folder names rather than the localised verions for the four default folders: $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'sent-mail', 'spam', 'Trash');
2013-05-16Move rcmail::deliver_message() to framework for common useThomas Bruederli
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-05-03Experimental: refactored list.js and html_table class to render lists with ↵Thomas Bruederli
different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support
2013-05-01Small code improvementsAleksander Machniak
2013-05-01Merge pull request #67 from andywer/masterAleksander Machniak
Replaced nasty eval() code
2013-04-29Fix list page reset when viewing a message in Larry skin (#1489076)Aleksander Machniak
2013-04-29Fix possible warning on some misconfigAleksander Machniak
2013-04-28Prepare for the composer-based plugin repository; skip PEAR dependencies for nowThomas Bruederli
2013-04-24Fix error when using check_referer=trueAleksander Machniak
2013-04-16Remove redundant ini checksAleksander Machniak
2013-04-08Removed parse_expression() & added error logging to eval_expression().Andy Wermke
2013-04-05Replaced last eval(). Allowing function calls in expressions.Andy Wermke
2013-04-05Replaced stupid fix by create_function() based approach.Andy Wermke
2013-04-04Merge branch 'master' of https://github.com/roundcube/roundcubemailAndy Wermke
2013-04-04Replaced nasty eval() expressions.Andy Wermke
2013-03-24Ensure backwards compatibility by considering old-style skin_path attribute ↵Thomas Bruederli
for <roundcube:include ...> tags
2013-03-17Fix "rcmail is undefined" error in HTML attachment preview - regressionAleksander Machniak
from commit d30460ad2fc0f78ce44d474fa2c466d660596d27, small improvements
2013-03-15Bump version number up to 1.0-gitAleksander Machniak
2013-03-10Fix so task name can really contain all from a-z0-9_- characters (#1488941)Aleksander Machniak
2013-03-06Add attachment menu with Open and Download options (#1488975)Aleksander Machniak
2013-03-04Really fix "quotum would exceed" error message handlingAleksander Machniak
2013-03-04Smarter overquota error detection (known error strings are:Aleksander Machniak
"Quota exceeded" and "quotum would exceed") (#1484164)
2013-03-02Even better message on over quota error in move to trash operation (#1484164)Aleksander Machniak
2013-03-02Display user-friendly message on IMAP "over quota" errors (#1484164)Aleksander Machniak
2013-02-10Let some env variables survive reset(); don't show taskbar and top line in ↵Thomas Bruederli
framed error pages (#1488938)
2013-02-08Fix reference to non-existing class rcube_output_html (#1488948)Aleksander Machniak
2013-02-05Add special config attribute 'group_filters' to specify a fixed list of ↵Thomas Bruederli
groups to be listed in the leftmost pane, each having individual base-dn/filter parameters for contact listing