Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | upgrade: no more underspecified match routes | Azul | |
2016-03-30 | api: added json error pages, allow "." in the :id param of all api routes | elijah | |
2016-03-28 | api: added allow ability to limit what IPs can access api using a static ↵ | elijah | |
configured auth token. | |||
2016-01-14 | added UI for invite codes | elijah | |
2015-06-15 | added CommonLanguages gem | elijah | |
2014-07-14 | use cucumber; initial ConfigsController | Azul | |
2014-07-05 | Enable unblocking handles in identities tab | Azul | |
There's an identities tab now for admins that will allow unblocking blocked handles. It should be easy to expand for aliases and forwards and other types of actions such as editing. | |||
2014-05-26 | Merge pull request #165 from azul/feature/cert-fingerprints | azul | |
Feature/cert fingerprints | |||
2014-05-26 | change from GET to POST for certs | Azul | |
We create them. let's reflect that in the verb. | |||
2014-05-19 | SmtpCertsController, routes and tests | Azul | |
2014-05-19 | little bit of documentation | Azul | |
2014-05-19 | custom error pages for 404 and 500 errors | Azul | |
2014-05-13 | allow for usernames with dots | Azul | |
preparing for #5664 with some test improvements i ran into this issue This commit includes a fix and the test improvements. In particular it adds BrowserIntegrationTest#login - so there is no need to go through the signup procedure everytime you want a user to be logged in. | |||
2014-04-17 | initial commit for the service level api | Azul | |
:api/service will return a hash of the current users service level This is failiing if the user is not logged in. Instead it should return the service description for an anonymous user. | |||
2014-04-10 | move certs into toplevel | Azul | |
cleaned up all the engine stuff that was never really used. Afterwards there is not that much left that makes it into the toplevel. | |||
2014-04-08 | move users: config and lib | Azul | |
2014-01-23 | added a customizable 'bye' page for when a user leaves | elijah | |
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 | |||
2012-10-11 | first steps at reducing core | Azul | |
2012-10-08 | LeapWebDemo -> LeapWeb | Azul | |
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |