summaryrefslogtreecommitdiffstats
path: root/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Did something here, I think the backend part of the new headers systemMichael Francis2011-07-011-2/+23
|
* Implemented friend requests in the backendMichael Francis2011-07-011-4/+12
|
* Get the user the proper way.Michael Francis2011-07-011-1/+1
|
* Fix to redirect a user if they request a private function while not logged in Michael Francis2011-07-011-2/+7
|
* Ensure the feed has posts before trying to iterate it. Michael Francis2011-06-221-0/+2
|
* Changed the validation method to skip empty inputs Michael Francis2011-06-221-2/+9
|
* Fix for FlashmessageMichael Francis2011-06-211-1/+1
|
* Fixed password changingMichael Francis2011-06-211-4/+12
|
* Stopped using a custom layout for feed Michael Francis2011-06-201-1/+1
|
* QA: removed spacesMichael Francis2011-06-201-1/+1
|
* Settings page for users Michael Francis2011-06-201-0/+22
|
* Should be $input not $data (fixed typo)Michael Francis2011-06-201-2/+2
|
* Fix to make sure search goes to page 1 if no page is defined Michael Francis2011-06-201-1/+1
|
* Fixed flashmessage, it uses write not set Michael Francis2011-06-201-1/+1
|
* Cleaned up Anime's find/search method (less code)Michael Francis2011-06-201-21/+6
|
* Disabled ContentList for anime :/Michael Francis2011-06-051-4/+1
|
* Implemented a proper anime controllerMichael Francis2011-06-051-0/+35
|
* Added Recently watched (history)Michael Francis2011-06-051-1/+5
|
* Fixed issue when add page reloads due to error (anime wasn't being returned, ↵Michael Francis2011-06-051-20/+43
| | | | so the view would say "Find an anime" and would not have anime data in the hidden fields)
* Moved search into the model Michael Francis2011-05-291-23/+20
|
* Fixed caseMichael Francis2011-05-291-1/+1
|
* Implemented / Fixed adding Michael Francis2011-05-291-8/+30
|
* Fixed case issueMichael Francis2011-05-281-1/+1
|
* Fixed need to login to do searchMichael Francis2011-05-281-0/+2
|
* Initial CommitMichael Francis2011-05-2811-0/+1046