summaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Support the '+' character in branch and file namesJohan Sørensen2009-10-301-1/+7
* Redirected from activation page to root path when logged in and visiting acti...August Lilleaas2009-10-061-0/+4
* Start with the longs refname in #branch_and_path and break when we found some...Johan Sørensen2009-07-311-1/+2
* Move the rescue partials into app/views/sharedJohan Sørensen2009-05-201-2/+2
* Making (double-)sure all parameters are passed along when redirecting to anot...Marius Mathiesen2009-05-111-2/+2
* Do extra work to make sure clones are scoped within the correct projectJohan Sørensen2009-05-101-0/+2
* Clean up a bit from commit 37ec8ab1b2c3ba7d1f0ba9cf9bb947717813ff76Johan Sørensen2009-05-041-1/+1
* Removed the need for the version-controlled EULA (it's hosted externally) inJohan Sørensen2009-04-301-1/+1
* Include current_user as part of the Etag to prevent some sideeffect when loggingJohan Sørensen2009-04-301-1/+1
* Make sure we check for params[:project_id] last in #find_repository, since it'sJohan Sørensen2009-04-301-4/+4
* Revert "Skipping the "magic cookie" intended for Varnishd. Will rather useJohan Sørensen2009-04-221-8/+1
* Set a magic X-Has-Flash header when there's data in the flash hash, so thatJohan Sørensen2009-04-221-0/+7
* Render a 412 status code when the request was throttled, instead of 200 OKJohan Sørensen2009-04-221-1/+3
* Throttle Repository and Project creation by user_idJohan Sørensen2009-04-221-0/+5
* Updated copyrights-blurb in all application filesJohan Sørensen2009-04-221-0/+2
* Introduce a stale_conditional? controller helper for not setting conditional GETJohan Sørensen2009-04-221-0/+7
* Require SSL on certain account related actionsJohan Sørensen2009-04-221-0/+2
* Skipping the "magic cookie" intended for Varnishd. Will rather use headers to...Marius Mathiesen2009-04-221-0/+8
* Use gitorious_hostJohan Sørensen2009-04-221-1/+1
* Use gitorious_host instead of request.host when redirecting to the global domainJohan Sørensen2009-04-221-1/+1
* Require current EULA version everywhere for logged in users.Marius Mathiesen2009-04-221-5/+9
* Rename install_site_before_filters to renders_in_site_specific_context andJohan Sørensen2009-04-221-11/+30
* Don't require a specific site subdomain for repositories#writable_byJohan Sørensen2009-04-221-3/+3
* Fixed off-by-one error in the request.subdomains TLD length detectionJohan Sørensen2009-04-221-1/+1
* Find the length of the TLD automagically so request.subdomains works on subdo...Johan Sørensen2009-04-221-1/+2
* Handle linking and showing branch names with a '#' character in themJohan Sørensen2009-04-221-1/+1
* Request#host_with_port includes the www., use Request#domain insteadJohan Sørensen2009-04-221-1/+1
* Redirect to the main domain if the current_site has no subdomainJohan Sørensen2009-04-221-11/+16
* Redirect to the current_site's subdomain, if it has one and it's a GET requestJohan Sørensen2009-04-221-6/+27
* rename subdomain_without_www to subdomain_without_common (since it can includ...Johan Sørensen2009-04-221-5/+5
* [migration] Add a Site model as a container for "site" specific projects and ...Johan Sørensen2009-04-221-0/+27
* Use the builtin expires_in instead of the home-rolled cache_for for setting m...Johan Sørensen2009-04-221-4/+0
* Fix repositories#show action links, and redirect back to the correct repo whenJohan Sørensen2009-04-221-2/+12
* Introduce a repo_owner_path() helper that takes care of figuring out how toJohan Sørensen2009-04-221-0/+27
* Enable caching in trees controller (via application controller)Marius Mathiesen2009-04-221-0/+4
* Fixed failing user<=>account related tests, and made a few things slightly mo...Johan Sørensen2009-04-221-3/+3
* Merge the accounts controller into the user controllerTor Arne Vestbø2009-04-221-2/+10
* Separate out the repository ownership from the namespacingJohan Sørensen2009-04-221-3/+1
* Adding before_filter that requires the user to accept the current EULAMarius Mathiesen2009-04-221-0/+9
* Update to Rails 2.3RC1Johan Sørensen2009-04-221-0/+140