Commit Graph

11 Commits

Author SHA1 Message Date
ljacqu efb57989ed Start tests for email commands
- Removed randomStringGenerator from Management as it is unused
2015-11-21 19:51:49 +01:00
ljacqu 3934d67330 Command refactor - remove unused fields, reduce variable "scope"
Minor refactorings in the command section for familiarization.

1. Removed suppressWarning("Deprecated") - the method is deprecated for a reason and we should be made aware of that.
2. Removed same javadoc on ExecutableCommand implementation that just had the same as the interface (this is just clutter; @Override signals that it's an implementing class and a developer can view the superclass javadoc)
3. In places where the AuthMe instance was retrieved at the top but used at the very bottom, moved it to the bottom to reduce its "scope"
(cherry picked from commit 45a50f3)
2015-11-21 12:06:49 +01:00
Gabriele C 118c79401a Prepare the project for javadocs 2015-11-21 01:27:06 +01:00
Gabriele C ddda62aa14 cleaup 2015-11-07 00:13:29 +01:00
DNx5 375162ab67 update email commands to use new async process 2015-11-03 14:41:05 +07:00
DNx5 ce432aa25a add exception to datasource method signature. 2015-11-03 12:38:24 +07:00
Gabriele C 175da3f6fc Cleanup! 2015-11-01 23:35:10 +01:00
Tim Visée 0fbeefc488 Reverted javax mail implementation 2015-11-01 23:16:09 +01:00
Tim Visée 3e16866b23 Implemented the email recover command 2015-11-01 21:28:17 +01:00
Tim Visée b10d3d3974 Implemented the email change command 2015-11-01 21:26:00 +01:00
Tim Visée 4c536a5204 Implemented the email add command 2015-11-01 21:20:08 +01:00