1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-18 19:52:26 +02:00
Commit Graph

852 Commits

Author SHA1 Message Date
gurgeng
44f69c3910 Add initial implementation of registration email restrictions 2017-03-25 16:04:01 -04:00
Chaoyi Zha
c7bb9b00fa Add datetimepicker to aallow modification of date bounds for StatController 2017-03-25 14:26:12 -04:00
Chaoyi Zha
b0b690839d Fix README markdown 2017-03-23 16:35:45 -04:00
Chaoyi Zha
29d6c1c4c1 Merge branch 'ffflorian-fix-toastr-error' 2017-03-23 16:31:44 -04:00
Chaoyi Zha
5916eecba0 Use backslash instead of HTML entity to escape backticks in Toastr alerts 2017-03-23 16:31:23 -04:00
Chaoyi Zha
2ee1e70eb1 Merge branch 'master' into fix-toastr-error 2017-03-23 16:13:11 -04:00
Chaoyi Zha
753fad41d6 Merge pull request #307 from cydrobolt/feature/analytics_api
Add analytics API for fetching link data and revamp API error handling
2017-03-20 17:41:30 -04:00
Chaoyi Zha
eb8b27a341 Catch Exceptions thrown by StatHelper and throw an ApiException 2017-03-20 17:34:09 -04:00
Chaoyi Zha
fc056a9364 Ignore empty , throw ApiException for all AUTH_ERROR instances 2017-03-20 17:19:28 -04:00
Chaoyi Zha
e786fc2cc1 Use ->user instead of directly invoking getApiUserInfo 2017-03-20 17:11:38 -04:00
Chaoyi Zha
cf549eb241 Merge branch 'master' into feature/analytics_api 2017-03-20 17:02:02 -04:00
Chaoyi Zha
b643906752 Fix custom ending bug affecting non-truthy endings, update documentation for API error updates 2017-03-20 17:01:33 -04:00
Chaoyi Zha
861665f4d7 Remove unnecessary comments 2017-03-20 16:39:46 -04:00
Chaoyi Zha
84bdee52ea Change route for /about to /about-polr fix #304 2017-03-17 21:08:16 -04:00
Chaoyi Zha
65794f83d7 Use ApiException to handle API errors and use ApiMiddleware to handle API authentication 2017-03-17 17:00:13 -04:00
Chaoyi Zha
8f6d9762e9 Remove debug statement 2017-03-12 19:58:54 -04:00
Chaoyi Zha
8ebe335a84 Fix typo and remove debug statement 2017-03-12 19:55:25 -04:00
Chaoyi Zha
bd250b8ce3 Add documentation for analytics API 2017-03-12 19:51:34 -04:00
Chaoyi Zha
abc9d8f25b Refactor stats API and fix bounds detection 2017-03-12 18:35:19 -04:00
Chaoyi Zha
fc22ed0652 Move analytics SQL & logic to StatsHelper, refactor to use left_bound and right_bound 2017-03-11 10:47:43 -05:00
Chaoyi Zha
8f8e29ba48 Merge pull request #306 from mik-laj/patch-1
Download only latest commit
2017-03-05 12:36:00 -05:00
Kamil Breguła
d3a11e0b1b Download only latest version via git 2017-03-05 18:00:29 +01:00
Florian Keller
f16bc03439
Replace diacritical grave with HTML code 2017-02-23 17:32:43 +01:00
Florian Keller
8bcec11817
Fix Toastr error display 2017-02-23 15:44:49 +01:00
Chaoyi Zha
c53e39ce71 Add ng-cloak rules 2017-02-11 10:38:57 -05:00
Chaoyi Zha
8d3c47971c Merge branch 'link_table_indexes' 2017-02-11 10:22:25 -05:00
Chaoyi Zha
27cb6ab16a Style fix 2017-02-11 10:21:40 -05:00
Chaoyi Zha
a9a9909e34 Merge branch 'link_table_indexes' of github.com:cydrobolt/polr into link_table_indexes 2017-02-10 18:05:41 -05:00
Chaoyi Zha
5c2ff762de Use ORM with chunking to add crc32 hases to old links 2017-02-10 18:05:34 -05:00
Chaoyi Zha
6e361826f9 Merge branch 'master' into link_table_indexes 2017-02-07 22:48:48 -05:00
Chaoyi Zha
02c26034e1 Merge pull request #297 from cydrobolt/fix/alter_link_clicks_to_integer
Use an integer field rather than a string field to count clicks
2017-02-07 20:07:41 -05:00
Chaoyi Zha
c4f95cc752 Add doctrine/dbal dependency for column alterations 2017-02-07 19:58:17 -05:00
Chaoyi Zha
38beec6e21 Use an integer field rather than a string field to count clicks, fix #294 2017-02-07 19:50:40 -05:00
Chaoyi Zha
51102d5e8e Add Bootstrap halfling icons 2017-02-06 17:39:00 -05:00
Chaoyi Zha
358a431ca0 Remove unnecessary change statement 2017-02-05 21:25:52 -05:00
Chaoyi Zha
a2d2b09c73 Merge branch 'master' of github.com:cydrobolt/polr 2017-02-05 13:21:14 -05:00
Chaoyi Zha
3a14174427 Ensure proper data type is passed to \Validator in lookup endpoint 2017-02-05 13:21:09 -05:00
Chaoyi Zha
099c06aa18 Merge branch 'master' into link_table_indexes 2017-02-04 10:50:23 -05:00
Chaoyi Zha
90bc711f2d Add latest release badge to README 2017-02-04 00:10:10 -05:00
Chaoyi Zha
ca5341b046 Use latest release shield icon instead of manual ly updated icons 2017-02-04 00:09:06 -05:00
Chaoyi Zha
2bd5cfd612 Update doc badges in versioning script 2017-02-04 00:06:17 -05:00
Chaoyi Zha
1a4e11627b Fix image size for mobile docs 2017-02-03 23:48:52 -05:00
Chaoyi Zha
2f065e6276 Merge branch 'master' into link_table_indexes 2017-02-03 23:41:30 -05:00
Chaoyi Zha
961b144472 Add upgrade guide to docs 2017-02-03 23:38:45 -05:00
Chaoyi Zha
c228791f95 Add doctrine/dbal dependency, fix raw DB statement to add crc32 hashes to existing links 2017-02-03 23:27:54 -05:00
Chaoyi Zha
9e7b992d92 Add indexes to link table and use cr32 hashes to increase speed of lookups 2017-02-03 23:12:47 -05:00
Chaoyi Zha
88a4afea07 Add a meta directive to prevent caching of error pages 2017-02-01 16:55:29 -05:00
Chaoyi Zha
301ab4c9a4 Merge pull request #283 from MdSalih/add-index-to-nginx-example-cfg
Add index to nginx config
2017-01-31 20:30:25 -05:00
Chaoyi Zha
a9c6649749 Move index directive in nginx configuration outside of location block 2017-01-31 20:28:14 -05:00
Mohammad Noor
f8c335262b Add index to nginx config
No index set for example nginx config - without this, user will get
403 Forbidden error on browsing to site.
2017-01-30 16:18:13 +00:00