|
a336c3a4dc
|
Trim username spaces while logging in
|
2017-08-14 10:40:26 +02:00 |
|
|
ebaf17e6e4
|
Auto log user after register
|
2017-08-13 23:23:23 +02:00 |
|
|
3f2fd35195
|
Only show the activation page for unactivated users
|
2017-08-13 23:23:23 +02:00 |
|
|
9aebee2c4a
|
Add an "activated" field in the user table
|
2017-08-13 08:00:28 +02:00 |
|
|
fe27ef3806
|
Add an admin panel for the admin users
|
2017-08-11 11:08:33 +02:00 |
|
|
a7b88ca7e2
|
Add call to list users
|
2017-08-11 11:08:33 +02:00 |
|
|
033ad31c71
|
Merge branch 'smarterRefresh' into 'master'
Try to be smart on refresh
See merge request !85
|
2017-06-14 12:03:52 +00:00 |
|
|
e382cd0dd9
|
Try to be smart on refresh
We now refresh wishlisted shows and movies too
And we only look for torrents for episodes of the last season of the
wishlisted shows
|
2017-06-14 13:21:11 +02:00 |
|
|
74898cbf3f
|
Add config for the periodic refresh of the videos
|
2017-06-13 13:13:08 +02:00 |
|
|
429ac99751
|
Add a config to set the info refresh interval
|
2017-06-12 13:59:49 +02:00 |
|
|
6464015b63
|
Fix error while getting no result from a search
|
2017-06-09 13:28:04 +02:00 |
|
|
5264fb049b
|
Fix poster list keys
|
2017-06-09 13:11:00 +02:00 |
|
|
e3761635c5
|
Move the clearfix hack to the list
|
2017-06-05 16:46:15 +02:00 |
|
|
de42615383
|
Update the poster selection to be smoother
|
2017-06-05 16:29:35 +02:00 |
|
|
e9138ab303
|
Let the player take 90% of the screen by default
|
2017-06-05 15:29:25 +02:00 |
|
|
d181d53f4c
|
Fix page reload after adding a torrent URL
|
2017-06-05 13:36:03 +02:00 |
|
|
265eeb1ec3
|
Close the navbar after a search on a mobile device
|
2017-06-05 13:31:37 +02:00 |
|
|
587e304179
|
Add torrents on MyMovie page
|
2017-06-04 23:07:56 +02:00 |
|
|
fa1765f3d4
|
Fix logrus import path
|
2017-06-04 18:23:25 +02:00 |
|
|
62bcc24c39
|
Add button to remove torrents
|
2017-06-04 16:01:34 +02:00 |
|
|
3f4b4c2129
|
Update the subtitles dropdown to stay open after refresh
|
2017-06-03 19:55:18 +02:00 |
|
|
daae180410
|
Fix empty subtitle error in the download button
|
2017-06-03 15:57:57 +02:00 |
|
|
72c7814239
|
Refactor the ListDetails component
|
2017-06-03 15:48:33 +02:00 |
|
|
86f0377d92
|
Refactor the SubtitlesButton component
|
2017-06-03 15:48:33 +02:00 |
|
|
f54ff38039
|
Add a RefreshIndicator component
|
2017-06-03 15:48:33 +02:00 |
|
|
cb7706b394
|
Add an imdb button component
|
2017-06-03 15:48:33 +02:00 |
|
|
e2445bc287
|
More control on the poster component update
|
2017-06-02 22:26:01 +02:00 |
|
|
643bd3aa9a
|
Lint all the things !
|
2017-06-02 22:17:41 +02:00 |
|
|
9ed1b2dccb
|
Lint the actions
|
2017-06-02 21:27:13 +02:00 |
|
|
3121e86005
|
Lint store.js
|
2017-06-02 21:24:09 +02:00 |
|
|
6075767960
|
Lint routes.js
|
2017-06-02 21:23:28 +02:00 |
|
|
2beb872de9
|
Lint request.js
|
2017-06-02 21:23:21 +02:00 |
|
|
14a0f19aa8
|
Lint app.js
|
2017-06-02 21:20:54 +02:00 |
|
|
50ae9c7a25
|
Lint the reducer index
|
2017-06-02 21:19:50 +02:00 |
|
|
d144d0a982
|
Update the shows reducer from switch to map
|
2017-06-02 21:18:44 +02:00 |
|
|
255aa83453
|
Update the user reducer from switch to map
|
2017-06-02 21:12:20 +02:00 |
|
|
99fbe22d6d
|
Update the torrent reducer from switch to map
|
2017-06-02 21:08:26 +02:00 |
|
|
7014b3933d
|
Update the show reducer from switch to map
|
2017-06-02 21:06:03 +02:00 |
|
|
e286f5d2da
|
Update the alert reducer from switch to map
Switch to immutable while we're here
|
2017-06-02 20:58:38 +02:00 |
|
|
b61be889dd
|
Update the movie reducer from switch to map
|
2017-06-02 20:54:41 +02:00 |
|
|
91aea923d2
|
Use the immutable subtitles in the player
|
2017-06-02 15:02:47 +02:00 |
|
|
06517be48b
|
Update the user store to be immutable
|
2017-06-02 14:39:07 +02:00 |
|
|
d0d3f63012
|
Remove react-redux-form
|
2017-06-02 13:57:17 +02:00 |
|
|
9e5ae81f4e
|
Update the shows store to be immutable
|
2017-06-02 13:49:58 +02:00 |
|
|
80db4383a3
|
Update the movie store to be immutable
|
2017-06-02 13:49:31 +02:00 |
|
|
697997c0ae
|
Merge branch 'splitShowStore' into 'master'
Split show store
See merge request !75
|
2017-05-31 12:43:34 +00:00 |
|
|
dd3ab77f2c
|
Make the show store immutable
|
2017-05-31 13:55:03 +02:00 |
|
|
7a7a5ea93c
|
Add remove torrent feature
|
2017-05-30 14:38:40 +02:00 |
|
|
33137e0035
|
Split the store of the show
|
2017-05-30 13:08:42 +02:00 |
|
|
82cfab3c11
|
Fix show buttons layout
|
2017-05-29 15:10:21 +02:00 |
|