summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/filesystem_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-121-1/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Lint/MissingSuper (#36919).Go MAEDA2023-03-241-2/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Typo in an argument name: s/trailling/trailing/ (#37586).Go MAEDA2022-08-281-2/+2
* Typo in method names: s/trailling/trailing/ (#37586).Go MAEDA2022-08-281-3/+3
* Fix unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.r...Go MAEDA2022-08-251-1/+0
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rbToshi MARUYAMA2020-10-261-3/+1
* fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rbToshi MARUYAMA2020-10-241-2/+6
* fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rbToshi MARUYAMA2020-08-071-8/+10
* add empty line after guard clause to FilesystemAdapterToshi MARUYAMA2020-07-211-0/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-171-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Filesystem adapter does not show correct size for large files (#30411).Jean-Philippe Lang2019-01-201-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Changes RedMine to Redmine in copyright notices.Jean-Philippe Lang2012-05-051-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* scm: filesystem: override "path_encoding" method in adapter (#2274).Toshi MARUYAMA2011-05-211-0/+4
* scm: filesystem: remove trailing white-spaces from adapter source.Toshi MARUYAMA2011-05-061-9/+9
* scm: add "options" parameter in adapter entries().Toshi MARUYAMA2011-05-041-1/+1
* scm: filesystem: fix loss non ASCII paths if path_encoding is '' (#2274).Toshi MARUYAMA2011-05-041-1/+1
* scm: filesystem: prevent exception raises if path encoding is incorrect.Toshi MARUYAMA2011-03-201-1/+3
* scm: update adapter initialize() to use path encoding (#2664, #2274).Toshi MARUYAMA2011-02-241-2/+3
* scm: filesystem: refactor for path encoding (#2274).Toshi MARUYAMA2011-02-211-23/+36
* scm: use shell quote for scm command at adapter level (#7517, #4273).Toshi MARUYAMA2011-02-141-1/+6
* Filesystem adapter: read files in binary mode.Jean-Philippe Lang2008-06-081-1/+1
* Filesystem adapter: negative size is displayed for large files under win32.Jean-Philippe Lang2008-06-081-2/+1
* Adds Filesystem adapter (patch #1393 by Paul R).Jean-Philippe Lang2008-06-081-0/+94