Commit graph

52 commits

Author SHA1 Message Date
Gamebrary
5e570b252a notes progress 2022-04-06 16:59:26 -07:00
Gamebrary
aa6ee29797 moar stuff 2022-03-28 16:17:49 -07:00
Gamebrary
384635e156 linter fixes 2022-03-18 09:32:17 -07:00
Gamebrary
e4d8c33fe3 put steam base url in constant 2022-03-18 09:31:54 -07:00
Gamebrary
8ede73779a speedruns.com, steam, and gog barebones integration 2022-02-25 18:49:00 -07:00
Gamebrary
f3e86dda50 remove broken line 2022-01-28 19:46:17 -07:00
Gamebrary
b59ff8bd7b vacation's over :( 2022-01-03 22:41:21 -07:00
Gamebrary
9bdd6ff8ed wip 2021-10-04 13:59:54 -07:00
Gamebrary
3499822693 cloud function for loading steam news 2021-09-27 08:36:47 -07:00
Gamebrary
daa4df07ce make platform filtering optional 2021-05-24 19:11:44 -07:00
Gamebrary
bfdd937a79 added global game search 2021-05-10 15:41:16 -07:00
Gamebrary
a001e62102 add collections to game query 2021-03-04 10:14:02 -07:00
Gamebrary
15556fd1dc added similar games to game endpoint 2021-02-15 20:14:30 -07:00
Gamebrary
26a577174c include bundles when loading game detail 2021-02-12 16:14:26 -07:00
Gamebrary
8e4021bab0 Show amazon affiliate links in game modal 2021-01-20 15:36:47 -07:00
Gamebrary
361951f844 todo 2021-01-08 16:09:52 -07:00
Gamebrary
4ea2a781e1 make custom search endpoint... actually customizable 2021-01-08 16:08:20 -07:00
Gamebrary
9640f6f947 custom search endpoint 2021-01-07 23:52:45 -07:00
Gamebrary
554aff05d5 Added alternative names to game modal 2021-01-07 15:51:25 -07:00
Roman Cervantes
9dd1b803c1 remaining igdb v4 migartion 2020-10-21 16:03:09 -07:00
Roman Cervantes
6f5198bddb removed popular games endpoint 2020-10-21 16:02:41 -07:00
Gamebrary
c8352d690a wip 2020-10-21 09:26:00 -07:00
Gamebrary
5fe4ce98fb popular games endpoint 2020-09-15 15:39:03 -07:00
Gamebrary
43e4c71d09 bump node version to 10 for cloud functions 2020-09-15 14:17:42 -07:00
Gamebrary
c9feaac712 clean up cloud functions 2020-08-18 11:56:25 -07:00
Patrick Kontschak
62b09311bb
[183] Show when an upcoming game is going to be released (#193)
* use moment.js to get the days until release

* add days until release to game info

* show release date in compact grid view

* show days until release on masonry items

* option to hide game info displayed on masonry cover

* option to hide days until release for each list

* add proper release text to text-based views

* add release dates to search

this is to avoid the TBA when adding a game to a list

* enable sorting for masonry items

* add "releases today" on day of release

* round up rather than down

this way the app won't tell people the game releases 12 hours before it does.

* assume games are released by 3pm on release day

* Show "Today" on release day.

* translation
2020-02-18 18:30:34 +01:00
Patrick Kontschak
122f8c94f1
[183] Sort by release dates (#190) 2020-02-11 10:03:50 -07:00
Roman Cervantes
e6ad62351b null check igdb key 2019-11-04 11:26:33 -07:00
Roman Cervantes
8457f3e057 Increase search results limit to 50 2019-11-04 11:26:03 -07:00
dependabot[bot]
7bb47d561b Update axios requirement from ^0.18.0 to ^0.19.0 in /functions (#139)
Updates the requirements on [axios](https://github.com/axios/axios) to permit the latest version.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.19.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-19 09:54:04 -07:00
Roman Cervantes
b93ecdb791 Remove lock files 2019-09-18 14:40:23 -07:00
Roman Cervantes
9791f603cf Increase games query limit to 500 2019-09-03 15:54:55 -07:00
Roman Cervantes
605d65b6e1 Increase games query limit 2019-09-03 14:56:03 -07:00
Roman Cervantes
cfb1b58abb Bump firebase package versions 2019-09-03 14:55:25 -07:00
Roman Cervantes
c2fbc705ef Added platform id to game endpoint 2019-08-19 23:19:42 -07:00
dependabot[bot]
4c1580a0e4 Bump lodash.merge from 4.6.1 to 4.6.2 in /functions (#130)
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-10 19:29:48 -07:00
Roman Cervantes
1d09ac5682 Added node engine for cloud functions 2019-07-10 16:26:31 -07:00
Roman Cervantes
c2823c2a59
IGDV v3 migration (#125)
* Updated endpoints to use IGDB v3

* Updated computed props to match v3 changes

* Moved ageRatings to getter + updated for v3

* Updated getters to support v3 changes

* Moved all ratings images under same folder

* Use new endpoints in actions

* Compatibility updates

* Null check

* formatting

* Load games in chunks of 10 to meet new API requirements

* More compatibility changes

* Use ids for New and standard 3DS, great job naming consoles nintendo!

* Drop v2 suffix
2019-06-08 19:04:07 -07:00
Roman Cervantes
3589bfe62d Expand image id 2019-06-07 10:26:47 -07:00
Roman Cervantes
5bcb827812 Added release_dates to minimal igdb fields list 2019-05-23 09:45:53 -07:00
Roman Cervantes
6fef316deb IGDB v3 endpoints 2019-04-25 11:46:25 -07:00
Roman Cervantes
f0954ec967 stop sending test emails 2019-04-04 12:08:30 -07:00
Roman Cervantes
e3ee38afe1 Send welcome email action 2019-04-02 17:14:32 -07:00
Roman Cervantes
0b6eafb878 sparkpost wrapper endpoint 2019-04-02 16:42:43 -07:00
Roman Cervantes
4d43536854
Lots of clean up and minor improvements (#58) 2019-03-28 14:23:09 -07:00
Roman Cervantes
19a17a870f Updated endpoints to retrieve only necessary info 2018-11-17 15:05:47 -07:00
Roman Cervantes
f1790de781 Vue analytics and bug fixes 2018-11-04 19:28:29 -07:00
Roman Cervantes
c8ae6f1aba Expand fields in igdb search endpoint 2018-11-01 18:41:25 -07:00
Roman
b6b92e32d1
Firebase migration (#50)
Firebase migration
2018-10-24 23:33:15 -07:00
Roman Cervantes
344771feb8 Enabled cors 2018-10-18 23:00:49 -07:00