gitlabhq/lib
Wouter D'Haeseleer fd4bcd9f09 Fixing request.fullpath URL encoding
Let's assume your path is = "project/tree/master/This%20Is%20valid"
In this case gitlab renders a 404.

To fix this we should decode the path so that it looks like
"project/tree/master/This Is valid"
2013-01-04 15:05:00 +01:00
..
api Fixed missing current user for issue observer 2013-01-02 20:25:25 +02:00
assets move assets from lib directory to vendor 2012-05-29 17:56:48 +05:00
gitlab Use project with namespace in email subject 2012-12-31 18:22:44 +02:00
hooks Fix project lookup in post receive 2012-12-08 20:48:33 +02:00
redcarpet/render Fixed wierd gitlab markdown issue 2012-12-22 14:18:40 +02:00
support Add subdir support for rewrite-hooks script 2012-12-31 17:46:40 +02:00
tasks Use project with namespace in email subject 2012-12-31 18:22:44 +02:00
api.rb Up API version to v3 2012-12-21 18:55:39 +01:00
event_filter.rb Added EventFilter class. Compeleted first version of dashbaord filtering 2012-11-05 20:12:26 +02:00
extracts_path.rb Fixing request.fullpath URL encoding 2013-01-04 15:05:00 +01:00
file_size_validator.rb Fully embrace Ruby 1.9 hash syntax 2012-08-10 18:25:15 -04:00
gitolited.rb more refactoring using models/concerns 2013-01-03 09:06:07 +02:00
static_model.rb Get rid of roles 2013-01-02 23:35:11 +02:00