Commit graph

  • 3217062f92 Catching weird Carbon errors Josef Citrine 2017-01-25 22:38:54 +0000
  • 7d9eaf9405 Improved tag parsing Josef Citrine 2017-01-25 21:31:55 +0000
  • f3c03bce18 Added 'php7.0-gmp' to vagrant provision script to fix composer install tinker 2017-01-11 12:41:53 +1000
  • 780217183e Using CORS middleware for API requests from supported origins Josef Citrine 2017-01-03 17:44:40 +0000
  • f7bc4f0565 Enabled CORS locally Josef Citrine 2017-01-02 19:56:17 +0000
  • b163d70e9c Added API to get logged in user Josef Citrine 2017-01-02 03:33:21 +0000
  • 8c7fe0ea33 #25: Enable certain email notifications by default for new users. Also fixes a bug with storing OAuth tokens for new users! Peter Deltchev 2016-12-30 13:23:52 -0800
  • 7ebab328d4 #25: Enabled email notifications for all users. This also includes some fixes to the account merging script. Peter Deltchev 2016-12-30 11:22:44 -0800
  • f85e8fc43a #25: Improved email branding and CASL compliance. Peter Deltchev 2016-12-30 10:27:49 -0800
  • 1e670b673f #25: Implemented a command to ensure all users have valid refresh tokens and email addresses. Peter Deltchev 2016-12-30 08:13:10 -0800
  • f10da0019f #25: Patched up date parsing in the OAuth integration. Peter Deltchev 2016-12-30 02:59:34 -0800
  • d2193954a8 Log attempts to sign into disabled accounts. Peter Deltchev 2016-12-29 20:28:52 -0800
  • 7d18c8745f #25: Patched up access token management. Peter Deltchev 2016-12-29 11:30:55 -0800
  • 0677d93e89 #25: Implemented support for Poniverse email address updates. Peter Deltchev 2016-12-29 08:46:31 -0800
  • ab9dd7a1eb #25: Rewrote authentication to use the Poniverse API PHP library. Peter Deltchev 2016-12-29 08:00:46 -0800
  • e30400cab0 Fix for broken track formatting in HWC announcement Josef Citrine 2016-12-29 00:14:52 +0000
  • 7f566b266b HWC Winners announcement Josef Citrine 2016-12-28 23:47:39 +0000
  • b7088ccfb7 #25: Built out email unsubscription UI and further tweaked the email template. Peter Deltchev 2016-12-28 07:07:28 -0800
  • b6b3f036cc #25: Corrected "new follower" notifications to point to the follower's profile. Peter Deltchev 2016-12-28 07:05:24 -0800
  • c627e5f216 #25: New Follower notifications now show the follower's avatar. Peter Deltchev 2016-12-26 19:45:31 -0800
  • 2dedaf6638 #25: Upgraded email templates to use Foundation for Emails. They're now 200% prettier. <3 Peter Deltchev 2016-12-26 07:50:13 -0800
  • f50be9de6f #25: Emails are now fully integrated into the asset pipeline. Peter Deltchev 2016-12-25 16:53:16 -0800
  • 79e77a2da0 #25: Limited notification management to admins. Peter Deltchev 2016-12-24 18:39:05 -0800
  • b401a0ae7e #25: Implemented UI for managing email subscriptions. Peter Deltchev 2016-12-24 18:11:42 -0800
  • 45793a2988 Enabled xdebug in the dev environment. Peter Deltchev 2016-12-24 18:08:33 -0800
  • 62188eb5e6 Removed an unused package (#108) and made a minor notifications fix for #25. Peter Deltchev 2016-12-23 07:36:31 -0800
  • 7e4faa0454 #25: Profile comment notifications hotfix. Peter Deltchev 2016-12-23 07:31:06 -0800
  • c2dbfd792c Merge pull request #116 from Poniverse/feature/email_notifications Peter Deltchev 2016-12-23 06:50:50 -0800
  • ff5d8220ef #25: Implemented all basic notification types. - blocks off the unfinished URL endpoints for email notifications Peter Deltchev 2016-12-23 06:31:45 -0800
  • 78b22cdfd0 #25: Added email templates for all currently implemented notification types. Peter Deltchev 2016-12-23 05:08:41 -0800
  • 5822408655 #25: New tracks have working email notifications now! Peter Deltchev 2016-12-09 02:53:32 -0800
  • 510d0e80ac Simplified playlist 404 if statement Josef Citrine 2016-12-21 03:05:58 +0000
  • 25e023ccb7 Let admins download all items in playlists Josef Citrine 2016-12-21 02:55:49 +0000
  • e625c7ddea Hidden HWC button Joe Citrine 2016-12-20 23:57:25 +0000
  • 0b82ac76fc This is what I get for living in GMT+0 Joe Citrine 2016-12-20 21:27:41 +0000
  • 9ba9eab424 Adding tracks to albums from the track editor works now Josef Citrine 2016-12-19 23:49:22 +0000
  • 7cda67ece1 HWC date check converts local time to UTC Josef Citrine 2016-12-19 23:48:46 +0000
  • 59130e0bda Fixed broken time check Josef Citrine 2016-12-18 13:02:49 +0000
  • e23e1a3dab Updated HWC deadline Josef Citrine 2016-12-17 21:16:16 +0000
  • 90183df484 Made notifications look less bad Josef Citrine 2016-12-11 01:14:03 +0000
  • 36089588f1 Updating local env with new key format Josef Citrine 2016-12-10 19:59:41 +0000
  • 19d6dd7890 #108: Switching to Laravel's new encryption Josef Citrine 2016-12-10 19:58:48 +0000
  • 40e1b050ae Updated README for Postgres Josef Citrine 2016-12-10 16:51:04 +0000
  • bab783467c Updated docs with ide-helper Josef Citrine 2016-12-10 16:47:49 +0000
  • 263ad978db Merge pull request #114 from Poniverse/fix_failed_jobs_table Joe Citrine 2016-12-10 14:06:19 +0000
  • 66b7df6dc1 Fixed tracking of failed asynchronous jobs. - expect to find the table in the PostgreSQL database, not MySQL - replace the table's schema with Laravel 5.3's version of it Peter Deltchev 2016-12-10 04:24:12 -0800
  • aad7bc57f2 Fixed workers being unable to write to log files in the dev environment. Peter Deltchev 2016-12-09 03:20:09 -0800
  • 08ad975fb1 Fixed image and sizing issues on announcements Joe Citrine 2016-12-06 13:27:05 +0000
  • 90060325b7 Added secret santa style Joe Citrine 2016-12-06 13:20:23 +0000
  • 8862105a7a Made the embedded player less broken Josef Citrine 2016-11-30 22:28:47 +0000
  • 3aacb5f87c ID detection should work better now Josef Citrine 2016-11-30 22:08:40 +0000
  • 2dd6c663ff Oembed stuffs Josef Citrine 2016-11-30 21:42:45 +0000
  • 78501007ce Uploader for track versions, admin only for now Josef Citrine 2016-11-28 00:19:16 +0000
  • d9e7846a91 Allow remote connections to Postgres for dev Josef Citrine 2016-11-28 00:18:31 +0000
  • 84feb56f86 New HWC announcement style Josef Citrine 2016-11-27 03:58:13 +0000
  • 41cbdb2e97 Fixed HWC checkbox detection Josef Citrine 2016-11-21 17:08:34 +0000
  • 337caa23a8 Admins can see all playlists Josef Citrine 2016-11-21 11:41:16 +0000
  • 0e6afe372b Another attempted bug fix Josef Citrine 2016-11-21 01:33:30 +0000
  • f85b1ecdeb Attempt to fix playlist adding bug Josef Citrine 2016-11-21 01:08:45 +0000
  • 926e410721 Hearth's Warming Contest stuff Josef Citrine 2016-11-21 00:42:43 +0000
  • d9dc582c08 Start of announcements admin panel Josef Citrine 2016-11-12 21:57:29 +0000
  • b356cfaea1 Server should now check local avatar file instead of URL Josef Citrine 2016-11-12 21:38:03 +0000
  • 1c40d3cfa5 Fixed server crashing if avatar can't be found Josef Citrine 2016-11-12 21:13:29 +0000
  • 68a690277e Fixed ugly link padding Josef Citrine 2016-11-12 14:36:39 +0000
  • 80bb95a76d Announcements for un registered users Josef Citrine 2016-11-12 14:28:40 +0000
  • ec8b64f494 Added announcement system Josef Citrine 2016-11-11 19:39:31 +0000
  • fa7e04aee9 Fixed admin area, this took far too long to fix Josef Citrine 2016-11-11 00:03:28 +0000
  • 2cb093c78b Using moment.js for publish date Josef Citrine 2016-11-09 22:31:23 +0000
  • d67ff0b888 #109: Added secure_url because Facebook was complaining Josef Citrine 2016-10-30 19:44:15 +0000
  • 5094422107 #109: Removed leftover placeholder code Josef Citrine 2016-10-30 19:15:51 +0000
  • abc521bb2f #109: Open Graph and Twitter cards for tracks Josef Citrine 2016-10-30 19:02:14 +0000
  • 3fa85e9fe7 Popular function respects track limit Josef Citrine 2016-10-06 22:46:31 +0100
  • 568969f7e5 Popular tracks are now sorted by 'weight' Josef Citrine 2016-10-06 22:11:19 +0100
  • e5c9ff3e71 Added dialog for track load errors Josef Citrine 2016-10-01 18:20:49 +0100
  • 141282e8c7 God damn it Lavo Josef Citrine 2016-10-01 17:59:30 +0100
  • 95a209aeab Merge branch 'feature/alexa' Adam Lavin 2016-09-30 22:22:56 +0100
  • 14211f4ea4 Initial Alexa integration feature/alexa Adam Lavin 2016-09-30 22:21:17 +0100
  • d0a6022ed8 Added basic hardcoded alexa endpoints Adam Lavin 2016-09-30 02:36:44 +0100
  • 94643e3674 Small tweak to the player service Josef Citrine 2016-09-30 01:48:32 +0100
  • 7a0cf5a921 Fixed notification thing about followers being related to themselves Josef Citrine 2016-09-30 01:10:45 +0100
  • c420d3955b Laravel 5.3 Update (#107) Laravel Shift 2016-09-29 19:56:25 -0400
  • 45f026a812 Temporarily add back in old mcrypt encrypter Adam Lavin 2016-09-30 00:49:25 +0100
  • c970727dde Shift back our method names from ending in "pluck" to "list" Adam Lavin 2016-09-30 00:20:12 +0100
  • 7ec89ce034 Updated configuration Adam Lavin 2016-09-30 00:18:42 +0100
  • b7afbad996 Removed events folder and extend correct exceptions handler Adam Lavin 2016-09-30 00:10:04 +0100
  • 6578264a5e Updated providers to 5.3 style Adam Lavin 2016-09-30 00:09:49 +0100
  • 89616f09a3 Updated composer.json Adam Lavin 2016-09-30 00:09:26 +0100
  • 1713f2a5a7 Shift Laravel dependencies Laravel Shift 2016-09-29 22:41:16 +0000
  • 3eb1188c94 Shift cleanup Laravel Shift 2016-09-29 22:41:16 +0000
  • d0b2b957ae Shift deprecations Laravel Shift 2016-09-29 22:40:44 +0000
  • 3c68b97003 Shift configuration Laravel Shift 2016-09-29 22:40:38 +0000
  • 19c3f773d5 Shift Routes Laravel Shift 2016-09-29 22:40:38 +0000
  • 54ea78879b Shift Middleware Laravel Shift 2016-09-29 22:40:37 +0000
  • 1c0e0645bf Shift Providers Laravel Shift 2016-09-29 22:40:37 +0000
  • 788dafb7a0 Shift app folder structure Laravel Shift 2016-09-29 22:40:37 +0000
  • 1d4fba58f6 Shift core files Laravel Shift 2016-09-29 22:40:37 +0000
  • 00f24a5c12 Laravel 5.2 Update (#106) Laravel Shift 2016-09-29 18:26:31 -0400
  • 97bf384e1b Added laravel 5.2 sessions migration Adam Lavin 2016-09-29 23:24:36 +0100
  • 5b2d1fe250 Updated to use middleware groups Adam Lavin 2016-09-29 23:12:05 +0100
  • 063b6d40e3 Updated auth config Adam Lavin 2016-09-29 23:09:08 +0100