Compare commits
No commits in common. "65ef021e3e47f00b1119e6052c09e08b263e3c9e" and "3586d5c745d05271c94640c7c11a681e56f893eb" have entirely different histories.
65ef021e3e
...
3586d5c745
|
@ -63,7 +63,7 @@ function initReleasesActions(store, _router) {
|
|||
name
|
||||
}
|
||||
}
|
||||
tags: releasesTags(orderBy: TAG_BY_TAG_ID__PRIORITY_DESC) {
|
||||
tags: releasesTags {
|
||||
tag {
|
||||
id
|
||||
name
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.104.2",
|
||||
"version": "1.104.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.104.2",
|
||||
"version": "1.104.1",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -137,7 +137,6 @@ const tags = [
|
|||
name: 'ass eating',
|
||||
slug: 'ass-eating',
|
||||
group: 'oral',
|
||||
priority: 6,
|
||||
},
|
||||
{
|
||||
name: 'ball licking',
|
||||
|
@ -196,7 +195,7 @@ const tags = [
|
|||
{
|
||||
name: 'blowjob',
|
||||
slug: 'blowjob',
|
||||
priority: 5,
|
||||
priority: 7,
|
||||
group: 'oral',
|
||||
},
|
||||
{
|
||||
|
@ -299,7 +298,7 @@ const tags = [
|
|||
{
|
||||
name: 'deepthroat',
|
||||
slug: 'deepthroat',
|
||||
priority: 6,
|
||||
priority: 7,
|
||||
group: 'oral',
|
||||
},
|
||||
{
|
||||
|
@ -423,7 +422,6 @@ const tags = [
|
|||
{
|
||||
name: 'gaping',
|
||||
slug: 'gaping',
|
||||
priority: 7,
|
||||
},
|
||||
{
|
||||
name: 'gay',
|
||||
|
@ -463,7 +461,7 @@ const tags = [
|
|||
{
|
||||
name: 'interracial',
|
||||
slug: 'interracial',
|
||||
priority: 7,
|
||||
priority: 9,
|
||||
group: 'ethnicity',
|
||||
},
|
||||
{
|
||||
|
@ -715,7 +713,6 @@ const tags = [
|
|||
name: 'swallowing',
|
||||
slug: 'swallowing',
|
||||
group: 'finish',
|
||||
priority: 6,
|
||||
},
|
||||
{
|
||||
name: 'tattoo',
|
||||
|
@ -852,10 +849,6 @@ const aliases = [
|
|||
name: 'ass licking',
|
||||
for: 'ass-eating',
|
||||
},
|
||||
{
|
||||
name: 'asslicking',
|
||||
for: 'ass-eating',
|
||||
},
|
||||
{
|
||||
name: 'ass fucking',
|
||||
for: 'anal',
|
||||
|
@ -865,11 +858,6 @@ const aliases = [
|
|||
for: 'ass-to-mouth',
|
||||
secondary: true,
|
||||
},
|
||||
{
|
||||
name: 'a2m',
|
||||
for: 'ass-to-mouth',
|
||||
secondary: true,
|
||||
},
|
||||
{
|
||||
name: 'bald pussy',
|
||||
for: 'shaved',
|
||||
|
@ -1444,10 +1432,6 @@ const aliases = [
|
|||
for: 'mfm',
|
||||
secondary: true,
|
||||
},
|
||||
{
|
||||
name: 'sex toy',
|
||||
for: 'toys',
|
||||
},
|
||||
{
|
||||
name: 'standing doggystyle',
|
||||
for: 'standing-doggy-style',
|
||||
|
@ -1479,7 +1463,6 @@ const aliases = [
|
|||
{
|
||||
name: 'tattoos',
|
||||
for: 'tattoo',
|
||||
secondary: true,
|
||||
},
|
||||
{
|
||||
name: 'teens',
|
||||
|
|
|
@ -382,7 +382,7 @@ async function updateReleasesSearch(releaseIds) {
|
|||
sites.slug || ' ' ||
|
||||
networks.name || ' ' ||
|
||||
networks.slug || ' ' ||
|
||||
coalesce(releases.shoot_id, '') || ' ' ||
|
||||
releases.shoot_id || ' ' ||
|
||||
EXTRACT(YEAR FROM releases.date) || ' ' ||
|
||||
CAST(EXTRACT(MONTH FROM releases.date) AS VARCHAR) || ' ' ||
|
||||
CAST(EXTRACT(DAY FROM releases.date) AS VARCHAR) || ' ' ||
|
||||
|
|
|
@ -133,7 +133,6 @@ now
|
|||
540p
|
||||
720p
|
||||
avi
|
||||
com
|
||||
gagvid
|
||||
h264
|
||||
hd
|
||||
|
@ -142,7 +141,6 @@ ktr
|
|||
mkv
|
||||
mov
|
||||
mp4
|
||||
net
|
||||
rarbg
|
||||
rartv
|
||||
robots
|
||||
|
@ -151,7 +149,6 @@ sd
|
|||
split
|
||||
tbs
|
||||
trashbin
|
||||
tv
|
||||
web
|
||||
webrip
|
||||
wmv
|
||||
|
|
Loading…
Reference in New Issue