Phyks (Lucas Verney)
e86ea9a099
Fix copyright date
2016-08-01 22:02:00 +02:00
Phyks (Lucas Verney)
2bb142eeb8
Fix issue #1260
...
Fix coding guidelines incoherences. Code should match PSR1/2 now, and
php-cs is set to check it on each commit.
Also fixed the Git hook to take into account only added, modified,
copied and renamed files (preventing errors when trying to check deleted
files).
Closes #1260 .
2016-08-01 21:55:14 +02:00
Afterster
baaceca250
Add Podcast feature
2015-12-20 23:19:23 +01:00
Afterster
92fcb84670
Rename Error class to AmpError (fix php7 Error class name conflict)
2015-12-04 14:00:01 +01:00
Afterster
9c3637b879
Change license from GPLv2 to AGPLv3
2015-12-02 20:46:34 +01:00
Afterster
a340c30872
Update code style script with new checks
2015-11-18 22:39:49 +01:00
Afterster
5124a5ed4c
Merge branch 'develop' of https://github.com/Psy-Virus/ampache into Psy-Virus-develop
...
Conflicts:
templates/show_album_row.inc.php
templates/show_artist_row.inc.php
templates/show_label_row.inc.php
templates/show_playlist_song_row.inc.php
templates/show_song_row.inc.php
templates/show_video_row.inc.php
Apply align_equals and concat_with_spaces on code style
2015-11-07 08:08:59 +01:00
Afterster
47a6585c88
Use latest php-cs-fixer version
2015-07-29 21:59:12 +02:00
Afterster
cdeeab874d
Update SQL script
...
Add WebDAV backend option at installation process
2015-06-06 08:57:59 +02:00
Afterster
81ff034bd1
Remove shoutbox spool for notification
...
Move shoutbox homepage code to a home plugin
Add catalog favorites home plugin
2015-04-05 00:11:12 +02:00
Afterster
9430729e39
Allow database socket authentication on web setup
2015-04-03 18:08:20 +02:00
Afterster
b2f03a2ab6
Open external share in new window
...
Enable share option in community installation
2015-02-04 22:54:52 +01:00
Afterster
091df0f0bc
Add channel and live_stream enable/disable settings
2015-02-02 07:05:13 +01:00
Afterster
a80bc4b6f9
Add Installation Type and Players helper sections at installation process
...
Add 'no catalog' message helper
2015-01-31 12:29:31 +01:00
Afterster
b6da7bb867
Update sql table creation script
2015-01-31 09:06:41 +01:00
Lawrence Brown
60a653daf4
copyright 2014 -> 2015
...
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
993e5f9fa8
Add hls stream
...
Improve Plex video stream & transcode
2014-08-04 01:33:44 +02:00
Afterster
daa8b3133b
Add video subtitle support
...
Add local_web_path setting (fix #324 )
2014-07-16 22:41:19 +02:00
Afterster
2ea2470fbf
Fix get_media js for video
2014-07-11 23:49:57 +02:00
Afterster
0d2a26eb37
Video transcode to webm by default
2014-07-11 23:37:08 +02:00
Afterster
7258fdcb63
Add video image preview
2014-07-08 09:05:45 +02:00
Afterster
40e9396f3e
First upload and license implementation
...
Fix #252
2014-06-13 03:36:19 +02:00
Afterster
fee1e70ffa
Fix scrutinizer code style
2014-05-26 00:48:43 +02:00
Afterster
b16958f44e
Remove old code and fix old php errors
2014-05-25 22:54:04 +02:00
Afterster
035f7a106d
Add transcoding default configuration to installation process
2014-05-20 00:30:10 +02:00
Afterster
862dde3e00
Add .htaccess generation in installation process
...
Improve installation configuration to be less error-prone
2014-05-18 17:27:29 +02:00
Afterster
98664d2a84
Update copyright years
2014-05-18 09:53:57 +02:00
Afterster
0152ab610f
Move ampache-doped to ampache
2014-04-15 20:20:02 +02:00
Afterster
7b64802f62
Rename Ampache to Ampache-doped
2014-02-01 10:30:13 +01:00
Afterster
b4b8f33b85
Add OpenID authentication ( fix #113 )
2014-01-18 17:49:41 +01:00
Afterster
5eceaf2aea
Rename Config class to AmpConfig class to avoid conflict with PEAR ( fix #68 )
2013-12-13 08:36:23 +01:00
Afterster
22cb316a48
Ampache code now respect PSR-2 code style
2013-11-17 18:54:14 +01:00
Afterster
4fbcad59db
Fix installation when we don't want to create the database user and add a 'skip' button to skip administrative setup if we don't want to setup the database at all.
2013-11-13 23:23:23 +01:00
Paul Arthur
94d635d374
Clean up the logic in install_insert_db
...
Check the things in an order that makes sense and minimise duplication.
2013-05-28 13:09:58 -04:00
Paul Arthur
ee85e4d08d
Change Dba::error() and audit its callers
...
Will hopefully return more useful information during installation, which
is the only place it's actually used and useful.
2013-05-27 20:32:02 -04:00
Paul Arthur
914c903250
Cosmetics: remove tabs
2013-05-27 19:59:01 -04:00
Paul Arthur
4caafd37a6
install: Fix GRANT for non-localhost servers
...
If we're not connecting locally, tell MySQL to allow our new user to
connect from any host. Previously we restricted them to connecting
from the database host, which is clearly wrong.
It would be slightly better to properly restrict it to the Ampache
host, but let's not overcomplicate the install and confuse the users.
2013-05-27 19:53:25 -04:00
Paul Arthur
eac07ede27
install: Add support for MySQL sockets
...
If we're using a socket, grant privileges to user@localhost, not
user@socketname.
2013-05-27 19:37:12 -04:00
Paul Arthur
f661e4f6cf
Add a working check for database existence
...
Fixes GH #21
2013-05-13 21:11:38 -04:00
Paul Arthur
a2fa8d3019
More cleanup of install, add DB port option
2013-05-13 21:11:38 -04:00
Paul Arthur
d728c76ed0
Drop nonworking Dba::check_database_exists()
...
It didn't work.
2013-03-29 03:54:00 -04:00
Paul Arthur
ef4d366060
Cosmetics: death to tabs
...
The refactoring I've been doing has reminded me of my strong preference
for spaces, and I feel inclined to impose my will on the tree.
2013-01-26 03:38:46 -05:00
Paul Arthur
16c3ba34fd
Cosmetics: clean up heads in lib/
2013-01-25 18:38:22 -05:00
Paul Arthur
649298b241
Clean up remaining direct calls to mysql functions
...
This makes it theoretically possible to replace Dba with a different
implementation somewhat painlessly.
2012-11-08 14:31:53 -05:00
Paul Arthur
c51ddbd3d6
Clean up check_database, more direct mysql calls
2012-11-08 14:02:28 -05:00
Paul Arthur
70b37ad472
Clean up direct callers of mysql_error()
2012-11-08 13:34:58 -05:00
Paul Arthur
d2eaf10b07
Move check_database into the Dba class
2012-11-08 13:15:19 -05:00
Paul Arthur
37fc03bb48
Make the CLI database installation tool more robust
...
Using a relative path required it to be run from the top-level
directory; we already do voodoo to figure out the correct prefix, so we
should use that.
2012-04-17 17:53:52 -04:00
Paul Arthur
e1c3a21b37
Drop old code related to mysql < 5.0
2012-04-17 14:29:50 -04:00
Paul Arthur
f65076b93d
Switch from _() to T_()
...
Even if we move away from php-gettext in the future, it's easy to
write a quick T_() as a simple wrapper; it's not so easy to rewrite
PHP to allow redeclaration of a function.
2012-04-12 21:13:29 -04:00