Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-30 | #236 Fixed variable and method names | Jefferson Stachelski | |
2015-01-30 | Removing duplicate email address | simnyatsanga | |
2015-01-30 | #258 no need to install pysqlcipher from pip to build docker anymore | Duda Dornelles | |
2015-01-30 | Fixed pep8 on mail_service.py | Jefferson Stachelski | |
2015-01-30 | Merge branch 'message_sending_error_handling' | Pixpoa pairing | |
2015-01-30 | 249 Implemented a feature that send an email when something was wrong to ↵ | Jefferson Stachelski | |
send email | |||
2015-01-30 | Added npm run watch command that runs compass and handlebars. | Folker Bernitt | |
- Starts two watch jobs for compass and handlebars in parallel - Issue #259 | |||
2015-01-29 | Fixing unit test that was looking for titles inside the shortcuts | Gabriel Albo | |
2015-01-29 | Removed logout text from the logout icon | Bruno Wagner | |
2015-01-29 | Fixed typo in gnupg package hack | Bruno Wagner | |
2015-01-29 | (Duda) #259 - Adding compass watch | Gabriel Albo | |
2015-01-29 | Removing all titles when hovering | Gabriel Albo | |
2015-01-29 | #249 removed unecessary return | Jefferson Stachelski | |
2015-01-29 | #249 make the sending process a deferred | Alexandre Pretto Nunes | |
2015-01-29 | Small refactor on mail items | Alexandre Pretto Nunes | |
2015-01-29 | source correct virtualenv | Christoph Kluenter | |
this was a cut'n'paste error | |||
2015-01-29 | Fixing logo size and top padding | Gabriel Albo | |
2015-01-29 | run some more stuff on first login | Christoph Kluenter | |
we need to build the css,js bower packages on login because its not contained in the image | |||
2015-01-29 | run setup py on login | Christoph Kluenter | |
we need to create some egg files for the user-agent before everything works | |||
2015-01-29 | Issue #242 abstracted color for logout to use _colors. | Lisa Junger | |
2015-01-29 | pixelated-project/pixelated-platform#54 : monkey-patching twisted web ↵ | Duda Dornelles | |
ESMTPSenderFactory to not requireTransportSecurity since it will user reactor.connectSSL anyways. This is a know bug on Twisted-Web 12.0.0 that gets fixed on newer versions but since we are support wheezy we need the hack | |||
2015-01-29 | Fixing pixelated logo. For some reason, the svg file wasn't being displayed, ↵ | Gabriel Albo | |
so I changed to a png file instead | |||
2015-01-29 | Issue #242 added logout shortcut for dispatcher mode. | Lisa Junger | |
- some new style to logout in expanded nav bar and shortcut. - to be complemented by #239. | |||
2015-01-29 | Fixing VagrantFile to work on Windows (with Cygwin) | Lourenço Soares | |
2015-01-29 | fix typo | Christoph Kluenter | |
2015-01-29 | don't timeout if download of phantomjs is slow | Christoph Kluenter | |
2015-01-29 | Issue #237: Quick hack to solve resize problem. | Folker Bernitt | |
- Just reloads page on resize | |||
2015-01-29 | Issue #252: Now correct node_modules gets deleted and phantomjs is installed. | Folker Bernitt | |
2015-01-28 | for #173, now searching on sender field for contacts auto complete | Victor Shyba | |
2015-01-28 | Added pip commands to uninstall and install right version for gnupg and scrypt | Jefferson Stachelski | |
2015-01-28 | Update README.md | Neissi Torres Lima | |
2015-01-28 | Fixing the assets issue for good I hope - adding it to MANIFETS.in file. | Duda Dornelles | |
Also cleaning up the setup.py file, there were lots of unused stuff there | |||
2015-01-28 | Merge branch 'wip_256' | Victor Shyba | |
2015-01-28 | Fixing _render function on app_test_client for integration tests so that ↵ | Duda Dornelles | |
when result is NOT_DONE_YET but the request is finished already we return a simple succeed defer | |||
2015-01-28 | (Re-)added leap home parameter to soledad initialization. | Folker Bernitt | |
- Problem introduced with commit 26b85d8e52 - Issues #237 #232 #196 | |||
2015-01-28 | for #256, change TestCase to twisted trial | Victor Shyba | |
2015-01-28 | Adding assets to setup.py packages | Duda Dornelles | |
2015-01-28 | Issue #252: Node modules are now installed in the box. | Folker Bernitt | |
- They are symlinked into /vagrant/web-ui/node_modules | |||
2015-01-28 | make the vagrant box smaller | Christoph Kluenter | |
we dd everything with zeroes. Then the disk can be made sparse. The image is 100M smaller now. Fixes #253 | |||
2015-01-27 | Added certificate for dev | Bruno Wagner | |
2015-01-27 | Update README.md | Neissi Torres Lima | |
update development mode | |||
2015-01-27 | Using jquery min in loading page and re-adding monkey-patches for sqlcypher ↵ | Duda Dornelles | |
and protobuf | |||
2015-01-27 | #184 not creating empty tags of any length (as opposed to only empty strings ↵ | Duda Dornelles | |
with len==0) | |||
2015-01-27 | running behave tests with phantom | Duda Dornelles | |
2015-01-27 | #237 #232 #196 syncing user data once before starting the UA. Displaying a ↵ | Duda Dornelles | |
loading screen in the meantime. The initial sync will make sure the user has a single key pair | |||
2015-01-26 | related to #244, show correct venv path when its a custom one | Victor Shyba | |
2015-01-26 | install haveged to have more entropy | Christoph Kluenter | |
the internet hasn't decided if its a good idea to use haveged on a virtual machine. But since this is for testing purposes anyway, its okay. First part of #244 | |||
2015-01-26 | Issue #251: app.min.js is in assets folder, not in root. | Folker Bernitt | |
2015-01-26 | Don't pin soledad versions. | Christoph Kluenter | |
2015-01-26 | add guest ip for vagrant port forwarding, because useragent listens only on ↵ | varac | |
127.0.0.1 |