78 Commits (2fdbcd35dd8cc2f6b98340825a57afd24ff89670)

Author SHA1 Message Date
  Go MAEDA 83939be2b5 Export users list to CSV (#5957). 5 years ago
  Jean-Philippe Lang d74f0bfd5c Merged rails-5.1 branch (#23630). 7 years ago
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 7 years ago
  Jean-Philippe Lang 3e787f7e7d Deny edit/update/delete for anonymous user (#25483). 7 years ago
  Jean-Philippe Lang bf5dade8df Use assert_nil instead of assert_equal. 7 years ago
  Jean-Philippe Lang 2342fe9a75 User preference for monospaced / variable-width font in textareas (#23653). 7 years ago
  Jean-Philippe Lang 29ddc82a11 Removes calls to #assert_template and #assigns in functional tests. 8 years ago
  Jean-Philippe Lang c364e6ee9b Pass parameters with :params in controller tests. 8 years ago
  Jean-Philippe Lang 2e4e610930 Adds our own class for controller tests. 8 years ago
  Jean-Philippe Lang 4aef2735c8 Send a security notification when users gain or loose admin (#21421). 8 years ago
  Jean-Philippe Lang cda9c63d9c Updates copyright for 2016. 8 years ago
  Jean-Philippe Lang e12322dac3 Adds a configuration setting to enable sudo mode, disabled by default (#19851). 9 years ago
  Jean-Philippe Lang d6f389658b Require password re-entry for sensitive actions (#19851). 9 years ago
  Jean-Philippe Lang e3618bdbec Add support for multiple email addresses per user (#4244). 9 years ago
  Toshi MARUYAMA e7346625f0 fix UsersControllerTest failure randomly 9 years ago
  Jean-Philippe Lang 000124f44f Copyright update. 9 years ago
  Jean-Philippe Lang 3b4f6038ff Adds a test for editing a registered user. 9 years ago
  Jean-Philippe Lang 5222650d95 Adds a few tests. 9 years ago
  Jean-Philippe Lang f3e573b5f8 Replaced remaining #assert_tag with #assert_select. 9 years ago
  Jean-Philippe Lang 2a43f1adbc Quote values in DOM selectors for Nokogiri compatibility. 9 years ago
  Jean-Philippe Lang bdd3ccf8e5 Adds a role setting for controlling visibility of users: all or members of visible projects (#11724). 9 years ago
  Jean-Philippe Lang c2e73160da Adds a single controller for users and groups memberships and support for adding multiple projects at once (#11702). 9 years ago
  Toshi MARUYAMA 35cc911192 update copyright year (#15977) 10 years ago
  Toshi MARUYAMA 45496b0eb2 Rails4: replace deprecated Relation#first with finder options at UsersControllerTest 10 years ago
  Toshi MARUYAMA 7c15737ff2 remove duplicate test from UsersControllerTest 10 years ago
  Jean-Philippe Lang 6032263d9b Fixed that preferences are not preserved when adding a user fails (#15552). 10 years ago
  Jean-Philippe Lang 4a59b869c0 Update notified_project_ids while saving record. 11 years ago
  Jean-Philippe Lang 10ed306b19 Fixed that locking and unlocking a user resets the email notification checkbox (#14020). 11 years ago
  Jean-Philippe Lang fac4a79d4c Option to generate a random password on user creation/update. 11 years ago
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). 11 years ago
  Jean-Philippe Lang 4cc4e8bfd3 Functional tests cleanup. 11 years ago
  Jean-Philippe Lang e43448f6ca Use 8+ characters long passwords in tests. 11 years ago
  Jean-Philippe Lang c68ee7f545 Fixed that destroying a user from the edit page returns a 404 response (#11691). 11 years ago
  Jean-Philippe Lang 47e496f049 Removes RJS from UsersController. 12 years ago
  Toshi MARUYAMA cfaa0fc23e fix project list is not shown on Email notifications (#11032) 12 years ago
  Toshi MARUYAMA 87783362cf code layout cleanup test/functional/users_controller_test.rb 12 years ago
  Jean-Philippe Lang dc7569ecae Fixed that group filter is escaped on users index. 12 years ago
  Jean-Philippe Lang ba5a052c8c Copyright update. 12 years ago
  Jean-Philippe Lang 81185a8d93 Additional tests for UsersController. 12 years ago
  Jean-Philippe Lang 3aaf2b9ed0 Adds helpers for testing email body. 12 years ago
  Jean-Philippe Lang 70ced2f2af Rails 3.1 compatibility. 12 years ago
  Jean-Philippe Lang b3866b05c1 Removes all #verify calls in controllers. Verification is handled at routing level now that the default route is removed. 12 years ago
  Toshi MARUYAMA 2df6c99e67 back out from r9031 to r9036 12 years ago
  Toshi MARUYAMA e70f7ba75c Rails3: test: add .to_s for mail's bodies check at functional/users_controller_test.rb 12 years ago
  Jean-Philippe Lang 0bb9579088 Adds required fixtures back. 12 years ago
  Jean-Philippe Lang a9161a3fde Don't use auth_sources fixtures when not needed. 12 years ago
  Jean-Philippe Lang 3dcd71a082 REST urls for user memberships. 12 years ago
  Jean-Philippe Lang f52410be19 Adds named scopes for users index. 12 years ago
  Toshi MARUYAMA 0a369b7383 remove trailing white-spaces from test/functional/users_controller_test.rb. 13 years ago
  Jean-Philippe Lang 899d410e0b Adds a Group filter on the admin users list (#7893). 13 years ago