summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add the initial version of the rewritten glsamakerMax Magorsch2020-04-181-111/+0
| | | | | | | | The glsamaker has been completly rewritten in go. It is using postgres instead of mysql now. The look and feel is based on tyrian. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Move admin filter to the Authentication moduleAlex Legler2011-08-271-0/+8
|
* First set of rails3 updatesAlex Legler2011-08-141-1/+1
| | | | .rails2 backups are still there, to be merged and removed on completion.
* It's 2011Alex Legler2011-02-261-1/+1
|
* Make REMOTE_USER actually work on production system (I suspect due to ↵Robin H. Johnson2010-09-211-1/+10
| | | | slightly older Ruby). Previously neither env variable was being detected, despite being set.
* Fixing passenger proprietary environment infoAlex Legler2009-04-101-2/+2
|
* Moving to Affero GPL3, adding RDocAlex Legler2009-03-311-0/+13
|
* Fix testing authentication once and for all. RAWR!Alex Legler2009-03-151-10/+10
|
* Fix nil error when auth failedAlex Legler2009-03-151-1/+1
|
* Populating current_user to viewsAlex Legler2009-03-151-0/+5
|
* Authentication in development now works rlamenteAlex Legler2009-03-151-7/+11
|
* Authentication now working in more environmentsAlex Legler2009-03-151-8/+36
| | | | | | * works both in Passenger (REMOTE_USER) and via HTTP_AUTHORIZATION * Adding config option to override testing auth and require production-style auth
* New Authentication stuffAlex Legler2009-03-151-4/+36
| | | | | * Two types of auth: One for production, one for development * Error pages
* Adding our own little auth engine + index controller to testAlex Legler2009-03-151-0/+12