Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-01-24 | #184 - not creating empty tags anymore | Vicente Luchi | |
2015-01-24 | Merge pull request #247 from gutobenn/master | Duda Dornelles | |
Fix a mistype error | |||
2015-01-24 | Fix a mistype error | Augusto Bennemann | |
2015-01-23 | Removed nosetests helper from search test, it is passing now | Bruno Wagner | |
2015-01-23 | Changed package command because it was breaking | Bruno Wagner | |
2015-01-23 | for #244, use /bin/activate on source | Victor Shyba | |
2015-01-23 | Removing nosetests timeout limit from tests, now with trial we dont need that | Duda Dornelles | |
2015-01-23 | Adding missing dep on debin/control | Duda Dornelles | |
2015-01-23 | Update first-steps.md | lqust | |
2015-01-23 | Update first-steps.md | lqust | |
2015-01-23 | #245 stopping the reactor when user cant authenticate | Duda Dornelles | |
2015-01-23 | When 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-23 | Added some info about the python backend. | Folker Bernitt | |
- Issue #243 | |||
2015-01-23 | Added template and scss stuff to first steps. | Folker Bernitt | |
- Issue #243 | |||
2015-01-23 | plaftform #53 adding --leap-cert option to UA | Duda Dornelles | |
2015-01-23 | Started to work on first steps tutorials for hackdays. | Folker Bernitt | |
- Issue #243 | |||
2015-01-23 | Issue #244: Provide build-hackday-box.sh build script. | Folker Bernitt | |
- To build a fresh hackday box, just run provisioning/build-hackday-box.sh | |||
2015-01-22 | #224 fixing js tests and locales path | Duda Dornelles | |
2015-01-22 | #224 fixing debian dependencies on debian/control | Duda Dornelles | |
2015-01-22 | Merging wheezy-packages branch | Pixpoa pairing | |
2015-01-22 | #224 fixing tests and app for twisted migration | Duda Dornelles | |
2015-01-22 | Issue #244: Preparations for hackday vagrant image. | Folker Bernitt | |
- To use it, do these steps: build the box: vagrant destroy && vagrant up source vagrant package --output hackday-user-agent.box source use the box: vagrant box add hackday-user-agent hackday-user-agent.box vagrant up hackday vagrant ssh hackday Scripts will be provided with next commit. | |||
2015-01-22 | #224 using text reporter for trial - it is the same as the old nosetests ↵ | Pixpoa pairing | |
reporter | |||
2015-01-22 | #224 moving to trial as test runner | Pixpoa pairing | |
2015-01-22 | #224 adding trial temp folder to gitignore | Duda Dornelles | |
2015-01-22 | #224 renaming tests so they get caught by trial runner | Duda Dornelles | |
2015-01-21 | Added -w because nosetests was thinking we wanted to run all the tests | Bruno Wagner | |
2015-01-21 | Fixed pep8 warnings | Bruno Wagner | |
2015-01-21 | Fixed mock leftover problem in bitmask session test | Pixpoa pairing | |
2015-01-21 | #240 Adapted tests after change to twisted web | Duda Dornelles | |
2015-01-21 | #224 removing klein and flask deps from debian/control | Duda Dornelles | |
2015-01-21 | #224 App is working without klein - migration to twisted "complete" | Duda Dornelles | |
2015-01-21 | #240 downgrading versions to be wheezy-compatible. Also, getting rid of ↵ | Duda Dornelles | |
klein, lets move things to vanilla twisted web | |||
2015-01-21 | Sample files for loading/interstitial page | Lourenço S | |
Adding a fully functional example of the interstitial animation we want to use for loading | |||
2015-01-20 | Adding loading logo | Lourenço S | |
2015-01-20 | New logo for top left | Lourenço S | |
2015-01-20 | Fixed the arguments passing of the go script, setup with always unzip was ↵ | Bruno Wagner | |
not working because of it | |||
2015-01-19 | Port must be int for the binding to work | Bruno Wagner | |
2015-01-19 | Issue #234: Fix error with delete button not working on drafts. | Folker Bernitt | |
2015-01-19 | Issue #169: Allow custom home folder. | Folker Bernitt | |
- add option --home /some/path to set a custom location for all user agent files. | |||
2015-01-19 | install libsqlite3-dev for vagrant source box | varac | |
2015-01-19 | Merge branch 'vagrant_multimachine' | varac | |
2015-01-19 | added Vagrantfile and provision scripts | varac | |
- use leap jessie boxes for now - remove rng-tools hack that speeded up key generation from Vagrant provisioning we don't want to generate weak keys, even when it takes longer - set source box as default for 'vagrant up' - properly override vm.box_url for different providers | |||
2015-01-16 | Fixing jshint warnings | Bruno Wagner and Fabio Pio | |