Commit graph

903 commits

Author SHA1 Message Date
Peter Deltchev
a482a183dc #2: Admins can now manage other users' content. 2016-06-14 01:27:56 -07:00
Peter Deltchev
3864ea7a1f The admin area goes to user management by default now. 2016-06-12 05:19:50 -07:00
Peter Deltchev
185ead4ed0 Improved a bunch of use statements. 2016-06-12 04:49:24 -07:00
Peter Deltchev
7d05e68079 Minor cleanup. 2016-06-12 04:31:57 -07:00
Peter Deltchev
09effb6955 #2: Implemented the user creation tool. 2016-06-12 04:16:03 -07:00
Josef Citrine
84d51fee2f Web server accessable on port 8080. Why? Because service worker and mobile device debugging, that's why! 2016-06-08 17:34:27 +01:00
Josef Citrine
4714f04a80 Added follower count 2016-06-07 19:31:32 +01:00
Josef Citrine
bd330a1089 Mark as read and notification count 2016-06-07 17:49:00 +01:00
Josef Citrine
35886a57d7 Text layout improvement on notifications 2016-06-07 13:53:26 +01:00
Josef Citrine
d33985325e New notification look. Mark as read feature (disabled for now due to issues) 2016-06-07 00:37:41 +01:00
Josef Citrine
078ba8b5fc Adjusted position of the notification icon 2016-06-06 12:22:34 +01:00
Josef Citrine
3277a69399 Notifications on mobile and improved small mobile support 2016-06-06 12:19:43 +01:00
Peter Deltchev
b334e51928 Merge pull request #89 from Poniverse/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2016-06-05 23:30:26 -07:00
Scrutinizer Auto-Fixer
3b1b03e12b Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-06-06 06:29:37 +00:00
Peter Deltchev
9a9ac7e5a1 Lots of minor code cleanup. 2016-06-05 23:15:56 -07:00
Peter Deltchev
b46ba956d0 Fixes #51: Slugs are now unique and user-changeable. 2016-06-05 20:05:57 -07:00
Josef Citrine
9d0229d1f6 Credit to Whoops 2016-06-06 00:16:25 +01:00
Josef Citrine
59b0ebd64e Admins can modify show songs 2016-06-06 00:12:10 +01:00
Peter Deltchev
73de10cff4 Don't list albums and playlists with only one track. 2016-06-05 12:27:04 -07:00
Josef Citrine
9eac8153db Switched error handler to Whoops 2016-06-05 19:45:21 +01:00
Josef Citrine
c8cad79b9f Merge branch 'master' of https://github.com/Poniverse/Pony.fm 2016-06-05 16:36:58 +01:00
Josef Citrine
02d4b9c3b9 Ignore moment.js locales 2016-06-05 16:36:55 +01:00
Peter Deltchev
824229b600 Fixes #79: The back button works a lot better now. 2016-06-05 02:18:57 -07:00
Josef Citrine
5fe0eb1dfa Composer.lock is needed 2016-06-03 01:55:59 +01:00
Josef Citrine
8b6b441edc Updated offline mode with a basic offline page 2016-06-02 20:58:29 +01:00
Josef Citrine
e4d270b794 Remove left over debug code 2016-06-02 20:44:43 +01:00
Josef Citrine
e10c08ce87 Fixed sidebar not animating sometimes 2016-06-02 17:30:52 +01:00
Josef Citrine
4e564aed0c Merge pull request #88 from Poniverse/feature-playlist-sort
Feature playlist sort
2016-06-02 17:03:11 +01:00
Josef Citrine
583171669f Made playlist track delete actually functional 2016-06-02 16:52:48 +01:00
Maximilian Walter
b22ddcbf5c removed: unused code after playlist filter implementation 2016-06-02 15:59:39 +02:00
Peter Deltchev
3b3863f030 #25: Notification texts are simple plaintext for now. 2016-06-01 20:12:56 -07:00
Josef Citrine
d44cd83e11 Start of a slideable side nav 2016-06-02 00:56:38 +01:00
Josef Citrine
69673d40e9 Hide notification button on mobile for now 2016-06-02 00:09:05 +01:00
Josef Citrine
87d0c5fca2 No notification message 2016-06-02 00:00:50 +01:00
Maximilian Walter
d735cb6816 update: implemeted playlist sort functionality 2016-06-01 21:02:16 +02:00
Maximilian Walter
b73d1753b3 update: added playlist sort logic to laravel controller
update: implemented basic filter functions to angular
2016-06-01 19:40:49 +02:00
Peter Deltchev
ae36132a2d Upgraded Webpack to remove sourcemap deprecation warnings. 2016-05-31 22:29:39 -07:00
Maximilian Walter
2d458c3d80 Merge branch 'master' of https://github.com/Poniverse/Pony.fm into feature-playlist-sort 2016-05-31 15:03:26 +02:00
Josef Citrine
409182c77e Part of the notification front end 2016-05-31 00:59:04 +01:00
Josef Citrine
674046fc7d Switched to one time binding
I am commiting this as I'm playing overwatch. Tracer is best hero
2016-05-28 21:43:11 +01:00
Peter Deltchev
716eff3955 Fixed a bad query. 2016-05-28 12:53:18 -07:00
Peter Deltchev
27f19f9dc7 Added a bunch of eager-loading. 2016-05-28 12:29:06 -07:00
Peter Deltchev
fc4ae856f8 #25: Made the SendNotifications job in line with the rest of the notification system's design. 2016-05-27 22:21:35 -07:00
Josef Citrine
ce5b060194 Basic styling for notifications
Need to move this into a directive at some point
2016-05-27 23:46:20 +01:00
Josef Citrine
ef598a72ef Test UI for notifications 2016-05-27 20:38:59 +01:00
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
7786950990 Icon for admins 2016-05-25 23:57:46 +01:00
Maximilian Walter
950ef3b585 added: playlist sort by favourite_count on initial request
update: added composer lock file to gitignore
2016-05-25 22:58:41 +02:00
Peter Deltchev
cea48c6d83 Fixed Laravel Debugbar in the dev environment. 2016-05-23 01:57:03 -07:00
Josef Citrine
8fb2991d04 Replaced UI-Bootstrap with AngularStrap 2016-05-22 02:30:48 +01:00