4001 Commits

Author SHA1 Message Date
fred-fri
069897495d some refactoring 2014-08-18 11:25:30 +09:00
fred-fri
a970dac969 some refactoring 2014-08-18 10:11:22 +09:00
fred-fri
93d488628e some refactoring 2014-08-18 09:45:34 +09:00
fred-fri
16f7dc14a9 some refactoring 2014-08-15 17:47:47 +09:00
fred-fri
e9bb12ee62 some refactoring 2014-08-15 17:20:41 +09:00
fred-fri
d44fb065da some refactoring 2014-08-15 17:12:38 +09:00
fred-fri
1a82a12bdc some refactoring 2014-08-15 16:53:39 +09:00
fred-fri
eba7f06ae0 some refactoring 2014-08-15 16:38:44 +09:00
fred-fri
949a6b7f8d some refactoring 2014-08-15 11:13:28 +09:00
fred-fri
fb191f494c some refactoring 2014-08-15 11:13:13 +09:00
fred-fri
5dbb9bd094 adding attachment to forum mail 2014-08-15 10:16:06 +09:00
def03f3f0a Attachments are now included when reading forum mails. 2014-08-14 16:45:19 +02:00
52140b8809 Changed FileUpload to work with InputStream using the loaner pattern rather than in-memory byte arrays.
Why does so much stuff depend on uploading files? It should really only be FileDescriptionService.
2014-08-14 13:24:44 +02:00
310e78f9c2 Created OptionalMatchers to prevent warnings in tests working with Optionals. 2014-08-14 11:00:38 +02:00
3a4d0f3766 Added a createReply method to BasicForumService that works with FileDescriptions.
Redirected ForumMailWorker to use the new method instead of passing null into ProjectForumService.
2014-08-14 10:40:49 +02:00
665852cc74 Removed "some" unused code. 2014-08-13 11:12:01 +02:00
49d87b3f4c Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	view/src/test/java/se/su/dsv/scipro/match/SupervisorMyIdeasPanelTest.java
2014-08-13 08:20:47 +02:00
Golrokh Moattar
28edfb76b0 opposition and active participation parts separated in the supervisor project overview 2014-08-12 16:34:34 +02:00
95f750081b Show every ideas selection state in the supervisors list of ideas. 2014-08-12 09:21:47 +02:00
fred-fri
80c3d0e5e9 removed all traces of final version (changed to final thesis, which it should be) 2014-08-12 14:07:50 +09:00
f51ab0d9ee No tests left. 2014-08-11 15:46:31 +02:00
eae65c23d0 Removed unnecessary service method. 2014-08-11 15:46:11 +02:00
8aead9551a Constructors go at the top. 2014-08-11 14:58:52 +02:00
6897adca29 Removed final warning. 2014-08-11 14:57:15 +02:00
69c95f3bb4 More cleaning. 2014-08-11 14:56:05 +02:00
8af4d98b14 General cleaning 2014-08-11 14:53:05 +02:00
1de273ae1a Fixed mapping 2014-08-11 14:52:20 +02:00
fb53d02fbe Removed unused method. 2014-08-11 14:50:17 +02:00
e46cdf707d Added date filtering to the unfinished seminar page. 2014-08-11 13:32:07 +02:00
3e19d6d115 Refactored some QueryDSL. 2014-08-11 12:44:50 +02:00
fred-fri
d226734a58 sonar 2014-08-11 13:51:37 +09:00
fred-fri
271ecc7d69 sonar 2014-08-11 13:48:20 +09:00
c0f9da1434 Mocks not always that great. 2014-08-06 16:10:12 +02:00
dc1d001324 Oh JUnit 2014-08-06 16:08:46 +02:00
a322de8534 Fixed some QClass imports. 2014-08-06 16:00:40 +02:00
ec9ec2d91d Reversed the order in which the thread replies are added to the mail. 2014-08-06 15:51:02 +02:00
4dda71e571 Added nesting to replies in the thread. 2014-08-06 15:48:27 +02:00
ede3ec7566 Added the contents of the thread when composing the mail body. 2014-08-06 15:24:32 +02:00
65f35ad7af Fixed some UnsupportedEncodingExceptions that cannot happen. 2014-08-06 15:19:59 +02:00
fa6113c220 Created initial implementation of MailContentComposer. 2014-08-06 14:58:28 +02:00
079fe36014 Forum mail sender now uses a MailContentComposer to provide the body of the message. 2014-08-06 14:49:32 +02:00
ee43f7fb4b Forum mail sender now uses a ForumMailBodyContentFormatter to provide the body of the message. 2014-08-06 14:47:32 +02:00
d0bf95ab3b Moved some remaining entities to the proper package. 2014-08-06 14:30:13 +02:00
e59588a373 Fixed so that all external dependencies are specified in ForumMailModule and satisfied by ForumMailModuleTest by providing mocks. 2014-08-06 14:18:59 +02:00
fae50cc0d5 Extracted forum mail related stuff to its own package. 2014-08-05 16:43:45 +02:00
Emil Siverhall
ca1c426ab7 content parsing on it's own 2014-08-01 15:37:49 +02:00
aa81e0b896 Merge remote-tracking branch 'origin/develop' into develop 2014-08-01 10:27:24 +02:00
a2fe440746 Is Sonar even helping? 2014-08-01 10:23:53 +02:00
a401a87358 Refactored the MailResult into an interface with only the relevant methods. 2014-08-01 10:22:20 +02:00
Emil Siverhall
3ff3b5a46d set reply to-address to the one in forum mail settings for forum generated mails 2014-08-01 08:51:35 +02:00