Refactored code and added additional features
authorArtem Daniliants <artem@daniliants.com>
Thu, 13 May 2010 19:13:47 +0000 (22:13 +0300)
committerArtem Daniliants <artem@daniliants.com>
Thu, 13 May 2010 19:13:47 +0000 (22:13 +0300)
commit16692981b5e3265ac6734b84d91571e305b79d61
tree6f1cfbc63c3b3924099b4d02cd4d25f8f6a2d33e
parent8785db5df89a4d417ffb965f919b53be8138fdd5
Refactored code and added additional features

- Added avatar support
- Added support for fetching list of all registered users
- Added support for viewing user's profile
- Modified database: added last_activity and description columns
- Added support for last_activity (when user last contacted server)
Server/application/config/api.php
Server/application/config/upload.php [new file with mode: 0644]
Server/application/controllers/api.php [deleted file]
Server/application/controllers/results.php [new file with mode: 0644]
Server/application/controllers/users.php [new file with mode: 0644]
Server/application/helpers/apiler.php [new file with mode: 0644]
Server/application/models/database_structure.sql
Server/application/models/user.php
Server/application/views/api/user_info.php [new file with mode: 0644]
Server/application/views/api/user_list.php [new file with mode: 0644]