Jakob Ankarhem
3d6b343413
feat(frontend): add loading bar indicator ( #1170 )
4 years ago
TheCatLady
b36aff912a
refactor(ui): move user-related settings out of "General Settings" ( #1143 )
4 years ago
TheCatLady
75011610e5
feat: add language-filtered Discover pages ( #1111 )
4 years ago
sct
63c122e5e0
refactor: move genre/studio/network calls into their own endpoints
...
this commit also adds a `useDiscover` hook to help with creating discover pages with less repeating
code
4 years ago
TheCatLady
f28112f057
feat: add genre/studio/network view to Discover results ( #1067 )
...
* feat: add genres view to movie/series Discover results
* feat: add studio/network view to movie/series Discover results
* fix: remove with_release_type filter, since it is removing valid/desired results
4 years ago
sct
9ce88abcc8
fix: added missing language default for ssr context defaults
4 years ago
TheCatLady
6ecd202607
fix(frontend): use region settings instead of hardcoded 'US' value for movie/TV ratings ( #1006 )
4 years ago
Daniel Carter
b557c06b0a
feat(regions): add region/original language setting for filtering Discover ( #732 ) ( #942 )
4 years ago
sct
bbb683e637
feat: user profile/settings pages ( #958 )
4 years ago
TheCatLady
29b97ef6d8
feat(notif): Add Pushbullet notification agent ( #950 )
4 years ago
Jakob Ankarhem
e5966bd3fb
feat(users): add reset password flow ( #772 )
4 years ago
TheCatLady
35c6bfc021
feat(ui): Add custom title functionality ( #825 )
4 years ago
TheCatLady
9d0d5b86aa
feat(ui): Add local login setting ( #817 )
4 years ago
sct
cfacb151b5
feat(lang): add support for Hungarian language
4 years ago
sct
996bd9f14e
feat(cache): add cache table and flush cache option to settings
...
also increases tmdb cache times to about 6 hours (12 hours for detail requests)
4 years ago
TheCatLady
3c5ae360fd
fix(lang): translate language names & change zh-Hant language code to zh-TW ( #793 )
4 years ago
TheCatLady
f05d4a0d0b
fix(ui): Capitalization, punctuation, and grammar inconsistences & errors ( #731 )
4 years ago
sct
e044146aa5
feat(lang): add support for Portuguese (Portugal) language
4 years ago
sct
6c1742e94c
feat(frontend): add option to hide all available items from discovery ( #699 )
4 years ago
sct
686c4f71bf
feat(lang): add support for Chinese (Traditional) language
4 years ago
sct
a7cc7c5975
feat(notifications): Webhook Notifications ( #632 )
4 years ago
sct
6b2df24a2e
feat: 4K Requests ( #559 )
4 years ago
Jakob Ankarhem
ee5d0181fc
feat(notifications): add pushover integration ( #574 )
...
* feat(notifications): add pushover integration
* refactor(pushover): group i18n translations
4 years ago
sct
8c0903393c
fix(holiday): remove special holiday slider
4 years ago
sct
fae4818957
fix(frontend): set locale cookie expiration to be much longer
4 years ago
sct
75a426437a
feat: status checker to prompt users to reload their frontend when app version changes
4 years ago
Jakob Ankarhem
c8d4d674f4
feat(frontend): add telegram integration ( #491 )
...
* feat(frontend): add telegram notification agent
* feat(telegram): add i18n keys for telegram
* style(telegram): change message formatting in notification
* feat(telegram): add short tutorial for telegram setup
* feat(telegram): add i18n keys for telegram tutorial
* style(telegram): correct grammar in infobox
Co-authored-by: sct <ryan@sct.dev>
* fix(telegram): redo i18n extraction
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@jetshop.se>
Co-authored-by: sct <ryan@sct.dev>
4 years ago
sct
1163e81adc
feat(notifications): add slack notification agent
...
re #365
4 years ago
sct
a333a09582
feat: add collections ( #484 )
...
closes #418
4 years ago
sct
604ba2a92f
feat(frontend): add full crew page for movies/shows
4 years ago
sct
c9fe6cb0b7
feat(lang): add support for swedish language
4 years ago
sct
108dfc4afd
feat(lang): add support for Italian, Portuguese (Brazil) and Serbian
4 years ago
sct
5e5ba40505
fix: change default internal port to 5055 ( #389 )
4 years ago
sct
908f63557c
feat(holiday): special seasonal slider added to discover :)
4 years ago
sct
d9788c4aa9
feat(frontend): temporary logs page to clear up confusion about it 404ing
...
This commit also disables the "Run Now" buttons under Jobs until they actually work
re #272
4 years ago
sct
e8776fd336
refactor(frontend): titlecard behavior changed to allow clicking anywhere to go through to title
...
mobile behavior remains mostly the same, except after the first click, a second click anywhere else
will go through to the title.
4 years ago
sct
6cd20491d2
feat(lang): add support for Spanish language
4 years ago
sct
3f2a04c881
feat: about page initial version
...
Adding something to the about page for now, including the app version to better know what versions
of the app people are running
4 years ago
sct
051f1b3e89
feat(frontend): add full cast page for movies and series
4 years ago
sct
d6eb3ae64e
feat: person details page
4 years ago
sct
df94db050b
feat(lang): add support for dutch language
4 years ago
sct
8d8e750982
feat(lang): add support for russian languge
4 years ago
sct
d38b28d206
feat(lang): add nb-NO and de language support to app
4 years ago
sct
a8393707fe
feat: generate real api key
...
This also hides the api key from users without the ADMIN permission. It will not be returned from
the api for them. Regenerate functionality is not in the commit.
4 years ago
sct
8e6daf7bd2
fix: fix a few misc unused imports and useless assignments/conditionals
4 years ago
sct
79a352b7b3
build(deps): update dependencies and update relevant files
4 years ago
sct
1ba027b435
feat(frontend): initial version of the requests page (no filtering/sorting)
4 years ago
sct
659a601877
feat(frontend): added more localized strings
4 years ago
sct
0d73d88f35
feat: other email notifications for approved/available
...
also adds UI to configure email notifications to frontend
4 years ago
sct
0601b44687
feat: throw 404 when movie/tv show doesnt exist
...
also adds site webmanifest for mobile icons and title changes for tv/movie pages
4 years ago
sct
d8e542e5fe
feat: notification framework
4 years ago
sct
94eaaf96b4
feat: upcoming/trending list views and larger title cards
4 years ago
sct
185ac2648f
feat: user edit functionality (managing permissions)
4 years ago
sct
a99705f6a5
feat: force setup if app is not initialized
4 years ago
Jeff Bentley
366074c12a
[Design/Routes] Welcome Screen / Initial Setup ( #42 )
...
* feat(new component): welcome screen and initial setup component
* feat(frontend): setup with login, settings, radarr/sonarr
* feat(frontend): add login functionality to login step for setup
Co-authored-by: Alexander Zoitos <azoitos1@gmail.com>
4 years ago
sct
1390cc1f13
feat(api): plex tv sync and recently added sync
4 years ago
sct
24a0423f3b
feat: initial user list (no edit/delete yet) and job schedules
4 years ago
sct
c4ac357ef4
feat: radarr edit/create modal/backend functionality
4 years ago
sct
47714b698c
feat(frontend): plex settings page
4 years ago
sct
8742da0ebb
feat(frontend): initial Settings design
4 years ago
Alex Zoitos
f628903577
Custom 404/Error page ( #133 )
...
* feat(frontend): custom 404 + error page with intl formatting
* style(frontend): add styling for error message
4 years ago
Alex Zoitos
4d0c23c269
When opening plex Oauth window, open an empty page then redirect to plex oauth ( #127 )
...
* feat(frontend): custom toast
* refactor(frontend): move toast width styling to globals
* feat(frontend): add loading spinner for browser popup
4 years ago
Alex Zoitos
7cb92028fb
Redesign toasts ( #103 )
...
* feat(frontend): custom toast
* refactor(frontend): move toast width styling to globals
Co-authored-by: sct <sct@users.noreply.github.com>
4 years ago
sct
1be8b18361
feat(api): plex Sync (Movies)
...
Also adds winston logging
4 years ago
sct
02cbb5b030
feat(frontend/api): tv details page
4 years ago
sct
fdf9f38776
fix(frontend): run initial props for children components after getting the user
4 years ago
sct
9131254f33
feat(frontend/api): i18n support
4 years ago
sct
04252f88bb
feat(frontend/api): cast included with movie request and cast list on detail page
4 years ago
sct
6398e3645a
feat(frontend/api): movie recommendations/similar request and frontend detail page update
4 years ago
sct
be0003a85d
feat(frontend): discover tv/movies full page
...
Also adds ListView component for infinite scrolling pages
4 years ago
sct
73ce24a37b
feat(frontend): title detail (movie) initial version
4 years ago
sct
4638fae336
feat(frontend): refresh indicator for titlecards / toasts
4 years ago
sct
342d1a3c75
feat(frontend): initial search functionality ( #78 )
4 years ago
sct
bbfe349b52
feat(frontend): basic discover page (only movies) ( #74 )
4 years ago
Alex Zoitos
432ad76b3b
Titlecard Component ( #56 )
...
* feat(titlecard): initial titleCard
* fix(frontend): fix aspect ratio of titlecard
* style(frontend): title card styling - transition effect
* refactor(frontend): title card props - showDetail change
Co-authored-by: sct <sctsnipe@gmail.com>
4 years ago
sct
cb9098f457
feat: logout route/sign out button ( #54 )
4 years ago
sct
190a8831c7
User Context ( #51 )
...
* feat(frontend): user Context / useUser hook
Adds a UserContext to wrap the app and load/cache the user when the website renders. Also adds the
useUser hook to pull in user data anywhere its needed on the site. This commit also adds redirection
to the login page for users who are not signed in
* fix(frontend): use process.env.PORT for user request on server side (defaults to 3000)
* docs(frontend): added documentation/notes for how the user context/login works
4 years ago
Alexander Zoitos
e61d9a767f
refactor(app conditional cleanup): remove unnecessary else statement
4 years ago
Alexander Zoitos
0151134949
refactor(use component on login path conditional): use component on login path conditional
4 years ago
Alexander Zoitos
159718891f
feat(pass pageprops to loginpage): pass page props to loginPage
4 years ago
Alexander Zoitos
7d179ae3b4
feat(login route conditional): on login route, do not display layout
4 years ago
Alexander Zoitos
6e47be2fa8
feat(login component/route): add: Login Component and Route
4 years ago
sct
1f497e8913
feat(layout): created Layout component
...
Also adds a Transition component for dealing with transitions easily with tailwind
4 years ago
sct
c6474558f1
style: added Inter font for use with Tailwind UI
4 years ago
sct
0abf743b17
feat(components/plexloginbutton): added PlexLoginButton
4 years ago
sct
72f9624f1d
feat(plex/utils): added Plex OAuth class
4 years ago