index
:
gitorious-mainline-outdated
master
origin/HEAD
origin/master
origin/web-hooks
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
application_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support the '+' character in branch and file names
Johan Sørensen
2009-10-30
1
-1
/
+7
*
Redirected from activation page to root path when logged in and visiting acti...
August Lilleaas
2009-10-06
1
-0
/
+4
*
Start with the longs refname in #branch_and_path and break when we found some...
Johan Sørensen
2009-07-31
1
-1
/
+2
*
Move the rescue partials into app/views/shared
Johan Sørensen
2009-05-20
1
-2
/
+2
*
Making (double-)sure all parameters are passed along when redirecting to anot...
Marius Mathiesen
2009-05-11
1
-2
/
+2
*
Do extra work to make sure clones are scoped within the correct project
Johan Sørensen
2009-05-10
1
-0
/
+2
*
Clean up a bit from commit 37ec8ab1b2c3ba7d1f0ba9cf9bb947717813ff76
Johan Sørensen
2009-05-04
1
-1
/
+1
*
Removed the need for the version-controlled EULA (it's hosted externally) in
Johan Sørensen
2009-04-30
1
-1
/
+1
*
Include current_user as part of the Etag to prevent some sideeffect when logging
Johan Sørensen
2009-04-30
1
-1
/
+1
*
Make sure we check for params[:project_id] last in #find_repository, since it's
Johan Sørensen
2009-04-30
1
-4
/
+4
*
Revert "Skipping the "magic cookie" intended for Varnishd. Will rather use
Johan Sørensen
2009-04-22
1
-8
/
+1
*
Set a magic X-Has-Flash header when there's data in the flash hash, so that
Johan Sørensen
2009-04-22
1
-0
/
+7
*
Render a 412 status code when the request was throttled, instead of 200 OK
Johan Sørensen
2009-04-22
1
-1
/
+3
*
Throttle Repository and Project creation by user_id
Johan Sørensen
2009-04-22
1
-0
/
+5
*
Updated copyrights-blurb in all application files
Johan Sørensen
2009-04-22
1
-0
/
+2
*
Introduce a stale_conditional? controller helper for not setting conditional GET
Johan Sørensen
2009-04-22
1
-0
/
+7
*
Require SSL on certain account related actions
Johan Sørensen
2009-04-22
1
-0
/
+2
*
Skipping the "magic cookie" intended for Varnishd. Will rather use headers to...
Marius Mathiesen
2009-04-22
1
-0
/
+8
*
Use gitorious_host
Johan Sørensen
2009-04-22
1
-1
/
+1
*
Use gitorious_host instead of request.host when redirecting to the global domain
Johan Sørensen
2009-04-22
1
-1
/
+1
*
Require current EULA version everywhere for logged in users.
Marius Mathiesen
2009-04-22
1
-5
/
+9
*
Rename install_site_before_filters to renders_in_site_specific_context and
Johan Sørensen
2009-04-22
1
-11
/
+30
*
Don't require a specific site subdomain for repositories#writable_by
Johan Sørensen
2009-04-22
1
-3
/
+3
*
Fixed off-by-one error in the request.subdomains TLD length detection
Johan Sørensen
2009-04-22
1
-1
/
+1
*
Find the length of the TLD automagically so request.subdomains works on subdo...
Johan Sørensen
2009-04-22
1
-1
/
+2
*
Handle linking and showing branch names with a '#' character in them
Johan Sørensen
2009-04-22
1
-1
/
+1
*
Request#host_with_port includes the www., use Request#domain instead
Johan Sørensen
2009-04-22
1
-1
/
+1
*
Redirect to the main domain if the current_site has no subdomain
Johan Sørensen
2009-04-22
1
-11
/
+16
*
Redirect to the current_site's subdomain, if it has one and it's a GET request
Johan Sørensen
2009-04-22
1
-6
/
+27
*
rename subdomain_without_www to subdomain_without_common (since it can includ...
Johan Sørensen
2009-04-22
1
-5
/
+5
*
[migration] Add a Site model as a container for "site" specific projects and ...
Johan Sørensen
2009-04-22
1
-0
/
+27
*
Use the builtin expires_in instead of the home-rolled cache_for for setting m...
Johan Sørensen
2009-04-22
1
-4
/
+0
*
Fix repositories#show action links, and redirect back to the correct repo when
Johan Sørensen
2009-04-22
1
-2
/
+12
*
Introduce a repo_owner_path() helper that takes care of figuring out how to
Johan Sørensen
2009-04-22
1
-0
/
+27
*
Enable caching in trees controller (via application controller)
Marius Mathiesen
2009-04-22
1
-0
/
+4
*
Fixed failing user<=>account related tests, and made a few things slightly mo...
Johan Sørensen
2009-04-22
1
-3
/
+3
*
Merge the accounts controller into the user controller
Tor Arne Vestbø
2009-04-22
1
-2
/
+10
*
Separate out the repository ownership from the namespacing
Johan Sørensen
2009-04-22
1
-3
/
+1
*
Adding before_filter that requires the user to accept the current EULA
Marius Mathiesen
2009-04-22
1
-0
/
+9
*
Update to Rails 2.3RC1
Johan Sørensen
2009-04-22
1
-0
/
+140