Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-11[coding] Removed namespace coding::url to url, and "url_helpers" files to "url".Maxim Pimenov
2020-02-11[base] [coding] Moved together several functions that work with urls.Maxim Pimenov
2019-03-03[editor] get rid of T prefixArsentiy Milchakov
2019-03-03[editor] std migration + clang-formatArsentiy Milchakov
2018-07-20[editor] Fix OSM authenticationIlya Zverev
2017-04-10[tests] Fix osm auth testsbeta-744Ilya Zverev
2016-09-29review fixesArsentiy Milchakov
2016-09-27http client was copied from alohalytics to our code with small changesArsentiy Milchakov
2016-03-29[editor] Update debug server linkIlya Zverev
2016-03-23Fixed auth errors on Android when old pre-4.4 HTTPUrlConnection clients hang ...Alex Zolotarev
2016-03-23[editor] Fix OSM Notes upload and Facebook auth testIlya Zverev
2016-03-23Compilation fix.Alex Zolotarev
2016-03-23IZServer for debug builds.Dmitry Yunitsky
2016-03-23Use ProductionServerAuth instead of IZServcerAuth.Sergey Magidovich
2016-03-23[editor] Ways upload support/use C++ exceptions in OSM API.Alex Zolotarev
2016-03-23[editor] Review fixes for reset passwordIlya Zverev
2016-03-23[editor] Forgot password, registration linkIlya Zverev
2016-03-23[editor] Review fixes.Alex Zolotarev
2016-03-23[oauth] Fixed bug with invalid token (& was included in some cases).Alex Zolotarev
2016-03-23[editor] One TODO to replace production server instead of many.Alex Zolotarev
2016-03-23[oauth] Fixed verification key name.Ilya Grechuhin
2016-03-23[oauth] TUrlKeySecretIlya Zverev
2016-03-23[oauth] Fix after rebase + get rid of RequestToken typeIlya Zverev
2016-03-23[oauth] Add methods for WebView authIlya Zverev
2016-03-23[oauth] Google authIlya Zverev
2016-03-23Replaced ClientToken with pair<string, string> for ease of use.Alex Zolotarev
2016-03-23OSM Auth Dev and Production server helpers.Alex Zolotarev
2016-03-23Improved setter to use in one line.Alex Zolotarev
2016-03-23Missing HTTP 401.Alex Zolotarev
2016-03-23Correctly renamed ServerError to NetworkError.Alex Zolotarev
2016-03-23[oauth] Employ OSM OAuth for OSM API requestsIlya Zverev
2016-03-23[oauth] Store all cookiesIlya Zverev
2016-03-23[oauth] A class for OAuth authentication in osm.orgIlya Zverev