source: josm/trunk/src/org/openstreetmap/josm/gui/oauth

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12803   7 years Don-vip see #15229 - see #15182 - remove GUI references from OsmConnection
(edit) @12686   7 years Don-vip see #15182 - move OAuthAccessTokenHolder from …
(edit) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12646   7 years bastiK see #14794 - javadoc
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12204   7 years Don-vip remove unused code (pre-HttpClient)
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11604   7 years Don-vip sonar - squid:S1172 - Unused method parameters should be removed
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10404   8 years Don-vip findbugs security - XML Parsing Vulnerable to XXE - enable …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10367   8 years stoecker don't use SideButton outside side panel
(edit) @10268   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10254   8 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10189   8 years Don-vip fix coverity 1355210 - UR: Uninitialized read of field in constructor
(edit) @10183   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10073   8 years Don-vip refactor duplicated code
(edit) @10035   8 years Don-vip code refactoring to ease creation of unit tests by avoiding as much as …
(edit) @9960   8 years simon04 Reduce OAuth logo height
(edit) @9935   8 years simon04 see #12584 - Attempt to obtain the session cookie via CookieManager
(edit) @9917   8 years Don-vip better handling of HelpAwareOptionPane.showOptionDialog in headless mode
(edit) @9913   8 years wiktorn Disable cache for OAuth requests See: #12584
(edit) @9904   8 years simon04 see #12584 - Provide some OAuth debug output
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9356   8 years simon04 see #7943 - OAuth: Display instructions for for non-standard OSM APIs …
(edit) @9355   8 years simon04 fix #7943 - Make OAuth work for non-standard OSM APIs You will need …
(edit) @9354   8 years simon04 Fix EDT violation
(edit) @9352   8 years simon04 fix #7612 - Prefer OAuth, provide authorization at upload
(edit) @9350   8 years simon04 fix #6171 - Improve OAuth message in wizard Since OAuth is considered …
(edit) @9309   8 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9301   8 years simon04 OAuth: logout via HTTPS, no need to follow logout redirect
(edit) @9300   8 years simon04 OAuth: increase default dialog size
(edit) @9256   8 years simon04 Fix EDT violations in OAuth wizard
(edit) @9232   8 years simon04 fix #12265 - Use HttpClient for imagery requests
(edit) @9227   8 years Don-vip OAuth: add robustness, basic unit test, code cleanup
(edit) @9220   8 years Don-vip update unitils-core to 3.4.2, increase unit test coverage with …
(edit) @9172   8 years simon04 see #12231 - Use HttpClient for OSM API calls This requires adaptors …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9075   8 years Don-vip pmd - Useless qualified this usage in the same class
(edit) @9059   8 years Don-vip checkstyle
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8468   9 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8442   9 years Don-vip Fix #11266 - SVG versions of JOSM and OAuth logos + some other buttons …
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8313   9 years Don-vip fix #11397 - NPE
(edit) @8312   9 years stoecker revert build breaking change
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7771   9 years bastiK fixes #1608 - remove remaining old logos
(edit) @7509   10 years stoecker remove tabs
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7015   10 years Don-vip see #8465 - fix generics for JComboBox/JList
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6987   10 years Don-vip sonar - fix some more issues
(edit) @6906   10 years Don-vip refactor duplicated code - impacts some plugins (reverter, roadsigns, …
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6847   10 years Don-vip see #9710 - OAuth advanced parameters persistence
(edit) @6845   10 years stoecker don't have two osm-server url settings
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6666   10 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6599   10 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null Loosen the …
(edit) @6582   10 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6335   10 years Don-vip Sonar/Findbugs - Unused Private Fields
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6116   11 years Don-vip fix EDT violations
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
Note: See TracRevisionLog for help on using the revision log.