Commit Graph

15319 Commits

Author SHA1 Message Date
Lucas Bickel 1f59d44afd Ask for distro version in CONTRIBUTING.md 2017-06-02 18:11:02 +02:00
Robb e7d1359117 Merge pull request #201 from radiorabe/feature/release-script-round-2
Fix release script call
2017-05-25 11:37:55 -04:00
Robb c1f38e536f Merge pull request #206 from radiorabe/fix/delete-first-admin-user
Problem: Deleting the initial admin won't work since it doesn't re-assign files
2017-05-25 11:25:12 -04:00
Robb 7044862fb8 Merge pull request #202 from radiorabe/fix/crlf-in-docs
[WIP] Run dos2unix on all markdown files in docs/
2017-05-24 08:20:43 -04:00
Lucas Bickel 2ea19f20fe Re-assign files to first non deleted admin user 2017-05-22 00:20:02 +02:00
Lucas Bickel 3233ccd151 Remove dead code in user model 2017-05-22 00:10:38 +02:00
Lucas Bickel f3e8e8cb00 Run dos2unix on all markdown files in docs/ 2017-05-16 13:39:17 +02:00
Lucas Bickel 4dc45a935f Fix release script call
The script was logging "Script failed with status 127". It seems that this is due to release.sh not being executable and not being referenced with a path starting with ./.
2017-05-16 12:44:01 +02:00
Robb 2b30a14744 Merge pull request #168 from radiorabe/feature/use-global-angular-install-and-not-cdn
Use the minimized angular from public dir instead of cdn
2017-04-28 19:58:20 -04:00
Robb 3b2a9451eb Merge pull request #169 from radiorabe/feature/use-official-magic
Use file-magic instead of python-magic
2017-04-28 19:56:38 -04:00
Robb 481b8b2ebc Merge pull request #188 from radiorabe/feature/update-docs
Refactor upgrading docs
2017-04-28 15:44:26 -04:00
Lucas Bickel a48bdb8461 Add info on system restart/reboot 2017-04-25 20:32:38 +02:00
Lucas Bickel 0f831c6e0b Update faq entry 2017-04-25 20:14:03 +02:00
Lucas Bickel b2f8a57332 Refactor upgrade docs
* [x] explain semver since this upgrade cases are when this applies
* [x] links to different parts of manual
* [x] move backup section to the top
* [x] add "real" git pull example
* [x] rename install script to plain ./install
* [x] remove very old monit upgrade help
2017-04-25 20:09:14 +02:00
Lucas Bickel 65a4961aac Merge pull request #187 from Kirill-Kad/patch-1
Correction lines 399 and 400.  ls_script.liq
2017-04-25 13:09:58 +02:00
Lucas Bickel 711238af18 Merge pull request #171 from bburton/vagrant-debian-bento-box
Switch Vagrantfile to use bento boxes for Debian #170
2017-04-20 15:22:26 +02:00
Lucas Bickel 122166216a Merge pull request #157 from Lapotor/Ubuntu-16.04-Update
Ubuntu 16.04 installer update
2017-04-20 15:21:56 +02:00
Lapotor 74d58b7555 Removed upstart-sysv comment 2017-04-19 20:45:17 +02:00
Bill Burton 450a92384f Switch Vagrantfile to use bento boxes for Debian #170 2017-04-19 14:42:12 -04:00
Lapotor 0766b91cde Added remind to reload systemctl for Xenail 2017-04-19 20:36:48 +02:00
Lapotor 28fb7fca72 Changed on Xenial Upstart to Systemd 2017-04-19 20:35:47 +02:00
Lucas Bickel 9ce611130c Use file-magic instead of python-magic
This gets the mime type using file-magic in a most minimal way. Since the python bindings have been available as a distro package for quite a while it is written in a way so it should also run on pre pypi installs of file-magic. This means not being able to use nice things like magic.detect_from_filename due to the fact that they where added rather recently (with recently being 2 years ago).

As the mime type is only used to check for wav files that mutagen can't handle it only reads the mime type and ignores the charset and other attributes that magic can find.

Due to the fact that file-magic is not properly unicode safe I'm checking the file based on it's first 2048 bytes as per <http://stackoverflow.com/questions/34836792/python-magic-cant-identify-unicode-filename#comment57418632_34838355>. This is not an issue since wav files need to start with a wav header by definition anyway.

I tested this sucessfully on both CentOS and Debian with files containing Unicode in their names.
2017-04-18 09:49:09 +02:00
Lucas Bickel f9a19d9e27 Uses the minimized angular from public dir instead of cdn
This uses the available minimized version of angular instead of using the non minimized version from the google cdn.
2017-04-18 08:43:44 +02:00
Robb ebd7c1d2a3 Merge pull request #163 from radiorabe/feature/python-debug-flag-for-140
Problem: airtime-liquidsoap --debug only works for liquidsoap
2017-04-17 16:36:07 -04:00
Robb b536769a5d Merge pull request #164 from radiorabe/feature/project-rename-in-defaultdata
Problem: legacy upstream name is still in defaultdata
2017-04-17 14:58:21 -04:00
Robb 0089aa203b Merge pull request #165 from radiorabe/feature/update-vagrant-docs
Update vagrant docs for new ubuntu boxes
2017-04-17 14:57:36 -04:00
Lucas Bickel e34d87a1da Update vagrant docs for new ubuntu boxes 2017-04-16 01:33:41 +02:00
Lucas Bickel 8253a070f4 Update name in ref_off_air_meta in Liquidsoap 2017-04-16 01:23:40 +02:00
Lucas Bickel 458d5254ac Remove legacy upstream name from defaultdata 2017-04-16 00:14:54 +02:00
Lucas Bickel 007ff5561c Pass debug flag to python logger as well 2017-04-15 23:27:04 +02:00
Robb 54ded86f6d Merge pull request #143 from radiorabe/fix/pervasives-in-test-script
Do not explicity load pervasives.liq
2017-04-14 17:15:51 -04:00
Lucas Bickel f1d6fdea39 Merge pull request #161 from Robbt/fix/celery-worker-crash
Fix/celery worker crash
2017-04-14 09:25:58 +02:00
Robb Ebright 2d7882872b use celery 3.0 and compatible kombo 2017-04-13 23:11:59 -04:00
Robb Ebright c7131e0936 set celery version 3 2017-04-13 21:58:49 -04:00
Robb cbdcba991b Merge pull request #149 from radiorabe/fix/js-return-on-i18n-resource
Use json_encode if we need to return js and not json
2017-04-13 20:30:49 -04:00
Lucas Bickel b33c154dd1 Merge pull request #159 from bburton/vagrant-ubuntu-bento-box
Switch Vagrantfile to use bento boxes for ubuntu #158
2017-04-12 22:10:33 +02:00
Bill Burton 5ef232a72c Switch Vagrantfile to use bento boxes for ubuntu #158 2017-04-12 12:51:36 -04:00
Lapotor c8a474e1fe Delete debug things, changed if for initctl 2017-04-11 14:36:34 +02:00
Lucas Bickel b9d95f72ae Merge pull request #151 from Lapotor/alsa-ubuntu
Alsa-ubuntu.deb Update
2017-04-11 11:08:30 +02:00
Lapotor 2b56932f18 Updated alsa_deb file
I looked up that the Alsa file name notlonger exist so i Updated it
2017-04-11 11:05:41 +02:00
Lapotor a6d6b8a06c Deleted upstart from auto install 2017-04-11 06:04:29 +02:00
Lapotor 9c06be3b99 Deletet Auto install of Upstart 2017-04-11 06:03:45 +02:00
Lapotor 1132f79115 Delete develop things 2017-04-11 05:55:42 +02:00
Lapotor 6a088c5603 auto reboot added
after installing upstart it will automaticly restart
2017-04-11 05:47:43 +02:00
Lapotor 78e54eed0b added curl 2017-04-11 05:24:45 +02:00
Lapotor ad2435b2e6 Added php-bcmath and php-mbstring which are needed 2017-04-11 03:12:42 +02:00
Lapotor 585ea7f82e Update for install on Ubuntu 16.04
Changed will have additional changes is backwards comaptible only if code is xenial the changes will happen
2017-04-11 03:11:23 +02:00
Lapotor 230aea468e changed --force-yes to --allow if ubuntu xenial 2017-04-11 00:37:23 +02:00
Robb 05766d929f Merge pull request #150 from radiorabe/fix/always-install-curl
Install curl on all platforms
2017-04-10 14:05:11 -04:00
Lucas Bickel 0696b3c7bd Merge pull request #153 from bburton/patch-1
Create .gitattributes to ensure proper cloning with Windows Git
2017-04-10 00:13:20 +02:00