Age | Commit message (Expand) | Author |
2015-09-20 | Add option to hide one's email address | Marcel Korpel |
2015-09-11 | Allow for logging in via email address | Lukas Fleischer |
2015-09-11 | Remove superfluous function valid_user() | Lukas Fleischer |
2015-08-08 | Set correct 'My Account' link after changing username | Marcel Korpel |
2015-08-08 | Use username from the database if one is provided by the user | Marcel Korpel |
2015-08-08 | Port notification routines to Python | Lukas Fleischer |
2015-06-29 | Accept SSH keys with whitespace in comments | Lukas Fleischer |
2015-06-27 | Only print no changes message if queries failed | Johannes Löthberg |
2015-06-27 | Add support for multiple SSH public keys | Lukas Fleischer |
2015-06-27 | Redirect at previous page after a successful login | Gordian Edenhofer |
2015-05-31 | Allow for resetting the SSH public key | Lukas Fleischer |
2014-12-27 | Add support for adding SSH public keys to profiles | Lukas Fleischer |
2014-12-13 | Avoid double slashes in notification email body | Lukas Fleischer |
2014-11-21 | Remove duplicate slash in the password reset URL | Lukas Fleischer |
2014-10-24 | Use an INI-style configuration file | Lukas Fleischer |
2014-10-10 | Use proper email address in send_resetkey() | Lukas Fleischer |
2014-08-06 | Add PCRE_DOLLAR_ENDONLY to preg_match() | Lukas Fleischer |
2014-08-02 | Count users in "Trusted User & Developer" group as TU | Balló György |
2014-07-29 | Suppress PHP notice in process_account_form() | Lukas Fleischer |
2014-07-25 | Do not allow regular users to edit all accounts | Lukas Fleischer |
2014-07-25 | Clean up user references in user_delete() | Lukas Fleischer |
2014-07-15 | Add a new user group "Trusted User & Developer" | Lukas Fleischer |
2014-07-15 | Disallow privileged users to use invalid user names | Lukas Fleischer |
2014-07-15 | Rework permission handling | Lukas Fleischer |
2014-06-05 | acctfuncs.inc.php: Fix indentation | Lukas Fleischer |
2014-06-05 | acctfuncs.inc.php: Reduce nesting in several functions | Lukas Fleischer |
2014-06-05 | Do not return "None" in user functions | Lukas Fleischer |
2014-05-30 | Accept upper case letters in valid_username() | Lukas Fleischer |
2014-05-22 | acctfuncs.inc.php: Fix typo | Lukas Fleischer |
2014-05-22 | Use aur.archlinux.org in sender email addresses | Lukas Fleischer |
2014-05-22 | Be friendly to newly registered users | Lukas Fleischer |
2014-02-10 | Set Content-type header when sending UTF-8 mails | Lukas Fleischer |
2014-02-10 | Use CRLF to separate headers in mail() | Lukas Fleischer |
2014-02-09 | Remove LastVoted column | Lukas Fleischer |
2014-02-06 | Simplify valid_user() and valid_username() | Lukas Fleischer |
2014-02-06 | acctfuncs.inc.php: Fix comment style | Lukas Fleischer |
2014-02-01 | Sort last TU votes by vote and by user name | Lukas Fleischer |
2014-01-20 | acctfuncs.inc.php: Allow translation of missing strings | canyonknight |
2013-08-28 | Only include current TUs in the last votes list | Lukas Fleischer |
2013-08-27 | Exclude running votes from "Last Votes by TU" | Lukas Fleischer |
2013-08-26 | Add "Last Votes by TU" list | Lukas Fleischer |
2013-08-22 | Add a vote type to the TU proposal form | Lukas Fleischer |
2013-08-22 | Store the number of TUs when starting a vote | Lukas Fleischer |
2013-08-22 | Allow for setting an account's inactivity status | Lukas Fleischer |
2013-04-24 | Remove superfluous search wrapper function | canyonknight |
2013-03-25 | Show hint if password is empty during login | Lukas Fleischer |
2013-03-24 | Implement IP banning for user registration and user login | canyonknight |
2013-03-21 | Save last login IP address | Lukas Fleischer |
2013-03-21 | process_account_form(): Highlight errors | Lukas Fleischer |
2013-03-19 | process_account_form(): Allow using empty passwords | Lukas Fleischer |