Ajay Ramachandran
|
46524e4298
|
Fix indexes
|
2021-03-26 19:02:32 -04:00 |
|
Ajay Ramachandran
|
c7eb5fed35
|
Fix video duration precision and use submitted one when possible
|
2021-03-26 18:35:25 -04:00 |
|
Ajay Ramachandran
|
27c2562a7f
|
Add more indexes
|
2021-03-23 23:46:46 -04:00 |
|
Ajay Ramachandran
|
11b4f642a6
|
Apply indexes after upgrades
|
2021-03-21 19:16:56 -04:00 |
|
Ajay Ramachandran
|
cbf043ac7e
|
Add twitch
|
2021-03-20 11:54:50 -04:00 |
|
Ajay Ramachandran
|
180d9bfb73
|
Add explanation to database page
|
2021-03-20 11:46:37 -04:00 |
|
Ajay Ramachandran
|
8423165df4
|
Add json page for database export
|
2021-03-20 01:13:16 -04:00 |
|
Ajay Ramachandran
|
02e628f533
|
Setup csv exports and html status page
|
2021-03-20 01:08:33 -04:00 |
|
Ajay Ramachandran
|
3c89e9c015
|
Send back duration in getSkipSegments request
|
2021-03-19 22:52:23 -04:00 |
|
Ajay Ramachandran
|
5544491728
|
Add duration option when submitting and save duration in DB
|
2021-03-19 22:45:30 -04:00 |
|
Ajay Ramachandran
|
29d2c9c25e
|
Add new "Service" option
|
2021-03-19 21:31:16 -04:00 |
|
Ajay Ramachandran
|
8f2ea30da0
|
Fix rejecting downvotes
|
2021-03-19 18:19:45 -04:00 |
|
Ajay Ramachandran
|
a27adffec0
|
Update README.MD
|
2021-03-19 18:09:53 -04:00 |
|
Ajay Ramachandran
|
14489e3b4b
|
Merge pull request #214 from ajayyy/export
Send moderator rejected votes to discord anyway
|
2021-03-19 18:09:01 -04:00 |
|
Ajay Ramachandran
|
3503024fd7
|
Merge pull request #212 from MRuy/feat/postskipsegments-response-with-new-segments
Return new created segments on success
|
2021-03-19 18:08:43 -04:00 |
|
Ajay Ramachandran
|
1f01c004ae
|
Send moderator rejected votes to discord anyway
|
2021-03-19 18:05:33 -04:00 |
|
Ajay Ramachandran
|
cfdb0f4466
|
Remove index creation from upgraders
|
2021-03-11 18:55:27 -05:00 |
|
Ajay Ramachandran
|
4168733825
|
Only count users when asked
|
2021-03-11 18:40:09 -05:00 |
|
Ajay Ramachandran
|
0c4e4af228
|
Support uppercase hashes
|
2021-03-11 18:18:55 -05:00 |
|
Ajay Ramachandran
|
f4cf646f80
|
Add checks for empty categories after filtering
|
2021-03-08 22:06:18 -05:00 |
|
Ajay Ramachandran
|
b641a0b0b3
|
Merge pull request #211 from ajayyy/redis
Postgres
|
2021-03-08 19:28:05 -05:00 |
|
Ajay Ramachandran
|
a4bbc9f2ba
|
Add pg load file
|
2021-03-08 19:25:20 -05:00 |
|
Ajay Ramachandran
|
b0c7a6c537
|
Partially fix getTopUsers
|
2021-03-08 18:28:41 -05:00 |
|
Ajay Ramachandran
|
eacd9cb6e8
|
Secure docker containers to local network
|
2021-03-07 00:37:47 -05:00 |
|
Ajay Ramachandran
|
8729796e87
|
Make tests pass running with postgres
|
2021-03-07 00:21:56 -05:00 |
|
Ajay Ramachandran
|
3fe7501802
|
Support private db with postgres
|
2021-03-06 19:29:03 -05:00 |
|
Ajay Ramachandran
|
54e69b266d
|
Fix tests
|
2021-03-06 00:25:18 -05:00 |
|
Ajay Ramachandran
|
44f10b9ff9
|
Removed some unused logs
|
2021-03-04 23:30:30 -05:00 |
|
Ajay Ramachandran
|
e9b7eac289
|
Finish up conversion to use case-sensitive column names
|
2021-03-04 23:29:01 -05:00 |
|
Ajay Ramachandran
|
2772a9dcc6
|
Switch to case sensitive and get submitting + getting working
|
2021-03-04 20:23:05 -05:00 |
|
Ajay Ramachandran
|
1a66be8665
|
Make schemas work with postgres
|
2021-03-04 19:44:54 -05:00 |
|
Ajay Ramachandran
|
2c211d4730
|
Fix preprocessor not being used for initial schema
|
2021-03-01 22:40:13 -05:00 |
|
Ajay Ramachandran
|
88855ab695
|
Support schema upgrading with postgres
|
2021-03-01 22:20:44 -05:00 |
|
Ajay Ramachandran
|
46b42da5bd
|
Update tests to use promises
|
2021-03-01 21:37:35 -05:00 |
|
Nanobyte
|
da3a5fe787
|
Return new created segments on success
|
2021-03-02 02:44:51 +01:00 |
|
Ajay Ramachandran
|
ff4af3786e
|
Switch to postgres + promises
|
2021-03-01 20:40:31 -05:00 |
|
Ajay Ramachandran
|
9a9038d5e0
|
Update gitignore
|
2021-03-01 19:21:59 -05:00 |
|
Ajay Ramachandran
|
fa759ae7b2
|
Add docker compose for deps
|
2021-03-01 19:21:27 -05:00 |
|
Ajay Ramachandran
|
f358605f70
|
Merge pull request #209 from MRuy/fix/valid-json-for-categories-param
Fix getSkipSegmentsByHash requires valid json
|
2021-02-25 21:56:30 -05:00 |
|
Nanobyte
|
09c9b25178
|
Fix getSkipSegmentsByHash requires valid json
The categories parameter has to be a valid array with strings in JSON format
|
2021-02-25 19:08:29 +01:00 |
|
Ajay Ramachandran
|
e86f442249
|
Add YouTube terms info
|
2021-02-21 21:28:29 -05:00 |
|
Ajay Ramachandran
|
e51ebdcad6
|
Merge pull request #208 from ajayyy/redis
Remove logging and fix voting error
|
2021-02-20 22:06:27 -05:00 |
|
Ajay Ramachandran
|
eeaa1614fa
|
Remove logging and fix voting error
|
2021-02-20 22:06:00 -05:00 |
|
Ajay Ramachandran
|
ef79439557
|
Merge pull request #207 from ajayyy/redis
Only cache for all categories
|
2021-02-20 22:03:15 -05:00 |
|
Ajay Ramachandran
|
8c910b67b4
|
Only cache for all categories
|
2021-02-20 22:02:57 -05:00 |
|
Ajay Ramachandran
|
993f75d014
|
Merge pull request #206 from ajayyy/redis
Add redis caching for 404s
|
2021-02-20 21:18:33 -05:00 |
|
Ajay Ramachandran
|
01d318d902
|
Add redis caching for 404s
|
2021-02-20 21:13:46 -05:00 |
|
Ajay Ramachandran
|
157a7743a3
|
Merge pull request #205 from ajayyy/segment-locking
Unlock segment if VIP downvotes
|
2021-02-18 22:12:58 -05:00 |
|
Ajay Ramachandran
|
597dff7ac3
|
Unlock segment if VIP downvotes
|
2021-02-18 22:09:57 -05:00 |
|
Ajay Ramachandran
|
c4c596bbf4
|
Merge pull request #204 from ajayyy/segment-locking
Replace VIP starting with 1000 votes with locked submissions
|
2021-02-18 20:50:13 -05:00 |
|