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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19536   6 weeks stoecker remove PMD ImplicitFunctionalInterface, see #24635
(edit) @19519   7 weeks stoecker unify eol-style
(edit) @19320   14 months stoecker see #24104 - drop deprecated elements which aren't used anywhere
(edit) @19253   17 months taylor.smock Fix #23988: Add api.openhistoricalmap.org as a possible endpoint for …
(edit) @19235   18 months taylor.smock Fix #23956: JsonParsingException when the destination server returns …
(edit) @19141   21 months taylor.smock See #23804: Try to detect common failures with OpenBrowser.displayUrl …
(edit) @19080   23 months taylor.smock See #23671: Deprecate Utils#isBlank and replace instances of it with …
(edit) @19050   2 years taylor.smock Revert most var changes from r19048, fix most new compile warnings …
(edit) @19008   2 years taylor.smock Fix an issue with custom OAuth2 parameters where the custom parameters …
(edit) @18991   2 years taylor.smock Fix #22810: OSM OAuth 1.0a/Basic auth deprecation and removal As of …
(edit) @18801   3 years taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18786   3 years taylor.smock Fix #23083: SocketTimeoutException in …
(edit) @18764   3 years taylor.smock Fix #22952, #23013: Improve methods for seeing who is logged in to OSM …
(edit) @18723   3 years taylor.smock Fix #22432, see #22941: Start migrating from javax to jakarta Parsson …
(edit) @18671   3 years taylor.smock See #20768: Ensure that removing an OAuth 1.0 token actually removes …
(edit) @18665   3 years taylor.smock Fix several coverity issues CID-1504572: Synchronization on …
(edit) @18662   3 years taylor.smock Fix #22744, see #20768: Fix NPE when switching to authentication …
(edit) @18651   3 years taylor.smock See #20768/r18650: Add OAuth 2.0 support This fixes tests that don't …
(edit) @18650   3 years taylor.smock Fix #20768: Add OAuth 2.0 support This also fixes #21607: …
(edit) @17972   5 years Don-vip fix #21065 - update fully automatic OAuth authentication to adapt to …
(edit) @15222   7 years Don-vip fix #17882 - Disable automatic HTTP POST retry after 5 minutes, see …
(edit) @15009   7 years Don-vip fix javadoc
(edit) @14119   8 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @13852   8 years Don-vip SonarQube - fix more code issues
(edit) @13173   8 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @12928   8 years bastiK see #15229 - do not copy the entire preferences list, just to set a …
(edit) @12841   9 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12686   9 years Don-vip see #15182 - move OAuthAccessTokenHolder from …
(edit) @12191   9 years michael2402 Add missing javadoc on data.oauth package.
(edit) @11921   9 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11453   9 years Don-vip sonar - fb-contrib:BED_BOGUS_EXCEPTION_DECLARATION - Correctness - Non …
(edit) @10747   10 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10294   10 years Don-vip sonar - squid:S1848 - refactor URL checks
(edit) @10201   10 years Don-vip add more unit tests
(edit) @9970   10 years Don-vip sonar - remove useless parentheses
(edit) @9669   10 years bastiK add missing svn:eol-style=native (see #12410)
(edit) @9371   10 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9355   10 years simon04 fix #7943 - Make OAuth work for non-standard OSM APIs You will need …
(edit) @9309   10 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9254   10 years Don-vip fix javadoc warning: oauth.signpost is known from Eclipse but not …
(edit) @9220   10 years Don-vip update unitils-core to 3.4.2, increase unit test coverage with …
(edit) @9201   10 years Don-vip add more unit tests, javadoc
(edit) @9173   10 years simon04 Checkstyle
(edit) @9172   10 years simon04 see #12231 - Use HttpClient for OSM API calls This requires adaptors …
(edit) @9067   10 years Don-vip sonar - Immutable Field
(edit) @8513   11 years Don-vip checkstyle: blocks
(edit) @8510   11 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8415   11 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8291   11 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @6897   12 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6883   12 years Don-vip fix some Sonar issues
(edit) @6847   12 years Don-vip see #9710 - OAuth advanced parameters persistence
(edit) @6599   12 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null Loosen the …
(edit) @6582   12 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null
(edit) @6453   12 years Don-vip global use of osm website url and new url scheme
(edit) @6243   13 years Don-vip FindBugs - fix potential NPE
(edit) @6077   13 years stoecker better style
(edit) @6076   13 years stoecker fix #8875 - update JOSM key for OAuth, smooth transition for old key.
(edit) @6069   13 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6067   13 years stoecker #see 8875 - add new key (disabled for now) - TODO: should be used as …
(edit) @6066   13 years stoecker see #8875 - more oauth rights
(edit) @5422   14 years Don-vip see #7943 - Introduce OsmApi.DEFAULT_API_URL, better handling of …
(edit) @5266   14 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @3530   16 years stoecker fix array preferences
(edit) @3479   16 years jttt cosmetics
(edit) @3425   16 years stoecker fix #5244 - port to signpost 1.2 - patch by dpaleino
(edit) @3083   16 years bastiK added svn:eol-style=native to source files
(edit) @2801   16 years stoecker fixed line endings of recent checkins
(add) @2747   16 years Gubaer Partial commit due to #4137. Comment to follow in another commit.
Note: See TracRevisionLog for help on using the revision log.