Age | Commit message (Expand) | Author |
2012-01-07 | Refactor to separate the framework from the app; drop message stuff, this app... | Luke Shumaker |
2011-10-23 | Refactor to *finally* get rid of the god-class "MessageManager". | Luke Shumaker |
2011-10-09 | Fix bug in Users::getIndexAttribs() where auth_name was being omitted.concurrent-editing | Luke Shumaker |
2011-10-09 | Link to the userlist from the user registration page, if anon_userlist is ena... | Luke Shumaker |
2011-10-09 | Add the system config option 'anon_userlist' to control if an anonymous userl... | Luke Shumaker |
2011-10-09 | Merge branch 'concurrent-editing' into anon-userlist | Luke Shumaker |
2011-10-09 | Don't show full name to anon users, comment out security check for index. | Luke Shumaker |
2011-10-09 | Merge branch 'master' into concurrent-editing | Luke Shumaker |
2011-10-09 | Move Users->[gs]etConf into a new DB.class.php, add in some wrappers for equi... | Luke Shumaker |
2011-10-09 | Begin adding a userlist visable to non-authenticated users. | Luke Shumaker |
2011-10-09 | Add auth_uid as a parameter for forms in the Users controller. | Luke Shumaker |
2011-10-05 | Edit individual.html to allow showing multiple users at once. Add | Luke Shumaker |
2011-10-04 | Begin work on safely allowing concurrent edits on data, giving better form in... | Luke Shumaker |
2011-10-04 | Add the ability to close user registration. | Luke Shumaker |
2011-10-01 | Fix the multiple-edit protection (I'd done this yesterday, but didn't commit) | Luke Shumaker |
2011-09-30 | Move username validation from the Users controller to the Auth model. | Luke Shumaker |
2011-09-30 | Quick and ugly hack to safely allow multiple users to edit data at once | Luke Shumaker |
2011-09-28 | Force users to give an email address when they create an account. | Luke Shumaker |
2011-09-25 | Don't let a logged in user go through new-user registration. | Luke Shumaker |
2011-09-22 | Merge branch 'master' of https://git.gitorious.org/messagemanager/messagemanager | Luke Shumaker |
2011-09-22 | whitespace fix | mckenzierobotics.org |
2011-09-22 | Implement ReCaptcha entirely as a plugin, remove all of the ugliness | Luke Shumaker |
2011-09-22 | Add an ugly hacky-hacked reCaptcha to new user registration. | Luke Shumaker |
2011-09-22 | Implement actual plugin management. I was tired of doing the SQL queries by h... | Luke Shumaker |
2011-09-22 | Finally get around to implementing deleting users. (status=4) | Luke Shumaker |
2011-09-05 | Fix 3 bugs (stray * in SQL, typo in variable name, a place where isLoggedIn()... | Luke Shumaker |
2011-09-05 | Fix a few growing pains | Luke Shumaker |
2011-09-05 | Refactor a bit | Luke Shumaker |
2011-09-04 | Screw it, I'm tired of trying to break this into individual commits | Luke Shumaker |
2011-09-04 | mv src/controllers/Auth{,Page}.class.php, change a few things (I'm terrible) | Luke Shumaker |
2011-08-01 | initial commit. | Luke Shumaker |