source: josm/trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClient.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @9935   8 years simon04 see #12584 - Attempt to obtain the session cookie via CookieManager
(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) @9355   8 years simon04 fix #7943 - Make OAuth work for non-standard OSM APIs You will need …
(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) @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) @9172   8 years simon04 see #12231 - Use HttpClient for OSM API calls This requires adaptors …
(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) @8444   9 years Don-vip remove extra whitespaces
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(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) @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) @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) @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) @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) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6066   11 years stoecker see #8875 - more oauth rights
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5422   12 years Don-vip see #7943 - Introduce OsmApi.DEFAULT_API_URL, better handling of …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4874   12 years jttt Use static class were appropriate
(edit) @4729   12 years stoecker fix #7183 - fully automatic OAuth not working
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4147   13 years stoecker fix #6476 - fully automatic oauth failing due to server changes
(edit) @3748   13 years framm API seems to return 200 OK now instead of 302 Moved Temporarily in …
(edit) @3494   14 years stoecker fix #5100 - OAuth failing
(edit) @3425   14 years stoecker fix #5244 - port to signpost 1.2 - patch by dpaleino
(edit) @3188   14 years stoecker close #4790 - OAuth uses HTTPS
(edit) @3095   14 years jttt Changes in multipolygon handling (see #4661), cosmetics
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2877   14 years mjulius authorise --> authorize in localized messages fixed typo
(copy) @2861   14 years Gubaer fixed #4375: authorise -> authorize
copied from trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorisationClient.java
(edit) @2850   14 years mjulius fix messages for gui
Note: See TracRevisionLog for help on using the revision log.