Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-02 | including chiiphs comments | Azul | |
2014-03-02 | autopep8 nagios webapp login test | Azul | |
2014-02-27 | nagios test for logging into webapp | Azul | |
2014-02-10 | Merge pull request #139 from azul/refactor/tweaks-to-messages | jessib | |
Refactor/tweaks to messages | |||
2014-02-10 | fix unread_by? to check user_ids_to_show, remove TODO | Azul | |
uniq! is probably not any faster than just checking include? | |||
2014-02-10 | Merge pull request #138 from azul/feature/token-only-api-auth | jessib | |
Feature/token only api auth | |||
2014-02-10 | ensure we are working on a string as the content type | Azul | |
2014-02-10 | require_token now checks for token and login | Azul | |
2014-02-10 | require token in messages controller | Azul | |
2014-02-10 | require token when logging out via API | Azul | |
2014-02-10 | require token when updating user via API | Azul | |
2014-02-10 | split up and expand account integration test | Azul | |
2014-02-10 | refactor tests to ease the testing of token only auth | Azul | |
2014-02-10 | minor: more robust destruction of records in tests | Azul | |
2014-02-10 | rename authorize to require_login | Azul | |
authorize_admin -> require_admin also add require_token which will ensure token has been used for auth. | |||
2014-02-10 | minor: refactor token auth a bit | Azul | |
2014-02-10 | minor: rename var that holds a single user id to userId | Azul | |
2014-02-10 | minor: move some logic from message controller into model | Azul | |
2014-02-10 | Merge pull request #134 from jessib/feature/messages_api | azul | |
Feature/messages api | |||
2014-02-08 | Version 0.5.00.5.0 | Azul | |
Changes since 0.5.0-rc: * locale prefix support * download client from user page * hotfix to make webapp work with rack again * ensure permissions are preserved when copying customization files. (#4623) * Return 'provider.json' via a controller, to better be able to control the response headers * document new way we deploy couch design docs * remove outdated views that cause errors * only emit pgp keys if they are actually set * ensure auto_update_design_docs is false * switch to using dl.bitmask.net * remove manual 'gem minitest' * default pricing, privacy policy and tos pages * default footer with links to privacy policy, tos, pricing, about us, contact * upgraded bootstrap to latest in 2.x series * move #masthead out of main templates * customizable 'bye' page for when a user leaves * fix js platform detection * applied mcnair's changes to privacy policy * untracked files in deploy are in gitignore - #4953 * gitkeep empty folders for config/provider and config/customizations * integration test with en-EN language * ensure record removal after tests * log failing integration tests with screenshot and serverlog * stop taking screenshots inside tests | |||
2014-02-07 | Merge pull request #137 from azul/test/fix-red-ci | jessib | |
Test/fix red ci | |||
2014-02-07 | stop taking screenshot - will happen no failure autmatically now | Azul | |
2014-02-07 | log failing integration tests with screenshot | Azul | |
* store the last screenshot in tmp * store the html and the end of the server log in tmp Filenames are build from the test class name and the tests name. | |||
2014-02-06 | for clarity, keep the empty folders for config/provider and ↵ | elijah | |
config/customizations in repo. | |||
2014-02-06 | Merge pull request #136 from azul/cleanup/no-untracked-files | jessib | |
make sure all untracked files in deploy are in gitignore - #4953 | |||
2014-02-06 | make sure ticket get's cleared at end of tickets_by_admin test | Azul | |
Also relax the requirement from tickets.count > 1 to > 0. There is only one ticket if there have not been any others in the database ahead of time. | |||
2014-02-06 | integration test with en-EN language | Azul | |
Tests fail on machines that default to other available languages. Also move setting capybara driver to be javascript driver into the BrowserIntegrationTest. | |||
2014-02-05 | make sure all untracked files in deploy are in gitignore - #4953 | Azul | |
2014-02-04 | applied mcnair's changes to privacy policy | elijah | |
2014-01-27 | fix js platform detection to match new way we have single link for linux ↵ | elijah | |
(not linux32 or linux64). | |||
2014-01-27 | Merge branch 'develop' into feature/messages_api | jessib | |
Conflicts: users/config/locales/en.yml | |||
2014-01-23 | Merge pull request #135 from elijh/feature/pages | jessib | |
add some static pages | |||
2014-01-23 | added a customizable 'bye' page for when a user leaves | elijah | |
2014-01-23 | move #masthead out of main templates to make the masthead partials more ↵ | elijah | |
flexible. | |||
2014-01-23 | upgraded bootstrap to latest in 2.x series | elijah | |
2014-01-23 | added a default footer with links to privacy policy, tos, pricing, about us, ↵ | elijah | |
contact. | |||
2014-01-23 | added default pricing, privacy policy and tos pages. | elijah | |
2014-01-23 | updated Gemfile.lock | elijah | |
2014-01-22 | remove manual 'gem minitest'. this seems to confuse the tests, which seem to ↵ | elijah | |
work best with the minitest that comes with ruby 1.9. | |||
2014-01-21 | Small optimization to saving message when sending one month warnings. | jessib | |
2014-01-21 | Merge branch 'develop' into feature/messages_api | jessib | |
2014-01-19 | Redefine constant in a way that does not print out "warning: already ↵ | elijah | |
initialized constant VERIFY_PEER" | |||
2014-01-16 | switch to using dl.bitmask.net | elijah | |
2014-01-14 | ensure auto_update_design_docs is false | Azul | |
2014-01-13 | Comment for how to call view that we aren't now using. | jessib | |
2014-01-09 | Some more cleanup, but still want to make sure ↵ | jessib | |
by_user_ids_to_show_and_created_at view is right before issuing pull request. | |||
2014-01-07 | Remove schedule file now that we aren't using whenever gem. | jessib | |
2014-01-07 | Some refactoring, to simplify user model, optimize, and allow messages to be ↵ | jessib | |
sorted by date (although are not now.) Also, rather than use whenever gem, will have cron job created to call task. | |||
2014-01-07 | Merge branch 'develop' into feature/messages_api | jessib | |
2014-01-07 | Merge pull request #133 from azul/bugfix/fix-view-functions | jessib | |
Bugfix/Fix view functions |