1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00
Commit graph

782 commits

Author SHA1 Message Date
Afterster
2837c44fe8 Add new display_user_field plugin type ; Paypal and Flattr user donation plugin 2015-05-01 07:39:08 +02:00
Afterster
cfc45a83b6 Update CHANGELOG.md 2015-02-24 22:41:11 +01:00
Afterster
517ae2aa0f Update ACKNOWLEDGEMENTS
Fix catalog update change dir warning
2015-02-01 20:03:06 +01:00
Afterster
7d76da1279 Update CHANGELOG.md 2015-01-22 08:15:32 +01:00
Afterster
80cde0c626 Enhance share feature with modal dialog choices
Add Facebook / Twitter / GooglePlus external share plugins
2014-11-15 06:05:41 +01:00
Afterster
7a32db9790 Fixed #500: Add quick play urls
Update CHANGELOG.md
2014-10-19 22:13:27 +02:00
Afterster
e92c41c652 Add new display_home plugin category
Add RSS View plugin
2014-10-02 23:51:39 +02:00
Afterster
bad5557a5a Update changelog 2014-09-07 15:27:46 +02:00
Afterster
44d97d4b74 Real 'remember me' feature
Change song_preview to plugins
Fix 7digital preview (2 legged oauth authentication)
2014-08-31 22:40:50 +02:00
Afterster
712caf5130 Update CHANGELOG.md 2014-07-12 09:04:32 +02:00
Afterster
0254be9982 Better Video integration in Ampache features 2014-07-08 20:00:33 +02:00
Afterster
048032f7c3 Update CHANGELOG.md and set version to 3.7.0 2014-05-26 13:13:52 +02:00
Afterster
814297a030 Fix create democratic playlist
Fix democratic web player play
Removed search descriptor lib/init.php inclusion
Update CHANGELOG.md
2014-05-25 12:22:57 +02:00
SUTJael
5489e6d7a2 "Flag" replaced by "Favorite" Fix #155
Fix right playlist over content when localplay is enabled
2014-05-05 20:30:14 +02:00
Afterster
9ded28d96d Move ampache-doped.1 to ampache.1 2014-04-16 00:29:13 +02:00
Afterster
0152ab610f Move ampache-doped to ampache 2014-04-15 20:20:02 +02:00
Afterster
4e9faa31d3 Update changelog and project links 2014-04-05 00:27:27 +02:00
Afterster
9c4e37292a Update CHANGELOG.md 2014-03-06 07:40:44 +01:00
Afterster
833ff0c120 Update Acknowledgements with old contributors 2014-02-25 07:18:57 +01:00
Afterster
e578b99a95 Add Search Advanced Playlists and artist slideshow photos plugin from Flickr 2014-02-22 20:34:26 +01:00
Afterster
44b03f69e9 Update CHANGELOD 2014-02-19 00:28:33 +01:00
Afterster
7b64802f62 Rename Ampache to Ampache-doped 2014-02-01 10:30:13 +01:00
Afterster
253503ad21 Check xbmc controller instance 2014-01-22 22:40:07 +01:00
Afterster
89d7eb8f4c Update CHANGELOG.md 2014-01-18 18:23:40 +01:00
Afterster
8d7ce473d0 Add share feature 2014-01-15 23:55:19 +01:00
Afterster
618973fc69 Updated CHANGELOG 2014-01-06 07:34:02 +01:00
Afterster
0451ee68f7 Added 2 bug fix in CHANGELOG 2014-01-04 10:04:56 +01:00
Afterster
2df89044df Update CHANGELOG 2014-01-04 10:02:58 +01:00
Afterster
d5a7928722 Iframe mode activated by default now, ready for 3.6-doped release 2013-12-31 00:21:15 +01:00
Afterster
42f4ba3fa9 Fix iframe play action reload 2013-12-30 09:42:49 +01:00
Afterster
287406a1ef Remove additional md5 from scrobbler class (password is already stored hashed) 2013-12-29 22:24:48 +01:00
Afterster
1f1ae5e141 Add Headphones support 2013-12-29 13:26:31 +01:00
Afterster
5242ee5b6a Update CHANGELOG.md 2013-12-29 01:58:57 +01:00
Afterster
6b40e51c03 Updated CHANGELOG and version to 3.6-doped 2013-12-29 01:56:19 +01:00
Afterster
8c6c0da872 Fix PLUGINS doc 2013-12-26 22:35:34 +01:00
Afterster
9aa505e320 Fix plugins and add new Process Wanted plugin type 2013-12-26 22:35:02 +01:00
Afterster
a98ecd7376 Requests project replace Snoopy project and update to MusicBrainz API v2 2013-12-26 16:54:04 +01:00
Paul Arthur
348c4034ca Update CHANGELOG 2013-10-30 21:33:31 -04:00
Paul Arthur
05009329cf Add naive compaction for Query serialization
Can be very efficient with the right input, but probably has
degenerative cases where it increases the size. Worst-case size
increase is one character per ID in the result set, so it shouldn't be
an issue.

String lengths for a large search result that was unstorable before:
serialize: 1991874
json_encode: 756249
cooked: 244

And some with more discontinuity:
serialize: 1772238
json_encode: 674751
cooked: 37950

serialize: 164942
json_encode: 65771
cooked: 25369
2013-06-12 13:46:39 -04:00
Paul Arthur
438a2a9023 Don't cache browses for the API
The API will never request it again, so caching the query just wastes
space.
2013-06-12 13:25:57 -04:00
Paul Arthur
88196ce34b Remove old changelog 2013-06-03 02:08:51 -04:00
Paul Arthur
96d0d4533c Drop validateEmail
PHPMailer will validate the format of the address, and that's all we
really want.
2013-05-30 18:34:53 -04:00
Paul Arthur
acf5cd0a4b Bump PHPMailer to 5.2.6
Development has moved to GitHub: https://github.com/PHPMailer/PHPMailer
2013-05-30 18:12:15 -04:00
Paul Arthur
6a7df20374 Onward to the future 2013-05-30 17:33:06 -04:00
Paul Arthur
22edd18649 Finalise 3.6-alpha6 2013-05-30 17:28:49 -04:00
thinca
c394d51581 Use the correct operator for 'before date' rules 2013-05-30 13:04:27 -04:00
Paul Arthur
78d220fbd5 Register session_write_close shutdown function
http://php.net/manual/en/function.session-set-save-handler.php:
    When using objects as session save handlers, it is important
    to register the shutdown function with PHP to avoid unexpected
    side-effects from the way PHP internally destroys objects on
    shutdown and may prevent the write and close from being called.
    Typically you should register 'session_write_close' using the
    register_shutdown_function() function.

We're not using objects as session save handlers, but some people
(notably, Synology users) seem to be encountering a similar issue
related to the timing of object destruction. Closing the session
earlier in the shutdown process is a perfectly sane thing to do, so
let's do it.
2013-05-30 12:55:00 -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
f0454c03e5 Set the memory_limit to at least 32M
'32' != '32M'
2013-05-15 22:16:20 -04:00
Paul Arthur
ecf095fc06 Fix Rating::gc()
The join was incorrect, sometimes resulting in loss of ratings.

Fixes GH #22
2013-05-13 22:13:06 -04:00