summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-01-27Using 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-27running behave tests with phantomDuda 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-26related to #244, show correct venv path when its a custom oneVictor Shyba
2015-01-26install haveged to have more entropyChristoph 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-26Issue #251: app.min.js is in assets folder, not in root.Folker Bernitt
2015-01-26Don't pin soledad versions.Christoph Kluenter
2015-01-26add guest ip for vagrant port forwarding, because useragent listens only on ↵varac
127.0.0.1
2015-01-24#184 - not creating empty tags anymoreVicente Luchi
2015-01-24Merge pull request #247 from gutobenn/masterDuda Dornelles
Fix a mistype error
2015-01-24Fix a mistype errorAugusto Bennemann
2015-01-23Removed nosetests helper from search test, it is passing nowBruno Wagner
2015-01-23Changed package command because it was breakingBruno Wagner
2015-01-23for #244, use /bin/activate on sourceVictor Shyba
2015-01-23Removing nosetests timeout limit from tests, now with trial we dont need thatDuda Dornelles
2015-01-23Adding missing dep on debin/controlDuda Dornelles
2015-01-23Update first-steps.mdlqust
2015-01-23Update first-steps.mdlqust
2015-01-23#245 stopping the reactor when user cant authenticateDuda Dornelles
2015-01-23When closing the app now it wont get stuck, but it will finish the last ↵Pixpoa pairing
scheduled soledad sync call before it stops
2015-01-23Added some info about the python backend.Folker Bernitt
- Issue #243
2015-01-23Added template and scss stuff to first steps.Folker Bernitt
- Issue #243
2015-01-23plaftform #53 adding --leap-cert option to UADuda Dornelles
2015-01-23Started to work on first steps tutorials for hackdays.Folker Bernitt
- Issue #243
2015-01-23Issue #244: Provide build-hackday-box.sh build script.Folker Bernitt
- To build a fresh hackday box, just run provisioning/build-hackday-box.sh