1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 02:22:31 +01:00
Commit Graph

172 Commits

Author SHA1 Message Date
kay.one
53bb6254fd removed some false/positive error message from the UI. 2013-05-28 22:03:43 -07:00
Mark McDowall
1d007be8fd Notifications wired up 2013-05-28 19:49:34 -07:00
Mark McDowall
e4410d8cb7 Able to create new Newznab indexers 2013-05-28 19:49:33 -07:00
Mark McDowall
5660b5086c Cleaned up a bit 2013-05-28 19:49:32 -07:00
kay.one
6144ff8f3e better handling of situations where a parsed episode isn't in the database. 2013-05-28 18:28:47 -07:00
kay.one
70126a302a delete all client side cookies. 2013-05-27 23:03:25 -07:00
kay.one
e4e6bcae1d last used quality profile is now used as default 2013-05-27 22:40:58 -07:00
Keivan Beigi
465dc725c8 finished add series,
still has a few rough edges but should be functional.
2013-05-27 19:06:47 -07:00
Mark McDowall
ea929974f3 Can add indexer (in UI) 2013-05-27 17:20:24 -07:00
kay.one
6e6df842a0 removed add series tab 2013-05-26 23:20:03 -07:00
Mark McDowall
d8259f5cff Removed ugly notification icons 2013-05-26 22:32:45 -07:00
Mark McDowall
ff29ab9150 Purdy Add Notifications 2013-05-26 22:27:33 -07:00
kay.one
8dee1e00e5 fixed modal opening a modal. 2013-05-26 18:19:26 -07:00
kay.one
84cc7eaa68 updated marionette 2013-05-25 23:33:21 -07:00
kay.one
5ad5307a7b add existing has a load more button that shows all of the results. 2013-05-25 22:54:28 -07:00
kay.one
2a89897a99 fixed posters for add series search 2013-05-25 22:54:27 -07:00
Mark McDowall
9ed187202a Fixed notifications re GH feedback. 2013-05-25 17:36:12 -07:00
Mark McDowall
3b09cc1240 Notification Schema in UI 2013-05-24 23:38:43 -07:00
kay.one
42994ae39d fixed new series id in addseries.collection 2013-05-24 21:55:13 -07:00
Mark McDowall
e1b9fb2f16 Should ignore Id when its 0 2013-05-24 20:40:35 -07:00
Keivan Beigi
343a794c2a existing series search shows first suggestion
requests are sent to server sequentially not to kill the client.
2013-05-24 19:09:03 -07:00
Mark McDowall
482cbc20a3 Notification schema added to server side. 2013-05-24 18:51:47 -07:00
Mark McDowall
dfe8d5436a Mutators for DeepModel, fixed QualityProfile settings 2013-05-23 23:15:00 -07:00
kay.one
347bcb0cf4 client side config uses localstorage instead of cookies 2013-05-23 22:58:49 -07:00
Mark McDowall
95a9a297bc RootFolder removed from Series, going back to Path 2013-05-23 21:45:11 -07:00
Mark McDowall
75def198e4 History and missing show 15 items now 2013-05-23 21:45:10 -07:00
Mark McDowall
01075ec8d5 Fixed indexer settings, switches are Yes/No now 2013-05-23 08:37:00 -07:00
Mark McDowall
2c519a7dcd Added spinner to add series buttons 2013-05-22 23:25:58 -07:00
Mark McDowall
8713ebefd6 No longer creating folders for existing series 2013-05-22 22:38:13 -07:00
kay.one
4da6654440 Added Auth, startup options to UI
Added caching to ConfigFileProvider,
2013-05-22 22:12:15 -07:00
Mark McDowall
c039aedbb9 Using messenger for notifications on series add 2013-05-22 20:38:05 -07:00
Mark McDowall
42fb4fcaa4 Removed tablesorter 2013-05-22 20:38:04 -07:00
kay.one
4b5b0ad751 renamed remove methods in QualityProfile, Notification 2013-05-22 19:39:28 -07:00
Mark McDowall
34e35bd00b FormBuilder split out 2013-05-21 20:33:35 -07:00
Mark McDowall
339e220cac Fixed booleans when sent to client in fields 2013-05-21 00:56:32 -07:00
Mark McDowall
cdd03fa712 Updated modelbinder to latest master 2013-05-21 00:56:31 -07:00
Mark McDowall
63f2ba7f77 More notificationUI changes, start notification updates 2013-05-21 00:56:28 -07:00
Mark McDowall
c5376319fe Notification settings added to the UI 2013-05-21 00:56:28 -07:00
kay.one
b010c8d5a1 fixed application crash on IE.
removed changed header text to be capitalize instead of uppercase
2013-05-20 17:34:02 -07:00
kay.one
95a6dfc34e added episode detail modal
summary tab is working.
2013-05-20 17:17:33 -07:00
kay.one
80759f923e diskscan is triggered when new episodes are added. 2013-05-20 15:45:16 -07:00
kay.one
c6933f0228 episode grid is lining up properly. 2013-05-20 14:42:20 -07:00
kay.one
8528bb1301 updated modelbinder, mutator, pagable, lunr. 2013-05-20 14:10:21 -07:00
kay.one
41c886b5dc adding episode status to episode view. 2013-05-20 14:06:01 -07:00
kay.one
21e9bad6d5 removed episode status from server. 2013-05-20 14:05:48 -07:00
kay.one
dabbd5f90e fixed mediacover images not being returned.
autocomplete now shows 20 results instead of 8
2013-05-20 13:30:23 -07:00
Mark McDowall
e9bf78a97d Notifications wired up server sided 2013-05-19 18:32:25 -07:00
Mark McDowall
92d913e4ac Better Backgrid.Column defaults, much cleaner 2013-05-16 20:47:28 -07:00
Mark McDowall
16e13e0c24 Posters/Banners/Fanart served from App_Data 2013-05-16 20:03:52 -07:00
Keivan Beigi
16e00d77ca updated handlebar runtime. update your compiler 'npm update' 2013-05-16 15:49:57 -07:00