aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/Recipe.ts
Commit message (Collapse)AuthorAge
* fix: remove autoHibernateLibravatar André Oliveira2022-07-19
| | | | This was causing issues to the service hibernation. Toggling back the isHibernationEnabled to false right after saving the service, which disabled the Hibernation.
* fix: solve recipe function calls that were broken cause of js=>ts con… (#369)Libravatar Ricardo Cino2022-06-26
| | | | | | | * fix: solve recipe function calls that were broken cause of js=>ts conversion * fix: use an interface instead to keep type-safety * fix: remove faulty test
* chore: servicesStore + models into typescript (#344)Libravatar Ricardo Cino2022-06-23
|
* chore: recipes/request stores js => tsLibravatar Ricardo Cino2022-06-23
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* fix path for configLibravatar Vijay A2021-10-17
|
* refactor: move service-defaults into the 'config' file for reuseLibravatar Vijay A2021-10-16
|
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|
* refactor: extract constants; added TODO [skip ci]Libravatar Vijay A2021-09-25
|
* Allow services to delineate favorites vs non-favorites in unread counts (#1979)Libravatar Vijay Aravamudhan2021-09-24
| | | implements getferdi/recipes#721 (eg: office365-owa)
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* refactor: fail quickly if the initialization data is incorrectLibravatar Vijay A2021-08-21
|
* Typescript conversion (#1805)Libravatar Vijay Raghavan Aravamudhan2021-08-17