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

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-21Bulk link creation API (#443)Chaoyi Zha
2017-04-08Fix API bugs and implement directive for setup tooltipsChaoyi Zha
2017-03-21Catch Exceptions thrown by StatHelper and throw an ApiExceptionChaoyi Zha
2017-03-21Use ->user instead of directly invoking getApiUserInfoChaoyi Zha
2017-03-21Fix custom ending bug affecting non-truthy endings, update documentation for...Chaoyi Zha
2017-03-20Remove unnecessary commentsChaoyi Zha
2017-03-18Use ApiException to handle API errors and use ApiMiddleware to handle API aut...Chaoyi Zha
2017-03-13Fix typo and remove debug statementChaoyi Zha
2017-03-13Add documentation for analytics APIChaoyi Zha
2017-03-13Refactor stats API and fix bounds detectionChaoyi Zha
2017-03-11Move analytics SQL & logic to StatsHelper, refactor to use left_bound and rig...Chaoyi Zha
2017-02-05Ensure proper data type is passed to \Validator in lookup endpointChaoyi Zha
2017-01-21Use Validator from the global namespace fix #278Chaoyi Zha
2016-12-03Encode spaces as %20 for compatibility purposesChaoyi Zha
2016-12-03Validate forms and APIs using \Validator to reject invalid dataChaoyi Zha
2016-09-17Allow CORS on API enpointsoverint
2016-08-29Add updated_at, created_at for lookup; add appropriate Content-Type headers f...Chaoyi Zha
2016-05-14Edit option default for anon/auto API key generation; this does not break old...Chaoyi Zha
2016-04-17Throttle anonymous API users, add a default quotaChaoyi Zha
2016-04-02Implement API rate limitations fix #155Chaoyi Zha
2016-02-20API auto key assign, anonymous API #141 #142Chaoyi Zha
2016-02-13Handle more permission settingsChaoyi Zha
2016-02-12Fix delete button in admin interface, ensure registration fields are properly...Chaoyi Zha
2016-02-12Correctly handle missing argumentsChaoyi Zha
2016-02-12Add API implementationChaoyi Zha
2016-01-29Abstract URL shortening, create API endpoints & logicChaoyi Zha