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
path: root/app
AgeCommit message (Expand)Author
2017-05-06Remove comments, fix typoChaoyi Zha
2017-05-06Merge branch 'master' into feature/edit_long_linkChaoyi Zha
2017-04-30Implement long link editing WIP; code refactoringChaoyi Zha
2017-04-22Remove DataTables import from AdminControllerChaoyi Zha
2017-04-16Show an error if right bound is in the futureChaoyi Zha
2017-04-15Use moment and parseInputDate to load existing dates into date pickerChaoyi Zha
2017-04-15Merge branch 'master' into feature/date_bound_adj_fe_statsChaoyi Zha
2017-04-11Refactor use of link lookups in new URL shortening fix #311Chaoyi Zha
2017-04-08Fix API bugs and implement directive for setup tooltipsChaoyi Zha
2017-04-08Add anonymous API quota option fix #312Chaoyi Zha
2017-03-25Implement email domain restriction option in env template and SetupControllerChaoyi Zha
2017-03-25Add initial implementation of registration email restrictionsgurgeng
2017-03-25Add datetimepicker to aallow modification of date bounds for StatControllerChaoyi Zha
2017-03-21Catch Exceptions thrown by StatHelper and throw an ApiExceptionChaoyi Zha
2017-03-21Ignore empty , throw ApiException for all AUTH_ERROR instancesChaoyi Zha
2017-03-21Use ->user instead of directly invoking getApiUserInfoChaoyi Zha
2017-03-21Merge branch 'master' into feature/analytics_apiChaoyi Zha
2017-03-21Fix custom ending bug affecting non-truthy endings, update documentation for...Chaoyi Zha
2017-03-20Remove unnecessary commentsChaoyi Zha
2017-03-18Change route for /about to /about-polr fix #304Chaoyi Zha
2017-03-18Use ApiException to handle API errors and use ApiMiddleware to handle API aut...Chaoyi Zha
2017-03-13Remove debug statementChaoyi 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-08Merge branch 'master' into link_table_indexesChaoyi Zha
2017-02-05Ensure proper data type is passed to \Validator in lookup endpointChaoyi Zha
2017-02-04Add indexes to link table and use cr32 hashes to increase speed of lookupsChaoyi Zha
2017-01-28Fix extra periodChaoyi Zha
2017-01-27Remove div padding on stats pageChaoyi Zha
2017-01-27Only fetch rows from past thirty daysChaoyi Zha
2017-01-27Merge with masterChaoyi Zha
2017-01-21Use Validator from the global namespace fix #278Chaoyi Zha
2016-12-29Fix spacingChaoyi Zha
2016-12-29Add GeoIP configurations and setup hooks for adv analyticsChaoyi Zha
2016-12-28Add shortcut to stats in link tablesChaoyi Zha
2016-12-28Fix small bugs & stylingChaoyi Zha
2016-12-28Add Click model for advanced analytics, add Setup settings, use Chart.js for ...Chaoyi Zha
2016-12-20Merge branch 'master' into urlfixEvan McMahon
2016-12-20Use 301 redirects insttead of Lumen's 302 for better analytics & SEOChaoyi Zha
2016-12-19Truncate long URLs on admin dash.overint
2016-12-09Use static variable instead of class constant for USER_ROLES for 5.5.9 compat...Chaoyi Zha
2016-12-04Fix XSS vulnerability due to DataTables; escape user-provided fieldsChaoyi 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-12-03Exclude public API endpoints from CSRF protectionChaoyi Zha
2016-12-03Fix incorrect route names for user creation routesChaoyi Zha
2016-12-03Fix typo in setup canonical group namesChaoyi Zha
2016-12-03Refactor, fix setup variable accessChaoyi Zha