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/Http
AgeCommit message (Expand)Author
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
2016-12-03Remove hacky fixes for API data and DRYChaoyi Zha
2016-12-03Remove element reference for role selection, use user->id to avoid ng-model c...Chaoyi Zha
2016-12-03Refactor into Angular functions and resolve DRYChaoyi Zha
2016-10-04Issue #200, Realtime data changeSerdar Hazar
2016-10-04Merge remote-tracking branch 'upstream/master'Serdar Hazar
2016-10-02Remove old table dataChaoyi Zha
2016-10-02Create AdminPaginationController for Datatables paginationChaoyi Zha
2016-10-02Add user link DatatableChaoyi Zha
2016-10-02Replaced tabs w/spaces. Delete unnecessary user->saveSerdar Hazar
2016-10-02Ability to Add New User in Admin panelSerdar Hazar
2016-10-01Defined User roles in UserHelper, and added ability to change rolesSerdar Hazar
2016-10-01Use Datatables for admin tables WIPgChaoyi Zha
2016-09-30Toggle User 'Active' status in Admin panelSerdar Hazar
2016-09-29Return 404, if POLR_ALLOW_ACCT_CREATION in environment set FalseSerdar Hazar
2016-09-17Allow CORS on API enpointsoverint
2016-09-16Tweak pagination URL parameter namesChaoyi Zha
2016-09-16Named $user_links pagination query parameter.Evan
2016-09-16Update AdminController to fix pagination problems.Evan
2016-09-11Add option to redirect 404s and disabled URLs; update setup picture for 2.0.0...Chaoyi Zha
2016-09-08Use setting index redirect instead create new configUntung Ginardi
2016-09-07Handle when short URL not existUntung Ginardi
2016-08-29Add updated_at, created_at for lookup; add appropriate Content-Type headers f...Chaoyi Zha
2016-08-15Add option to force pseudorandom link endings rather than counter-based predi...Chaoyi Zha
2016-08-10Allow admin to edit users' API quota from admin panel; refactorChaoyi Zha
2016-08-10Allow admin to override API toggle restrictionsChaoyi Zha
2016-05-14Redirect index to login if no redirect defined, fix #149Chaoyi Zha
2016-05-14Edit option default for anon/auto API key generation; this does not break old...Chaoyi Zha
2016-05-14Fix route groupings for APIChaoyi Zha
2016-05-08Polish lost password implementation & refactorChaoyi Zha
2016-05-07Implement lost password recovery systemChaoyi Zha
2016-04-17Remove padding on smaller devices, wrap text correctly with CSSChaoyi Zha
2016-04-17Throttle anonymous API users, add a default quotaChaoyi Zha