Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fully vueify notifications #4913

Merged
merged 68 commits into from
Oct 29, 2018
Merged
Show file tree
Hide file tree
Changes from 63 commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
9f6859f
Started vueifying config_notifications.mako
p0psicles Aug 4, 2018
0b49ed0
Merge remote-tracking branch 'remotes/origin/develop' into feature/fu…
p0psicles Aug 18, 2018
6ae2f6a
Added ConfigToggleSlider to index.js.
p0psicles Aug 18, 2018
1081768
Reverted some indents.
p0psicles Aug 18, 2018
c2e7bfb
Sync themes.
p0psicles Aug 18, 2018
ac9280c
Add kodi.password to apiv2.
p0psicles Aug 19, 2018
bba1d01
Added config-textbox component to index.js.
p0psicles Aug 19, 2018
78f8dd7
Updated store with missing attributes.
p0psicles Aug 19, 2018
f54cf0a
Use config-toggle-slider for kodi checkboxes.
p0psicles Aug 19, 2018
154f9e4
Add plex server section.
p0psicles Aug 19, 2018
fbed61e
Added plex home theater.
p0psicles Aug 19, 2018
1a66e10
Move notifications to data_section.
p0psicles Aug 22, 2018
08b01f4
Added store notifiers.js, as notifications.js is already used by some…
p0psicles Aug 22, 2018
477a2e4
Merge remote-tracking branch 'remotes/origin/develop' into feature/fu…
p0psicles Aug 22, 2018
28aaa95
Webpack Build, xo and gulp sync.
p0psicles Aug 22, 2018
39ebda0
Merge branch 'develop' into feature/fully-vueify-notifications
sharkykh Aug 28, 2018
16ca8b7
Merge remote-tracking branch 'remotes/origin/develop' into feature/fu…
p0psicles Sep 18, 2018
24b1f8a
Added notification sections emby, nmj and nmjv2.
p0psicles Sep 18, 2018
b7eac52
Added synology index, synology notifier and pyTivo to Apiv2.
p0psicles Sep 22, 2018
70aa7cc
Added synology index, synology notifier and pyTivo to config_notifica…
p0psicles Sep 22, 2018
6904579
Added growl notifications.
p0psicles Sep 22, 2018
9627847
Added prowl notifier.
p0psicles Sep 24, 2018
1f8cff4
Added sections:
p0psicles Sep 28, 2018
f2129bf
Added notifiers:
p0psicles Sep 28, 2018
db556ce
Fully vueified twitter.
p0psicles Sep 30, 2018
1fc9918
Vueified trakt section.
p0psicles Sep 30, 2018
1ec14af
Removed the watch on the editItems and replaced these with @change ev…
p0psicles Oct 1, 2018
98621b3
Vueified email section.
p0psicles Oct 1, 2018
e41a333
Fixed sending test email.
p0psicles Oct 1, 2018
67b8846
Vueified section slack.
p0psicles Oct 1, 2018
c6d64a7
Add saving.
p0psicles Oct 1, 2018
a03bb05
Fixed saving email addressList.
p0psicles Oct 1, 2018
ca7bc81
email: initialize addressList as array.
p0psicles Oct 1, 2018
c5e472b
Map select-list emitted values to x.value.
p0psicles Oct 1, 2018
0e54a05
Merge remote-tracking branch 'remotes/origin/develop' into feature/fu…
p0psicles Oct 21, 2018
43b316a
Fix xo errors.
p0psicles Oct 21, 2018
a352f76
Run build dev
p0psicles Oct 21, 2018
55e777c
Added notifiers section to api-description.yml
p0psicles Oct 21, 2018
bd315cd
Moved config/search response definition to correct location.
p0psicles Oct 21, 2018
7f73d90
Standardize the notify.snatch => notifyOnSnatch.
p0psicles Oct 21, 2018
4fe942b
Email subject typo.
p0psicles Oct 21, 2018
7f8f262
Yarn dev instead of production build.
p0psicles Oct 23, 2018
4ffbcae
Removed debugger
p0psicles Oct 23, 2018
4fc7039
Updated changelog.
p0psicles Oct 23, 2018
e8c9ccd
Fixed up jquery for:
p0psicles Oct 23, 2018
2fb5984
Fixed some flake warnings.
p0psicles Oct 23, 2018
53ea5aa
email port should be integer
medariox Oct 23, 2018
24dc6eb
Fixed config-textbox-number
p0psicles Oct 25, 2018
63ecad5
Fixed a number js issues. For testing notifiers.
p0psicles Oct 25, 2018
2b77012
Fix snapshot tests for show-selector.
p0psicles Oct 25, 2018
770f115
Fixed show-selector tests.
p0psicles Oct 27, 2018
ef7b1d1
Bump test requirement pycodestyle version.
p0psicles Oct 27, 2018
392f7f8
Merge branch 'develop' into feature/fully-vueify-notifications
p0psicles Oct 27, 2018
a88d41c
Added blank line.
p0psicles Oct 27, 2018
959c8b5
Update pytest test_config.py config/main fixture.
p0psicles Oct 27, 2018
08c0644
Fix fixture for test_config_get_detailed.
p0psicles Oct 27, 2018
ac906f3
Added a new component config-template.vue
p0psicles Oct 28, 2018
def435b
Optimize the usage of v-bind.
p0psicles Oct 28, 2018
6ed3c74
Renamed selectedShowList to selectedShowSlug.
p0psicles Oct 28, 2018
0016d5c
Removed the jquery on click handlers.
p0psicles Oct 28, 2018
1f8adc3
Added (fixed) snotify.
p0psicles Oct 28, 2018
9cc67c1
Merge remote-tracking branch 'remotes/origin/develop' into feature/fu…
p0psicles Oct 28, 2018
3fa238d
Build themes.
p0psicles Oct 28, 2018
b6c3e4b
split notifiers into dir
OmgImAlexis Oct 28, 2018
2bef98f
Recreated snapshots for config-textbox* components.
p0psicles Oct 29, 2018
079bac2
Merge branch 'develop' into feature/fully-vueify-notifications
p0psicles Oct 29, 2018
869c190
Destructured object variables for components, where needed.
p0psicles Oct 29, 2018
8b10bb7
Merge remote-tracking branch 'remotes/origin/develop' into feature/fu…
p0psicles Oct 29, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Vueified restart page, moved JS files to Vue, added `state-switch` component and misc changes ([#5159](https://github.com/pymedusa/Medusa/pull/5159))
- Added support for SABnzbd's Direct Unpack feature ([#5385](https://github.com/pymedusa/Medusa/pull/5385))
- Added config/search values to apiv2 ([#5079](https://github.com/pymedusa/Medusa/pull/5079))
- Vueified "config - notifications" page. Improved components: config-textbox, select-list, show-selector, config-textbox-number. Improved responsiveness of the notification page on smaller screens. ([#5159](https://github.com/pymedusa/Medusa/pull/4913))

#### Fixes
- Fixed many release name parsing issues as a result of updating `guessit` ([#4244](https://github.com/pymedusa/Medusa/pull/4244))
Expand Down
Loading