Commit Graph

79 Commits

Author SHA1 Message Date
Martin Charles
8f074a65e1 Removed Directory Caching 2014-05-22 09:51:41 -04:00
Martin Charles
fb8655769e Fixed Caching and Cleaned up Old Caching
Caching was broken for many reasons:
* Puma calls `Travis::Web::App.initilize` multiple times. This caused
the server start time to be incorrect, breaking caching.
* The `Date` HTTP header was missing. This caused some browsers to fail to cache
assets.
* The `ETag` was incorrectly formatted.

Some other things which were changed:
* Removed `Rack::Cache`
2014-05-21 11:50:09 -04:00
Mathias Meyer
284baa1ac8 Redirect PNG to SVG when REDIRECT_PNG is set. 2014-03-20 17:35:42 +01:00
Mathias Meyer
f96816f62c Redirect SVG image. 2014-03-19 15:07:05 +01:00
Henrik Hodne
24a3714d62 fix(api-redirect): update regex used for determining when to redirect
With the old redirect, repositories with "png" in the name got
redirected as well as images.
2014-03-12 13:07:57 -05:00
Piotr Sarnacki
39b8af12f9 Merge branch 'insufficient-oauth-permissions'
Conflicts:
	assets/scripts/app/routes.coffee
2014-02-24 23:33:14 +01:00
Piotr Sarnacki
3d0c215174 Use ember.prod.js when compiling for production
For some reason uflify fails on regular ember.js build. Using production
build fixes the problem and we should do it anyway - our assets pipeline
does some debug version cleaning, but I'm not sure if it's still
compatible with what's done when generating Ember's production build.
2014-01-09 13:20:12 +01:00
Piotr Sarnacki
106c9e0776 Catch everything but '/' for status image redirect 2013-10-31 16:57:41 +01:00
Piotr Sarnacki
88c5bae9fc Don't redirect to api if we want something from images dir 2013-10-31 16:52:54 +01:00
Piotr Sarnacki
226b938214 Drop redirect logic for API other than images and/or cc.xml 2013-09-13 13:06:38 +02:00
Piotr Sarnacki
4bdd1834c4 Fix passing alt=default param 2013-03-05 21:08:14 +01:00
Sven Fuchs
1e6067f54c cookies are split by ; 2013-02-27 01:35:53 +01:00
Sven Fuchs
b93ce53a7f restore cookie max_age 2013-02-26 23:55:49 +01:00
Sven Fuchs
47765ba8c0 try disabling rack/cache 2013-02-26 23:11:40 +01:00
Sven Fuchs
9bda77e757 try removing Secure from the cookie 2013-02-26 23:07:09 +01:00
Sven Fuchs
b314670530 debug output 2013-02-26 23:00:17 +01:00
Sven Fuchs
c5aaa8806a uppercase Path 2013-02-26 22:55:00 +01:00
Sven Fuchs
5c18bd3406 try using path for the cookie 2013-02-26 20:09:47 +01:00
Sven Fuchs
d686b741bf try using the staging domain 2013-02-26 19:12:37 +01:00
Sven Fuchs
941d1391bb move AltVersions to its own file, try setting domain and secure on the cookie 2013-02-26 19:05:49 +01:00
Sven Fuchs
bc4092ad4d simplify app creation and rename "custom_branch" to "alt" 2013-02-25 17:42:03 +01:00
Piotr Sarnacki
9cf20d774d Don't shadow options method in set_config 2013-02-22 22:54:09 +01:00
Piotr Sarnacki
aa43803811 Allow to set "custom_branch" for assets
When custom-branch param is set, travis-web will serve assets from S3
from given branch (the compiled assets are uploaded to S3 on each
build). Cookie will also be set to serve assets from this branch until
disabled.

Custom branch may be disabled by passing disable-custom-branch=true
param.
2013-02-21 22:12:33 +01:00
Konstantin Haase
55bdaf780f don't minfiy on staging 2012-12-16 17:35:21 +01:00
Sven Fuchs
ee50cbd1e7 disable MobileRedirect, which does not seem to work, we are now using Rack::MobileRedirect 2012-12-14 15:52:58 +01:00
Konstantin Haase
bb53bceb46 fix constant name 2012-12-12 23:39:03 +01:00
Konstantin Haase
726190634b add protection 2012-12-12 23:33:43 +01:00
Konstantin Haase
6f8a5860af remove printf debugging 2012-12-06 17:13:08 +01:00
Konstantin Haase
eed223d19d throw params in case or mismatch 2012-12-06 15:49:36 +01:00
Konstantin Haase
f6c983978f only allow sessionStorage and localStorage 2012-12-06 14:44:00 +01:00
Konstantin Haase
4a443aee41 allow setting the storage 2012-12-05 14:36:57 +01:00
Piotr Sarnacki
973bd38f66 Use Rack::Request#user_agent 2012-11-13 02:32:00 +01:00
Piotr Sarnacki
7ad4ed1109 Redirect to old version of travis for mobile clients
We're planning support for a new mobile client, but for the time being
we will just redirect to the old app.
2012-11-12 19:37:57 +01:00
Piotr Sarnacki
de38b3d297 Redirect /:owner/:name/builds.json to a proper api endpoint 2012-11-10 15:47:33 +01:00
Konstantin Haase
7d055f085b explicitely redirect cc.xml 2012-11-08 13:33:41 +01:00
Konstantin Haase
f8ab48178e also redirect "Accept: */*" to the api 2012-11-08 13:26:59 +01:00
Konstantin Haase
0ac265a4a7 allow setting token manually 2012-10-24 19:36:17 +02:00
Piotr Sarnacki
ce307264c4 Use ENV.FORCE_JQUERY when building for production 2012-10-23 03:47:12 +02:00
Konstantin Haase
01b5a118d0 spec and fix app 2012-10-22 21:23:34 +02:00
Konstantin Haase
d6986a7806 allow only GET and HEAD request 2012-10-22 21:22:47 +02:00
Konstantin Haase
4cd506ea59 redirect potential API calls to API, fixes #32 2012-10-22 21:21:19 +02:00
Piotr Sarnacki
718b3ad88f Fix spec.html serving 2012-10-19 01:52:48 +02:00
Sven Fuchs
52bdbf5468 Merge branch 'master' of github.com:travis-ci/travis-web
Conflicts:
	public/scripts/app.js
	public/scripts/min/app.js
	public/styles/app.css
	public/version
	script/server
2012-10-18 03:55:17 +02:00
Sven Fuchs
90fb2c3b78 add broadcasts 2012-10-18 03:53:19 +02:00
Konstantin Haase
d4404b201c switch to puma, make app reload in development mode 2012-10-17 16:19:42 +02:00
Konstantin Haase
5c8035b7a8 add back rack-cache 2012-10-16 19:15:16 +02:00
Konstantin Haase
651dbd366d add back guard for @svenfuchs 2012-10-16 19:06:08 +02:00
Konstantin Haase
1f9e19ac0e send empty Vary header 2012-10-16 18:54:32 +02:00
Konstantin Haase
4fd46ad944 header must be fixnum 2012-10-16 18:49:57 +02:00
Konstantin Haase
ab866b4fe2 no longer run api 2012-10-16 18:42:37 +02:00