|
|
@18918
|
15 months |
taylor.smock |
Fix #23290: Validate the regions a tag is expected to be in (patch by …
|
|
|
@18801
|
19 months |
taylor.smock |
Fix #22832: Code cleanup and some simplification, documentation fixes …
|
|
|
@18764
|
21 months |
taylor.smock |
Fix #22952, #23013: Improve methods for seeing who is logged in to OSM …
|
|
|
@18650
|
2 years |
taylor.smock |
Fix #20768: Add OAuth 2.0 support
This also fixes #21607: …
|
|
|
@17972
|
4 years |
Don-vip |
fix #21065 - update fully automatic OAuth authentication to adapt to …
|
|
|
@17600
|
4 years |
simon04 |
see #20244 - OAuthAuthorizationWizard: Separate buttons for …
|
|
|
@17599
|
4 years |
simon04 |
see #20244 - OAuthAuthorizationWizard: Link to OSM wiki
|
|
|
@17598
|
4 years |
simon04 |
fix #20244 - OAuthAuthorizationWizard: Remove large OAuth logo
|
|
|
@17333
|
4 years |
Don-vip |
see #20129 - Fix typos and misspellings in the code (patch by gaben)
|
|
|
@17196
|
4 years |
simon04 |
see #15102 - see #16637 - get rid of real HTTP calls to …
|
|
|
@16643
|
5 years |
simon04 |
see #19334 - https://errorprone.info/bugpattern/StringSplitter
|
|
|
@16553
|
5 years |
Don-vip |
see #19334 - javadoc fixes + protected constructors for abstract classes
|
|
|
@15662
|
5 years |
simon04 |
Fix typo: overriden↦overridden
|
|
|
@15586
|
5 years |
Don-vip |
code cleanup
|
|
|
@14977
|
6 years |
Don-vip |
ensures consistency of upload comment:
* fix #11168 - ctrl-z/undo …
|
|
|
@14273
|
6 years |
stoecker |
fix typos - patch by naoliv - fix #16781 - Thanks a lot
|
|
|
@14153
|
7 years |
Don-vip |
see #15229 - deprecate Main.parent and Main itself
|
|
|
@14119
|
7 years |
Don-vip |
see #15229 - deprecate all Main methods returning an URL
|
|
|
@13901
|
7 years |
Don-vip |
add new XmlUtils class with more "safe factories" methods
|
|
|
@13892
|
7 years |
Don-vip |
fix #16356 - dynamic default size of OAuth wizard dialog
|
|
|
@13849
|
7 years |
Don-vip |
SonarQube - fix minor code issues
|
|
|
@13842
|
7 years |
Don-vip |
see #16319 - scale properly all icons using ButtonSpec
|
|
|
@13761
|
7 years |
Don-vip |
see #16288 - replace similar i18n strings (removes 35 strings from …
|
|
|
@13207
|
7 years |
Don-vip |
enable PMD rule PreserveStackTrace + add missing jars to run new PMD …
|
|
|
@13173
|
7 years |
Don-vip |
see #15310 - remove most of deprecated APIs
|
|
|
@13111
|
7 years |
Don-vip |
fix #11217, fix #12623 - major rework of notes tooltips:
- display …
|
|
|
@12928
|
7 years |
bastiK |
see #15229 - do not copy the entire preferences list, just to set a …
|
|
|
@12841
|
8 years |
bastiK |
see #15229 - fix deprecations caused by [12840]
|
|
|
@12803
|
8 years |
Don-vip |
see #15229 - see #15182 - remove GUI references from OsmConnection
|
|
|
@12686
|
8 years |
Don-vip |
see #15182 - move OAuthAccessTokenHolder from …
|
|
|
@12678
|
8 years |
Don-vip |
see #15182 - move WindowGeometry from tools to gui.util
|
|
|
@12646
|
8 years |
bastiK |
see #14794 - javadoc
|
|
|
@12634
|
8 years |
Don-vip |
see #15182 - deprecate Main.worker , replace it by …
|
|
|
@12620
|
8 years |
Don-vip |
see #15182 - deprecate all Main logging methods and introduce …
|
|
|
@12204
|
8 years |
Don-vip |
remove unused code (pre-HttpClient)
|
|
|
@11848
|
8 years |
Don-vip |
fix #14613 - Special HTML characters not escaped in GUI error messages
|
|
|
@11604
|
8 years |
Don-vip |
sonar - squid:S1172 - Unused method parameters should be removed
|
|
|
@11381
|
8 years |
Don-vip |
findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
|
|
|
@10938
|
9 years |
Don-vip |
sonar - squid:S1450 - Private fields only used as local variables in …
|
|
|
@10791
|
9 years |
simon04 |
see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
|
|
|
@10627
|
9 years |
Don-vip |
sonar - squid:S1166 - Exception handlers should preserve the original …
|
|
|
@10611
|
9 years |
Don-vip |
see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
|
|
|
@10404
|
9 years |
Don-vip |
findbugs security - XML Parsing Vulnerable to XXE - enable …
|
|
|
@10378
|
9 years |
Don-vip |
Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
|
|
|
@10369
|
9 years |
stoecker |
see #9995 - patch by strump - improve HIDPI
|
|
|
@10367
|
9 years |
stoecker |
don't use SideButton outside side panel
|
|
|
@10268
|
9 years |
Don-vip |
sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
|
|
|
@10254
|
9 years |
Don-vip |
sonar - squid:S1948 - Fields in a "Serializable" class should either …
|
|
|
@10223
|
9 years |
Don-vip |
findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
|
|
|
@10217
|
9 years |
Don-vip |
findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
|
|
|
@10189
|
9 years |
Don-vip |
fix coverity 1355210 - UR: Uninitialized read of field in constructor
|
|
|
@10183
|
9 years |
Don-vip |
sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
|
|
|
@10173
|
9 years |
Don-vip |
sonar - squid:S1186 - Methods should not be empty
|
|
|
@10073
|
9 years |
Don-vip |
refactor duplicated code
|
|
|
@10035
|
9 years |
Don-vip |
code refactoring to ease creation of unit tests by avoiding as much as …
|
|
|
@9960
|
9 years |
simon04 |
Reduce OAuth logo height
|
|
|
@9935
|
9 years |
simon04 |
see #12584 - Attempt to obtain the session cookie via CookieManager
|
|
|
@9917
|
9 years |
Don-vip |
better handling of HelpAwareOptionPane.showOptionDialog in headless mode
|
|
|
@9913
|
9 years |
wiktorn |
Disable cache for OAuth requests
See: #12584
|
|
|
@9904
|
9 years |
simon04 |
see #12584 - Provide some OAuth debug output
|
|
|
@9623
|
9 years |
Don-vip |
fix transient/serializable findbugs warnings
|
|
|
@9356
|
9 years |
simon04 |
see #7943 - OAuth: Display instructions for for non-standard OSM APIs
…
|
|
|
@9355
|
9 years |
simon04 |
fix #7943 - Make OAuth work for non-standard OSM APIs
You will need …
|
|
|
@9354
|
9 years |
simon04 |
Fix EDT violation
|
|
|
@9352
|
9 years |
simon04 |
fix #7612 - Prefer OAuth, provide authorization at upload
|
|
|
@9350
|
9 years |
simon04 |
fix #6171 - Improve OAuth message in wizard
Since OAuth is considered …
|
|
|
@9309
|
9 years |
simon04 |
see #12292 - Allow to disconnect HttpClient in connecting phase
|
|
|
@9301
|
9 years |
simon04 |
OAuth: logout via HTTPS, no need to follow logout redirect
|
|
|
@9300
|
9 years |
simon04 |
OAuth: increase default dialog size
|
|
|
@9256
|
9 years |
simon04 |
Fix EDT violations in OAuth wizard
|
|
|
@9232
|
9 years |
simon04 |
fix #12265 - Use HttpClient for imagery requests
|
|
|
@9227
|
9 years |
Don-vip |
OAuth: add robustness, basic unit test, code cleanup
|
|
|
@9220
|
9 years |
Don-vip |
update unitils-core to 3.4.2, increase unit test coverage with …
|
|
|
@9172
|
9 years |
simon04 |
see #12231 - Use HttpClient for OSM API calls
This requires adaptors …
|
|
|
@9078
|
9 years |
Don-vip |
sonar - Immutable Field
|
|
|
@9075
|
9 years |
Don-vip |
pmd - Useless qualified this usage in the same class
|
|
|
@9059
|
9 years |
Don-vip |
checkstyle
|
|
|
@8836
|
9 years |
Don-vip |
fix Checkstyle issues
|
|
|
@8624
|
10 years |
bastiK |
add missing svn:eol-style=native
|
|
|
@8540
|
10 years |
Don-vip |
fix remaining checkstyle issues
|
|
|
@8510
|
10 years |
Don-vip |
checkstyle: enable relevant whitespace checks and fix them
|
|
|
@8509
|
10 years |
Don-vip |
fix many checkstyle violations
|
|
|
@8469
|
10 years |
Don-vip |
Add some more package-info.java to enhance Javadoc. Refactor package …
|
|
|
@8468
|
10 years |
Don-vip |
fix some minor sonar/code style issues:
- Avoid Protected Field In …
|
|
|
@8461
|
10 years |
Don-vip |
global use of String.isEmpty()
|
|
|
@8444
|
10 years |
Don-vip |
remove extra whitespaces
|
|
|
@8442
|
10 years |
Don-vip |
Fix #11266 - SVG versions of JOSM and OAuth logos + some other buttons …
|
|
|
@8426
|
10 years |
Don-vip |
Accessibility - global use of JLabel.setLabelFor() + various fixes …
|
|
|
@8415
|
10 years |
Don-vip |
code style/cleanup - Uncommented Empty Constructor
|
|
|
@8390
|
10 years |
Don-vip |
Sonar - various performance improvements
|
|
|
@8313
|
10 years |
Don-vip |
fix #11397 - NPE
|
|
|
@8312
|
10 years |
stoecker |
revert build breaking change
|
|
|
@8308
|
10 years |
Don-vip |
fix potential NPEs and Sonar issues related to serialization
|
|
|
@8304
|
10 years |
Don-vip |
simplify URL encoding/decoding
|
|
|
@8291
|
10 years |
Don-vip |
fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
|
|
|
@8285
|
10 years |
Don-vip |
fix sonar squid:S2039 - Member variable visibility should be specified
|
|
|
@7771
|
10 years |
bastiK |
fixes #1608 - remove remaining old logos
|
|
|
@7509
|
11 years |
stoecker |
remove tabs
|
|
|
@7082
|
11 years |
Don-vip |
see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8 , new in …
|
|
|
@7037
|
11 years |
Don-vip |
see #8465 - last batch of try-with-resources
|
|
|