index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
Roundcube
/
rcube_plugin_api.php
Age
Commit message (
Expand
)
Author
2014-04-08
Fix compatibility with PHP 5.2
Aleksander Machniak
2014-04-03
Allow to force-load plugins which have been loaded but not initialized before
Thomas Bruederli
2013-11-28
Display version from composer.json even if not intstalled
Thomas Bruederli
2013-11-16
Make $force parameter only override the task check for required plugins (#148...
Thomas Bruederli
2013-11-14
Make require_plugin() force loading of the required plugin
Thomas Bruederli
2013-10-17
Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)
Aleksander Machniak
2013-10-14
Change so abort=true does not break the loop in exec_hook(), provide a new 'b...
Aleksander Machniak
2013-05-07
Avoid uninitialized/unused variables
Aleksander Machniak
2013-04-28
Build plugin info from both package.xml and composer.json files; allow plugin...
Thomas Bruederli
2013-03-27
Whitelist configuration options (user preferences) that can be changed using ...
Aleksander Machniak
2013-03-10
Fix so task name can really contain all from a-z0-9_- characters (#1488941)
Aleksander Machniak
2012-12-21
CS fixes
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-12-13
Rename hook imap_connect to storage_connect
Aleksander Machniak
2012-11-25
Cut dependencies to rcmail class
Thomas Bruederli
2012-11-25
Define more (uniquely prefixed) constants for Roundcube directories in order ...
Thomas Bruederli
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak