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 |
|
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 |
|
Chaoyi Zha
|
ee48d0346b
|
Fix extra period
|
2017-01-27 22:01:29 -05:00 |
|
Chaoyi Zha
|
47cc6ff94c
|
Fix typo in command
|
2017-01-26 18:46:56 -05:00 |
|
Chaoyi Zha
|
ec15c81cc6
|
Fix a typo
|
2017-01-26 18:11:53 -05:00 |
|
Chaoyi Zha
|
8a6c609156
|
Merge pull request #279 from cydrobolt/advanced_stats_rw
More detailled analytics
|
2017-01-26 18:03:35 -05:00 |
|
Chaoyi Zha
|
40c6c724bf
|
Remove div padding on stats page
|
2017-01-26 17:40:46 -05:00 |
|
Chaoyi Zha
|
d95e6f5fb3
|
Only fetch rows from past thirty days
|
2017-01-26 17:04:26 -05:00 |
|
Chaoyi Zha
|
44108d9429
|
Add Carbon depndency for StatsController
|
2017-01-26 17:03:20 -05:00 |
|
Chaoyi Zha
|
301e63cbbd
|
Update graph colours for stats
|
2017-01-26 17:03:07 -05:00 |
|
Chaoyi Zha
|
fdc16a1002
|
Update GeoIP instructionsi n installation.md
|
2017-01-26 16:04:30 -05:00 |
|
Chaoyi Zha
|
d39e69e5f4
|
Merge with master
|
2017-01-26 16:00:06 -05:00 |
|
Chaoyi Zha
|
4670270240
|
Use Validator from the global namespace fix #278
|
2017-01-21 11:23:45 -05:00 |
|
Chaoyi Zha
|
d78352a504
|
Add migrations to upgrade guide
|
2017-01-05 15:03:37 -05:00 |
|
Chaoyi Zha
|
399aa19126
|
Merge branch 'master' of github.com:cydrobolt/polr
|
2017-01-02 22:13:11 -05:00 |
|
Chaoyi Zha
|
ed0e411fcf
|
2017
|
2017-01-02 22:12:53 -05:00 |
|
Chaoyi Zha
|
91478d248d
|
Add link to demo in API doc
|
2017-01-01 11:52:54 -05:00 |
|
Chaoyi Zha
|
91b9def4aa
|
Merge branch 'overint-urlfix'
|
2016-12-29 15:00:10 -05:00 |
|