summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-09Begin transitioning to HTML5 (this commit breaks the "build")html5Luke Shumaker
2011-10-09Merge branch 'anon-userlist'Luke Shumaker
2011-10-09Fix the markup with the spreadsheet link in the user index.Luke Shumaker
2011-10-09Link to the userlist from the user registration page, if anon_userlist is ena...Luke Shumaker
2011-10-09Change users/index.html a bit depending on if logged in or not.Luke Shumaker
2011-10-09Add the system config option 'anon_userlist' to control if an anonymous userl...Luke Shumaker
2011-10-09Allow username lookup even if $user->canRead()==falseLuke Shumaker
2011-10-09Merge branch 'concurrent-editing' into anon-userlistLuke Shumaker
2011-10-09Don't show full name to anon users, comment out security check for index.Luke Shumaker
2011-10-09Merge branch 'bug-fix'Luke Shumaker
2011-10-09Fix bug in Auth model; I used <= instead of < for isNameLegal length.Luke Shumaker
2011-10-09Fix typo in codeLuke Shumaker
2011-10-09Merge branch 'master' into concurrent-editingLuke Shumaker
2011-10-09Move Users->[gs]etConf into a new DB.class.php, add in some wrappers for equi...Luke Shumaker
2011-10-09Begin adding a userlist visable to non-authenticated users.Luke Shumaker
2011-10-09Properly use thead and tbody.Luke Shumaker
2011-10-09Improve usability of scss. (a lot of form style stuff)Luke Shumaker
2011-10-09Add auth_uid as a parameter for forms in the Users controller.Luke Shumaker
2011-10-05Edit individual.html to allow showing multiple users at once. AddLuke Shumaker
2011-10-05Improve printed formatting.Luke Shumaker
2011-10-04Change the title on user pages from "Users: NAME" to "User: NAME".Luke Shumaker
2011-10-04Add some (S)CSS for printing.Luke Shumaker
2011-10-04Use SCSS, tweak styles a bit.Luke Shumaker
2011-10-04Begin work on safely allowing concurrent edits on data, giving better form in...Luke Shumaker
2011-10-04Add a trailing newline to Database.class.phpLuke Shumaker
2011-10-04Add the ability to close user registration.Luke Shumaker
2011-10-01Fix the multiple-edit protection (I'd done this yesterday, but didn't commit)Luke Shumaker
2011-09-30Move username validation from the Users controller to the Auth model.Luke Shumaker
2011-09-30Fix a typo in a individual.html.php that caused an error to show whenever a u...Luke Shumaker
2011-09-30Quick and ugly hack to safely allow multiple users to edit data at onceLuke Shumaker
2011-09-28On the user index page, add field names to the bottom of the table,Luke Shumaker
2011-09-28Force users to give an email address when they create an account.Luke Shumaker
2011-09-28Move the contact info to above the plugin-configurable area on theLuke Shumaker
2011-09-25Don't let a logged in user go through new-user registration.Luke Shumaker
2011-09-25Make the first page of new user registration say "Go on to Step 2"Luke Shumaker
2011-09-25don't allow deleted users to log in. (They'd get permission denied on everyth...Luke Shumaker
2011-09-25Remove obsolete sections from README.txtLuke Shumaker
2011-09-25Make xss-check.php.sample use all regexLuke Shumaker
2011-09-25add a quick hack for XSS protectionLuke Shumaker
2011-09-22Merge branch 'master' of https://git.gitorious.org/messagemanager/messagemanagerLuke Shumaker
2011-09-22whitespace fixmckenzierobotics.org
2011-09-22Implement ReCaptcha entirely as a plugin, remove all of the uglinessLuke Shumaker
2011-09-22Add an ugly hacky-hacked reCaptcha to new user registration.Luke Shumaker
2011-09-22Implement actual plugin management. I was tired of doing the SQL queries by h...Luke Shumaker
2011-09-22Misc. cleanup: improve comments in Login, add description to SenderIdenticaLuke Shumaker
2011-09-22Finally get around to implementing deleting users. (status=4)Luke Shumaker
2011-09-22Fix a terrible, terrible bug in Database.class.php, I was calling getSysConf(...Luke Shumaker
2011-09-19Don't give back 201 for the HTML view after creating a user. Doing so will pr...Luke Shumaker
2011-09-19Add a decent fallback for when both file extension and Accept methods of sele...Luke Shumaker
2011-09-10Fix css font issue. I thought I had commited this, but it was burriedmckenzierobotics.org