8330 Комити (9155b777e6d156d400c6f5eb4e6b1e161bf0b32a)

Аутор SHA1 Порука Датум
  Marius Balteanu 9155b777e6 Custom themes are now loaded from "/themes" directory from project root. The themes provided by Redmine (alternate and classic) remains in "app/assets/themes" (#39111). пре 3 месеци
  Marius Balteanu 437e46aa45 Fix failing tests related to favicon in themes after r22692 (#39111). пре 3 месеци
  Go MAEDA b61ee85e4d Principal.not_member_of scope does not accept ActiveRecord::Relation (#28243). пре 4 месеци
  Marius Balteanu 34f1c52e23 Move public assets (images, javascripts, stylesheets, themes) to app/assets (#39111). пре 4 месеци
  Marius Balteanu a0035ba52a Includes favicon in assets pipeline (#39111). пре 4 месеци
  Go MAEDA cb6a1ec9ea Raise the maximum length of the title element in the Atom feed from 100 to 300 characters (#34025). пре 4 месеци
  Go MAEDA ca64a92f1a Add spaces around the slash for consistency and better readability (#40166). пре 4 месеци
  Go MAEDA 5d324bdd45 Internationalize "Check all / Uncheck all" tooltip in project list for admins (#40166). пре 4 месеци
  Go MAEDA 164153e819 Optimize queries visibility check (#39852). пре 4 месеци
  Go MAEDA 4517a4684e Add support for IDN (internationalized domain name) email addresses in user accounts (#29208). пре 4 месеци
  Marius Balteanu c1fa75386c Include auth_source in /users API response if request includes auth_source (#23307). пре 4 месеци
  Go MAEDA 2829ba6c57 Extraneous whitespace when selecting and copying issue number on Chrome/Windows (#37390). пре 4 месеци
  Marius Balteanu 1e71db421a Adds user status to users list API (#38948). пре 4 месеци
  Marius Balteanu 479c54bf1d Include @auth_source@ in /users/:id API response if auth_source is requested (include=auth_source) and request is made by an administrator (#23307). пре 4 месеци
  Marius Balteanu 5676499ceb Remove deprecated @status=@ param used to get all users. @status=*@ should be used now. (#40124). пре 4 месеци
  Marius Balteanu 7ad46f7e04 Adds deprecation warning when an empty status param (status=) is used to get all users from API (#40099). пре 4 месеци
  Marius Balteanu 308e1c522f Remove hardcoded version of rails-ujs and include the one provided by the asset pipeline (#39111). пре 4 месеци
  Marius Balteanu e07452e921 Remove code that is no longer needed as a result of asset pipeline implementation (#39111). пре 4 месеци
  Marius Balteanu c99bb27e27 Add Propshaft library to enable the asset pipeline without modifying existing assets (#39111). пре 4 месеци
  Marius Balteanu f803778cde Restores API compatibility to legacy status when status param is sent blank (@status=@) and it should return all users (#40099). пре 4 месеци
  Marius Balteanu 60adf42c08 Enable "any" and "none" operators for status filter in User listing (#40099). пре 4 месеци
  Go MAEDA 63391766a9 Remove unnecessary use of instance variables in CSV and Atom response handlers (#32985). пре 4 месеци
  Go MAEDA 8a0bbe3d1d Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#38975). пре 4 месеци
  Marius Balteanu 13aeb797cf Use ApplicationRecord instead of ActiveRecord::Base (#38975). пре 4 месеци
  Marius Balteanu 28061fbcdb Use @image_url@ for @favicon_url@ (#40087). пре 4 месеци
  Marius Balteanu c517664985 Reverts r22438 (#35189). пре 4 месеци
  Marius Balteanu e749ac5136 Fix query columns selection in custom query form (#39806). пре 4 месеци
  Marius Balteanu dc1f6002a0 Fix query columns selection in time tracking settings page from admin (#39806). пре 4 месеци
  Marius Balteanu bf129f0387 Indentation fixes (#39806). пре 4 месеци
  Marius Balteanu c33bad5031 Fix query columns selection in admin and my page (#39806). пре 4 месеци
  Go MAEDA 5b77092be4 Replace regular expression matches with String#start_with? / end_with? (#40010). пре 5 месеци
  Go MAEDA 52a55f407b Replace String#sub with delete_prefix / delete_suffix (#40008). пре 5 месеци
  Go MAEDA f7d2f9f00b Support localized decimal separators for hours in the web UI (#21677). пре 5 месеци
  Go MAEDA 1ab44859fe Support localized decimal separators for float values (#22024). пре 5 месеци
  Go MAEDA 02fbe55855 Optimize Project#notified_users to improve issue create/update speed (#23328). пре 5 месеци
  Marius Balteanu fe9fd97f6d Explicitly render a 404 on non-JS requests to messages#quote (#39999). пре 5 месеци
  Go MAEDA 73477b41eb Fix "any" operator for text filters to exclude empty text values (#39991). пре 5 месеци
  Go MAEDA 06f9567415 Optimize loading of journals, relations, and allowed_statuses in IssuesController#show for API requests (#39993). пре 5 месеци
  Go MAEDA ccee193f38 Cache the result of `Journal#attachments` (#39847). пре 5 месеци
  Go MAEDA 13028b913b Extend "contains" operator in "Parent task" filter to support multiple issue IDs (#39805). пре 5 месеци
  Go MAEDA 3c692009c9 Optimize query models by replacing `map` with `pluck` (#39837). пре 5 месеци
  Marius Balteanu 5eccab9295 Improves filter rendering on narrow screens by replacing the layout tables with a flex layout. пре 5 месеци
  Go MAEDA c13d597209 Optimize `Issue#relations` method to improve performance by fetching both `relations_from` and `relations_to` using a single database query (#39840). пре 5 месеци
  Go MAEDA 8e1319f54e Optimize IssueCategory SQL queries when showing an issue (#39849). пре 5 месеци
  Go MAEDA fa85583c96 Optimize users visibility check (#39857). пре 5 месеци
  Marius Balteanu a9b7f12900 Fixes that diff of a javascript file in repository module is not displayed with layout in Rails 7.1 пре 5 месеци
  Go MAEDA c6389210ec Incorrect position of "Edited" mark in issue notes with h4 headings (#39932). пре 5 месеци
  Marius Balteanu 2634d43c8c Fix hardcoded string "auto" on user preferences page (#39879). пре 5 месеци
  Go MAEDA 081d6c3713 Fix improper error highlighting for description field in issue form (#39795). пре 5 месеци
  Marius Balteanu 539d0f867e Explicitly render a 404 on non-JS requests to @watchers#new@ (#39894). пре 5 месеци