Commit graph

313 commits

Author SHA1 Message Date
coderkun
1f40526fdd correct count for user listing when a filter is applied 2014-06-24 21:53:36 +02:00
coderkun
82dc5fc1a4 add username filter for user listing (issue #316) 2014-06-24 21:29:59 +02:00
coderkun
28e8a53d55 correct validation array for editing users 2014-06-24 21:18:14 +02:00
coderkun
9e52c100fe add option to disable mail notifications for users (issue #330) 2014-06-24 20:55:32 +02:00
coderkun
5124682712 add title filter for Quest listing 2014-06-19 23:11:28 +02:00
coderkun
34f8085872 implement CRUD for Questgroups (issue #32) 2014-06-19 20:13:46 +02:00
coderkun
7f144b1df0 correct sending mail for character submissions (resolves issue #326) 2014-06-11 22:36:51 +02:00
coderkun
39a866e666 correct IdNotFoundExceptions in MediaController 2014-06-11 22:12:51 +02:00
coderkun
48d978c717 add cache-table for character data instead of using database view (solves issue #324) 2014-06-08 14:11:21 +02:00
coderkun
759a814587 use database to sort Characters for managing them 2014-06-05 13:46:37 +02:00
coderkun
af3cc1a655 restrict CRUD for Questgroupshierarchy to Seminary admins 2014-06-03 14:37:33 +02:00
coderkun
4e09241db5 implement CRUD for Questgroupshierarchy 2014-06-03 14:30:26 +02:00
coderkun
1927552c3c correctly link back to Quest choosen by Character at the end of an optional Questline 2014-06-02 22:04:01 +02:00
coderkun
6efc0b8130 implement CRUD for Charactertypes (resolves issue #319) 2014-05-30 10:46:53 +02:00
coderkun
166cb258c3 implement CRUD for Seminaries (resolves issue #33) 2014-05-28 10:33:05 +02:00
coderkun
afda29b629 correct links in e?mail notifications 2014-05-27 11:46:06 +02:00
coderkun
58dab8cf94 add e?mail notifcation for approved Quests (resolves issue #298) 2014-05-27 11:43:53 +02:00
coderkun
a35cdc491e add e?mail notification for Character submissions that need to be reviewed by moderators 2014-05-27 11:13:23 +02:00
coderkun
c7fac6ad84 add AJAX to user listing (Issue #287) 2014-05-27 10:16:36 +02:00
coderkun
4b3f525f9e add AJAX to Character listing 2014-05-26 17:46:30 +02:00
coderkun
86ba09ef70 generalize count limit for lists and correct error handling for AJAX Quest listing 2014-05-26 17:45:11 +02:00
coderkun
d6bb882bb6 implement MailAgent and use it for user and Character registration 2014-05-25 22:38:41 +02:00
coderkun
5a0a07fccc set linker for Text- and HTML-mails 2014-05-25 22:34:55 +02:00
coderkun
7386cc0bb6 imlement HtmlmailAgent, TextmailAgent and MailreceiverAgent for generating plaintext- and HTML-mail messages 2014-05-25 11:58:50 +02:00
coderkun
5d0d90c373 use AJAX to dynamicall load list of all Quests for a Seminary (Issue #287) 2014-05-25 00:47:29 +02:00
coderkun
80753aaf8c implement AjaxAgent for AJAX-responses 2014-05-25 00:45:19 +02:00
coderkun
6cb12a0b7a do not use empty in non-write context 2014-05-17 15:29:54 +02:00
coderkun
f143884624 implement CRUD for Questtopics (library) (Issue #290) 2014-05-17 13:46:23 +02:00
coderkun
9002e165a0 use own method to get list of Quests for a Seminary ordered by open Character submissions 2014-05-16 16:04:56 +02:00
coderkun
f232883f55 implement adding a Quest to Questtopic and little improvements 2014-05-16 15:37:54 +02:00
coderkun
cd9f11cf0a implement managing of Queststopics 2014-05-16 00:22:24 +02:00
coderkun
f0dd34e762 listing of all Quests of a Seminary: improve filtering, sort Quests and do not load all at once (Issue #71) 2014-05-15 23:37:26 +02:00
coderkun
9f321bd695 correctly set Achievements count (Issue #286) 2014-05-15 21:30:43 +02:00
coderkun
ea828a88dc store the total amount of achievable XPs for a Questgroup in the database instead of calculating it every time (Issue #281) 2014-05-15 18:17:51 +02:00
coderkun
e4a030ce1f only check permissions for Questgroup if entered-status has not been set (Issue #279) 2014-05-15 12:12:32 +02:00
coderkun
eea226c1c2 check for Quest related Achievements only on Quest pages (Issue #278) 2014-05-15 12:05:36 +02:00
coderkun
ec70165c8f do not show milestone Achievements in Seminarybar (Issue #276) 2014-05-14 18:33:46 +02:00
coderkun
ff849bd72c restructure application classes 2014-05-14 18:30:25 +02:00
coderkun
05b88d219a do not try to render Seminarybar if no Seminary is present 2014-05-13 13:44:14 +02:00
coderkun
cc9a067fdd correcty check permissions for a Quest if one of the previous Quests has as following Quest the Quest itself (Issue #229) 2014-05-12 16:17:26 +02:00
coderkun
ad968b712a correct caching of resized files 2014-05-07 00:45:04 +02:00
coderkun
072333c88b implement icons for Character groups Quests and improve media handilng for Character groups 2014-05-07 00:44:45 +02:00
coderkun
93e8dcd912 improve media handling for Character groups 2014-05-06 23:26:48 +02:00
coderkun
6318c61bcd 1) correct media for Character groups 2) implement uploading of media for Character groups 3) let members change media and motto for Character groups 2014-05-06 18:04:29 +02:00
coderkun
194487540d correct cache control for media 2014-05-06 17:55:30 +02:00
coderkun
3fea2c4799 do not list only-once-Achievements that have already be achieved (Issue #215) 2014-05-06 10:15:18 +02:00
coderkun
5a3c3d88b4 sort Character groups by XPs for listing and by name for managing (Issue #210) 2014-05-05 13:44:48 +02:00
coderkun
dde0a50e04 add a meaningful title to HTML-pages (Issue #185) 2014-05-04 01:41:54 +02:00
coderkun
9a1e3f9152 always show Epilog and follow-up Quests for admins and moderators (Issue #159) 2014-05-03 23:07:44 +02:00
coderkun
510f6a869f use client?s mimetype as fallback for uploads 2014-05-03 22:37:04 +02:00