Adam Lavin
950beec948
Fix API track validation
2017-11-29 04:27:42 +00:00
Isaac
821b5c5bdd
Moved rebuilding code into Image and added error handling.
2017-11-28 13:47:37 -08:00
Isaac
e5c5dec14a
Some small changes
2017-11-28 11:21:24 -08:00
Isaac
cd348dff7d
Added copyright to RebuildImages.php
2017-11-28 11:01:17 -08:00
Adam Lavin
d2390868dd
Fix scoped queries
2017-11-28 16:44:28 +00:00
Adam Lavin
9f1f78339f
Sync models, and fix issue with ide-helper.
2017-11-28 16:24:32 +00:00
Adam Lavin
30f3ba952a
Laravel 5.5
2017-11-28 07:00:11 +00:00
Adam Lavin
0cc03b509b
Laravel 5.4
2017-11-28 05:45:47 +00:00
Isaac
e6103bbd54
Fixed an issue with Image::clearExisting
...
Now no longer deletes original image regardless of paramter
2017-11-24 22:18:31 -08:00
Isaac
e502785c2d
Renamed to RebuildImages and added to Kernel
2017-11-24 21:23:44 -08:00
Isaac
917aea2f2d
Implemented Commands/resizeImages
2017-11-24 21:20:44 -08:00
Isaac
d8b9795ddc
Created Image::clearExisting and refactored upload
2017-11-24 21:02:35 -08:00
Isaac
2f498f44d3
Removed getOriginalFiles and refactored image processing
2017-11-24 20:45:41 -08:00
Isaac
249b98311e
Added getOriginalFiles() to Image
2017-11-24 20:17:44 -08:00
Isaac
7ae95fa46f
Added ResizeImages command
2017-11-24 19:08:41 -08:00
Isaac
ccb7361547
Thumbs now crop while cover have variable height
2017-11-24 19:00:37 -08:00
Isaac
2733071468
Changed Imagemagik parameters to stop cropping.
2017-11-23 13:13:19 -08:00
Peter Deltchev
6aee13a500
Minor fixes
2017-10-28 16:50:15 -07:00
Peter Deltchev
dba9ae1b15
#58 : Implemented a more stable and useful track details endpoint.
2017-10-28 16:44:08 -07:00
Josef Citrine
29cd3de86e
Fixed encoding errors on import
2017-10-11 21:57:03 +01:00
Josef Citrine
1f46b3a85d
Check if user exists before checking redirect
2017-09-28 23:18:38 +01:00
Josef Citrine
131211aec4
Added EQB command to list
2017-09-23 09:20:07 +01:00
Josef Citrine
c6dc6aae32
EQBeats import script and db migration
2017-09-23 09:20:07 +01:00
Peter Deltchev
df917890e3
Added genres to track pages
2017-09-22 05:10:26 -07:00
Peter Deltchev
8eaa22733b
Documented the Track model's functions
2017-09-22 04:42:59 -07:00
Josef Citrine
fc305034f5
Fixed query getting wrong user
2017-09-20 22:32:15 +01:00
Josef Citrine
e844054643
Merging accounts now redirects old URL
2017-09-20 22:02:39 +01:00
Peter Deltchev
dba3669d7e
Fixed track collection downloads in Firefox and Safari
...
Firefox and Safari mistook the previous track collection download code for a
popup and blocked it, making it difficult to download transcoded-on-demand
collections in those browsers.
2017-09-16 02:27:54 -07:00
Jack Grayson
4108b8f90b
Ensure that slug is always nonempty
...
Fixes #119 <https://github.com/Poniverse/Pony.fm/issues/119 >
2017-05-18 23:11:49 -07:00
Josef Citrine
2de284963e
Added support for ponify in classifier
2017-05-18 18:25:07 +01:00
Josef Citrine
d7fc5f02cf
Fixed race condition in genre deletion
2017-05-17 02:38:22 +01:00
Josef Citrine
9e63702387
Fixed genre deletion
2017-05-17 02:04:28 +01:00
Josef Citrine
afa9e8f50e
Added archive filter to tracks page
2017-05-16 21:08:46 +01:00
Josef Citrine
1f74636a39
Importer can restore deleted genres if needed
2017-05-15 21:01:59 +01:00
Josef Citrine
2ca0ec1f77
Downgraded some errors to warnings
2017-05-15 20:17:42 +01:00
Josef Citrine
61e907ca37
Fixed some null errors
2017-05-15 20:13:00 +01:00
Josef Citrine
23acd16b64
Typo
2017-05-15 19:47:19 +01:00
Josef Citrine
15bbad77dc
Added null checks
2017-05-15 19:46:18 +01:00
Josef Citrine
cbcd5b1c91
Fixed title parsing and removed old id3 code
2017-05-15 19:37:36 +01:00
Josef Citrine
d43dd9ba40
Updated getID3
2017-05-15 19:37:10 +01:00
Josef Citrine
9616538d9c
Switched to a file whitelist
2017-05-15 18:17:09 +01:00
Josef Citrine
c510dd7dfc
Added ID3v2 support and some stuff from the MLPMA script
2017-05-15 17:59:51 +01:00
Josef Citrine
373703990c
Added ponify directory in config
2017-05-15 12:18:04 +01:00
Josef Citrine
ede7780874
#100 : Don't know why this was missing
2017-03-27 19:44:20 +01:00
Josef Citrine
1e153a614c
#100 : Progress commit 2
2017-02-28 22:49:46 +00:00
Josef Citrine
8841bd2dc7
#100 : Progress commit
2017-02-21 17:16:29 +00:00
Josef Citrine
3526403661
#100 : Duplication detection
2017-02-02 01:35:53 +00:00
Josef Citrine
d7a59b4131
#100 : Start of Ponify import
2017-02-02 00:08:29 +00:00
Josef Citrine
3217062f92
Catching weird Carbon errors
2017-01-25 22:38:54 +00:00
Josef Citrine
7d9eaf9405
Improved tag parsing
2017-01-25 21:31:55 +00:00
Josef Citrine
780217183e
Using CORS middleware for API requests from supported origins
2017-01-03 17:44:40 +00:00
Josef Citrine
f7bc4f0565
Enabled CORS locally
2017-01-02 19:56:17 +00:00
Josef Citrine
b163d70e9c
Added API to get logged in user
2017-01-02 03:33:21 +00:00
Peter Deltchev
8c7fe0ea33
#25 : Enable certain email notifications by default for new users.
...
Also fixes a bug with storing OAuth tokens for new users!
2016-12-30 13:23:52 -08:00
Peter Deltchev
7ebab328d4
#25 : Enabled email notifications for all users.
...
This also includes some fixes to the account merging script.
2016-12-30 12:19:10 -08:00
Peter Deltchev
f85e8fc43a
#25 : Improved email branding and CASL compliance.
2016-12-30 10:27:49 -08:00
Peter Deltchev
1e670b673f
#25 : Implemented a command to ensure all users have valid refresh tokens and email addresses.
2016-12-30 08:13:10 -08:00
Peter Deltchev
f10da0019f
#25 : Patched up date parsing in the OAuth integration.
2016-12-30 02:59:34 -08:00
Peter Deltchev
d2193954a8
Log attempts to sign into disabled accounts.
2016-12-29 20:28:52 -08:00
Peter Deltchev
7d18c8745f
#25 : Patched up access token management.
2016-12-29 11:30:55 -08:00
Peter Deltchev
0677d93e89
#25 : Implemented support for Poniverse email address updates.
2016-12-29 08:46:31 -08:00
Peter Deltchev
ab9dd7a1eb
#25 : Rewrote authentication to use the Poniverse API PHP library.
2016-12-29 08:07:29 -08:00
Peter Deltchev
b7088ccfb7
#25 : Built out email unsubscription UI and further tweaked the email template.
2016-12-28 07:07:28 -08:00
Peter Deltchev
b6b3f036cc
#25 : Corrected "new follower" notifications to point to the follower's profile.
2016-12-28 07:05:24 -08:00
Peter Deltchev
c627e5f216
#25 : New Follower notifications now show the follower's avatar.
2016-12-26 19:45:31 -08:00
Peter Deltchev
2dedaf6638
#25 : Upgraded email templates to use Foundation for Emails.
...
They're now 200% prettier. <3
2016-12-26 18:35:18 -08:00
Peter Deltchev
79e77a2da0
#25 : Limited notification management to admins.
2016-12-24 18:39:05 -08:00
Peter Deltchev
b401a0ae7e
#25 : Implemented UI for managing email subscriptions.
2016-12-24 18:11:42 -08:00
Peter Deltchev
62188eb5e6
Removed an unused package ( #108 ) and made a minor notifications fix for #25 .
2016-12-23 07:36:31 -08:00
Peter Deltchev
7e4faa0454
#25 : Profile comment notifications hotfix.
2016-12-23 07:31:06 -08:00
Peter Deltchev
ff5d8220ef
#25 : Implemented all basic notification types.
...
- blocks off the unfinished URL endpoints for email notifications
2016-12-23 06:44:16 -08:00
Peter Deltchev
78b22cdfd0
#25 : Added email templates for all currently implemented notification types.
2016-12-23 06:33:45 -08:00
Peter Deltchev
5822408655
#25 : New tracks have working email notifications now!
2016-12-23 06:33:33 -08:00
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
Josef Citrine
9ba9eab424
Adding tracks to albums from the track editor works now
2016-12-19 23:49:22 +00:00
Josef Citrine
e23e1a3dab
Updated HWC deadline
2016-12-17 21:16:16 +00:00
Josef Citrine
19d6dd7890
#108 : Switching to Laravel's new encryption
2016-12-10 19:58:48 +00:00
Josef Citrine
bab783467c
Updated docs with ide-helper
2016-12-10 16:47:49 +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
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
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
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
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
7a0cf5a921
Fixed notification thing about followers being related to themselves
2016-09-30 01:10:45 +01:00