Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-24 | Add API tests and some refactoring of messages so we can get a user's ↵ | jessib | |
messages within the webapp. | |||
2013-12-24 | API method to mark a user's message as read (will refactor) | jessib | |
2013-12-24 | Initial start to messages API. | jessib | |
2013-12-24 | ensure permissions are preserved when copying customization files. closes #4623 | elijah | |
2013-12-23 | hotfix to make webapp work with rack again. | elijah | |
2013-12-23 | Merge remote-tracking branch 'jessib/feature/3389_download_links' into develop | Azul | |
Conflicts: core/app/views/common/_home_page_buttons.html.haml users/app/views/users/show.html.haml | |||
2013-12-22 | Merge pull request #131 from elijh/feature/locale-routes | azul | |
locale prefix support | |||
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-22 | re-generated Gemfile.lock with the new versions of engine gems. as a side ↵ | elijah | |
effect, it also upgraded rails to the the latest in the 3.2 series. | |||
2013-12-20 | Version 0.5.0.rc0.5.0.rc | Azul | |
Release candidate for the first syncronised leap release 0.5.0. * do not allow to clear pgp key * simple format validation for pgp keys * respond to /keys/:login with text * service levels introduced to the configuration * more robust session store * render landing page and basic forms without connection to couch * configurable set of actions for users and admins * refactoring: remove overview controller - use Users#show instead * prevent /login from crashing when logged in already * remove actions from ui that currently break the client * format ticket comments properly * enable billing engine by default * consolidate APP_CONFIG[:billing] * fix a regression where overview link was not active anymore | |||
2013-12-20 | Merge pull request #130 from azul/bugfix/4805-fix-overview-active | azul | |
make sure overview link is active on Users#show - fixes #4805 | |||
2013-12-20 | make sure overview link is active on Users#show | Azul | |
2013-12-20 | Merge pull request #128 from elijh/feature/configure_billing | azul | |
make billing configurable from platform | |||
2013-12-20 | fixed billing tests (added dummy billing hash to config, include required ↵ | elijah | |
testing gem phantomjs-binaries) | |||
2013-12-20 | enable billing engine by default, consolidate APP_CONFIG[:payments] and ↵ | elijah | |
APP_CONFIG[:braintree] into APP_CONFIG[:billing][:braintree] | |||
2013-12-19 | Update translation to reflect what you can actually change in your account. | jessib | |
2013-12-19 | Put download link on user page. | jessib | |
2013-12-19 | Merge branch 'bugfix/4786_ticket_comment_format' into develop | jessib | |
2013-12-17 | This won't necessarily preserve exact formatting (for example, if there are ↵ | jessib | |
multiple blank lines in a row), but seems standard way to do it and maybe sufficient? | |||
2013-12-17 | Merge branch 'develop' into feature/billing-no-authenticated-payments | jessib | |
Conflicts: billing/config/locales/en.yml | |||
2013-12-17 | Merge pull request #125 from azul/feature/catch-all-couch-exceptions | jessib | |
catch all rest client exceptions during initialization | |||
2013-12-17 | catch all rest client exceptions during initialization | Azul | |
2013-12-17 | Merge pull request #124 from jessib/feature/bugfix4756_login_crash | azul | |
Feature/bugfix4756 login crash | |||
2013-12-16 | Add test. | jessib | |
2013-12-16 | Fix issue 4756: /login should not crash if one goes there when logged in. | jessib | |
2013-12-16 | Merge pull request #123 from azul/refactor/standartize-user-routes | jessib | |
refactor: remove Overview controller - we can use Users#show | |||
2013-12-16 | Merge pull request #122 from azul/bugfix/4703-disable-unsupported-settings | jessib | |
Bugfix/4703 disable unsupported settings | |||
2013-12-16 | Merge pull request #121 from azul/feature/robust-against-couch-connection-issues | jessib | |
Feature/robust against couch connection issues | |||
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-12-13 | make the possible actions for users and admins configurable | Azul | |
with tests | |||
2013-12-13 | refactor: move edit sections into partials | Azul | |
2013-12-13 | proceed even if the couch is unreachable | Azul | |
* in case the user has a session id, keep it but proceed without a session * in case we can't initialize the models proceed * if APP_CONFIG[:reraise_errors] is set we'll crash instead in the latter case default to reraise errors in dev and test environments. | |||
2013-12-13 | minor: rename test | Azul | |
2013-12-12 | reraise with a better explaination on couch failure | Azul | |
Removing our own error class for this. It interferes with couch_rest_session_store tryign to catch the same errors. | |||
2013-12-12 | use the latest couchrest_session_store | Azul | |
This one does not use our own error class for connection issues anymore. We'll remove that class in the next commit. So let's not rely on it. | |||
2013-12-09 | Merge pull request #120 from azul/feature/robust-session-store | jessib | |
update couchrest session store and Gemfile.lock | |||
2013-12-09 | Update tests to reflect using plaintext key. | jessib | |
2013-12-09 | update ruby_core_source so it works with latest ruby version | Azul | |
2013-12-09 | update couchrest session store and Gemfile.lock | Azul | |
This will fix the crash when loading the landing page without a couch connection. | |||
2013-12-09 | Merge pull request #119 from jessib/feature/service_level | azul | |
Feature/service level | |||
2013-12-06 | Merge branch 'plaintextkey' into develop | elijah | |
2013-12-06 | make sure key responses are plain text | elijah | |
2013-12-06 | minor: rename test to what it actually tests | Azul | |
[skip ci] | |||
2013-12-06 | simple validation for pgp key format | Azul | |
2013-12-06 | ignore attempts to empty public_key, refactor | Azul | |
refactor: prepare validations of the uploaded pgp keys | |||
2013-12-06 | Merge remote-tracking branch 'origin/master' into develop | Azul | |
2013-12-06 | Version 0.2.80.2.8 | Azul | |
* Return public key on /key/:login * rake tasks clean up expired tokens and sessions (#4568) * rake task to dump design docs to files * add dump_design_docs to CouchRest::Model::Utils:Migrate * rename ticket title to subject | |||
2013-12-05 | We won't want service levels in production mode, and have it so this initial ↵ | jessib | |
service level code won't break anything if it isn't set in the config. | |||
2013-12-03 | Some simplification of code. | jessib | |
2013-12-03 | Add ServiceLevel class to wrap config and give accessors. Has some hacky ↵ | jessib | |
parts, but seems like okay generic start for now. |