Commit graph

198 commits

Author SHA1 Message Date
Peter Deltchev
46ceab2b4c T357: Remove tildes from the classifier's fulltext matcher. 2015-09-07 19:55:40 -07:00
Peter Deltchev
76f1361dda Change directory permissions to an octal value. 2015-09-07 18:46:39 -07:00
Peter Deltchev
50ca465835 T357: Sort tracks by publication date rather than creation date. 2015-09-07 18:40:11 -07:00
Peter Deltchev
29527b4c88 T357: Removed + symbols from the classifier's fulltext query. 2015-09-07 18:31:58 -07:00
Peter Deltchev
4b5547b10c T357: Remove the dot at the end of a filename when generating a missing title tag, and allow the importer to process tracks shorter than 30 seconds. 2015-09-07 17:48:48 -07:00
Peter Deltchev
9cb13ee535 T357: The importer no longer assumes that a title tag is present. 2015-09-07 17:42:05 -07:00
Peter Deltchev
47b172ccc4 T366: Explicitly return ints and boolean values as such in the website API. 2015-09-07 13:28:21 -07:00
Peter Deltchev
b66ec54221 T357: Added genre handling to the MLPMA importer. 2015-09-07 11:56:00 -07:00
Peter Deltchev
5d9b3f2d5b Fixes T224. Also adds the rebuild:tags Artisan command and a missing ffmpeg compilation flag. 2015-09-07 11:17:35 -07:00
Peter Deltchev
6911b3e560 T363: Fix tracks being unplayable when cover art is unavailable. 2015-09-07 08:22:19 -07:00
Peter Deltchev
82dc200f17 T357: Continue restricting lossy user-facing uploads. 2015-09-07 07:35:25 -07:00
Peter Deltchev
9d087a9415 T357: Actually classify tracks in the classifier and allow re-classification of published MLPMA tracks. 2015-09-07 07:11:28 -07:00
Peter Deltchev
15760a1040 T357, T125: Added SIGINT handling and a skip feature to the import script, implemented importing of lossy files, made the import script actually import tracks now, and other improvements. 2015-09-07 07:02:25 -07:00
Peter Deltchev
f17e824586 T357: Separated track publishing and classification into its own script, fixed an issue with reading comments from ID3 tags, and added lossy support to UploadTrackCommand. 2015-09-07 04:50:51 -07:00
Peter Deltchev
dbab3a9ecc T357: MLPMA import script is mostly implemented now. 2015-09-07 04:50:50 -07:00
Peter Deltchev
b7084de228 T357: Added track type constants and a progress commit for the importer script. 2015-09-07 04:50:50 -07:00
Peter Deltchev
447815c5ee T357: Initial commit of the MLPMA import script. 2015-09-07 04:50:50 -07:00
Kelvin
b33dcfd8c6 Update namespaces 2015-09-06 18:21:11 +01:00
Kelvin
ec93ebb8fe Add middleware 2015-09-06 16:57:20 +01:00
Kelvin Zhang
261b6abb18 Update config; change authentication method 2015-09-05 16:09:25 +01:00
Kelvin Zhang
93c3a2a69a Add routes 2015-09-05 15:59:36 +01:00
Peter Deltchev
be0bfa790e Fixed an error with fetching the year and release date. 2015-09-05 06:49:22 -07:00
Peter Deltchev
d86028310e Added a Laravel IDE helper and type-hinted the cover art upload method. 2015-09-04 09:56:22 -07:00
Peter Deltchev
7daecbdd30 Added encrypted production and staging configs. 2015-09-03 19:55:01 -07:00
Peter Deltchev
fe22c9547e Fixed broken Year and Genre tags in tracks. 2015-09-03 19:03:58 -07:00
Peter Deltchev
252f3ca727 Upgraded getID3 to the newest stable version. 2015-09-03 18:59:46 -07:00
Kelvin Zhang
1b30b0cf53 Add controllers 2015-08-31 15:30:02 +01:00
Kelvin Zhang
b6dad84d67 Add Commands 2015-08-31 15:19:23 +01:00
Kelvin Zhang
0f8d11fa83 Add Downloader models 2015-08-31 15:19:03 +01:00
Kelvin Zhang
32e19fb4e5 Fix SlugTrait 2015-08-31 13:53:22 +01:00
Kelvin Zhang
39290f8204 Update namespace to App 2015-08-31 13:35:47 +01:00
Kelvin Zhang
14125fb5c6 Upgrade User.php to 5.1 2015-08-31 12:19:29 +01:00
Kelvin Zhang
a3042c6288 Add libraries; adjust models to 5.0 2015-08-30 14:01:12 +01:00
Kelvin Zhang
b15b24b772 Create models 2015-08-30 13:29:12 +01:00
Kelvin Zhang
292d476210 Initial L5.1 commit 2015-08-30 12:26:03 +01:00
Peter Deltchev
a90e33bb04 T335: Moved the fix to the comparison where it's needed. 2015-08-12 20:29:51 -07:00
Peter Deltchev
6276f9b564 T335: Fix the inability to publish official song remixes in production. 2015-08-12 20:10:19 -07:00
Peter Deltchev
03df4d1ec9 T316: Fixed the logo in Microsoft Edge. 2015-08-03 00:36:56 -07:00
Peter Deltchev
4b40c55512 T126: Fixed standard profiles appearing as archived profiles.
Summary:
The `is_archived` attribute on the `User` model did not explicitly come
back as any particular type. The resulting JSON had the string `"0"` for what's
meant to be a falsey value, but it evaluated to truthy in JS.

`is_archived` now has a getter which explicitly casts it to `boolean` before being
returned anywhere.

Test Plan: Manually tested in dev.

Reviewers: Feld0

Reviewed By: Feld0

Subscribers: #pony.fm

Projects: #pony.fm

Maniphest Tasks: T126

Differential Revision: https://phabricator.poniverse.net/D6
2015-06-25 21:06:00 -07:00
Kelvin
a6a78e667a Fix IE11 logo 2015-06-19 14:56:45 +01:00
Kelvin
a8cbe6d0b9 Implement appropriate behaviour to respond to tracks not being downloadable; fix album file size 2015-06-16 15:50:30 +01:00
Kelvin
318fc3c4e0 Add white logo 2015-06-15 14:27:24 +01:00
Kelvin
d0e1ef7af8 Add angular template cache to prevent XHR requests to fetch templates 2015-06-14 16:26:40 +01:00
Kelvin
c68b007ed7 Fix resource loading on IE 2015-06-14 16:23:20 +01:00
Kelvin
b98dc617e6 Fix sceDelegateProvider error 2015-06-14 15:27:56 +01:00
Peter Deltchev
adbb894873 T125: Properly 404 on a nonexistent TrackFile. 2015-05-26 15:41:55 -07:00
Peter Deltchev
3a9a659257 T125: Refactored track downloads with TrackFile::findOrFailByExtension(). 2015-05-25 22:45:31 -07:00
Peter Deltchev
9ade037820 T125: Replaced downloads and streams with TrackFiles. 2015-05-25 22:35:52 -07:00
Peter Deltchev
2e146df697 T125: Implemented TrackFile model to facilitate lossy master files. 2015-05-25 09:40:17 -07:00
Peter Deltchev
de313f6452 T126: Implemented archived profiles. 2015-05-20 19:54:24 -07:00
Nelson LaQuet
35af7bb681 Updated gravatars to use identicon when email address is redacted 2015-05-20 04:14:06 -05:00
Peter Deltchev
8cdf105c12 T16: Added metaflac and vorbis-comment, and fixed a directory creation error. 2015-05-19 04:32:26 -07:00
Peter Deltchev
9aded3e6f1 Minor copy tweaks. 2015-05-19 04:03:16 -07:00
Nelson LaQuet
893d8e20bb Fixed poniverse authentication. Now uses live API. 2015-04-30 01:50:15 -05:00
Nelson LaQuet
aff57a092c Got authentication working against live poniverse 2015-04-24 04:23:45 -05:00
Nelson LaQuet
f0fc0ec0bf Finished new asset pipeline using gulp 2015-04-23 04:17:05 -05:00
Nelson LaQuet
f484caf9e6 Added Vagrant file. 2015-04-11 20:22:15 -05:00
nelsonlaquet
d5fb0fe2ee Srsly. 2014-05-29 15:44:38 -05:00
nelsonlaquet
56f477f6de Updated API per Silver's requirements 2014-05-28 02:22:34 -05:00
nelsonlaquet
37313a7540 Fixed dashboard from crashing when RSS feed doesn't work 2014-01-04 23:09:03 -06:00
Adam Lavin
1b6032e9e3 Adding two of the mobile endpoints back, hopefully the data matches 2013-11-28 13:32:33 +00:00
Adam Lavin
3815016f3c Set the redirect uri in constructor 2013-10-19 02:37:44 +00:00
nelsonlaquet
2c19d4fcc0 trying something 2013-10-06 21:53:09 -05:00
nelsonlaquet
14ef6c7299 Fixed permission issue 2013-09-27 15:49:22 -05:00
nelsonlaquet
cca292049e Added is listed feature 2013-09-24 01:27:13 -05:00
nelsonlaquet
675ba17901 Fixed dropdown layout issue
Fixed show songs playing wrong track
2013-09-24 00:47:00 -05:00
nelsonlaquet
010836e69d Added description and lyrics to radio API 2013-09-22 23:24:40 -05:00
nelsonlaquet
a91d8cb259 added POST handler for radio details 2013-09-22 23:05:26 -05:00
nelsonlaquet
1f68c8dbcf Added radio station API endpoint 2013-09-22 22:44:37 -05:00
nelsonlaquet
4b5788fc74 added registration 2013-09-11 19:13:24 -05:00
nelsonlaquet
353c3a4f11 Added in is_latest feature 2013-09-09 21:25:49 -05:00
nelsonlaquet
b757addd72 fixed another thing 2013-09-08 03:20:28 -05:00
nelsonlaquet
bf8670bc7d fixed released_at validation on FF 2013-09-08 03:16:43 -05:00
nelsonlaquet
a5cd1b5c86 some visual things 2013-09-03 04:42:03 -05:00
nelsonlaquet
8431943351 Fixed track publishing on FF
Fixed date display on non-webkit browsers
2013-09-02 18:34:35 -05:00
Adam Lavin
1e45e5ddd1 Added Laravel-NewRelic to the app's ServiceProviders 2013-09-02 10:02:07 +00:00
nelsonlaquet
c59c51daa0 Fixed downloads 2013-09-02 04:17:58 -05:00
nelsonlaquet
3485f79c51 Many things 2013-09-01 21:11:29 -05:00
nelsonlaquet
84f6064a1b Don't want to lose these files 2013-09-01 19:11:33 -05:00
nelsonlaquet
1617b605f6 Maybe fixed mobile issue 2013-09-01 17:51:51 -05:00
nelsonlaquet
0000c4297d Added cute error pages 2013-09-01 16:54:33 -05:00
nelsonlaquet
37bf25293d added some things 2013-09-01 15:04:30 -05:00
nelsonlaquet
f4ee6c8add Fixed caching 2013-09-01 14:28:29 -05:00
nelsonlaquet
2604cdce47 Maybe fixed download names 2013-09-01 14:24:48 -05:00
nelsonlaquet
381184ae0f Fixed image caching issue 2013-09-01 14:08:28 -05:00
nelsonlaquet
6189a3f112 Fixed embeds harder 2013-09-01 14:02:18 -05:00
nelsonlaquet
908113aecb Hopefully fixed embeds 2013-09-01 13:59:13 -05:00
nelsonlaquet
f504c93520 fixed cap issue 2013-09-01 06:32:30 -05:00
nelsonlaquet
534df2ca32 fixed headers 2013-09-01 06:26:56 -05:00
nelsonlaquet
47f5bd64cb fixed script 2013-09-01 05:57:17 -05:00
nelsonlaquet
4fb9a6b737 Fixed 2013-09-01 05:51:10 -05:00
nelsonlaquet
6d8c7d9a38 Fixed title 2013-09-01 05:46:26 -05:00
nelsonlaquet
2d9208cb75 made images faster
fixed migration
2013-09-01 05:44:32 -05:00
nelsonlaquet
98eabe58de Fixed https issues 2013-09-01 04:55:59 -05:00
nelsonlaquet
78cb8420e2 Removed mp3s from being allowed to be uploaded 2013-09-01 04:05:23 -05:00
nelsonlaquet
3990637ce9 Come on 2013-09-01 03:53:55 -05:00
nelsonlaquet
34aaa881d8 Fixed 2013-09-01 03:07:59 -05:00
nelsonlaquet
aea643d9ba Added accel redirect support 2013-09-01 03:07:03 -05:00
nelsonlaquet
1a2cfb9104 Fixed display 2013-09-01 02:58:27 -05:00
nelsonlaquet
f2b74aecc2 fixed coffee 2013-09-01 02:27:04 -05:00