Commit Graph

3960 Commits (9725cbdd004b66513e483dafe8829d119e403484)

Author SHA1 Message Date
Martin Linkhorst 070a4beff4 use root Query class, otherwise ActiveRecords' Query class will be used 12 years ago
Jens Ulferts 3e633fc27e renames all named_scopes to scopes 12 years ago
Jens Ulferts 8dc6e79b8f handles breadcrumb html escaping and moves it to a separate module 12 years ago
Jens Ulferts 198736141a marks favicon as html_safe 12 years ago
Jens Ulferts 6927a6db8a marks javascript_heads as html_safe 12 years ago
Jens Ulferts 3c3571a99f REVIEW: deactivates custom_fields#possible_values translation overrides 12 years ago
Jens Ulferts dcdaf6728b adapts content_for overwriting to ignore empty contents to rails 3 12 years ago
Jens Ulferts 304c287c99 filtering the password now defined in application.rb 12 years ago
Jens Ulferts ee6eed8d4f as views are rendered according to their type an explicity limitation statement is no longer necessary 12 years ago
Jens Ulferts ff94754926 makes User#destroy part of the api 12 years ago
Jens Ulferts f65190afd0 uses openproject header for api requests 12 years ago
Jens Ulferts 3f7e293e22 fixes creation and destroying of member roles inherited from a group 12 years ago
Jens Ulferts 0c996d9768 set parent_issue_id to nil if no cross project issue relations are allowed but would result after move 12 years ago
Jens Ulferts ad5f3095a6 check for having global permission to export_issues if no project is provided 12 years ago
Jens Ulferts 7d76b8f53d validates an issue with parents in a different project depending on whether cross project relationships are allowed 12 years ago
Felix Schäfer ee3953ba98 Restore backward compatibility of the mailer 12 years ago
Martin Linkhorst fd57f9ca10 show display sums option and table row only when there is at least one summable column selected 12 years ago
Martin Linkhorst f40ac611ba bugfix and an id for the checkbox value in order to be checkable through cucumber 12 years ago
Martin Linkhorst e04bf5c99a allow columns to be marked as summable or not 12 years ago
Jens Ulferts f0ebe9f0b9 adding settings to control user deletion 12 years ago
Jens Ulferts 7881d740de explicitly using base layout for my#index action, using alias to mark #page as such 12 years ago
Jens Ulferts db420babca styling the deletion_info 12 years ago
Jens Ulferts 745066e455 display different information concerning the user deletion depending on whether the user to be deleted is the current user or not 12 years ago
Jens Ulferts 58735b8f4b enable admins to delete other users 12 years ago
Jens Ulferts 87f666cb79 no longer using deprecated send_* method of delayed_job 12 years ago
Martin Czuchra 27fa5c09b3 Externalizes user deletion limit on journals. 12 years ago
Jens Ulferts 7a95576591 dont't laod all journals at once upon user deletion 12 years ago
Jens Ulferts 5e13836c17 have destroying user executed as a background task 12 years ago
Jens Ulferts e65401764e refactoring user #destroy 12 years ago
Jens Ulferts a05734c7d8 moving user destroy towards generic form 12 years ago
Jens Ulferts 2d7313abde adding assigned_issues association to user so that assigned_issues are nullified on destroy 12 years ago
Jens Ulferts 325714de87 have assigned issues assigned to nobody instead of assigning it to the deleted user 12 years ago
Jens Ulferts 06898d0e74 having a builtin status which replaces the anonymous status 12 years ago
Jens Ulferts a02c3e5f32 i18n for deleted user 12 years ago
Jens Ulferts db5a758b6d adding a delete account link to the "my account" menu 12 years ago
Jens Ulferts 58aa198647 creating a "my"-layout 12 years ago
Jens Ulferts 5d6c5da9e7 removing User status ANONYMOUS 12 years ago
Jens Ulferts fa8261f2ba added DeletedUser, models associated to a user get assigned to DeletedUser instance upon deletion 12 years ago
Jens Ulferts db32a45d54 Adding before destroy filter to user model that assigns associated objects to the anonymous user or deletes them 12 years ago
Jens Ulferts 698a157cad move methods only required for rendering the top menu into the corresponding helper 12 years ago
Jens Ulferts 478fe56357 refactoring top_menu 12 years ago
Romano Licker 5b50ef7346 adjusting the help strings 12 years ago
Jens Ulferts 00664ceaad replaced ChiliProject with OpenProject in mailer 12 years ago
Martin Linkhorst 911394d1fa fix: sort by downcased project name for proper sorting, yay 13 years ago
Martin Linkhorst 4a0ed4f1fb store display sums parameter in the session as well 13 years ago
Martin Linkhorst f919bda76f allows for finding roles based on a permission 13 years ago
Jens Ulferts 808f24d905 really setting the custom_field as beeing not required temporarily 13 years ago
Jens Ulferts 20b216247c fallbacks are necessary on validation as they are also used later on 13 years ago
Jens Ulferts f75d1c1ec0 Revert "nested tab attributes are safe, one cannot fake project_id, nor wiki_id" 13 years ago
Martin Linkhorst 9bad9f5869 merge list sums plugin into the core 13 years ago