Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 4 | -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 characters | Bjoern Schiessle | 2012-06-21 | 1 | -1/+1 |
| | | |||||
| * | use new sanitizeHTML() function | Bjoern Schiessle | 2012-06-20 | 2 | -8/+8 |
| | | |||||
| * | write_close the session when scanning files or music | Robin Appelman | 2012-06-16 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-14 | 2 | -1/+5 |
|\| | | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php | ||||
| * | utf8 in der DB config | Marco B | 2012-06-11 | 1 | -1/+1 |
| | | |||||
| * | prevent opening non-music files through the media ajax api | Robin Appelman | 2012-06-09 | 1 | -0/+4 |
| | | |||||
* | | Correct remote and public, and last occurence of OC:: | Brice Maron | 2012-06-06 | 2 | -4/+4 |
|/ | |||||
* | update translations | Robin Appelman | 2012-06-06 | 2 | -1/+14 |
| | |||||
* | xss vulnerability fixed | Bjoern Schiessle | 2012-06-05 | 1 | -3/+3 |
| | |||||
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -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.php | Georg Ehrke | 2012-05-29 | 1 | -0/+2 |
| | |||||
* | remove not needed includes | Frank Karlitschek | 2012-05-28 | 2 | -6/+1 |
| | |||||
* | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
| | | | | ownCloud 4 | ||||
* | update translations | Robin Appelman | 2012-05-17 | 2 | -4/+17 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 13 | -0/+0 |
| | |||||
* | selective app loading for remote/public | Robin Appelman | 2012-05-14 | 1 | -1/+5 |
| | |||||
* | Variable not declared in media app, fixes bug oc-633. Thanks to die3lustigen2. | Michael Gapczynski | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | update translations | Robin Appelman | 2012-05-13 | 1 | -2/+2 |
| | |||||
* | load remote and public paths from info.xml during upgrade instead of setting ↵ | Robin Appelman | 2012-05-11 | 4 | -81/+4 |
| | | | | them every time | ||||
* | Fix music file action i.e. click to play, make OC.filePath act like ↵ | Michael Gapczynski | 2012-05-10 | 1 | -1/+0 |
| | | | | OC_Helper::linkTo() for index.php links | ||||
* | update translations | Robin Appelman | 2012-05-09 | 12 | -19/+71 |
| | |||||
* | Add remote for media/tomahawk.php | Bart Visscher | 2012-05-08 | 2 | -4/+3 |
| | |||||
* | Create a function for linking to remote.php | Bart Visscher | 2012-05-07 | 2 | -2/+2 |
| | |||||
* | fix path for ampache in settings | Georg Ehrke | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | make ampache work with remote.php | Georg Ehrke | 2012-05-07 | 4 | -3/+9 |
| | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 4 | -12/+12 |
| | |||||
* | added a nice API to get the installes Apps with names, urls and icon from ↵ | Frank Karlitschek | 2012-05-05 | 1 | -0/+1 |
| | | | | | | the outside. This is useful for some nice upcoming desktop and mobile integration | ||||
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 1 | -4/+4 |
| | |||||
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 4 | -30/+30 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 3 | -11/+11 |
| | |||||
* | port oc_response | Frank Karlitschek | 2012-05-03 | 2 | -3/+3 |
| | |||||
* | port checkAppEnabled | Frank Karlitschek | 2012-05-02 | 2 | -2/+2 |
| | |||||
* | port oc_preferences | Frank Karlitschek | 2012-05-02 | 2 | -3/+3 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 2 | -4/+4 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | port linkto and serverHost | Frank Karlitschek | 2012-05-01 | 5 | -7/+7 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 2 | -7/+7 |
| | |||||
* | porting of OC_User to public API complete. | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | | | | What better thing to do during a long train ride than refactoring ;-) | ||||
* | ported getUser | Frank Karlitschek | 2012-05-01 | 3 | -5/+5 |
| | |||||
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 2 | -5/+5 |
| | |||||
* | port some of the log call to the new public api | Frank Karlitschek | 2012-05-01 | 2 | -5/+5 |
| | | | | more to come | ||||
* | port to use the new public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | Support "songs" ampache API action for proper rhythmbox support | NIEK Antoine | 2012-04-29 | 1 | -0/+3 |
| | |||||
* | ampache should work now | Georg Ehrke | 2012-04-26 | 2 | -5/+5 |
| | |||||
* | fixes for media app | Georg Ehrke | 2012-04-26 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into movable_apps | Georg Ehrke | 2012-04-25 | 1 | -0/+1 |
|\ | |||||
| * | fix js fail in media player | Georg Ehrke | 2012-04-25 | 1 | -0/+1 |
| | | |||||
* | | fix file path in apps/media/ajax/api.php | Georg Ehrke | 2012-04-23 | 1 | -5/+3 |
| | |