Pony.fm/app/Commands
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
..
AddTrackToPlaylistCommand.php #56: Fixed duplicate tracks in playlists. 2016-01-23 04:27:43 -08:00
CommandBase.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
CommandResponse.php #39: Implemented asynchronous encoding in uploads. 2015-12-18 05:11:29 -08:00
CreateAlbumCommand.php Moved all database models into their own namespace. 2015-12-31 16:24:33 -08:00
CreateCommentCommand.php Feature/notifications (#87) 2016-05-27 20:12:40 +01:00
CreateGenreCommand.php #20: Added the genre creation tool. 2016-01-06 04:50:44 -08:00
CreatePlaylistCommand.php Feature/notifications (#87) 2016-05-27 20:12:40 +01:00
DeleteAlbumCommand.php Deleting stuff actually can be undone. 2016-01-05 07:53:01 -08:00
DeleteGenreCommand.php Moved all database models into their own namespace. 2015-12-31 16:24:33 -08:00
DeletePlaylistCommand.php Deleting stuff actually can be undone. 2016-01-05 07:53:01 -08:00
DeleteTrackCommand.php #2: Properly handle editing tracks and albums that you don't own. 2016-03-12 17:27:49 -08:00
EditAlbumCommand.php Admin album editing 2016-05-18 01:27:59 +01:00
EditPlaylistCommand.php Moved all database models into their own namespace. 2015-12-31 16:24:33 -08:00
EditTrackCommand.php Feature/notifications (#87) 2016-05-27 20:12:40 +01:00
GenerateTrackFilesCommand.php Added ALAC upload support and improved the upload page. 2016-02-15 12:16:04 -08:00
MergeAccountsCommand.php Implemented an account merging CLI tool. 2016-01-24 21:04:57 -08:00
ParseTrackTagsCommand.php Improved release date parsing and error display on the upload screen. 2016-02-16 01:20:23 -08:00
RemoveTrackFromPlaylistCommand.php Clean up loose code. 2016-03-20 16:42:58 -04:00
RenameGenreCommand.php #20: Genre tags in files are now updated when a genre is renamed. 2016-01-06 05:33:23 -08:00
SaveAccountSettingsCommand.php Switch admin check to Gate 2016-05-17 13:00:57 +01:00
ToggleFavouriteCommand.php Feature/notifications (#87) 2016-05-27 20:12:40 +01:00
ToggleFollowingCommand.php Feature/notifications (#87) 2016-05-27 20:12:40 +01:00
UploadTrackCommand.php Add creation of tmp folder under datastore 2016-04-03 17:55:53 +01:00