Commit Graph

77 Commits (f67714abea62d855ffa5ca60cd0d42b9da25125c)

Author SHA1 Message Date
Philipp Tessenow a1e67dd460 new copyright header #1903 11 years ago
Michael Frister a3e5a7a07d Reenable autocompletion for register form except password 12 years ago
Michael Frister e20922bed5 Disable autocomplete on forms with login password fields 12 years ago
Michael Frister 4c80588c14 Disable autocompletion for login forms and password fields 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Philipp Tessenow 81326b5a54 New translation styles for several account-views 12 years ago
Philipp Tessenow c2e9403af3 forgot to be careful with nested namespace'd controllers in some places 12 years ago
Philipp Tessenow b94a9e071c be careful with nested namespace'd controllers in all our views 12 years ago
Martin Linkhorst d81ce2a530 DEPRECATION FIX: the saga begins: adding equal signs to form helpers in view. we start with form_tag 12 years ago
Jens Ulferts b40a2b5204 renames rhtml to html.erb 12 years ago
Jens Ulferts 965e466362 include accessibility.css by default but view can choose to not include it 13 years ago
Romano Licker 9c6189b707 [breadcrumb] reset breadcrumb text where needed 13 years ago
Stephan Eckardt 6002aac838 Fixed label for user_password and user_password_confirmation fields in register form 13 years ago
Gregor Schmidt 6dbfb6c79b Correctly redirecting back when using the pop up login 13 years ago
Romano Licker b284e53a73 [#700] removing tabindex for login 13 years ago
Romano Licker 734da91b4b [#692] login slidedown implemented with tabindex and focus fix 13 years ago
Stephan Eckardt d7f31455a0 added helper method for password complexity requirements 13 years ago
Romano Licker 0048ee49ac [#671] include password in user form 13 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Jean-Philippe Lang 6817a45e7f Adds hooks on login view (#4978). 15 years ago
Eric Davis 675f28f895 Use the minimum password length setting when reseting a password. (#4683) 15 years ago
Jean-Philippe Lang 2416260af2 Add tabindex to login screen (#4299). 15 years ago
Jean-Philippe Lang a842769c3f AccountController#show (/account/show/:id) moved to UsersController#show (/users/:id). 15 years ago
Jean-Philippe Lang 52a6b0a21e Fixed: Custom values with a nil value cause error on (project|account)/show (#3705). 15 years ago
Jean-Philippe Lang 85f634481e Fixed: login form fields have different width with IE (#3582). 16 years ago
Eric Davis 3224773ada Added two plugin hooks to the account page: 16 years ago
Jean-Philippe Lang 09a613b035 Escape custom field name. 16 years ago
Jean-Philippe Lang 5ab33bca8e Sort roles on account view. 16 years ago
Jean-Philippe Lang 7dccf9fda6 Allows multiple roles on the same project (#706). Prerequisite for user groups feature. 16 years ago
Jean-Philippe Lang 31cf9be7ab Makes minimum password length configurable. 16 years ago
Jean-Philippe Lang 9fe6bcac74 Fixes user's activity link (#2853). 16 years ago
Eric Davis f1b8bf22a2 Added a space so words don't runtogeatherlikethis. #699 16 years ago
Eric Davis 8d53e433c5 Added a system setting for allowing OpenID logins and registrations 16 years ago
Eric Davis 896e64b759 Added the ability to login via OpenID. 16 years ago
Jean-Philippe Lang f1aa0df326 Adds an helper to render other formats download links. 16 years ago
Jean-Philippe Lang 83fe973c75 Fixed user's activity atom feed broken by r2317. 16 years ago
Jean-Philippe Lang 12792d8068 User custom fields can now be set as editable so that users can edit them on 'My account'. 16 years ago
Jean-Philippe Lang 5f3f2e756b Obfuscates email address on user's account page using javascript. 16 years ago
Jean-Philippe Lang dfc7a94578 Slight changes to profile on account page and last connexion date added. 16 years ago
Jean-Philippe Lang 0399b85ab6 Adds links between account and user's activity pages. 16 years ago
Jean-Philippe Lang 9e5edfb728 Adds atom feed on user's account page. 16 years ago
Jean-Philippe Lang fce4615f10 Display latest user's activity on account/show view. 16 years ago
Jean-Philippe Lang 7619c286cc Changes ApplicationHelper#gravatar_for_mail to #avatar that takes a User or a String (less code in views). 16 years ago
Eric Davis ba20a67873 Added an option to turn user Gravatars on or off 16 years ago
Eric Davis b84dd8ec83 Added gravatar image to the user's public account page 16 years ago
Jean-Philippe Lang 988f8d65fa Adds 'Edit' link on account/show for admin users. 16 years ago
Jean-Philippe Lang 9f92554319 Redirect user to the previous page after logging in (#1679). 17 years ago
Jean-Philippe Lang eb1d969237 Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes. 17 years ago
Jean-Philippe Lang 9703f576d9 Escapes HTML tags. 17 years ago
Jean-Philippe Lang ce6cf66f6c Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable). 17 years ago