summaryrefslogtreecommitdiffstats
path: root/apps/media
Commit message (Expand)AuthorAgeFilesLines
* moved to apps repositoryFrank Karlitschek2012-08-2687-7867/+0
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-252-6/+6
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-2525-53/+223
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-242-1/+3
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-221-0/+1
| * Merge branch 'share_api'Michael Gapczynski2012-08-194-2/+132
| |\
| | * Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-0/+14
| | |\
| | * \ Merge branch 'master' into share_apiMichael Gapczynski2012-08-091-5/+0
| | |\ \
| | * \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-08-062-0/+15
| | |\ \ \
| | * \ \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-312-2/+17
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-257-7/+135
| | |\ \ \ \ \
| | * | | | | | Make file actions permissions awareMichael Gapczynski2012-07-251-2/+2
| * | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-201-2/+3
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-121-0/+14
| | |_|_|_|/ | |/| | | |
| * | | | | Remove useless setting of RUNTIME_NOAPPSBart Visscher2012-08-081-4/+0
| * | | | | Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-081-2/+1
| | |_|_|/ | |/| | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-312-0/+15
| | |_|/ | |/| |
| * | | Set filter to empty if not set by Ampache clientMichael Gapczynski2012-07-271-3/+2
| * | | Set the user id when authenticating user for Ampache, fixes bug oc-219Michael Gapczynski2012-07-271-0/+2
| * | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-261-0/+14
| | |/ | |/|
| * | remove unused variablesRobin Appelman2012-07-203-6/+4
| * | fix remote and public.phpRobin Appelman2012-07-131-1/+1
| |/
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-096-9/+0
| * Don't call getLocalFile() until you know it actually is musicMichael Gapczynski2012-06-261-1/+1
| * Media: Change includes in app.php to use the autoloaderBart Visscher2012-06-252-15/+16
| * Use intervals for sessions deletion with postgres fix oc-492Brice Maron2012-06-241-2/+8
| * Resolve scanning issue case comparison of songsBrice Maron2012-06-241-1/+1
| * Correct seq name in media songs fix oc-589Brice Maron2012-06-241-1/+1
| * Remove references to /apps/ and correct inclusion of settingsBrice Maron2012-06-221-3/+3
| * Merge branch 'master' into multi_app_dirBrice Maron2012-06-214-9/+12
| |\
| | * correct presentation of HTML encoded charactersBjoern Schiessle2012-06-211-1/+1
| | * use new sanitizeHTML() functionBjoern Schiessle2012-06-202-8/+8
| | * write_close the session when scanning files or musicRobin Appelman2012-06-161-0/+3
| * | Merge branch 'master' into multi_app_dirBrice Maron2012-06-142-1/+5
| |\|
| | * utf8 in der DB configMarco B2012-06-111-1/+1
| | * prevent opening non-music files through the media ajax apiRobin Appelman2012-06-091-0/+4
| * | Correct remote and public, and last occurence of OC::Brice Maron2012-06-062-4/+4
| |/
| * update translationsRobin Appelman2012-06-062-1/+14
| * xss vulnerability fixedBjoern Schiessle2012-06-051-3/+3
| * Remove OC_App::register functionBart Visscher2012-05-311-2/+0
| * add lib collection and lib scanner to media's appinfo/app.phpGeorg Ehrke2012-05-291-0/+2
| * remove not needed includesFrank Karlitschek2012-05-282-6/+1
* | remove superflous index (already indexed with primary key derived from <autoi...jfd2012-07-311-30/+0
* | escape all identifiers with backticksjfd2012-07-313-32/+32
* | Set filter to empty if not set by Ampache clientMichael Gapczynski2012-07-301-3/+2
* | Set the user id when authenticating user for Ampache, fixes bug oc-219Michael Gapczynski2012-07-301-0/+2
* | latin1 => utf8. I thought I did this a month ago?Thomas Tanghus2012-07-161-1/+1
* | Resolve scanning issue case comparison of songsBrice Maron2012-06-241-1/+1
* | Correct seq name in media songs fix oc-589Brice Maron2012-06-241-1/+1
* | use new sanitizeHTML() functionBjoern Schiessle2012-06-202-8/+8