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