summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* rework a lot of searchraylu2011-07-121-2/+2
| | | | | /search will eventually search all /search/anime searches only anime
* Mail configuration Michael Francis2011-07-101-0/+14
|
* CleanupMichael Francis2011-07-091-3/+2
|
* defined a seperate connection for mongo and MySqlMichael Francis2011-07-091-12/+14
|
* Importing the swiftmail librariesMichael Francis2011-07-092-0/+9
|
* Switched from my hacked code to lithium's new post auth validation ↵Michael Francis2011-07-091-17/+4
| | | | https://github.com/UnionOfRAD/lithium/blob/master/security/auth/adapter/Form.php#L109
* fix style on auth.phpraylu2011-07-031-75/+81
|
* pointless little fixesraylu2011-07-031-8/+3
|
* pull in dev branch changesraylu2011-07-023-5/+36
| | | | not pulled: swiftmailer, gzip
* For now, remove permissions.php dependencyraylu2011-07-021-2/+2
|
* LITHIUM_APP_PATH is already a dir, but doesn't end in /raylu2011-07-021-2/+2
| | | | | dirname() strips the last part of the path because dirname('a/b/c') is 'a/b', regardless of whether c is a directory
* remove .DS_Storesraylu2011-07-022-0/+0
|
* Fix to redirect a user if they request a private function while not logged in Michael Francis2011-07-011-1/+4
|
* Cleaned up auth by a few linesMichael Francis2011-07-011-10/+11
|
* Since contentList controller is being depreciated, removed the route for itMichael Francis2011-06-201-1/+1
|
* Fixed to use Lithium's new Password class Michael Francis2011-06-201-1/+2
|
* Disabled ContentList for anime :/Michael Francis2011-06-051-2/+2
|
* Started implementing permissionsMichael Francis2011-06-051-0/+1
|
* Initial CommitMichael Francis2011-05-2815-0/+1031