summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2016-12-06wipe python packages that already exist on reinstallationRoald de Vries
2016-12-05Merge branch 'master' into signupRoald de Vries
2016-12-05no difference between dev and prod static filesRoald de Vries
2016-12-05move some static files to the right directoryRoald de Vries
2016-12-05remove templates folder from root resource parametersRoald de Vries
2016-12-05use static instead of {startup,public}-assetsRoald de Vries
2016-12-05get templates from pkg_resourcesRoald de Vries
2016-12-02[refactor] use static url instead of assets urlZara Gebru
2016-12-02[#625, #851] fixing log typo and adding test making sure encryption error ↵NavaL
does propagate to mails resources
2016-12-02Finish first smoke testTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-12-02Add support to run ipdb on errorTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-01[#849] Change unauthorized messageTulio Casagrande
2016-12-01Increase interstitial timeoutTulio Casagrande
We need a bigger timeout in order to test remotely See: https://github.com/pixelated/project-issues/issues/381
2016-12-01Fix logout button reference to work on FirefoxTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-01Add support to use different webdriversTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-01fix csrf in tags testsRoald de Vries
2016-12-01fix csrf in retrieve attachment testRoald de Vries
2016-12-01fix csrf in mark as read/unread testsRoald de Vries
2016-12-01fix csrf in drafts testsRoald de Vries
2016-12-01use the right inbox templateRoald de Vries
2016-12-01fix csrf for some integration testsRoald de Vries
2016-12-01fix root resource tests when zmq is not availableRoald de Vries
2016-12-01WIP: add csrf token to every requestRoald de Vries
2016-11-30Removes unused functionDenis Costa
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Add username to behave contextTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Add timeout to find by css selectorTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Add sign up smoke testTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Extract user agent initializationTulio Casagrande
Now the initialization and mocking of the user agent run only when using localhost. See: https://github.com/pixelated/project-issues/issues/381
2016-11-30add csrf token to login formRoald de Vries
2016-11-30log a warnin when root child is not explicitly public/protectedRoald de Vries
2016-11-30remove PublicRootResource and use a flag on RootResource insteadRoald de Vries
2016-11-30Extract slugify methodTulio Casagrande
2016-11-30Setup browser before_all methodTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30use PublicRootResource for root url instead of LoginResourceRoald de Vries
2016-11-30redirect to login from root url when not logged inRoald de Vries
2016-11-30mock out usage of ZMQ in the right placeRoald de Vries
2016-11-29Improve atomicity of checkbox operationsTulio Casagrande
We were getting too much errors like "Element is no longer attached to the DOM". See: https://github.com/pixelated/project-issues/issues/381
2016-11-29Add support for parameterization on errorTulio Casagrande
We added debug on error, default to false and save screenshots, default to true
2016-11-29Remove twisted loggers from behave testsTulio Casagrande
The twisted loggers were capturing outputs and preventing debug with pdb
2016-11-29Convert URL constants to behave's userdataTulio Casagrande
Behave 1.2.5 introduces user-specific configuration data, which can be used to override default values. See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Removes commented codeDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Removes unused variableDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Improves importsDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Changes print from command to functionDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Update behave and seleniumDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29mock out usage or ZMQRoald de Vries
2016-11-29test root resource delegation on a bit higher levelRoald de Vries
2016-11-29make login resource part of the public root resourceRoald de Vries
2016-11-29assert login url is delegated correctlyRoald de Vries