]> gitweb.michael.orlitzky.com - mailshears.git/history - lib
Factor out the description-message-building in the runners.
[mailshears.git] / lib /
2015-11-08 Michael OrlitzkyFactor out the description-message-building in the...
2015-11-08 Michael OrlitzkyWrap all close() calls in "ensure" blocks and simplify...
2015-11-08 Michael OrlitzkyRemove debug code from Plugin.
2015-11-08 Michael OrlitzkyDocument everything with YARD and fix some bugs along...
2015-11-06 Michael OrlitzkyBegin updating docs; remove two unused exit codes.
2015-11-06 Michael OrlitzkyUpdate comments in the executable and factor out the...
2015-11-06 Michael OrlitzkyRemove a newline.
2015-11-05 Michael OrlitzkyMake pruning use the correct config and clean up *befor...
2015-11-04 Michael OrlitzkyAllow sorting of User/Domain for testing.
2015-11-04 Michael OrlitzkyFix broken nesting in lib/mv/plugins/postfixadmin.rb.
2015-11-04 Michael OrlitzkyStop pretending that we'll ever work with another DBMS.
2015-11-04 Michael OrlitzkyDon't include RmPlugin from PrunePlugin (pointless...
2015-11-03 Michael OrlitzkySimplify prune plugins and fix array difference error.
2015-11-03 Michael OrlitzkyRename mail_root to dovecot_mail_root for consistency.
2015-11-02 Michael OrlitzkyClean up user/domain describing in the plugins.
2015-11-02 Michael OrlitzkyOverhaul everything to get consistent error reports.
2015-10-30 Michael OrlitzkyUpdate a comment and delete a newline.
2015-10-30 Michael OrlitzkyGet DovecotMv just barely working.
2015-10-30 Michael OrlitzkyMove the "mv" invalid destination user check into the...
2015-10-30 Michael OrlitzkyGet the MvRunner working, at least for Postfixadmin.
2015-10-30 Michael OrlitzkyImplement user moving for Postfixadmin.
2015-10-30 Michael OrlitzkyAdd domain_exists() to PostfixadminPlugin.
2015-10-30 Michael OrlitzkyAllow the getting of a dovecot user path even if it...
2015-10-30 Michael OrlitzkyDisable domain moves in the dummy MvRunner.
2015-10-30 Michael OrlitzkyClarify error class comments.
2015-10-30 Michael OrlitzkyRemove mv_domain() from MvPlugin.
2015-10-30 Michael OrlitzkyFix nil error when only postfixadmin is enabled.
2014-09-17 Michael OrlitzkyFix SQL query clobbering in PostfixadminMv.
2014-09-17 Michael OrlitzkyFix a SQL query in the AgendavMv plugin.
2014-09-17 Michael OrlitzkyAdd a preliminary PostfixadminMv.
2014-09-17 Michael OrlitzkyRemove a superclass from DovecotMv that no longer exists.
2014-01-05 Michael OrlitzkyMake list_users() methods public in several plugins.
2014-01-04 Michael OrlitzkyFix a crashy typo.
2014-01-04 Michael OrlitzkyExplicitly require 'common/errors' in RmRunner.
2014-01-04 Michael OrlitzkyFactor out plugin running into the Plugin module (along...
2014-01-04 Michael OrlitzkyMove the Runner selection into the plugin.
2014-01-04 Michael OrlitzkyReplace 'account' with 'user' everywhere.
2013-11-06 Michael OrlitzkyUpdate PruneDummyRunner to pass a Configuration to...
2013-10-07 Michael OrlitzkyPass a Configuration object to each plugin's initialize().
2013-10-06 Michael OrlitzkyGet prune working, at least in a simple case.
2013-10-06 Michael OrlitzkyRename PostfixadminDb, RoundcubeDb without the Db suffix.
2013-10-06 Michael OrlitzkyImplement user_exists() everywhere and use it to correc...
2013-10-06 Michael OrlitzkyMove domain removal into the plugins.
2013-09-30 Michael OrlitzkyWay too many changes to mention. The 'rm' mode works...
2013-09-29 Michael OrlitzkyAdd a bunch more crap and rewrite a bunch more crap...
2013-08-29 Michael OrlitzkyIn the middle of refactoring the binary to accept three...
2013-08-29 Michael OrlitzkyFix typo in mv_plugin.
2013-08-29 Michael OrlitzkyAdd default configuration for Agendav and DAViCal.
2013-03-19 Michael OrlitzkyBegin building the framework to rename accounts. A...
2013-03-19 Michael OrlitzkyFactor out common code that can be used to mv (rename...
2013-03-19 Michael OrlitzkyDon't cast the username to an int in the AgenDAV plugin.
2013-03-19 Michael OrlitzkyAdd a missing space in the header.
2013-03-19 Michael OrlitzkyFix table name (again) in DAViCal plugin.
2013-03-19 Michael OrlitzkyFix table name in DAViCal plugin.
2013-03-19 Michael OrlitzkyRemove unnecessary queries from the Roundcube plugin.
2013-03-18 Michael OrlitzkyIgnore the DAViCal superuser.
2013-03-18 Michael OrlitzkyWhitespace/comment cleanup.
2013-03-18 Michael OrlitzkyAdd another totally-untested plugin: davical.
2013-03-18 Michael OrlitzkyAdd explicit "self." in one place.
2013-03-18 Michael OrlitzkyAdd AgenDAV plugin, totally untested.
2013-03-18 Michael OrlitzkyFix a comment.
2012-07-16 Michael OrlitzkyAdd the domain/account name to NonexistentDomain/Accoun...
2012-04-19 Michael OrlitzkyGet the new YAML-based configuration working, and updat...
2012-04-19 Michael OrlitzkyFix another call to the (removed) Configuration module.
2012-04-19 Michael OrlitzkyUpdate the rest of the code to use the new Configuratio...
2012-04-19 Michael OrlitzkyAdd a Configuration class which loads a user YAML file...
2012-04-19 Michael OrlitzkyRemove the default configuration module.
2012-04-19 Michael OrlitzkySwitch from constants to variables in the Configuration...
2012-04-16 Michael OrlitzkyReorder the default config file to make more sense.
2012-04-09 Michael OrlitzkyBe silent if the user does not have a configuration...
2012-04-09 Michael OrlitzkyLoad the default configuration file in lib/mailshears.rb.
2012-04-09 Michael OrlitzkyRestructure the lib directory to avoid name collisions.
2012-04-09 Michael OrlitzkyAdd the GPL3 'LICENSE' file.
2012-04-08 Michael OrlitzkyRename 'src' to 'lib' to match every other Ruby project...