TheCatLady
192cfd8a8e
feat(api): /request/count endpoint ( #682 )
2021-01-19 09:33:30 +09:00
Roxedus
70229d12ab
docs(reverse-proxy): Add note for bundled sample SWAG ( #681 ) [skip ci]
...
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com >
2021-01-18 17:40:19 -05:00
sct
eb6fc8a190
fix(notifications): send media declined email
...
fixes #679
2021-01-18 22:11:28 +00:00
sct
2f97f61a6e
feat(notifications): add notification for declined requests
...
closes #663
2021-01-18 06:34:20 +00:00
samwiseg0
4fe8172eb1
build(snapcraft): Fix arm build by using py2 ( #671 )
2021-01-18 14:31:44 +09:00
samwiseg0
c8a8de38cc
build(snapcraft): Add snapcraft build yaml and workflow ( #608 )
2021-01-18 12:58:14 +09:00
sct
00944b1ec2
fix(frontend): do not show failed media status on request list for declined requests
...
fixes #664
2021-01-18 02:55:09 +00:00
sct
7db62ab824
fix(api): improve rottentomatoes rating matching for movies
...
fixes #494
2021-01-18 02:47:12 +00:00
sct
860d71ed69
fix(frontend): clarify which fields are required in radarr/sonarr modals
...
closes #575
2021-01-18 02:40:03 +00:00
sct
51d8fba916
fix(server): support absolute paths for CONFIG_DIRECTORY
2021-01-18 01:25:44 +00:00
sct
fa8f112c31
feat(server): add CONFIG_DIRECTORY env var to control config directory location
2021-01-18 01:15:08 +00:00
sct
b0ce0406bb
chore: remove old unused logo.svg [skip ci]
2021-01-18 01:05:50 +00:00
sct
7fe80cd4ad
build(deps): batch update dependencies
2021-01-18 01:00:12 +00:00
allcontributors[bot]
d8a402aed2
docs: add hirenshah as a contributor ( #668 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-01-18 09:49:11 +09:00
hirenshah
03c690b00b
docs: Update LE/NGINX to remove CSP [skip ci]
2021-01-17 12:13:38 -05:00
sct
bdb33722e6
feat(requests): Request Overrides & Request Editing ( #653 )
2021-01-17 22:52:50 +09:00
sct
d9919abb89
fix(lang): add missing see more i18n string for SeeMoreCard
2021-01-17 08:24:47 +00:00
sct
587e8db15e
feat(frontend): add see more card to media sliders
2021-01-17 08:23:34 +00:00
sct
a77a2aa3eb
fix(lang): change email auth user/pass strings to SMTP Username/Password
2021-01-17 06:38:40 +00:00
sct
5cfdfac37b
refactor(frontend): move discovery sliders into reusable MediaSlider component
2021-01-15 04:14:05 +00:00
Jakob Ankarhem
b04d00ef50
fix(user edit): fix user edit not being able to be saved ( #651 )
...
Co-authored-by: sct <sctsnipe@gmail.com >
2021-01-15 12:05:58 +09:00
sct
23624bd144
fix(build): remove cross import from client to server for UserType
2021-01-14 13:08:48 +00:00
Jakob Ankarhem
492e19df40
feat(login): add local users functionality ( #591 )
2021-01-14 21:03:12 +09:00
sct
f17fa2a2db
fix(notifications): correctly compare seasons before sending series notifications
2021-01-13 12:24:08 +00:00
sct
d688a96759
fix(plex-sync): store plex added date and sort recently added by it
2021-01-13 09:51:11 +00:00
sct
a262727078
fix(frontend): fix request button height
2021-01-12 23:39:39 +00:00
sct
29c5bc4097
feat(frontend): add template variable help button to custom webhook settings page
2021-01-12 13:22:07 +00:00
sct
3e476868b1
docs: notification agent docs added
2021-01-12 22:14:59 +09:00
sct
d9e0c90e76
fix(frontend): fix button styling on details page on small screen sizes
2021-01-12 12:25:57 +00:00
sct
a740b07f06
fix(plex-sync): improve plex sync error handling. add session id to fix stuck runs
2021-01-12 11:53:35 +00:00
sct
a7cc7c5975
feat(notifications): Webhook Notifications ( #632 )
2021-01-12 18:28:42 +09:00
sct
1aa0005b42
fix(frontend): show correct request status on request cards for 4k requests
2021-01-11 16:02:08 +00:00
sct
fc6f7ccea5
fix(notifications): only send one available notification for standard media
2021-01-11 15:45:28 +00:00
sct
e0d9f891e7
fix(requests): select the correct radarr/sonarr server when sending request to service
2021-01-11 15:32:59 +00:00
sct
b491be1b1e
fix(frontend): request dropdown menu now properly shows up over collection button
2021-01-11 15:23:24 +00:00
sct
6b2df24a2e
feat: 4K Requests ( #559 )
2021-01-11 23:42:33 +09:00
sct
79629645aa
revert(deps): revert back to next@10.0.3 until sharp optional dependency bug is fixed
...
see: https://github.com/vercel/next.js/issues/20456
2021-01-08 14:13:35 +00:00
Mārtiņš Možeiko
0600ac7c3a
feat: map AniDB IDs from Hama agent to tvdb/tmdb/imdb IDs ( #538 )
...
* feat: map AniDB IDs from Hama agent to tvdb/tmdb/imdb IDs
re #453
* refactor: removes sync job for AnimeList, load mapping on demand
* refactor: addressing review comments, using typescript types for xml parsing
* refactor: make sure sync job does not update create same tvshow/movie twice
Hama agent can have same tvdbid it for different library items - for example
when user stores different seasons for same tv show separately. This change
adds "AsyncLock" that guarantees code in callback runs for same id fully,
before running same callback next time.
* refactor: do not use season 0 tvdbid for tvshow from mapping file
* refactor: support multiple imdb mappings for same anidb entry
* refactor: add debug log for missing tvdb entries in tmdb lookups from anidb/hama agent
2021-01-08 09:46:00 +09:00
semantic-release-bot
c6486c3643
chore(release): 1.16.0
2021-01-07 09:58:09 +00:00
sct
f9695068a8
Merge branch 'develop'
2021-01-07 09:53:04 +00:00
Weblate (bot)
2bfe0f2bf6
feat(lang): Translations update from Weblate ( #580 )
...
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (433 of 433 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (454 of 454 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (433 of 433 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (454 of 454 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (433 of 433 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (454 of 454 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (454 of 454 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (433 of 433 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Paul <panzer1119@gmail.com >
Co-authored-by: cyb3rgh05t <flammang.yves@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 98.2% (446 of 454 strings)
Co-authored-by: Jos Vennik <josvennik@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Paul <panzer1119@gmail.com >
Co-authored-by: cyb3rgh05t <flammang.yves@gmail.com >
Co-authored-by: Jos Vennik <josvennik@gmail.com >
2021-01-07 18:50:51 +09:00
sct
493d82b6b0
fix(plex-sync): do not run plex sync if no admin exists
2021-01-06 00:55:53 +00:00
sct
e2c2172ac6
build(deps): batch update dependencies
2021-01-05 15:17:46 +00:00
Jakob Ankarhem
ee5d0181fc
feat(notifications): add pushover integration ( #574 )
...
* feat(notifications): add pushover integration
* refactor(pushover): group i18n translations
2021-01-05 13:19:25 +09:00
sct
67f2b57f00
fix(frontend): apply same titlecard hover effect to personcard
2021-01-04 16:40:39 +00:00
sct
88810bf0a4
fix(frontend): use hardware acceleration for titlecard scale
2021-01-04 16:09:09 +00:00
sct
0ab4c3c36f
fix(frontend): only animate titlecard when showDetail is true
2021-01-04 15:33:07 +00:00
sct
effc80977a
fix(frontend): adjust titlecard badge styling
...
this commit aligns the badges, removes the border from the availability badge (replaces it with a
light shadow) and also adds a new animation to the titlecard
2021-01-04 15:21:46 +00:00
semantic-release-bot
fd90adba4d
chore(release): 1.15.0
2021-01-04 12:01:25 +00:00
sct
970aa612fe
Merge pull request #570 from sct/release/release-20210104
...
Release
2021-01-04 20:56:34 +09:00