Commit graph

38 commits

Author SHA1 Message Date
oliver
45cd7e795d replace tabs with spaces 2015-05-12 09:49:53 +02:00
oliver
0b8c5f614f add filters for ?name? and ?email? to user listing (implements #82) 2015-04-19 15:53:45 +02:00
oliver
8154dbd9be add password repeat for user editing (issue #85) 2015-04-19 11:49:29 +02:00
oliver
847b8821d6 add password repeat for user creation (issue #85) 2015-04-19 11:45:52 +02:00
oliver
2fd822f6b3 add password repeat for user registration (implements #85) 2015-04-19 11:31:19 +02:00
oliver
cf3fbad8f0 move configuration ?registration_host? to ?app? section 2015-04-08 12:37:49 +02:00
oliver
f37e96bd33 add configuration value to restrict registration to an e?mail address (implements #4) 2015-04-08 12:34:13 +02:00
coderkun
eca33f7a73 add namespaces to docstring types 2015-03-06 12:19:07 +01:00
coderkun
2c0e68b194 correct docstrings 2015-03-06 11:09:35 +01:00
coderkun
879462a919 check XP-level for user?s Character listing 2014-07-31 14:28:56 +02:00
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
48d978c717 add cache-table for character data instead of using database view (solves issue #324) 2014-06-08 14:11:21 +02:00
coderkun
afda29b629 correct links in e?mail notifications 2014-05-27 11:46:06 +02:00
coderkun
c7fac6ad84 add AJAX to user listing (Issue #287) 2014-05-27 10:16:36 +02:00
coderkun
d6bb882bb6 implement MailAgent and use it for user and Character registration 2014-05-25 22:38:41 +02:00
coderkun
dde0a50e04 add a meaningful title to HTML-pages (Issue #185) 2014-05-04 01:41:54 +02:00
coderkun
485e72a9d1 do not use empty() without write context 2014-05-01 21:26:36 +02:00
coderkun
39c1c06e5b add option to sort users and Characters by registration date 2014-05-01 14:29:34 +02:00
coderkun
c856cb7c54 implement managing of users 2014-05-01 14:21:05 +02:00
coderkun
aed297c33e add validation to UsersController and let users change their own data and add breadcrumbs to user pages 2014-05-01 03:22:02 +02:00
coderkun
2185a7c2a4 change user Seminary roles to Character roles 2014-04-23 20:06:58 +02:00
coderkun
5e02062c26 add login form to 403 error pages and add referrer param for user login 2014-04-22 11:55:51 +02:00
coderkun
babfe5b017 check if unique values already exists for user and Character registration and send notification mail to moderators 2014-04-16 13:42:19 +02:00
coderkun
9d56a92ec5 set Seminary roles for user 2014-04-09 00:09:30 +02:00
coderkun
3a95d15b42 set mood-pictures for Seminary-related pages and small avatar pictures 2014-04-09 00:06:02 +02:00
coderkun
1d5722d745 correct permissions on user pages 2014-04-07 23:10:44 +02:00
coderkun
55d4de044d correctly set and use logged user 2014-04-07 23:10:15 +02:00
coderkun
7755f453db implement user registration and improve user handling 2014-04-05 13:29:49 +02:00
coderkun
647aae9286 update XP-level structure 2014-03-22 00:06:24 +01:00
coderkun
484cfb67fd show Characters and Roles of an user 2014-02-09 13:33:38 +01:00
coderkun
21f6625c68 implement user roles and user seminary roles as basic ACL 2014-01-30 00:59:02 +01:00
coderkun
b7a0d594d8 use ?is_null? function instead of ?empty? due to backwards compatibility 2014-01-29 15:40:49 +01:00
coderkun
9e21ff9312 implement CRUD for seminaries and correct typos for users 2014-01-25 20:55:10 +01:00
coderkun
4706fb5204 integrate AuthComponent and implement CRUD for users 2014-01-22 16:31:25 +01:00
coderkun
00d4aeac3a add basic Users- and SeminariesAgent 2014-01-17 16:26:49 +01:00