summaryrefslogtreecommitdiffstats
path: root/controllers
Commit message (Expand)AuthorAgeFilesLines
* rework a lot of searchraylu2011-07-121-45/+14
* /anime worksraylu2011-07-101-2/+8
* FixesMichael Francis2011-07-101-16/+1
* Spelling mistakeMichael Francis2011-07-101-3/+2
* Moved signup to SignupControllerMichael Francis2011-07-101-1/+1
* Mongo fixesMichael Francis2011-07-101-3/+3
* Fixed defaultsMichael Francis2011-07-101-1/+2
* Moved the secret to the proper controllerMichael Francis2011-07-101-1/+1
* Merge branch 'master' of git.raylu.net:otakuhubMichael Francis2011-07-101-2/+2
|\
| * casing fix in search controller and whitespace in layoutraylu2011-07-081-2/+2
* | Moved to signupMichael Francis2011-07-101-84/+0
* | Moved signup stuff to it's own controllerMichael Francis2011-07-101-0/+119
|/
* Cleaned up code and make sure that the $user returnsMichael Francis2011-07-061-31/+17
* pointless little fixesraylu2011-07-031-2/+2
* pull in dev branch changesraylu2011-07-024-29/+30
* 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
* 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