Jonathan
|
19ff2f826e
fix(User List): let logged-out user know if they are alone
|
3 years ago |
Owen Diffey
|
03c1048781
Homepage redesign
|
3 years ago |
Jonathan
|
1c7bb59428
Merge branch 'polishing' of github.com:Musare/MusareNode into polishing
|
3 years ago |
Jonathan
|
3712506446
feat: allowed anyone to view public playlists on a user's profile
|
3 years ago |
Kristian Vos
|
cc1f6c2b52
Added migration system, including migration 1
|
3 years ago |
Jonathan
|
813f3e5182
refactor: new design for Edit Playlist modal
|
3 years ago |
Jonathan
|
0f58c9803a
feat(CreatePlaylist): privacy can now be specified when creating a playlist
|
3 years ago |
Jonathan
|
f50f3f26d4
fix(Station page/Queue Sidebar): queue takes up full height when button isn't present
|
3 years ago |
Jonathan
|
3bcc4429dd
refactor(Settings): moved tab system to use TabQueryHandler mixin
|
3 years ago |
Jonathan
|
b18e59a85c
feat(Profile): current tab saved on refresh, TabQueryHandler now a mixin
|
3 years ago |
Jonathan
|
b659e5ac06
feat(User List): added share button (cp to clipboard), fixed some overflow issues
|
3 years ago |
Jonathan
|
c876a7f65a
feat(User List): added notification box for messages e.g. 'You're the only user!'
|
3 years ago |
Jonathan
|
f673d11289
feat(User List): non-logged in users must be only be counted once per IP
|
3 years ago |
Jonathan
|
fb55ee2aae
Revert "Removed isUserModifiable playlist attribute"
|
3 years ago |
Owen Diffey
|
e555ec6f12
Removed mongoclient service
|
3 years ago |
Owen Diffey
|
5be688577e
Removed isUserModifiable playlist attribute
|
3 years ago |
Kristian Vos
|
cd9aed3d91
Added genre playlists
|
3 years ago |
Kristian Vos
|
3849741f97
Added option for different playlist types
|
3 years ago |
Jonathan
|
b0589101b0
Merge branch 'polishing' of github.com:Musare/MusareNode into polishing
|
3 years ago |
Jonathan
|
aabe5202ee
fix(User List): fixed, only emits when required, user only ever counts as 1
|
3 years ago |
Kristian Vos
|
4323242651
Reverted webpack change and made rough playlists admin tab
|
3 years ago |
Jonathan
|
8c50a42799
fix(Playlists): fixed shuffle logic, removed unnecessary array sorting
|
3 years ago |
Owen Diffey
|
fae3d2e443
Fixed player-cannot-autoplay
|
3 years ago |
Jonathan
|
22c90b9d79
fix(Liked/Disliked Playlists): fixed repositioning of songs for non user-modifiable playlists
|
3 years ago |
Jonathan
|
d1bb174634
fix(Playlists): songs can't be sortable if they are non user-modifiable
|
3 years ago |
Jonathan
|
e149d1ca48
refactor(SortablePlaylists): no need for interval, vuedraggable has a 'change' event
|
3 years ago |
Jonathan
|
4f498292ca
feat(Playlists): added drag and drop to songs
|
3 years ago |
Jonathan
|
dc6cc820ca
chore: improved webpack hot reload times, removed unnecessary package + log messages
|
3 years ago |
Jonathan
|
ca48a0698a
refactor(css): added universal item class for e.g. queue items, playlist items
|
3 years ago |
Jonathan
|
32698e1a9f
feat(AddToPlaylist): dropdown will close when a click occurs outside of its bounding box
|
3 years ago |