317 Commits

Author SHA1 Message Date
InfiniteStash
c69ab88efb Deprecate fuzzy date types (#378) 2022-05-20 11:21:12 +02:00
InfiniteStash
f3212e3a96 Deprecate measurements type (#381) 2022-05-20 11:06:42 +02:00
InfiniteStash
22d4573117 Fix scene query param updates when using tabs (#377) 2022-05-18 15:49:21 +02:00
InfiniteStash
a9a029d910 Update closed_at/updated_at values in edit updating migration (#374) 2022-05-18 08:20:01 +02:00
InfiniteStash
9b40d4ad37 Add site link icons to scene page tab bar (#375) 2022-05-18 08:19:29 +02:00
InfiniteStash
2ebecb324b Fix addition of duplicate tags from drafts in some cases (#376) 2022-05-18 08:19:09 +02:00
InfiniteStash
6835007eeb Add support for updating entities from drafts (#368) 2022-05-15 21:28:06 +02:00
InfiniteStash
9a20325ae0 Refactor time/date types (#370)
* Rename SQLiteDate -> SQLDate

* Switch from SQLiteTimestamp to time.Time
2022-05-12 08:01:42 +02:00
InfiniteStash
ed4ff52b71 Tweak graphql types and eslint rules (#373) 2022-05-12 08:01:26 +02:00
InfiniteStash
e41ff4902b Add index for studio favorite subquery (#371) 2022-05-12 07:59:08 +02:00
InfiniteStash
9cbc1ba2a4 Update apollo dependencies (#369) 2022-05-11 08:16:46 +02:00
InfiniteStash
b988754b6f Don't add identical performer name to aliases on merge (#367) 2022-05-10 20:28:23 +02:00
InfiniteStash
e60d927ccf Update go libs (#366) 2022-05-10 19:52:00 +02:00
peolic
6b3cbefcdd Don't add identical performer name to aliases on merge (#363) 2022-05-10 19:00:14 +02:00
dependabot[bot]
5797c24160 Bump minimist from 1.2.5 to 1.2.6 in /frontend (#344)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 18:55:08 +02:00
InfiniteStash
d4850d86ca Add findScenesBySceneFingerprints query that matches results to query (#357) 2022-05-10 18:51:39 +02:00
InfiniteStash
27dbcc77ce Fix png image resizing (#351) 2022-05-10 18:49:45 +02:00
InfiniteStash
42f60bceec Update frontend libraries (#358) 2022-05-10 18:49:10 +02:00
InfiniteStash
0d96ab5835 Prefer country name aliases over official names (#359) 2022-05-10 17:48:25 +02:00
InfiniteStash
688a52abfd Add ability to amend edits (#365) 2022-05-10 17:47:46 +02:00
peolic
328c3dbfdd Add initial values to forms (#247) 2022-04-17 11:31:17 +02:00
peolic
e9f3ef51fa Partial scene date (#314) 2022-04-14 23:12:47 +02:00
kronkels
3fc485410c Added hyperlink buttons to performers and scene links in the scene creation wizard (#341) 2022-04-14 15:09:24 +02:00
peolic
2553a22cb1 Link performer drafts to edit (#356) 2022-04-14 14:55:23 +02:00
InfiniteStash
1ddb418bcd Fix docker image build (#353) 2022-04-12 16:13:01 +02:00
InfiniteStash
18f6c7e46c Remove OS X build and simplify pipeline (#349) 2022-04-12 14:14:57 +02:00
InfiniteStash
2eb35f8b2e Update go and libraries (#348) 2022-04-10 12:13:53 +02:00
peolic
9b1092797b Fix offset when perPage is over max (#330) 2022-02-22 19:41:30 +01:00
InfiniteStash
0bde419d1e Update go libraries (#332) 2022-02-22 19:17:47 +01:00
InfiniteStash
da091d5d5b Switch gzip compression to klauspost/compress (#331) 2022-02-22 18:03:28 +01:00
InfiniteStash
2886b122a2 v0.1.7 2022-02-20 18:47:55 +01:00
InfiniteStash
b8693864e9 v0.1.7 2022-02-18 21:31:06 +01:00
dependabot[bot]
c485500b2b Bump node-fetch from 2.6.6 to 2.6.7 in /frontend (#327)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 21:18:37 +01:00
InfiniteStash
81fa75e1ea Add config options for postgres connection params (#326) 2022-02-18 21:08:04 +01:00
peolic
d4dbc8f43c Limit concurrent build workflows (#313)
in order to prevent develop release race condition
2022-02-18 21:07:56 +01:00
peolic
7261b9ff2c Match scene draft URL site using regex (#323) 2022-02-18 21:06:31 +01:00
peolic
7ce8fb4721 Validate dates (#320)
Prevent invalid dates like `2008-17-04`
2022-02-18 21:03:12 +01:00
peolic
1173e7e5f8 Fix version link & default scene sort (#321)
* Fix version link

* Fix default value for `SceneQueryInput.sort`
2022-02-18 20:59:48 +01:00
peolic
9aee008977 URLInput fixes (#319)
* fix removing sites

if a duplicate url was added, removing it would cause the first url to be removed
and then the remove buttons would not remove the correct urls.
same issue as BodyMods had previously, fixed by using `remove` directly.

* force site detection on paste event

also reset site select on paste if url does not match any site
prevents mistakenly adding urls for unmatching sites
2022-02-18 20:05:18 +01:00
InfiniteStash
b69addb97f v0.1.6 2022-02-14 10:45:20 +01:00
InfiniteStash
7d980499c2 Default header edit link to pending edits (#316) 2022-02-14 10:30:56 +01:00
peolic
3ef6fc7cb5 Hide "Favorites" edit filter when a fixed type is provided (#308) 2022-02-14 10:24:42 +01:00
peolic
943470dc24 Ensure trending scenes order across pagination (#309) 2022-02-14 09:53:48 +01:00
InfiniteStash
c5ac615374 Require explicitly setting gender in performer form (#315) 2022-02-14 09:45:25 +01:00
peolic
8a447c9191 Fix edit comment order (#307) 2022-02-13 23:00:48 +01:00
peolic
d6371f23f6 Add gender icon to SearchField results (#310) 2022-02-13 22:43:08 +01:00
peolic
56e85a4b23 Update Discord channel name (#311) 2022-02-13 22:42:25 +01:00
InfiniteStash
c8d6b8f900 Hide deleted sub-studios (#296) 2022-02-07 00:24:01 +01:00
InfiniteStash
b5f0b56519 Add scene code field (#295) 2022-02-06 21:40:23 +01:00
InfiniteStash
d38241ba37 Refactor graphql query inputs (#292) 2022-02-06 21:28:50 +01:00