11 Commits

Author SHA1 Message Date
InfiniteStash
0b9299948f Update to go 1.25 and bump libraries (#976) 2025-08-26 08:46:07 +02:00
InfiniteStash
6f77f78fed Refactor database date formats (#810) 2024-12-07 23:15:20 +01:00
InfiniteStash
c69ab88efb Deprecate fuzzy date types (#378) 2022-05-20 11:21:12 +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
688a52abfd Add ability to amend edits (#365) 2022-05-10 17:47:46 +02:00
peolic
e9f3ef51fa Partial scene date (#314) 2022-04-14 23:12:47 +02:00
peolic
44fc45130a Misc backend changes (#106)
* split out enum functions to utils

* split out ApplyEdit to a function

* fix InsertJoinsWithConflictHandling comment

* getRepoFactory once

Co-authored-by: Infinite <infinitekittens@protonmail.com>
2021-07-20 23:55:04 +02:00
InfiniteStash
b1bf1fea1a Rename namespace to stash-box and update linux compiles to be static (#41) 2021-01-29 13:25:26 +01:00
InfiniteStash
a28da0a89b Add dataloaders (#25) 2020-08-23 11:22:26 +10:00
InfiniteStash
206f49c741 Add editing support for tags (#21)
* Schema/api changes for edit
* Add StrSliceCompare
* Edit Tag mutation
* Tag edit creation
* ApplyEdit for tags
* Add migration
* Edit comments
* Add edits to tag resolver
* QueryEdit filters
* Add frontend tag editing support
* Upgrade apollo-client to version 3
* Upgrade react-router to 5.2.0
* Upgrade react-hook-form and yup
* Update various libraries
* Search fixes
* Show tag description and aliases
* Update libraries
* Move scene_tags in tag migrations
* Add edits menu item and tweak graphql schema
* Show merge edits for tags that have been merged

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2020-08-20 15:31:03 +10:00
WithoutPants
0f29cf0c84 Initial performer prototype (#1)
* Initial performer prototype

* Drop file: from migration url to fix panic

* Remove vendor requirement
2019-11-18 21:13:05 +11:00