Commit Graph

2180 Commits (c0a0999eeba5ce61916c20cfea0ada3dbd8dbb9c)

Author SHA1 Message Date
Jean-Philippe Lang a6a95c8617 Prevent mass-assignment vulnerability when adding/updating a wiki (#922). 13 years ago
Jean-Philippe Lang 5c6fbc664b Prevent mass-assignment vulnerability when adding/updating a version (#922). 13 years ago
Jean-Philippe Lang 42caba0351 Prevent mass-assignment vulnerability when adding/updating a time entry (#922). 13 years ago
Jean-Philippe Lang ff5472e6f7 Use safe_attributes= just like in #create. (#922) 13 years ago
Jean-Philippe Lang 676bf0f751 Prevent mass-assignment vulnerability when adding/updating a news (#922). 13 years ago
Jean-Philippe Lang 4156485090 Prevent mass-assignment vulnerability when adding/updating a forum message (#922). 13 years ago
Jean-Philippe Lang 8e6f54c4ec Prevent mass-assignment vulnerability when adding a project member (#922). 13 years ago
Jean-Philippe Lang 6b25085997 Prevent mass-assignment vulnerability when adding/updating an issue category (#922). 13 years ago
Jean-Philippe Lang 21c498557e Prevent mass-assignment vulnerability when adding/updating a document (#922). 13 years ago
Jens Ulferts df082b5ebf setting values of attributes not translated to nil 13 years ago
Felix Schäfer 4d83a94174 use all available languages as default 13 years ago
Martin Linkhorst 97ff222d1c Only allow project admins to export issues. export formats are: atom, rss, api, xls, csv, pdf. #25512 13 years ago
Jens Ulferts a44467e292 renaming in report view 13 years ago
Martin Linkhorst a11ff6abdc made emails to use the correct language 13 years ago
Eric Davis c5e4ab41c7 [#674] Convert outbound mail to be sent per-recipient 13 years ago
Jens Ulferts 9b5c4bfb13 enable admins to limit the languages selectable by users: 13 years ago
Jens Ulferts 23d54990fc no longer show error message in the context of the last user having called an instance 13 years ago
Romano Licker 02310066d4 [unifynavigation] move news link from index to projectmenu 13 years ago
Gregor Schmidt d1972d3452 Adding proper breadcrumb for auth sources controllers 13 years ago
Gregor Schmidt 96f3e000a8 Adding Administration to breadcrumb in admin layout 13 years ago
Gregor Schmidt 4bf75fc43e Reenabling load_default_data after index action was removed 13 years ago
Gregor Schmidt b65160c936 Less coupled fix for 7632483c - initial journal handling 13 years ago
Romano Licker 50861e58c8 [breadcrumb] replace default breadcrumb texts for settings 13 years ago
Romano Licker b7f5a50a4a [breadcrumb] overwrite default breadcrumb text in my controller 13 years ago
Romano Licker 9c6189b707 [breadcrumb] reset breadcrumb text where needed 13 years ago
Romano Licker c6f3283ee3 [breadcrumb] creating breadcrumb lists 13 years ago
Felix Schäfer cb2bde31ee Re-merge feature/2.4.0/default_sort_issues_by_parent 13 years ago
Gregor Schmidt 52cfe225f7 Support namespaced models for watcher functionality 13 years ago
Tom Rochette eed627011c Login should redirect to welcome/home page if already logged in. 13 years ago
Jens Ulferts b8497aec61 displaying 500 and 404 errors inside the app's layout 13 years ago
Romano Licker 511635888e [designfix] recall before_filter in order to trigger 13 years ago
Stephan Eckardt 28d7bb1198 Show a notification about account activation on failed login due to inactive account 13 years ago
Felix Schäfer e77ee2f9f8 Correct forum quoting 13 years ago
Gregor Schmidt f4c13be3f8 [#780] Remove non-functional call to Setting.check_cache 13 years ago
Gregor Schmidt bc1aa80f02 Adding welcome page and asking for impaired settings 13 years ago
Gregor Schmidt d78294434a Revert set_impaired_flag functionality 13 years ago
Felix Schäfer afb4e6968f Correct missing query object on IssuesController#all 13 years ago
Felix Schäfer 3269edfa08 And that makes it easier on the eyes… 13 years ago
Felix Schäfer 145f8104a0 Correct false assumption on the return value of the split method. 13 years ago
Stephan Eckardt fb58bde578 [#732] Add a navigation menu to the my account page for allowing extensions to add actions in this section 13 years ago
jwollert f1973e710c use different action for checking for first login. that way we don't interfere with the users controller too much 13 years ago
jwollert f790754487 sets an impaired flag on first login of a user 13 years ago
Romano Licker 65d485dbde [#692 #559] Grouping issues menu 13 years ago
Romano Licker 52560ebfd3 [#692] fixes admin-menu 13 years ago
Jens Ulferts 6cadb9b736 allowing the users_controller show method for registered users 13 years ago
Jens Ulferts 76568cc999 active and registered users can be selected as project members 13 years ago
Jens Ulferts 8046e8e15c refactored finding possible project members so that autocompleter and project_controller settings uses same method 13 years ago
Felix Schäfer 60b5734c5f Fix missing filters on query edit view. 13 years ago
jwollert 5cd220737d extract preperation steps (retrieving/building a query from params) to before_filters, so plugins can chain after them to some extent 13 years ago
Felix Schäfer 033cef6f53 Change default issue sort to by parent. 13 years ago