76 커밋 (13aeb797cfaa5a70bd8903d8350ea8ce3e0bb151)

작성자 SHA1 메시지 날짜
  Marius Balteanu 13aeb797cf Use ApplicationRecord instead of ActiveRecord::Base (#38975). 3 달 전
  Go MAEDA fa85583c96 Optimize users visibility check (#39857). 4 달 전
  Go MAEDA 945a82b5c0 <=> operator should return nil when invoked with an incomparable object (#38772). 10 달 전
  Go MAEDA 57e702a69b Fix RuboCop offense Performance/StringInclude (#37247). 1 년 전
  Go MAEDA 92bd67c279 Update copyright year to 2023 (#38141). 1 년 전
  Go MAEDA 3686b77eb6 Update copyright year in source files to 2022 (#36379). 2 년 전
  Marius Balteanu a914cf4c40 Switch to zeitwerk autoloader (#29914, #32938). 2 년 전
  Marius Balteanu 6cbf1f2015 Explicitly specify escape character using an ESCAPE on SQLite (#35073). 2 년 전
  Marius Balteanu 05e9d7883b Use sanitize_sql_like in like scopes (#35073). 2 년 전
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). 3 년 전
  Toshi MARUYAMA 046c0c4729 remove spaces inside {} of app/models/principal.rb 3 년 전
  Toshi MARUYAMA 3e6622cd43 use "do end" instead of {} at ActiveRecord scope lambda of app/models/principal.rb 3 년 전
  Toshi MARUYAMA 06b53fd60f use "do end" instead of {} at app/models/principal.rb 3 년 전
  Go MAEDA b46953247d Replace Hash#merge! with Hash#[]= (#34160). 3 년 전
  Go MAEDA ee46c3570e Use scope assignable_watchers (#4511). 4 년 전
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 년 전
  Toshi MARUYAMA bc0d654802 cleanup: rubocop: fix Layout/BlockAlignment in app/models/principal.rb 4 년 전
  Toshi MARUYAMA f554624614 cleanup: rubocop: fix Layout/AlignArguments in app/models/principal.rb 4 년 전
  Go MAEDA 4082069c75 Update copyright year. 5 년 전
  Go MAEDA 72e1451159 Use Regexp#match? to reduce allocations of MatchData object (#28940). 5 년 전
  Go MAEDA bd5977d97e Support frozen_string_literal in app/**/*.rb (#26561). 5 년 전
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 년 전
  Go MAEDA e159928e6b Use find_by instead of where.first to remove unnecessary sorting (#26747). 5 년 전
  Go MAEDA b4d3715dc0 Include locked members in filters (#15201). 6 년 전
  Go MAEDA b4a703ce4e Support for lastnames with spaces in user autocompleters (#28154). 6 년 전
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 7 년 전
  Jean-Philippe Lang 2f77bfde91 Option to set a default assignee on each project (#482). 7 년 전
  Jean-Philippe Lang f604fe9460 SQL Cleanup. 7 년 전
  Jean-Philippe Lang 3deb70d4aa Don't preload projects and roles on Principal#memberships association (#23519). 7 년 전
  Jean-Philippe Lang f8df935dca Speeds up rendering of the project list for users who belong to hundreds of projects. 7 년 전
  Jean-Philippe Lang 97a647c1e5 Validate status of users and groups. 8 년 전
  Jean-Philippe Lang cda9c63d9c Updates copyright for 2016. 8 년 전
  Jean-Philippe Lang 151892c313 Fixed that Project.uniq.visible errors under certain conditions (#21182). 8 년 전
  Jean-Philippe Lang 139808b58d Find user by login then by email. 8 년 전
  Jean-Philippe Lang eac2974e71 Moved implementation to Principal. 8 년 전
  Toshi MARUYAMA 918a412fd4 use String#casecmp for case insensitive comparison (#20369) 8 년 전
  Toshi MARUYAMA f8971eb567 remove trailing white spaces from app/models/principal.rb 9 년 전
  Jean-Philippe Lang e3618bdbec Add support for multiple email addresses per user (#4244). 9 년 전
  Jean-Philippe Lang 000124f44f Copyright update. 9 년 전
  Jean-Philippe Lang bdd3ccf8e5 Adds a role setting for controlling visibility of users: all or members of visible projects (#11724). 9 년 전
  Jean-Philippe Lang c2e73160da Adds a single controller for users and groups memberships and support for adding multiple projects at once (#11702). 9 년 전
  Jean-Philippe Lang 2d1866d966 Merged rails-4.1 branch (#14534). 9 년 전
  Jean-Philippe Lang 7e7ac5340a Adds buit-in groups to give specific permissions to anonymous and non members users per project (#17976). 9 년 전
  Jean-Baptiste Barth 1914d1a159 Improve performance of Principal.member_of scope 10 년 전
  Toshi MARUYAMA 35cc911192 update copyright year (#15977) 10 년 전
  Toshi MARUYAMA 61c6858b05 code format cleanup Principal class 10 년 전
  Jean-Philippe Lang 64bbf64fb6 Optimizes the SQL query behind Principal#member_of. 11 년 전
  Jean-Philippe Lang e53a5de918 Adds "sorted" scope to Principal and User and sort users/groups properly. 11 년 전
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). 11 년 전
  Jean-Philippe Lang c93fccc84a Code cleanup. 11 년 전