Kelvin Zhang
8088b66b8e
Merge rPF50ca46583558: T357: Sort tracks by publication date rather than creation date.
2015-09-10 12:49:01 +01:00
Kelvin Zhang
843eb4351a
Merge rPF29527b4c880f: T357: Removed + symbols from the classifier's fulltext query.
2015-09-10 12:47:05 +01:00
Kelvin Zhang
cd12f58992
Merge rPF4b5547b10c7a: T357: Remove the dot at the end of a filename when generating a missing title…
2015-09-10 12:45:29 +01:00
Kelvin Zhang
bddfd6cae5
Merge rPF9cb13ee535e4: T357: The importer no longer assumes that a title tag is present.
2015-09-10 12:43:19 +01:00
Kelvin Zhang
05f1745b1f
Merge rPF47b172ccc49d: T366: Explicitly return ints and boolean values as such in the website API.
2015-09-10 12:41:35 +01:00
Kelvin Zhang
5a2fb2f05e
Merge rPFb66ec54221d5: T357: Added genre handling to the MLPMA importer.
2015-09-10 12:35:35 +01:00
Kelvin Zhang
1fe6aa98b5
rPF5d9b3f2d5bc8: Fixes T224. Also adds the rebuild:tags Artisan command and a missing ffmpeg…
2015-09-10 12:30:59 +01:00
Kelvin Zhang
92c2c43e58
Merge rPF91611faead64: Merge the MLP Music Archive import scripts.
2015-09-10 12:15:19 +01:00
Kelvin Zhang
6826770ace
Merge rPFbe0bfa790ec5: Fixed an error with fetching the year and release date.
2015-09-10 11:30:48 +01:00
Kelvin Zhang
85586c17de
Merge rPFfe22c9547edf: Fixed broken Year and Genre tags in tracks.
2015-09-10 11:27:04 +01:00
Kelvin Zhang
8de0cb1932
Merge rPFd86028310e5c: Added a Laravel IDE helper and type-hinted the cover art upload method.
2015-09-10 11:23:12 +01:00
Kelvin Zhang
c802c0483f
Merge rPF6219ee2e5b92: Made Vagrant's provisioning script install ImageMagick and run apt-get quietly.
2015-09-10 11:19:21 +01:00
Kelvin Zhang
33753d8411
Update Kernel.php for commands
2015-09-08 11:57:28 +01:00
Kelvin Zhang
1f6e6f9c7e
Add commands
2015-09-08 11:56:38 +01:00
Kelvin Zhang
07e5a22718
Update validation.php with language information
2015-09-08 11:42:05 +01:00
Kelvin
b33dcfd8c6
Update namespaces
2015-09-06 18:21:11 +01:00
Kelvin
debbfffae9
Update dependencies; add Newrelic
2015-09-06 17:09:57 +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
dc46b4c659
Update composer.lock
2015-09-05 16:00:05 +01:00
Kelvin Zhang
93c3a2a69a
Add routes
2015-09-05 15:59:36 +01:00
Kelvin Zhang
6875637fe4
Add assets (scripts + styles)
2015-08-31 16:42:23 +01:00
Kelvin Zhang
b233738eb5
Add tools
2015-08-31 16:32:37 +01:00
Kelvin Zhang
7d22d3427a
Add public
2015-08-31 16:31:45 +01:00
Kelvin Zhang
d2c4dd1bfb
Add views
2015-08-31 16:26:09 +01: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
270915227a
Merge remote-tracking branch 'origin/feature/laravel_5.1' into feature/laravel_5.1
...
Conflicts:
.gitignore
2015-08-30 12:26:30 +01:00
Kelvin Zhang
292d476210
Initial L5.1 commit
2015-08-30 12:26:03 +01:00
Kelvin Zhang
e97b3e4563
Initial L5.1 commit
2015-08-30 12:22:02 +01: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
Peter Deltchev
b4861367cf
Added .arcconfig for Arcanist support.
...
Test Plan: It works if I'm able to create revisions in Differential after this.
Reviewers: #pony.fm, Feld0
Reviewed By: #pony.fm, Feld0
Subscribers: Feld0
Differential Revision: https://phabricator.poniverse.net/D2
2015-06-18 22:28:46 -07: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
30153bb69f
Forward MySQL 3306 to port 33060 on host
2015-06-16 15:12:43 +01:00
Kelvin
ba5fd7f6e6
Merge branch 'master' into feature/update_logo
2015-06-15 14:35:20 +01:00
Kelvin
9414e20ffa
Update readme.md
2015-06-15 14:34:24 +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
Kelvin
ab15a3f4de
Update Vagrantfile memory to 2GB
2015-06-14 14:24:52 +01:00
Kelvin
67056131bb
Update readme.md with folder step
2015-06-14 13:55:29 +01:00