Commit Graph

1661 Commits (e3ff8077960b95cf185931fe8c3e62debbd0e6ea)

Author SHA1 Message Date
Jens Ulferts 65c09b3c2a allows for disabling email notification on update 11 years ago
Jens Ulferts e111759c31 showing error messages on update failure 11 years ago
Jens Ulferts 3b7dfb1552 warning message if attachments could not be saved 11 years ago
Jens Ulferts 3b011dab78 enables type switching for existing work_packages 11 years ago
Jens Ulferts c5f40d84c4 enables logging time on update 11 years ago
Jens Ulferts f24e88878e enables notes to be set on edit 11 years ago
Jens Ulferts 87b99d02e7 explicitly passes attributes to views 11 years ago
Jens Ulferts 980ef16b31 allows for the status to be set on planning elements 11 years ago
Jens Ulferts 90fcf47c14 adds an update action to the work package controller 11 years ago
Jens Ulferts fb84581189 refactors attribute rendering to avoid duplication 11 years ago
Jens Ulferts bb85b6bfb0 initial work_package#edit implementation 11 years ago
Jens Ulferts 0c9539fbf3 adds an edit action to work_packages controller 11 years ago
Hagen Schink f5d66560df Use strong parameters for type 11 years ago
Philipp Tessenow 5233f87435 refactor event filetering in ActivitiesController 11 years ago
Philipp Tessenow 5ca3b5fa03 hide activity on the overall activity page when it is disabled for a project 11 years ago
Philipp Tessenow 6bed893600 403 on activity page with disabled activity module 11 years ago
Martin Czuchra 86678cce5c Fixes url generation work with new sti column name. 11 years ago
Michael Frister 1a848ee2f5 Add password expiry check 11 years ago
Philipp Tessenow 28362876e5 we have to render something even if the member is invalid 11 years ago
Philipp Tessenow 188e1725bc only include members_form.js once 11 years ago
Philipp Tessenow 7aeb2fc979 fix #1405: fake invalid credentials when a blocked user tries to login 11 years ago
Christian Rijke 8acc54811b Only set updated_at for logged in users and not for anonymous users. 11 years ago
Christian Rijke c9d1e660a4 Set updated_at immediately after login. 11 years ago
Christian Rijke d42c9eb1a9 Refactor session_expired? conditions. 11 years ago
Christian Rijke 1ba73c4ef9 Always set session[:updated_at] to avoid logging out users when the administrator turns on session expiration. 11 years ago
Christian Rijke 3956f024d0 Log out users with empty session activity time when session lifetime is enabled. 11 years ago
Jens Ulferts 36b9870cd6 allows for rendering pdf from work_package#show 11 years ago
Jens Ulferts 05de02a0c3 more general implementation for diff view 11 years ago
Martin Czuchra 847a3029a9 Renames Tracker into Type. 11 years ago
jwollert 295afbd72e use a dummy member for error handling when a user is trying to create a member without a user_id 11 years ago
Martin Czuchra 7d2fd3deb5 Changes recycle bin to be triggered w/ trash. 11 years ago
Jens Ulferts 4cc9aaf896 fixes on the fly category creation 11 years ago
Michael Frister 607b4dd61e UsersController: improve random password control flow; cleanup 11 years ago
Michael Frister 7cc19bb969 Improve form and process random password assignment 11 years ago
jwollert 2e0224fd00 adjust users_controller to use random_password facilities, migrated from strong_passwords 11 years ago
Jens Ulferts 984f69679e improve spec robustness 11 years ago
Michael Frister 3a685dca38 Remove pry 11 years ago
Michael Frister 7712287666 Fix updating group_ids for User, fix admin test 11 years ago
Michael Frister 05c85dcb90 User update: Use strong_parameters, disallow status change 11 years ago
Michael Frister 4e439e2551 Don't show notice about brute force prevention when it's disabled 11 years ago
Michael Frister 536cbc5cc1 Prevent users from changing their own status 11 years ago
Michael Frister 6e5f250e22 User index: add links for changing user status 11 years ago
Michael Frister 44e021a072 User index: show blocked and locked users under "permenently locked" 11 years ago
Michael Frister 9a5cefaf11 User index: show status and allow filtering by status 11 years ago
Michael Frister 40e4e9a9c7 User/edit: Add buttons for changing user status incl. unblocking 11 years ago
Michael Frister d01ec32b3d Block user on too many failed logins within specific period 11 years ago
Jens Ulferts e2426a5a29 reenables setting watchers on create 11 years ago
Martin Czuchra 067e26c673 Due/end date fixes. 11 years ago
Jens Ulferts 8e149a2b32 redirect to work_package#show after issue#update 11 years ago
Jens Ulferts 101bf289e7 moves attribute rendering for work_package#show from controller to helper 11 years ago