Josef Citrine
510d0e80ac
Simplified playlist 404 if statement
2016-12-21 03:05:58 +00:00
Josef Citrine
25e023ccb7
Let admins download all items in playlists
2016-12-21 02:56:19 +00:00
Joe Citrine
e625c7ddea
Hidden HWC button
2016-12-20 23:57:25 +00:00
Joe Citrine
0b82ac76fc
This is what I get for living in GMT+0
2016-12-20 21:27:41 +00:00
Josef Citrine
9ba9eab424
Adding tracks to albums from the track editor works now
2016-12-19 23:49:22 +00:00
Josef Citrine
7cda67ece1
HWC date check converts local time to UTC
2016-12-19 23:48:46 +00:00
Josef Citrine
59130e0bda
Fixed broken time check
2016-12-18 13:02:49 +00:00
Josef Citrine
e23e1a3dab
Updated HWC deadline
2016-12-17 21:16:16 +00:00
Josef Citrine
90183df484
Made notifications look less bad
2016-12-11 01:14:03 +00:00
Josef Citrine
36089588f1
Updating local env with new key format
2016-12-10 19:59:41 +00:00
Josef Citrine
19d6dd7890
#108 : Switching to Laravel's new encryption
2016-12-10 19:58:48 +00:00
Josef Citrine
40e1b050ae
Updated README for Postgres
2016-12-10 16:51:04 +00:00
Josef Citrine
bab783467c
Updated docs with ide-helper
2016-12-10 16:47:49 +00:00
Joe Citrine
263ad978db
Merge pull request #114 from Poniverse/fix_failed_jobs_table
...
Fixed tracking of failed asynchronous jobs.
2016-12-10 14:06:19 +00:00
Peter Deltchev
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
2016-12-10 04:24:12 -08:00
Peter Deltchev
aad7bc57f2
Fixed workers being unable to write to log files in the dev environment.
2016-12-09 03:20:09 -08:00
Joe Citrine
08ad975fb1
Fixed image and sizing issues on announcements
2016-12-06 13:27:05 +00:00
Joe Citrine
90060325b7
Added secret santa style
2016-12-06 13:20:23 +00:00
Josef Citrine
8862105a7a
Made the embedded player less broken
2016-11-30 22:28:47 +00:00
Josef Citrine
3aacb5f87c
ID detection should work better now
2016-11-30 22:08:40 +00:00
Josef Citrine
2dd6c663ff
Oembed stuffs
2016-11-30 21:42:45 +00:00
Josef Citrine
78501007ce
Uploader for track versions, admin only for now
2016-11-28 00:19:16 +00:00
Josef Citrine
d9e7846a91
Allow remote connections to Postgres for dev
2016-11-28 00:18:31 +00:00
Josef Citrine
84feb56f86
New HWC announcement style
2016-11-27 03:58:13 +00:00
Josef Citrine
41cbdb2e97
Fixed HWC checkbox detection
2016-11-21 17:08:34 +00:00
Josef Citrine
337caa23a8
Admins can see all playlists
2016-11-21 11:41:16 +00:00
Josef Citrine
0e6afe372b
Another attempted bug fix
2016-11-21 01:33:30 +00:00
Josef Citrine
f85b1ecdeb
Attempt to fix playlist adding bug
2016-11-21 01:08:45 +00:00
Josef Citrine
926e410721
Hearth's Warming Contest stuff
2016-11-21 00:42:43 +00:00
Josef Citrine
d9dc582c08
Start of announcements admin panel
2016-11-12 21:57:29 +00:00
Josef Citrine
b356cfaea1
Server should now check local avatar file instead of URL
2016-11-12 21:38:03 +00:00
Josef Citrine
1c40d3cfa5
Fixed server crashing if avatar can't be found
2016-11-12 21:13:29 +00:00
Josef Citrine
68a690277e
Fixed ugly link padding
2016-11-12 14:36:39 +00:00
Josef Citrine
80bb95a76d
Announcements for un registered users
2016-11-12 14:28:40 +00:00
Josef Citrine
ec8b64f494
Added announcement system
2016-11-11 19:39:31 +00:00
Josef Citrine
fa7e04aee9
Fixed admin area, this took far too long to fix
2016-11-11 00:03:28 +00:00
Josef Citrine
2cb093c78b
Using moment.js for publish date
2016-11-09 22:31:23 +00:00
Josef Citrine
d67ff0b888
#109 : Added secure_url because Facebook was complaining
2016-10-30 19:44:15 +00:00
Josef Citrine
5094422107
#109 : Removed leftover placeholder code
2016-10-30 19:15:51 +00:00
Josef Citrine
abc521bb2f
#109 : Open Graph and Twitter cards for tracks
2016-10-30 19:02:14 +00:00
Josef Citrine
3fa85e9fe7
Popular function respects track limit
2016-10-06 22:46:31 +01:00
Josef Citrine
568969f7e5
Popular tracks are now sorted by 'weight'
2016-10-06 22:11:19 +01:00
Josef Citrine
e5c9ff3e71
Added dialog for track load errors
2016-10-01 18:20:49 +01:00
Josef Citrine
141282e8c7
God damn it Lavo
2016-10-01 17:59:30 +01:00
Adam Lavin
95a209aeab
Merge branch 'feature/alexa'
2016-09-30 22:22:56 +01:00
Adam Lavin
14211f4ea4
Initial Alexa integration
2016-09-30 22:21:17 +01:00
Adam Lavin
d0a6022ed8
Added basic hardcoded alexa endpoints
2016-09-30 02:36:44 +01:00
Josef Citrine
94643e3674
Small tweak to the player service
2016-09-30 01:48:32 +01:00
Josef Citrine
7a0cf5a921
Fixed notification thing about followers being related to themselves
2016-09-30 01:10:45 +01:00
Laravel Shift
c420d3955b
Laravel 5.3 Update ( #107 )
...
* Shift core files
* Shift app folder structure
Laravel 5.3 no longer includes the `Events`, `Jobs`, `Listeners`, and
`Policies` folders by default. Instead, they are created when you make
them using `artisan`.
* Shift Middleware
* Shift Providers
* Shift configuration
* Shift Routes
Laravel 5.3 now stores Routes in a top-level `routes` folder and
separates them into API, console, and web files.
* Shift deprecations
The `Str::randomBytes` and `Str::equals` methods were deprecated in
Laravel 5.2 and removed in Laravel 5.3 in favor of the native
`random_bytes` and `hash_equals` PHP functions.
In addition, the Collection method `lists()` was replaced with
`pluck()`.
* Shift Laravel dependencies
* Shift cleanup
* Updated composer.json
* Updated providers to 5.3 style
* Removed events folder and extend correct exceptions handler
* Updated configuration
* Shift back our method names from ending in "pluck" to "list"
* Temporarily add back in old mcrypt encrypter
2016-09-30 00:56:25 +01:00