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 (Collapse)Author
2018-04-21Bulk link creation API (#443)Chaoyi Zha
* Add bulk shortening API endpoint & create controller methods * Update documentation * Remove space %20 mapping for bulk API
2017-03-21Use ->user instead of directly invoking getApiUserInfoChaoyi Zha
2017-03-21Fix custom ending bug affecting non-truthy endings, update documentation ↵Chaoyi Zha
for API error updates
2017-03-20Remove unnecessary commentsChaoyi Zha
2017-03-18Use ApiException to handle API errors and use ApiMiddleware to handle API ↵Chaoyi Zha
authentication
2017-03-13Refactor stats API and fix bounds detectionChaoyi 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-08-29Add updated_at, created_at for lookup; add appropriate Content-Type headers ↵Chaoyi Zha
fix #211, fix #210
2016-04-02Implement API rate limitations fix #155Chaoyi Zha
2016-02-13Handle more permission settingsChaoyi Zha
2016-02-12Correctly handle missing argumentsChaoyi Zha
2016-02-12Add API implementationChaoyi Zha
2016-01-29Abstract URL shortening, create API endpoints & logicChaoyi Zha