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