summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-03Auto-detecting the number of cores to run integration tests in parallelDuda Dornelles
2015-02-03Upgrading to twisted 13.2.0Duda Dornelles
2015-02-03Enabling integration tests to be run in parallelDuda Dornelles
If we were using twisted 12.3.0, this change would allow us to run the tests with 'trial -j <number of tests to run in parallel>'. In a simple test in my box the integration test suite got 3x faster
2015-02-03Simplified the quickstart instructionsBruno Wagner Gonçalves
2015-02-02Issue #242 always check for logout enabled when rendering button.Lisa Junger
- fixed problems with multiple toggles.
2015-02-02Correct usage of off-canvasLisa Junger
- Issue #242
2015-02-02Added test for previous commit, delete permanently button.Folker Bernitt
- Issue #20
2015-02-02Merge pull request #267 from birgitta410/masterFolker Bernitt
Issue #20: Label button 'Delete PERMANENTLY' when in trash
2015-01-31Issue #20: Label button 'Delete PERMANENTLY' when in trashBirgitta B
2015-01-30#236 Fixed variable and method namesJefferson Stachelski
2015-01-30Removing duplicate email addresssimnyatsanga
2015-01-30#258 no need to install pysqlcipher from pip to build docker anymoreDuda Dornelles
2015-01-30Fixed pep8 on mail_service.pyJefferson Stachelski
2015-01-30Merge branch 'message_sending_error_handling'Pixpoa pairing
2015-01-30249 Implemented a feature that send an email when something was wrong to ↵Jefferson Stachelski
send email
2015-01-30Added 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-29Fixing unit test that was looking for titles inside the shortcutsGabriel Albo
2015-01-29Removed logout text from the logout iconBruno Wagner
2015-01-29Fixed typo in gnupg package hackBruno Wagner
2015-01-29(Duda) #259 - Adding compass watchGabriel Albo
2015-01-29Removing all titles when hoveringGabriel Albo
2015-01-29#249 removed unecessary returnJefferson Stachelski
2015-01-29#249 make the sending process a deferredAlexandre Pretto Nunes
2015-01-29Small refactor on mail itemsAlexandre Pretto Nunes
2015-01-29source correct virtualenvChristoph Kluenter
this was a cut'n'paste error
2015-01-29Fixing logo size and top paddingGabriel Albo
2015-01-29run some more stuff on first loginChristoph Kluenter
we need to build the css,js bower packages on login because its not contained in the image
2015-01-29run setup py on loginChristoph Kluenter
we need to create some egg files for the user-agent before everything works
2015-01-29Issue #242 abstracted color for logout to use _colors.Lisa Junger
2015-01-29pixelated-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-29Fixing pixelated logo. For some reason, the svg file wasn't being displayed, ↵Gabriel Albo
so I changed to a png file instead
2015-01-29Issue #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-29Fixing VagrantFile to work on Windows (with Cygwin)Lourenço Soares
2015-01-29fix typoChristoph Kluenter
2015-01-29don't timeout if download of phantomjs is slowChristoph Kluenter
2015-01-29Issue #237: Quick hack to solve resize problem.Folker Bernitt
- Just reloads page on resize
2015-01-29Issue #252: Now correct node_modules gets deleted and phantomjs is installed.Folker Bernitt
2015-01-28for #173, now searching on sender field for contacts auto completeVictor Shyba
2015-01-28Added pip commands to uninstall and install right version for gnupg and scryptJefferson Stachelski
2015-01-28Update README.mdNeissi Torres Lima
2015-01-28Fixing 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-28Merge branch 'wip_256'Victor Shyba
2015-01-28Fixing _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-28for #256, change TestCase to twisted trialVictor Shyba
2015-01-28Adding assets to setup.py packagesDuda Dornelles
2015-01-28Issue #252: Node modules are now installed in the box.Folker Bernitt
- They are symlinked into /vagrant/web-ui/node_modules
2015-01-28make the vagrant box smallerChristoph Kluenter
we dd everything with zeroes. Then the disk can be made sparse. The image is 100M smaller now. Fixes #253
2015-01-27Added certificate for devBruno Wagner
2015-01-27Update README.mdNeissi Torres Lima
update development mode