| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-20 | Merge pull request #7544 from jaantaponen/long-filename-fix | Cody Robibero | |
| (cherry picked from commit 8a1eca09138d50c033b100a63e5f51d18e3669bb) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-04-28 | Merge pull request #7625 from crobibero/xml-cache-delete | Cody Robibero | |
| (cherry picked from commit ec6f7bdcfffd6d5e05db783226da9cc4ce2df614) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-04-17 | Merge pull request #7592 from 1337joe/live-tv-fixes | Cody Robibero | |
| (cherry picked from commit cd93f49fa87d6e5b0bcc535f8f92b5709b0e3153) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-04-17 | Merge pull request #7567 from cvium/fix_xmltv_caching | Cody Robibero | |
| (cherry picked from commit 385a0b94373606983051ff7662dfbe1e5514d4bc) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-04-07 | Merge pull request #7542 from 1337joe/make-recording-stop | Cody Robibero | |
| Make recording stop at scheduled stop time (cherry picked from commit 132c85e554db0c80dab6e66ad17c504641431d5b) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-02-17 | Remove some dead code | Bond_009 | |
| 2022-02-15 | Fix some warnings | Bond_009 | |
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-02-06 | Merge pull request #7241 from Bond-009/async5 | Cody Robibero | |
| 2022-01-22 | Merge pull request #7235 from Bond-009/async4 | Cody Robibero | |
| 2022-01-22 | Merge pull request #7236 from Bond-009/taskcompletionsource | Cody Robibero | |
| 2022-01-22 | Flush to disk async where possible | Bond_009 | |
| 2022-01-22 | Use Guid for BaseItemDto parent ids | Niels van Velzen | |
| 2022-01-22 | Always create TaskCompletionSource<T> with ↵ | Bond_009 | |
| TaskCreationOptions.RunContinuationsAsynchronously | |||
| 2022-01-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2022-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2022-01-10 | Fix warning SA1414 and CA1849 | Bond_009 | |
| 2022-01-07 | Remove task cancellation hacks | Bond_009 | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-24 | Merge branch 'master' into comparisons | Cody Robibero | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-12-01 | Use JsonContent where possible | Bond_009 | |
| Should reduce the # of allocated bytes | |||
| 2021-11-16 | Remove unused dependencies | cvium | |
| 2021-11-15 | Fix some warnings | Bond_009 | |
| 2021-11-10 | Replace PBKDF2-SHA1 with PBKDF2-SHA512 | Bond_009 | |
| This also migrates already created passwords on login Source for the number of iterations: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2 | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-09 | Merge pull request #5905 from BaronGreenback/TVFix | Claus Vium | |
| Fix for Livetv and DLNA when bind interfaces specified. | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-11-08 | Merge branch 'master' into TVFix | cvium | |
| 2021-10-26 | Merge pull request #6551 from MrChip53/xmltv-improve | Claus Vium | |
| 2021-10-09 | Merge pull request #6501 from crobibero/schedules-direct | Claus Vium | |
| 2021-10-09 | Fix indentation and build errors | Cody Robibero | |
| 2021-10-09 | Merge pull request #6657 from Bond-009/dotnetbug | Claus Vium | |
| 2021-10-08 | Merge pull request #6678 from Bond-009/random | Claus Vium | |
| Use new Random.Shared instead of creating new instances | |||
| 2021-10-08 | Merge remote-tracking branch 'upstream/master' into schedules-direct | Cody Robibero | |
| 2021-10-08 | Use new Random.Shared instead of creating new instances | Bond_009 | |
| 2021-10-06 | Fix the last few warnings | Bond_009 | |
| Enables TreatWarningsAsErrors for all projects | |||
| 2021-10-03 | Fix warnings in EmbyTV | Patrick Barron | |
| 2021-10-03 | Remove workaround for dotnet/runtime#42790 | Bond_009 | |
| 2021-10-01 | Enable nullable for ItemDataProvider | Bond_009 | |
| 2021-09-25 | Merge pull request #6614 from Bond-009/warn36 | Claus Vium | |
| 2021-09-25 | Fix some warnings | Bond_009 | |
| 2021-09-25 | Remove sync FileStream hack | Bond_009 | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-21 | Fix issue #6587 | Bond_009 | |
| 2021-09-21 | Specify DateTimeStyles when possible | Bond_009 | |
| 2021-09-20 | Merge pull request #6538 from cvium/livetv_oh_no | Bond-009 | |
