summaryrefslogtreecommitdiff
path: root/app/controllers/projects/avatars_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor caching codeJacob Vosmaer2016-03-071-2/+3
|
* Tell clients/proxies to cache raw blob requestsJacob Vosmaer2016-03-031-0/+2
|
* Explain why we mangle blob content typessafe-content-typeJacob Vosmaer2016-02-241-1/+3
|
* Use @repositoryJacob Vosmaer2016-02-021-3/+2
|
* Avoid trailing 'charset=' garbageJacob Vosmaer2016-02-011-1/+2
|
* Use only one header to send git blobsJacob Vosmaer2016-02-011-2/+1
|
* Send more raw blob data with workhorseJacob Vosmaer2016-01-281-7/+6
|
* Only render 404 page from /publicinified_404_errorValery Sizov2015-10-131-1/+1
|
* Add a page title to every page.Douwe Maan2015-04-301-2/+0
|
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-1/+1
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Introduce shortcuts for routing helpersDmitriy Zaporozhets2015-02-251-1/+1
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* adding avatar to project settings page added avatar removal show project ↵Steven Thonus2015-01-241-0/+29
avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix