Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-23 | added default pricing, privacy policy and tos pages. | elijah | |
2013-12-29 | Return 'provider.json' via a controller, to better be able to control the ↵ | elijah | |
response headers (in particular, 'X-Minimum-Client-Version'). It must now be placed in config/provider/provider.json | |||
2013-12-22 | locale prefix support: | elijah | |
* set locale based on request header * enforce locale path prefix when current locale is not the default * note: don't use root_path anymore, instead use home_path | |||
2013-12-13 | refactor: remove Overview controller - we can use Users#show | Azul | |
we were only using Users#show to redirect to the edit action. So I replaced that with the overview and we have no more use for the extra controller. This also simplifies linking to the users in question a lot. | |||
2013-11-12 | make sure we log json request errors and their backtraces | Azul | |
2013-09-03 | Ensure json requests get json error response on failure | Azul | |
Normally rails sends an html page which can't be parsed by the client. | |||
2013-07-31 | added empty 'home' layout and removed debugger from homecontroller | elijah | |
2013-07-11 | add header to prevent iframes | elijah | |
2013-07-11 | set no-cache headers in the response | elijah | |
2013-07-04 | new layout for the home buttons | elijah | |
2013-07-04 | redirect to overview if authenticated | elijah | |
2013-02-09 | configure couchrest session store in initializer | Azul | |
2013-01-23 | make raising not found error less confusing | Azul | |
2013-01-22 | render 404 if needed | Azul | |
2012-10-31 | using controller extensions for application controller by hand | Azul | |
2012-10-17 | complete signup, login, logout workflow | Azul | |
2012-10-11 | first steps at reducing core | Azul | |
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |