gitlab-org--gitlab-foss/app/models
Douwe Maan 317206300d Merge branch 'configurable-attachment-size' into 'master'
Support configurable attachment size in Application Settings page

### What does this MR do?

This MR provides the ability to configure the maximum size of an attachment inside a note. A parameter has been added to the Application Settings page.

### Are there points in the code the reviewer needs to double check?

What should be done with the legacy note attachment validation? I added code to make the validation work with the configurable setting. I could see an issue where an admin lowers the limit from 10 megabytes to 5 megabytes, which could cause an existing model to be invalid.

### Why was this MR needed?

We often have attachments that exceed 10 MB, and it would be nice to be able to override the defaults.

### What are the relevant issue numbers / [Feature requests](http://feedback.gitlab.com/)?

See Issue #1258

### Screenshots

Before:

![Screen_Shot_2015-03-29_at_3.06.53_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/6013a1dbc8cf61a63e93744149937fa0/Screen_Shot_2015-03-29_at_3.06.53_PM.png)

After:

![Screen_Shot_2015-03-29_at_3.12.34_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/f3518af7e8653ba40f0a3579456da6ad/Screen_Shot_2015-03-29_at_3.12.34_PM.png)

See merge request !407
2015-04-03 08:47:55 +00:00
..
concerns Merge branch 'group-information-leak' into 'master' 2015-04-01 01:01:38 +00:00
hooks
members
network
project_services Use relative URL for Markdown references, except in mails. 2015-03-27 10:39:05 +01:00
.gitkeep
ability.rb
application_setting.rb Support configurable attachment size via Application Settings 2015-04-02 00:04:08 -07:00
broadcast_message.rb
commit.rb
deploy_key.rb
deploy_keys_project.rb Delete deploy key when last connection to a project is destroyed. 2015-03-17 14:55:43 +01:00
diff_line.rb
email.rb
event.rb Refactor contributions events and write tests for calendar 2015-03-22 13:55:00 -07:00
external_issue.rb
forked_project_link.rb
group.rb
group_milestone.rb
identity.rb
issue.rb
key.rb
label.rb
label_link.rb
member.rb
merge_request.rb Don't mark merge request as updated when merge status relative to target branch changes. 2015-03-23 17:30:19 +01:00
merge_request_diff.rb
milestone.rb
namespace.rb Move files for moved namespaces. 2015-03-31 09:30:34 +02:00
note.rb Support configurable attachment size via Application Settings 2015-04-02 00:04:08 -07:00
notification.rb
personal_snippet.rb
project.rb Use more specific regexes. 2015-03-27 11:09:29 +01:00
project_snippet.rb
project_team.rb
project_wiki.rb Fix dots in Wiki slug causing errors 2015-03-21 18:33:51 -07:00
protected_branch.rb
repository.rb Archive repositories in background worker. 2015-03-31 12:52:20 +02:00
service.rb Fix external wiki service 2015-03-17 22:59:45 -07:00
snippet.rb Use more specific regexes. 2015-03-27 11:09:29 +01:00
subscription.rb tests 2015-03-16 21:38:41 +02:00
tree.rb Fix tree readme. 2015-03-18 14:08:26 +01:00
user.rb Use more specific regexes. 2015-03-27 11:09:29 +01:00
users_star_project.rb
wiki_page.rb Fix dots in Wiki slug causing errors 2015-03-21 18:33:51 -07:00