summaryrefslogtreecommitdiffstats
path: root/apps/media
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-214-9/+12
|\ | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php
| * 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
|\| | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php
| * 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
| | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* 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
|
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-1/+2
| | | | ownCloud 4
* update translationsRobin Appelman2012-05-172-4/+17
|
* removing executable bit - againThomas Mueller2012-05-1513-0/+0
|
* selective app loading for remote/publicRobin Appelman2012-05-141-1/+5
|
* Variable not declared in media app, fixes bug oc-633. Thanks to die3lustigen2.Michael Gapczynski2012-05-131-1/+1
|
* update translationsRobin Appelman2012-05-131-2/+2
|
* load remote and public paths from info.xml during upgrade instead of setting ↵Robin Appelman2012-05-114-81/+4
| | | | them every time
* Fix music file action i.e. click to play, make OC.filePath act like ↵Michael Gapczynski2012-05-101-1/+0
| | | | OC_Helper::linkTo() for index.php links
* update translationsRobin Appelman2012-05-0912-19/+71
|
* Add remote for media/tomahawk.phpBart Visscher2012-05-082-4/+3
|
* Create a function for linking to remote.phpBart Visscher2012-05-072-2/+2
|
* fix path for ampache in settingsGeorg Ehrke2012-05-071-1/+1
|
* make ampache work with remote.phpGeorg Ehrke2012-05-074-3/+9
|
* ported the oc_template classFrank Karlitschek2012-05-064-12/+12
|
* added a nice API to get the installes Apps with names, urls and icon from ↵Frank Karlitschek2012-05-051-0/+1
| | | | | | the outside. This is useful for some nice upcoming desktop and mobile integration
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-051-4/+4
|
* ported oc_dbFrank Karlitschek2012-05-034-30/+30
|
* ported oc_jsonFrank Karlitschek2012-05-033-11/+11
|
* port oc_responseFrank Karlitschek2012-05-032-3/+3
|
* port checkAppEnabledFrank Karlitschek2012-05-022-2/+2
|
* port oc_preferencesFrank Karlitschek2012-05-022-3/+3
|
* ported the oc_app callsFrank Karlitschek2012-05-022-4/+4
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-1/+1
|
* port linkto and serverHostFrank Karlitschek2012-05-015-7/+7
|
* ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-011-1/+1
|
* ported addSyript and other small stuffFrank Karlitschek2012-05-012-7/+7
|
* porting of OC_User to public API complete.Frank Karlitschek2012-05-011-1/+1
| | | | What better thing to do during a long train ride than refactoring ;-)
* ported getUserFrank Karlitschek2012-05-013-5/+5
|
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-012-5/+5
|
* port some of the log call to the new public apiFrank Karlitschek2012-05-012-5/+5
| | | | more to come
* port to use the new public apiFrank Karlitschek2012-05-011-1/+1
|
* Support "songs" ampache API action for proper rhythmbox supportNIEK Antoine2012-04-291-0/+3
|
* ampache should work nowGeorg Ehrke2012-04-262-5/+5
|
* fixes for media appGeorg Ehrke2012-04-261-2/+2
|
* Merge branch 'master' into movable_appsGeorg Ehrke2012-04-251-0/+1
|\
| * fix js fail in media playerGeorg Ehrke2012-04-251-0/+1
| |
* | fix file path in apps/media/ajax/api.phpGeorg Ehrke2012-04-231-5/+3
| |