3976 Commits

Author SHA1 Message Date
ae7472722b Moved MailEvent, MailEventService(Impl) to the mail package. 2014-08-20 15:39:33 +02:00
cd73a09355 Fixed some missing dependencies in the ForumMailModuleTest 2014-08-20 15:24:56 +02:00
24dd87bff0 Fixed unchecked warning. 2014-08-20 14:50:39 +02:00
86cc6aaf25 Made forum mail a plugin. 2014-08-20 14:44:26 +02:00
86e6e7d370 Basic plugin system. 2014-08-20 14:42:27 +02:00
0e49677b73 Scheduling a worker now returns a Job that can be used to cancel the worker. 2014-08-20 12:35:53 +02:00
fred-fri
a1590b8a9d notes 2014-08-20 13:16:38 +09:00
e7b0ebc53b Changed unknown content type to foo/bar since multipart/* is not unknown in the test case. 2014-08-19 13:48:12 +02:00
4f4597019d Changed content parser to handle any multipart content correctly instead of only multipart/alternative 2014-08-19 13:23:45 +02:00
897f23dad7 Separated reply e-mail and account name. 2014-08-19 11:21:17 +02:00
09a370fce1 Renamed some forum mail settings. 2014-08-19 11:13:56 +02:00
f2707baa6c Now that firstName, lastName and emailAddress are non-null (or should be... JPA...) the compareTo method can be simplified. 2014-08-19 10:58:13 +02:00
9dfca93a4c Name conflict. 2014-08-19 10:46:35 +02:00
72568b9a76 Made firstName, lastName, emailAddress not null in User.
I hate whoever invented null.
I hate JPA for enforcing default constructors.
I hate Wicket for promoting the use of standard java beans from persistence to presentation.
2014-08-19 10:46:01 +02:00
fred-fri
3614e6694f admin can now cancel final seminars 2014-08-19 15:27:17 +09:00
fred-fri
85a939c7aa final seminar now has activity in activity plan 2014-08-19 12:34:33 +09:00
ec1c279751 I hate whoever invented null.
I hate JPA for enforcing default constructors.
I hate Java for not having Option.
2014-08-18 16:48:20 +02:00
514c8708e6 Users can now choose to hide their Gravatar image. 2014-08-18 15:36:21 +02:00
491a3a916e Moved the md5 utility function out of TurnItInComponent.
Added Gravatar images to user profiles.
2014-08-18 15:23:13 +02:00
8666f0594f Rewrote the md5 function so you can actually understand what is going on.
There is a test verifying with 1000 random 4096 byte arrays that the results are still the same.
2014-08-18 14:53:23 +02:00
e871b0b393 Public page that lists the next 20 upcoming final seminars. 2014-08-18 14:25:46 +02:00
05d2ce4d2d Fucking mutable state. 2014-08-18 13:24:17 +02:00
5baeb2e71f Ideas can now have multiple languages selected. 2014-08-18 11:35:56 +02:00
fred-fri
dee40a62fb removed commented out line 2014-08-18 17:12:10 +09:00
fred-fri
8d85e04dd9 lol if statement 2014-08-18 17:06:28 +09:00
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