Commit Graph

228 Commits

Author SHA1 Message Date
thrillfall 8ceef80777 require >= php8.0 2023-03-23 11:12:51 +01:00
thrillfall 507f785e9d run tests for release 26 2023-03-23 11:04:32 +01:00
dependabot[bot] 1337df0f71 Bump phpunit/phpunit from 9.6.4 to 9.6.5
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.4 to 9.6.5.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.4...9.6.5)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 20:26:28 +01:00
dependabot[bot] ad1f347bb0 Bump phpunit/phpunit from 9.6.3 to 9.6.4
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.3 to 9.6.4.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.3...9.6.4)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 22:52:32 +01:00
dependabot[bot] 45c3c8211e Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 12:49:01 +01:00
thrillfall 2b026d47d6
init dependabot 2023-02-27 12:46:48 +01:00
thrillfall 4aa7392b6a Release 3.7.3 - remove conflicting episode action 2023-02-24 21:00:41 +01:00
thrillfall e8bdb3d345 this exception will not be thrown anymore 2023-02-24 20:54:19 +01:00
thrillfall bf8fee14e3 delete conflicting episode action if current episode actions updates to same episode url 2023-02-24 20:48:53 +01:00
thrillfall ee84d2f670 test updating episode action fails when other episode action with same episode url already exists 2023-02-24 20:42:45 +01:00
thrillfall a6a19df999 test disambiguated episode action search 2023-02-24 19:37:50 +01:00
thrillfall 063c19654a Nextcloud < 24 is not supported anymore 2023-02-24 17:27:04 +01:00
thrillfall 5bfa272a5d Release 3.7.2 - disambiguate episode action search 2023-02-24 17:18:20 +01:00
thrillfall 18c52e4ed7 Howto run tests 2023-02-24 17:11:59 +01:00
thrillfall a1893061ce fix #109 search for episode action by guid only (retry with episode url if nothing found) thus avoid multiple results 2023-02-24 17:11:59 +01:00
thrillfall 4999b96456 register app into nextcloud service container we can run tests 2023-02-24 17:11:59 +01:00
thrillfall 4906c0f229 Nextcloud 23 is not supported anymore 2023-02-24 17:11:43 +01:00
thrillfall 3adfa51d78 Nextcloud 23 is not supported anymore 2023-02-24 17:08:36 +01:00
thrillfall af6b3a385d John is one of us developers 2023-02-24 17:04:04 +01:00
Patrizio Bekerle 4a787fd100 Make result nullable, because null can be returned 2023-02-24 12:28:21 +01:00
JonOfUs e92f712c64 Remove php8.1 as it is not compatible with composer.lock 2023-02-22 19:05:36 +01:00
JonOfUs 2ad461e369 Drop nc21,nc22 from CI, set composer php ver to 7.4 2023-02-22 19:05:36 +01:00
JonOfUs e692714042 Fix CI, composer update 2023-02-22 19:05:36 +01:00
JonOfUs e98b7c5d86 Release 3.7.1 - hotfix 2022-11-11 12:42:18 +01:00
JonOfUs 9242def504 Add separate migration so that all systems have the same schema after hotfix 2022-11-11 12:42:18 +01:00
JonOfUs 60b51e8c96 Fix broken migration, lead to errors with too large db keys 2022-11-11 12:42:18 +01:00
Jonathan Flueren 28e46dde65 Release 3.7.0 2022-11-10 22:20:52 +01:00
Jonathan Flueren 003781a8c4 Add doc to override function 2022-11-08 21:11:51 +01:00
Jonathan Flueren 33c5a28250 Define return value of overriding jsonSerialize()
Threw DEPRECATED warnings on php8.x systems
2022-11-08 21:11:51 +01:00
Jonathan Flueren bfb3799f5c Fix indentation 2022-11-08 20:51:38 +01:00
JonOfUs 3c2f229b76 Add migration + test for long podcast feed URLs 2022-11-08 20:51:38 +01:00
Jonathan Flueren 740622af83 Bump version to 3.6.0 2022-10-30 10:41:01 +01:00
Jonathan Flueren 452e876de2 Add 3.6.0 note to changelog 2022-10-30 10:41:01 +01:00
kalle (jag) 3a84b2506b Apply suggestions from code review
Co-authored-by: Jonathan Flueren <11487762+JonOfUs@users.noreply.github.com>
2022-10-28 09:50:44 +02:00
Kalle Fagerberg 5a52efea07 Removed trailing comma in __construct params 2022-10-28 09:50:44 +02:00
kalle (jag) 6420fa4f7d Apply suggestions from code review
Co-authored-by: Jonathan Flueren <11487762+JonOfUs@users.noreply.github.com>
2022-10-28 09:50:44 +02:00
kalle (jag) 575726a0cf Apply suggestions from code review
Co-authored-by: Jonathan Flueren <11487762+JonOfUs@users.noreply.github.com>
2022-10-28 09:50:44 +02:00
Kalle Fagerberg 62675a52a7 Removed unnecessary userId=null checks 2022-10-28 09:50:44 +02:00
Kalle Fagerberg 2d96b26a82 Extracted properties to methods 2022-10-28 09:50:44 +02:00
Kalle Fagerberg a5d5278956 Removed unused code & check for userId==null 2022-10-28 09:50:44 +02:00
Kalle Fagerberg c689439dd4 Cleaned up unused image_proxy endpoint 2022-10-28 09:50:44 +02:00
Kalle Fagerberg 4138250370 Added JsonSerializable on ActionCounts as well 2022-10-28 09:50:44 +02:00
Kalle Fagerberg 5cc63b4582 Removed trailing semicolon 2022-10-28 09:50:44 +02:00
Kalle Fagerberg 1206b97cb3 Added basic sorting 2022-10-28 09:50:44 +02:00
Kalle Fagerberg a5a69fa3f7 Added image proxying/caching 2022-10-28 09:50:44 +02:00
Kalle Fagerberg 5d59cfde56 Updated npm packages 2022-10-28 09:50:44 +02:00
Kalle Fagerberg cbd91452a9 Extracted to separate Vue component 2022-10-28 09:50:44 +02:00
Kalle Fagerberg 4771a52b63 Extracted PodcastData to its own endpoint 2022-10-28 09:50:44 +02:00
Kalle Fagerberg 403ead674d Changed to implement JsonSerializable 2022-10-28 09:50:44 +02:00
Kalle Fagerberg 2b82e9e9c9 Added PodcastData parsing/toArray tests 2022-10-28 09:50:44 +02:00