Commit Graph

751 Commits

Author SHA1 Message Date
Christoph Atteneder
0a7c85f7d8
Use selected trade currency if available in payment account 2019-01-23 13:16:55 +01:00
Christoph Atteneder
d44823afd6
Bind currency combobox to trade currency from model
Remove data logic from view model that is set in data model
2019-01-23 13:16:19 +01:00
Manfred Karrer
90e95e5d2e
Make fields private 2019-01-23 12:32:28 +01:00
Manfred Karrer
64f65e01a0
Fix typos 2019-01-23 12:32:18 +01:00
Christoph Atteneder
f8d77de642
Improve exception if offer of removed assets is edited 2019-01-22 17:33:38 +01:00
Manfred Karrer
7b2d00fc27
Merge pull request #2265 from ripcurlx/update-installer-background
Update installer background image
2019-01-14 20:15:39 +01:00
Christoph Atteneder
2fe5092b8c
Merge pull request #2247 from devinbileck/fix-windows-install-custom-translations
Fix windows install custom translations
2019-01-14 17:01:12 +01:00
Christoph Atteneder
be70eb1b83
Merge branch 'master' of github.com:bisq-network/bisq into rpm-package
# Conflicts:
#	desktop/package/linux/package.sh
2019-01-14 15:06:07 +01:00
Christoph Atteneder
ae9f13c09d
Update installer background image 2019-01-14 14:50:06 +01:00
Christoph Atteneder
bfda268eaf
Merge pull request #2248 from devinbileck/improve-JAVA_HOME-override
Improve JAVA_HOME override
2019-01-14 11:33:53 +01:00
Christoph Atteneder
265b15150b
Merge pull request #2252 from ManfredKarrer/reduce-code-duplication
Move util code from UI to core
2019-01-14 11:30:45 +01:00
Devin Bileck
7a16b3f3c6
Fix CurrencyListTest when locale is not en_US
When declaring a fiat currency and only providing the currency code,
it uses the system locale to get the currency display name.
This potentially causes different sorting results in
testUpdateWhenNotSortNumerically when locale is not en_US.

Now, it specifies the en_US locale when defining the fiat currencies
for this test.

Fixes https://github.com/bisq-network/bisq/issues/2259
2019-01-13 22:27:06 -08:00
Manfred Karrer
28d0db8ac8
Fix missing param in test class 2019-01-12 00:16:57 +01:00
Manfred Karrer
3c35f46b64
Move util code from UI to core
Move code to OfferUtil and PaymentAccountUtil to avoid code duplication
once http-API gets merged
2019-01-12 00:14:55 +01:00
Manfred Karrer
d09296e86c
Use TxFeeEstimationService
- feeTxSizeEstimationRecursionCounter was never reset, so that caused
 probably bugs by ignoring fee estimation after it was called >10 times.
 The default size was used then so the bug was not very obvious as long
 the tx size was not very large.
2019-01-11 23:23:30 +01:00
Devin Bileck
ed7a7df2ad
Merge branch 'master' of https://github.com/bisq-network/bisq into rpm-package
# Conflicts:
#	desktop/package/linux/package.sh
#	desktop/package/linux/rpm.sh
2019-01-11 11:36:23 -08:00
Devin Bileck
cad6b61ffd
Improve JAVA_HOME override
Check to see if javapackager exists prior to overriding JAVA_HOME
in package scripts.
2019-01-11 11:30:34 -08:00
Devin Bileck
7ca1a0f0b2
Fix windows install custom translations
The Bisq.iss file must be saved using UTF-8 encoding with BOM for the
unicode custom messages to be displayed properly.
2019-01-11 11:07:36 -08:00
Manfred Karrer
6e753a29f7
Merge pull request #2246 from ripcurlx/fix-ignored-test-cases
Fix ignored tests
2019-01-11 17:46:54 +01:00
Christoph Atteneder
fe864724f3
Configure jMockit for desktop module 2019-01-11 16:59:18 +01:00
Christoph Atteneder
e31a314904
Fix ignored test cases 2019-01-11 16:17:56 +01:00
Manfred Karrer
1a77ee669c
Merge pull request #2237 from ripcurlx/fix-chart-rendering
Clear and re-assign series to fix rendering issues.
2019-01-10 23:48:40 +01:00
Christoph Atteneder
190d2d5122
Clear and re-assign series to fix rendering issues.
Fixes #2136.
2019-01-10 15:08:23 +01:00
sqrrm
83aa0d7a77
Initialize Set to avoid nullpointer access 2019-01-10 14:30:10 +01:00
Bernard Labno
7e9bc1fee8
Altcoin disclaimer 2019-01-09 12:24:35 +01:00
Christoph Atteneder
d320380e80
Set back to SNAPSHOT 2019-01-08 19:56:23 +01:00
Christoph Atteneder
b18a143c0c
Bump version number 2019-01-08 19:54:33 +01:00
Devin Bileck
24ecbcdfb3
Merge branch 'master' of https://github.com/bisq-network/bisq into rpm-package
# Conflicts:
#	desktop/package/linux/package.sh
#	desktop/package/linux/rpm.sh
2019-01-08 09:26:43 -08:00
Christoph Atteneder
307a5b8822
Set back to SNAPSHOT 2019-01-08 16:48:22 +01:00
Christoph Atteneder
d6543377cf
Bump version number 2019-01-08 16:37:28 +01:00
Christoph Atteneder
7c4fcfa43d
Adapt for changed build directories 2019-01-08 16:36:26 +01:00
Christoph Atteneder
5f5e153d66
Add script for updating store dbs 2019-01-08 10:52:48 +01:00
Manfred Karrer
724247fe73
Don't show filtered currencies
- For supporting Grin we want to add it to the next release but Grin
is not launched yet (15.1.2018 is launch date). We deactivate the asset
by using the filter message and enable it at launch date.
To support that at the altcoin account screen this commit implements
the required code.
2019-01-08 02:39:08 +01:00
Devin Bileck
6e8b1279fc
Added back changes from other commits 2019-01-07 17:06:38 -08:00
Devin Bileck
c2ca632eff
Merge branch 'master' of https://github.com/bisq-network/bisq into rpm-package
# Conflicts:
#	desktop/package/linux/package.sh
#	desktop/package/linux/release.sh
2019-01-07 16:57:40 -08:00
Manfred Karrer
d5a53e9fdf
Merge pull request #2207 from ManfredKarrer/preparations-for-http-api
Preparations for http api
2019-01-07 23:31:05 +01:00
Christoph Atteneder
d889825f65
Improve padding of password input window 2019-01-07 17:03:30 +01:00
Christoph Atteneder
d32ee388b7
Disable payment accounts combobox in pay funds screen 2019-01-07 16:49:43 +01:00
Christoph Atteneder
946d1ec13c
Remove unnecessary select column 2019-01-07 16:34:27 +01:00
Christoph Atteneder
eb7dfa05d7
Make roll over effect a more subtle to improve readability 2019-01-07 16:27:30 +01:00
Christoph Atteneder
2a79f1a8af
Show information popup if more than one payment account is available for offer
I still used a popup as it is a more rare case that someone sets up multiple accounts of the same payment method for its first offer.
2019-01-07 16:16:00 +01:00
Christoph Atteneder
83a812a0f9
Show more verbose action when taking an existing offer 2019-01-07 16:03:52 +01:00
Christoph Atteneder
321fc2710d
Reduce line height 2019-01-07 16:03:21 +01:00
Christoph Atteneder
77338c7d32
Merge pull request #2163 from devinbileck/update-windows-packaging-process
Update windows packaging process
2019-01-07 14:25:30 +01:00
Christoph Atteneder
584b5557c3
Remove BOM as it fails during build process on Windows 10 2019-01-07 14:07:48 +01:00
Manfred Karrer
c947b85822
Merge pull request #2212 from ManfredKarrer/simplify-fee-model
Simplify fee model
2019-01-07 12:56:48 +01:00
Manfred Karrer
f0eb12df06
Remove param from CreateOfferViewModelTest 2019-01-07 12:19:45 +01:00
Christoph Atteneder
c82c0e5296
Not override JAVA_HOME 2019-01-07 12:19:41 +01:00
Christoph Atteneder
3d2817e884
Manually merge back changes from master 2019-01-07 12:15:26 +01:00
Christoph Atteneder
9fce7e2d9d
Merge branch 'master' of github.com:bisq-network/bisq into update-windows-packaging-process
# Conflicts:
#	desktop/package/windows/Bisq.iss
2019-01-07 11:57:30 +01:00
Christoph Atteneder
5553b3b465
Merge pull request #2190 from devinbileck/update-linux-packaging-process
Update linux packaging process
2019-01-07 11:51:25 +01:00
Christoph Atteneder
b03e96821c
Change path structure to match new build process on Linux and Windows 2019-01-07 11:15:48 +01:00
Christoph Atteneder
6966047bc4
Fix wrong path of tools.jar 2019-01-07 11:15:14 +01:00
Christoph Atteneder
148cd30b39
Not clean up old installer of same version as it also deletes the new file on Ubuntu 2019-01-07 11:09:06 +01:00
Christoph Atteneder
dbb8483be0
Run file permission workaround properly for jar-already-exists use case 2019-01-07 10:58:26 +01:00
Christoph Atteneder
fcd7ae961b
Not run everything with root user 2019-01-07 10:56:51 +01:00
Christoph Atteneder
12db932d6e
Not override JAVA_HOME
Developer should configure this properly on its local machine before running the script
2019-01-07 10:55:45 +01:00
Christoph Atteneder
c985bf64c2
Merge pull request #2187 from CaveSpectre11/2134-focus-color
Focus color of buttons should be more saturated/darker (Issue #2134)
2019-01-07 08:59:50 +01:00
Christoph Atteneder
75e9e99d87
Merge pull request #2205 from j3ko/hotfix/take_offer
Update offer button state on account change
2019-01-07 08:51:40 +01:00
Manfred Karrer
5be44132ba
Apply code inspection
- Add null and isPresent checks
2019-01-07 01:58:09 +01:00
Manfred Karrer
af439a86ad
Remove market price based fee calculation 2019-01-07 01:52:32 +01:00
Manfred Karrer
1c14b07fa1
Add null check 2019-01-06 13:05:46 +01:00
Manfred Karrer
618281cee9
Remove BisqFacade 2019-01-06 03:34:14 +01:00
Manfred Karrer
c7f8faa804
Implement BisqSetupCompleteListener at BisqExecutable 2019-01-06 03:30:27 +01:00
Jeffrey Ko
50b41369ee
Update offer button state on account change
Add updateButtonDisabledState() to onPaymentAccountSelected() in
TakeOfferViewModel since changing the account dropdown in the take
offer screen does not trigger an update of the "Next Step" button.

The default amount of an offer should not change to less than what is
actually offered, change onPaymentAccountSelected() in
TakeOfferDataModel to take into account the min. amount offered.

In TakeOfferView, the payment account defaults to the last one
selected.  Make sure TakeOfferViewModel and TakeOfferDataModel take
this into account in a couple locations.
2019-01-05 00:07:08 +07:00
Christoph Atteneder
d1a5aaec3e
Merge pull request #2164 from devinbileck/update_windows_install_experience
Update windows install experience
2019-01-04 12:09:27 +01:00
Devin Bileck
3683204446
Generate RPM package
An RPM package is now generated as part of the Linux packaging script.
The packaging script can be run on any Debian or Redhat based
system and will generate both a deb and rpm package.

Resolves https://github.com/bisq-network/bisq/issues/401
2019-01-04 00:59:48 -08:00
Devin Bileck
fd775eb128
Update linux packaging process
The 64bitBuild.sh script has been renamed to package.sh and has
been updated so that it is capable of performing the complete packaging
process without having to rely on the jar first being built and prepped
from the MacOS scripts. However, it does support having the jar
previously built and prepped and will look for a prepped jar in the
desktop/package folder. If not found, it will build and prep it
prior to packaging.

Additionally, the Bruntime option passed to javapackager is unnecessary and
has been removed. The Bruntime option is valid only when the -native
option is set to jnlp.

Also, the prepare-system.sh script was removed as it did not appear to be
doing anything useful.

Finally, a release.sh script has been added that will perform the
release process of copying necessary files to a versioned release folder
and generating/verifying signatures. Windows and MacOS packaged installers
should be copied to their appropriate package folders prior to
executing this script if they are to be included in this release
process, otherwise only the Linux files will be included.
2019-01-03 00:33:00 -08:00
Cave Spectre
c495118c47 #2134 - Focus color of buttons should be more saturated/darker not lighter 2018-12-31 12:02:36 -05:00
sqrrm
9fc76a4cfc
Fix icon handling in vote result table, fix #2141 2018-12-25 22:07:11 +01:00
Devin Bileck
29cbec1d4f
Update windows install experience
- Increase the minimum supported OS version to Windows 7 with SP1.
Previously it was Windows XP which has been EOL for some time now.
Hopefully no one is still using Windows XP.

- Show a final dialog once the install has completed. This will inform
the user that the install has completed with an option to launch the
application. Previously it would skip this final dialog and immediately
launch the application, but the user may not want to launch it
immediately.

- Create an application shortcut on the user's desktop.

- Check if the application is running prior to install or uninstall and
abort with a prompt to the user that the application must first be
closed.

- German, French, and Spanish translations. The installer should
auto-detect the OS language and display all text in the appropriate
language. For now I have just added a couple languages, but it is very
easy to add any of the other languages supported by Inno Setup.

- Additionally, I removed a few unnecessary items that weren't being
utilized such as installing a service.
2018-12-22 14:37:25 -08:00
Devin Bileck
7d5eee8602
Update windows packaging process
The 64bitBuild.bat script has been renamed to package.bat and has
been updated so that it is capable of performing the complete packaging
process without having to rely on the jar first being built and prepped
from the MacOS scripts. However, it does support having the jar
previously built and prepped and will look for a prepped jar in the
desktop/package folder. If not found, it will build and prep it
prior to packaging the executable.

Additionally, some unnecessary options that were being passed to
javapackager.exe have been eliminated such as BappVersion and Bruntime.
AppVersion is now being passed via environment variables and the
Bruntime option is valid only when the -native option is set to jnlp.

The Bisq.iss file was changed so it no longer needs to be updated with
AppVersion every time as it is being passed from package.bat via
environment variables. Also, AppCopyrightYear does not need to be
updated as it is determined automatically. A few other options were
added or tweaked as well.

Finally, a release.bat script has been added that will perform the
release process of copying necessary files to a versioned release folder
and generating/verifying signatures. Linux and MacOS packaged installers
should be copied to their appropriate package folders prior to
executing this script if they are to be included in this release
process, otherwise only the Windows files will be included.

The MacOS and Linux packaging scripts should be reviewed and updated
accordingly.
2018-12-22 01:14:54 -08:00
Aruna Surya
5c5b93803c
Correct minor grammatical mistakes in the T&C 2018-12-18 20:16:43 +01:00
Christoph Atteneder
9e22a7df6d
Add print tool for all markets used in https://github.com/bisq-network/bisq-website/blob/master/_includes/market_currency_selector.html 2018-12-13 14:54:08 +01:00
Christoph Atteneder
0bc29e198c
Ignore monospace spacing tests until re-introduced again 2018-12-13 14:20:13 +01:00
Christoph Atteneder
50d4c6c1fc
Bump version number 2018-12-13 13:59:08 +01:00
Manfred Karrer
ac2b9d8f1e
Fix render issue with table size 2018-12-12 22:51:44 +01:00
Christoph Atteneder
f49b4055f7
Merge pull request #2103 from ripcurlx/fix-windows-installer
Fix Windows installer issues
2018-12-12 08:52:34 +01:00
Manfred Karrer
d2341b659a
Merge pull request #2111 from ripcurlx/ui-fixes
Different ui bug fixes
2018-12-11 19:19:41 +01:00
Manfred Karrer
f0025a4ab6
Merge pull request #2109 from ripcurlx/minor-dao-fixes
Minor DAO ui fixes
2018-12-11 19:17:55 +01:00
Christoph Atteneder
84c73f4ce4
Remove unnecessary uppercase 2018-12-11 16:48:59 +01:00
Christoph Atteneder
11a6dc9221
Fix upper case issue on label update 2018-12-11 16:47:30 +01:00
Christoph Atteneder
fe53c0b7bd
Trigger validation of volume when percentage price is changed. Fixes #2044. 2018-12-11 16:26:03 +01:00
Christoph Atteneder
2da9643606
Round volume in contract views. Fixes #2042. 2018-12-11 16:07:27 +01:00
Christoph Atteneder
ecc0424542
Prevent duplicate activation of account views. Fixes #2053. 2018-12-11 15:28:34 +01:00
Christoph Atteneder
e7e4484bdc
Reset previous selected tab to prevent unexpected lifecycle calls 2018-12-11 14:26:38 +01:00
Christoph Atteneder
98c2fd65ec
Use upper case in button labels 2018-12-11 14:26:02 +01:00
Manfred Karrer
bc8a6b676c
Set invisible before height is set to avoid flicker 2018-12-11 13:58:26 +01:00
Manfred Karrer
1769fcc067
Fix missing render update issue 2018-12-11 13:55:56 +01:00
Christoph Atteneder
94a6c73e53
Use different install trigger to clean up local tor and app directories 2018-12-11 12:01:59 +01:00
Christoph Atteneder
02b0f17fc9
Adapt to redesign 2018-12-10 15:24:02 +01:00
Christoph Atteneder
b9a286047f
Add script to clean up app directory and change privileges to poweruser 2018-12-10 15:20:34 +01:00
Manfred Karrer
f3efe505bf
Use JFXButton for voting icons 2018-12-09 20:24:03 +01:00
Manfred Karrer
f7572cdca6
Revert https://github.com/bisq-network/bisq/pull/2099
Sorry was too fast with an untested ACK and merge.

- The icon loses it's color so its always black now. I think we should
stick with the colors.
- The duration was set to 10 seconds. I thinks that is too long.
- Not clear what the 'Object a = new Object() {{' definition means. I
assume you want a initializer block instead
('{ itemProperty().addListener.... }')
- We should maybe better make a small component out of that button
which behaves similar like the checkbox or radio button animation.
Maybe we can use those components instead of a normal button.
Or maybe the normal button animation from the new UI framework is enough.
2018-12-09 20:21:37 +01:00
Manfred Karrer
7f6aa8f80a
Merge pull request #2099 from sqrrm/voting-ui-background
Highlight the changed vote for 10 seconds
2018-12-09 19:46:38 +01:00
sqrrm
eecf8c6553
Highlight the changed vote for 10 seconds 2018-12-09 15:39:26 +01:00
Manfred Karrer
f27918c28a
Handle RPC errors
- Trigger apply from snapshot if rpc error is detected
- Add warn handler to show only warning msg instead of error msg if
btc full node is not running in full mode
2018-12-09 14:32:16 +01:00
Manfred Karrer
6c0c3ace3c
Remove BCH
Applying the proposal "Remove BCH from Bisq"
(https://github.com/bisq-network/proposals/issues/61)
There have been 44 upvotes and 0 downvotes so a clear signal that the
Bisq community does not want to have BCH listed on Bisq.
2018-12-08 18:14:33 +01:00
sqrrm
91f14f7faf
Show remove column header during proposal phase 2018-12-08 13:13:45 +01:00
sqrrm
40698fd413
Fix issue with wrong vote icons when scrolling
JavaFX reuses the cells in a table as they're expensive to create. The
iconButton needs to be a temporary as it will otherwise update cells
with the button icon of another item when scrolling fast.
2018-12-07 01:06:19 +01:00
sqrrm
d3498ade5c
Add header to my vote icon column 2018-12-06 23:24:09 +01:00
Manfred Karrer
0f45e86895
Merge pull request #2077 from ripcurlx/bug-fixes
Fix wording and close window without action
2018-12-06 16:25:44 +01:00
Manfred Karrer
aadfd5c997
Merge pull request #2074 from sqrrm/proposal-display
Don't validate display fields in proposal display
2018-12-06 16:25:25 +01:00
Christoph Atteneder
3489b36194
Use secondary action instead of close button, which fixes #2051. 2018-12-06 11:47:03 +01:00
Christoph Atteneder
26cdbbcb53
Introduce secondary action for popup 2018-12-06 11:45:58 +01:00
Christoph Atteneder
d717a83f23
Change wording in currency dropdown. Fixes #2068. 2018-12-06 09:50:06 +01:00
Manfred Karrer
806fcbe7c0
Merge pull request #2062 from ripcurlx/left-align-columns
Left align columns, except last one
2018-12-05 20:24:22 +01:00
Manfred Karrer
47a2aff371
Merge pull request #2060 from ripcurlx/fix-cash-deposit-extra-requirements-missing
Fix wrong positioning of requirements field in CashDeposit
2018-12-05 19:38:10 +01:00
Christoph Atteneder
9b7b0cf8be
Left align all columns, except last one (right-aligned)
Last columns with avatars or icons are centered
Use IBM Sans in columns
2018-12-05 14:48:32 +01:00
Christoph Atteneder
73aead2400
Simplify component 2018-12-05 14:46:05 +01:00
Christoph Atteneder
2b3874a81e
Fix wrong positioning of requirements field in CashDeposit to prevent scrolling 2018-12-05 09:48:22 +01:00
Christoph Atteneder
d96ee9ce01
Fix wrong path in signing process 2018-12-04 15:13:33 +01:00
Christoph Atteneder
74213ed9c3
Implement workaround for Linux build 2018-12-04 15:13:01 +01:00
sqrrm
317c0fb789
Don't validate display fields in proposal display 2018-12-04 14:20:44 +01:00
Christoph Atteneder
07ae9c31a4
Update icon 2018-12-03 19:39:15 +01:00
Christoph Atteneder
309f4b98a8
Fix wrong path 2018-12-03 19:38:47 +01:00
Christoph Atteneder
436f27b19d
Remove 32bit versions and update for Java 9+ support 2018-12-03 16:48:53 +01:00
Christoph Atteneder
3527f8583e
Merge pull request #2034 from ripcurlx/ui-improvements
UI improvements for release
2018-12-03 10:10:37 +01:00
Christoph Atteneder
002f8f3771
Force address hyperlinks to be centered 2018-12-03 10:03:18 +01:00
Christoph Atteneder
083856aace
Extend row height 2018-12-03 09:47:52 +01:00
Christoph Atteneder
77989ebf91
Fix scrolling issue 2018-12-03 09:41:23 +01:00
Christoph Atteneder
d9ae83525a
Change max input length 2018-12-03 09:02:28 +01:00
Christoph Atteneder
ceeefa4367
Add button hover effect 2018-12-03 08:18:47 +01:00
Christoph Atteneder
4be4a88b97
Add new splash screen design 2018-12-03 08:17:28 +01:00
Devin Bileck
b85223810c
Normalize line endings
Change line endings for desktop/src/main/resources/fonts/OFL.txt to LF
rather than CRLF for consistency.
2018-12-02 22:04:50 -08:00
Manfred Karrer
de54518839
Set version 0.9.0 2018-12-03 00:38:44 +01:00
Manfred Karrer
538c0bb691
Add default value to avoid null pointer 2018-12-03 00:06:28 +01:00
Manfred Karrer
b8c85983e3
Remove devMode check 2018-12-03 00:06:13 +01:00
Manfred Karrer
ff89759bd0
Add progressbar to P2P network state in footer 2018-12-02 23:44:51 +01:00
Manfred Karrer
e1e9180291
Fix wrong URL in DAO views 2018-12-02 21:21:50 +01:00
Manfred Karrer
7c2d10066f
Fix flickering of json popup, add esc handler
- popup was visible shortly in wrong position
- pressing escape did not close popup
2018-12-02 15:28:30 +01:00
Manfred Karrer
4cdbc816ce
Fix missing reason for dispute fields
- reason for dispute fields have been not visible in dispute payout
window (row index of next iem was not increased)
- Moved payout amount fields to second column to not exceed window
height
- Set window width wider
- Cleanups
2018-12-02 15:19:07 +01:00
Manfred Karrer
2ba21f0277
Update display string 2018-12-02 14:24:37 +01:00
Manfred Karrer
5a11314abb
Merge branch 'release-candidate-0.9.0' into do-not-use-tor-for-btcj-testnet 2018-12-02 13:37:05 +01:00
Devin Bileck
76c8a148f3
Fix incorrectly named Windows system tray 2x icon 2018-12-02 00:18:14 -08:00
Manfred Karrer
5b3d521e36
Imprve text and actiavte chainSyncIndicator when not synced 2018-12-02 01:18:58 +01:00
Manfred Karrer
717f5fb9b2
Use date of 0.5 release if no date for seed was specified
We had set the data to 0 which would lead to set the wallet date to the
genesis block. We had a "hard fork" with v0.5. so we can use that date
to ensure that the wallet birth date cannot be older.
2018-11-30 22:55:30 +01:00
Manfred Karrer
3c6342f4d6
Merge branch 'release-candidate-0.9.0' into bug-fixes-dao 2018-11-30 17:36:30 +01:00
Manfred Karrer
9ced987c3d
Use a min. trial period of 30 days for asset listings 2018-11-30 16:49:16 +01:00
sqrrm
cbbc723cd1
Make role details popup readable 2018-11-30 16:15:53 +01:00
Manfred Karrer
7fefa1e5e7
Only check if data adn txType is valid in getAllValidBallots
Rename getValidAndConfirmedBallots to getAllValidBallots.
We cannot do a phase and cycle check as we are interested in
historical ballots as well.

Use warn level for logs in case data is missing and requested to
give more weight to those exceptional cases.
2018-11-30 16:04:16 +01:00
Manfred Karrer
44c62716d6
Add validation for ballots used for vote result 2018-11-30 15:20:10 +01:00
Manfred Karrer
a0cbfe4d58
Merge pull request #2002 from ripcurlx/ui-improvements
Redesign: UI improvements/fixes during release testing
2018-11-29 22:20:28 +01:00
Christoph Atteneder
a018068bc2
Improve WesternUnion form for buyer 2018-11-29 21:12:25 +01:00
Christoph Atteneder
8b290c3a50
Improve USPostalMoneyOrder form for buyer 2018-11-29 21:07:35 +01:00
Christoph Atteneder
89707ae663
Improve Swish form for buyer 2018-11-29 21:03:14 +01:00
Christoph Atteneder
2e88b5ee19
Add workaround again for button labels 2018-11-29 20:54:59 +01:00
Christoph Atteneder
8b8022aa7e
Position cancel button right 2018-11-29 20:54:17 +01:00
Christoph Atteneder
257170675d
Remove top padding 2018-11-29 20:53:42 +01:00
Manfred Karrer
d0c11ded15
Merge branch 'release-candidate-0.9.0' into bug-fixes-dao 2018-11-29 18:13:21 +01:00