Peter Deltchev
0109244115
Feature/notifications ( #87 )
...
* #25 : Implemented enough of the notification system to start writing drivers.
* #25 : Implemented most of the Pony.fm notification driver's backend.
* #25 : Abstracted the logic for building lists of notification recipients.
* #25 : Implemented notification API endpoints for the SPA.
* Front end setup for notifications
* #25 : Implemented notification API endpoints for the SPA.
2016-05-27 20:12:40 +01:00
Josef Citrine
47160cd84c
Unbroke some stuff
...
Getting creative with these names
2016-05-21 23:22:43 +01:00
Josef Citrine
f60ab7c73f
Webpack doing its thing
2016-05-21 22:15:37 +01:00
Josef Citrine
32cdf6910a
Npm-ified angular-strap
2016-05-21 21:34:12 +01:00
Josef Citrine
5b8fb0f025
Switched to angular-strap
2016-05-21 19:29:07 +01:00
Josef Citrine
3474664520
Track player optimisations for mobile
2016-05-20 01:10:31 +01:00
Josef Citrine
44bcf87ddb
New profiles, works better on mobile
2016-05-19 22:31:04 +01:00
Josef Citrine
ca397f09fc
Basic mobile support ( #81 )
...
Mobile specific view. Basically Pony.fm desktop squashed into a mobile view
2016-05-19 00:46:58 +01:00
Josef Citrine
87d25bb8b8
Admin album editing
2016-05-18 01:27:59 +01:00
Josef Citrine
7bc8852043
Check if logged before checking admin
2016-05-17 12:59:46 +01:00
Josef Citrine
40122a9446
Admins can edit users
2016-05-17 00:30:05 +01:00
Josef Citrine
9f01a0cbc5
Repeat playlists
2016-05-16 21:43:55 +01:00
Josef Citrine
2d1e7448f1
Repeat button #77
2016-05-16 17:24:13 +01:00
Maximilian Walter
eba5cbacc2
fixed: profile button highlighting
2016-05-16 16:00:28 +02:00
Josef Citrine
09d3dc3a32
Pagination for admin track viewer
2016-05-16 01:19:34 +01:00
Josef Citrine
1ed0d54ab3
Fixed null error while checking for admin
2016-05-16 01:08:06 +01:00
Josef Citrine
17a9f6e50c
Error handling and switched to username
2016-05-15 23:22:32 +01:00
Josef Citrine
d01b24a91f
Admins can assign tracks to accounts
2016-05-15 23:03:49 +01:00
Josef Citrine
481a0a6b9f
Admins can view all tracks
2016-05-11 17:41:49 +01:00
Josef Citrine
2fcc8bc9ec
Fixed undefined error for hourly tracks
2016-05-05 23:54:33 +01:00
Josef Citrine
0c8e11885c
Updated copyright
2016-05-05 10:48:15 +01:00
Josef Citrine
a46a66f230
Switched to CoffeeScript string interpolation
2016-05-04 21:47:05 +01:00
Josef Citrine
2a7e774df5
Moved chart.js to npm
2016-05-04 17:07:14 +01:00
Josef Citrine
31380e7be2
Removed left over debug code
2016-05-04 01:09:06 +01:00
Josef Citrine
88bee8c7ab
Laravel-ised queries
2016-05-04 00:50:59 +01:00
Josef Citrine
c90a8d744f
Applied the pony.fm colour to the chart
2016-05-03 23:30:34 +01:00
Josef Citrine
53cd704c84
Layout improvements for stats
2016-05-03 23:20:55 +01:00
Josef Citrine
7a73e20929
Added cumulative graph
2016-05-03 20:30:57 +01:00
Josef Citrine
97b4bb1b8b
'Functional' play charts
...
Needs styling
2016-05-03 13:01:50 +01:00
Josef Citrine
152e1e1fb6
Passing stats data to the front end
2016-05-02 23:25:54 +01:00
Josef Citrine
5add0a17c8
Added file upload button
2016-05-02 01:45:29 +01:00
Mihail-K
d8cb98b912
Add confirmation dialog to track removal.
2016-03-20 17:41:54 -04:00
Mihail-K
fb2997c2e9
Add remove button for tracks in playlists.
...
Resolves #3
2016-03-20 16:31:22 -04:00
Mihail-K
e63c18f6be
Merge branch 'master' into feature/track-removals
2016-03-20 15:10:17 -04:00
Peter Deltchev
61ca938877
#2 : Fixed up the album editor in its new home.
2016-03-19 01:10:33 -07:00
Peter Deltchev
d8933374ab
#2 : Rearranged various routes for account management + other cleanup.
...
The "Favourites" area within account management was removed as it duplicates
the functionality of the favourites area on public profiles.
2016-03-18 20:01:00 -07:00
Peter Deltchev
61e762dc13
#2 : Nested all things account management under profile pages.
2016-03-18 20:00:30 -07:00
Peter Deltchev
af760aa13f
Made the image re-importer more robust + fixed a typo.
2016-03-16 09:32:39 -07:00
Peter Deltchev
5d70fc9fd1
#27 : Improved title tags; added a "meta" service for managing them and meta descriptions.
2016-03-15 21:37:17 -07:00
Peter Deltchev
804d1fd3d4
Upgraded UI-Router to the latest stable version and made it an npm dependency.
2016-03-15 18:59:52 -07:00
Peter Deltchev
b715422c24
#2 : Properly handle editing tracks and albums that you don't own.
2016-03-12 17:27:49 -08:00
Peter Deltchev
9e753ec26e
#2 : Implemented track moderation.
2016-02-26 19:23:14 -08:00
Peter Deltchev
b38026b218
Removed extraneous console.log statement.
2016-02-16 05:04:22 -08:00
Peter Deltchev
32a3b07f55
Fixed pagination.
2016-02-16 05:04:00 -08:00
Peter Deltchev
4f6f64a3c0
Integrated Webpack for the embedded player.
2016-02-16 03:35:52 -08:00
Peter Deltchev
f11d321764
Webpack config is now production-ready.
2016-02-16 02:57:19 -08:00
Peter Deltchev
e8f6a2fd22
Functioning Webpack configuration in dev.
2016-02-16 02:56:16 -08:00
Peter Deltchev
7176fb2bca
#2 : Implemented the inline track editor on track pages.
...
Also includes a fix for lyrics on track pages.
2016-02-15 23:50:36 -08:00
Peter Deltchev
3ffa8dd07a
Fixed the release date picker when no date is chosen.
2016-02-15 13:10:44 -08:00
Peter Deltchev
b345601faf
Fixed the track editor sometimes not working after uploading a track.
2016-02-15 11:05:58 -08:00