Commit graph

52 commits

Author SHA1 Message Date
oliver
c512dca087 add configuration value to restrict registration to an e?mail address (implements #4) 2015-04-08 12:34:13 +02:00
oliver
dcfb93ec6b correctly use Seminary information for retrieving media 2015-04-08 11:20:54 +02:00
oliver
3aebed666e send Quest submission mails only to moderators of the same Seminary as the Quest is of 2015-04-02 12:55:42 +02:00
coderkun
b2d00bc624 implement copying a complete Seminary (implements issue #7) 2015-03-21 15:15:49 +01:00
coderkun
969887da58 add namespaces to docstring types 2015-03-06 12:19:07 +01:00
coderkun
01a9c81f81 correct docstrings 2015-03-06 11:09:35 +01:00
coderkun
a84aac478d correct permissions for task editing action 2014-08-29 15:32:20 +02:00
coderkun
9b47c263ae correct check for next questgroup 2014-08-08 17:14:30 +02:00
coderkun
355afb1e20 check XP-level for user?s Character listing 2014-07-31 14:28:56 +02:00
coderkun
798f3089d1 set validation settings for CharactersController->edit() 2014-07-31 12:49:44 +02:00
coderkun
955861f528 make XP-level optional for Characters 2014-07-31 12:49:11 +02:00
coderkun
d955fd0c72 add abstract method edittask() to QuesttypeController for editing the task of a Quest 2014-07-31 11:15:14 +02:00
coderkun
2ec13fa516 check uploaded files for existance (UploadsController) 2014-07-11 12:21:58 +02:00
coderkun
13cd80f436 check availability of Avatar at various places 2014-07-10 13:19:02 +02:00
coderkun
b1a92bcd03 adjust position when deleting Achievements 2014-07-10 12:57:55 +02:00
coderkun
7873ee0d5b improve CRUD for Character types (issue #319) and implement CRUD for Avatars (issue #37) 2014-07-10 12:57:25 +02:00
coderkun
591ce2690b implement CRUD for XP-levels 2014-07-09 13:02:54 +02:00
coderkun
424fd601b7 correct permissions for Achievements 2014-07-08 13:58:26 +02:00
coderkun
1e3f25c0cf allow Seminary moderators to access all Achievement media 2014-07-08 13:55:48 +02:00
coderkun
59778e2b2e implement CRUD for Achievements (issue #318) 2014-07-08 13:54:25 +02:00
coderkun
07ac1b16e9 correct permissions for Questgroup actions 2014-07-04 13:55:22 +02:00
coderkun
23841c6aff implement CRUD for Quest texts (issue #36) 2014-07-04 13:54:57 +02:00
coderkun
5fa70e65b3 implement CRUD for Questgroup texts (issue #32) 2014-07-01 22:24:28 +02:00
coderkun
66bd4ee08b implement basic CRUD for Quests 2014-07-01 17:00:43 +02:00
coderkun
ebb624fb73 add Character name filter for Character listing (issue #316) 2014-06-24 21:54:23 +02:00
coderkun
82b51e3d5b correct count for user listing when a filter is applied 2014-06-24 21:53:36 +02:00
coderkun
dacb967f32 add username filter for user listing (issue #316) 2014-06-24 21:29:59 +02:00
coderkun
4b31d866ad correct validation array for editing users 2014-06-24 21:18:14 +02:00
coderkun
9d0275eb7a add option to disable mail notifications for users (issue #330) 2014-06-24 20:55:32 +02:00
coderkun
0076e9b629 add title filter for Quest listing 2014-06-19 23:11:28 +02:00
coderkun
da6c132216 implement CRUD for Questgroups (issue #32) 2014-06-19 20:13:46 +02:00
coderkun
cc86917c7a correct sending mail for character submissions (resolves issue #326) 2014-06-11 22:36:51 +02:00
coderkun
9de795e1b1 correct IdNotFoundExceptions in MediaController 2014-06-11 22:12:51 +02:00
coderkun
b09d4abc06 add cache-table for character data instead of using database view (solves issue #324) 2014-06-08 14:11:21 +02:00
coderkun
63c4e7c016 use database to sort Characters for managing them 2014-06-05 13:46:37 +02:00
coderkun
492e3f782b restrict CRUD for Questgroupshierarchy to Seminary admins 2014-06-03 14:37:33 +02:00
coderkun
7264b623c1 implement CRUD for Questgroupshierarchy 2014-06-03 14:30:26 +02:00
coderkun
b0e3dd1169 correctly link back to Quest choosen by Character at the end of an optional Questline 2014-06-02 22:04:01 +02:00
coderkun
9b05d99391 implement CRUD for Charactertypes (resolves issue #319) 2014-05-30 10:46:53 +02:00
coderkun
a4ccb74e8c implement CRUD for Seminaries (resolves issue #33) 2014-05-28 10:33:05 +02:00
coderkun
a08a09a9a0 correct links in e?mail notifications 2014-05-27 11:46:06 +02:00
coderkun
26ccbc61e0 add e?mail notifcation for approved Quests (resolves issue #298) 2014-05-27 11:43:53 +02:00
coderkun
66ce3caee3 add e?mail notification for Character submissions that need to be reviewed by moderators 2014-05-27 11:13:23 +02:00
coderkun
e9d9147b28 add AJAX to user listing (Issue #287) 2014-05-27 10:16:36 +02:00
coderkun
688d6d6382 add AJAX to Character listing 2014-05-26 17:46:30 +02:00
coderkun
dcdd274a55 generalize count limit for lists and correct error handling for AJAX Quest listing 2014-05-26 17:45:11 +02:00
coderkun
7c10592f6b implement MailAgent and use it for user and Character registration 2014-05-25 22:38:41 +02:00
coderkun
082f38ef49 set linker for Text- and HTML-mails 2014-05-25 22:34:55 +02:00
coderkun
c995fea203 imlement HtmlmailAgent, TextmailAgent and MailreceiverAgent for generating plaintext- and HTML-mail messages 2014-05-25 11:58:50 +02:00
coderkun
f655749be3 use AJAX to dynamicall load list of all Quests for a Seminary (Issue #287) 2014-05-25 00:47:29 +02:00