Commit Graph

100 Commits (730d610e39e33054f0f72e8931ae0306d5ce8126)

Author SHA1 Message Date
Jens Ulferts ce21ee20f7
cached representers 7 years ago
Wieland Lindenthal b5de6add68 Do not allow attachment filters unless TSVector is available. No MySQL/MariaDB support. 7 years ago
Wieland Lindenthal c8d610e2ba Satisfy rubucop 7 years ago
Wieland Lindenthal 7636aede9c Provide second rake task that updates text extractions even for those that have already been extracted. 7 years ago
Wieland Lindenthal 643e945b85 - Remove configuration option for attachment search 7 years ago
Wieland Lindenthal f2ebad3915 WIP: attachment search 7 years ago
Oliver Günther 6ef4211e77
Bump copyright to 2018 (#6171) 7 years ago
Oliver Günther 26332c446b [25739] Allow copying of attachments in wiki and work package (#5889) 7 years ago
Oliver Günther 7cf11bb689 Update copyright notice 8 years ago
Markus Kahl 9fc18f6bf6 must be a path if we can't parse it as an URI 8 years ago
Oliver Günther 47cf64f46e Avoid checking for Hash on params 8 years ago
Markus Kahl 7f88ba5b22 removed attachments#show; only #download remains 9 years ago
Markus Kahl c7c6bc2e6a prevent unnecessary s3 access to see if file is readable 9 years ago
Mohamed Wael Khobalatte 0e72ec4243 Move to ruby1-9 syntax once and for all 9 years ago
Mohamed Wael Khobalatte 972b04d86e Refactor to allow for strong params 9 years ago
Jan Sandbrink 9a9d6aca2c ensure correct file size errors are displayed 10 years ago
Markus Kahl 2a8202a1cb use file column for filename 10 years ago
Markus Kahl 14b1eb0170 local (file) and remote (s3) carrier wave storage 10 years ago
Alex Coles e0191e759c Update year in copyright header to 2015 10 years ago
Alex Coles 6fe9535b1f Fix syntax (w/Rubocop) in (Rails) models 10 years ago
Alex Coles 721101ed25 Use 1.9+ Hash syntax in (Rails) models 10 years ago
slawa a3b834debe Check the description length before save an attachment 10 years ago
Martin Linkhorst fb096b0c86 infer content type from contents of file instead of its file extension 11 years ago
Alex Coles d872d91d0d Fix typos, spelling in model comments 11 years ago
Johannes Wollert 8b096975fe updates copyright headers 11 years ago
Hagen Schink 955c279e90 Makes models acting as events again 11 years ago
Hagen Schink 0feb8b8a3e Removes superfluous event properties 11 years ago
Philipp Tessenow 444546e2e8 use \A and \z instead of ^ and $ in ruby regexes 11 years ago
Hagen Schink bd0efa087f Reintroduce container validation 11 years ago
Hagen Schink a727ded3ce Implements bulk file attachment on AaA 11 years ago
Michael Frister 626848551b Rename Redmine::Configuration to OpenProject::Configuration 11 years ago
Sebastian Schuster 5b18c79a14 Fixed wrong reference to journaled object 11 years ago
Philipp Tessenow a1e67dd460 new copyright header #1903 11 years ago
Hagen Schink 8d71a5cb0f Stops adding journal to container on change 11 years ago
Sebastian Schuster 90c253c5f8 Removed document attachments 11 years ago
Hagen Schink 8d87c56f32 Saves container only if it changed 11 years ago
Hagen Schink 98df85e0d0 Saves attachment container after save 11 years ago
Hagen Schink 965c7e3427 AAJ considers attachments and custom fields, again 11 years ago
Hagen Schink e2c5fb0b42 Re-activates AAJ models 11 years ago
Hagen Schink 32e85a6b62 Disables journalization for certain models 11 years ago
Sebastian Schuster f5275549fb Removed adding files to versions and projects 11 years ago
Sebastian Schuster 861ab1750a Removed the requirement of attachment containers having 11 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Philipp Tessenow 15df2ecdcc be careful with nested namespace'd controllers in our models 12 years ago
Philipp Tessenow c31c9af5c3 attachments now can handle decoded strings as new files. this is a requirement for MailHandler 12 years ago
Martin Linkhorst 71fe49e862 DEPRECATION FIX: use validate :method_name instead of overwriting the validate method 12 years ago
Martin Linkhorst b783846b04 DEPRECATION FIX: use after_destroy :method_name instead of overwriting the after_destroy method 12 years ago
Martin Linkhorst 95e74abf22 DEPRECATION FIX: use before_save :method_name instead of overwriting the before_save method 12 years ago
Martin Linkhorst ccc88aea0b DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
jwollert d9f6b52029 protect relations to users (assigned_to, author_id etc.) in models, too 13 years ago