| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix double url decoding in fileDownloadPath function | Bart Visscher | 2012-09-29 | 1 | -1/+1 |
* | some js style fixes | Robin Appelman | 2012-09-23 | 1 | -62/+65 |
* | add breadcrumb controll to js | Robin Appelman | 2012-09-09 | 1 | -0/+43 |
* | forgot a , | Robin Appelman | 2012-09-09 | 1 | -1/+1 |
* | add js versions of basename and dirname | Robin Appelman | 2012-09-08 | 1 | -0/+6 |
* | Add missing ; to js code | Bart Visscher | 2012-09-05 | 1 | -1/+1 |
* | Fix some jslint warnings | Bart Visscher | 2012-09-04 | 1 | -0/+2 |
* | unify permissions (1/3): add permission conastants to javascript OC | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -0/+5 |
* | add OC.get and OC.set to get/set variables by name in javascript | Robin Appelman | 2012-08-30 | 1 | -0/+37 |
* | return the jQuery deferred object when using OC.loadScript | Robin Appelman | 2012-08-29 | 1 | -4/+5 |
* | Initial previewer for public links | Michael Gapczynski | 2012-08-27 | 1 | -0/+10 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -31/+87 |
|\ |
|
| * | Comment out javascript that hides login button | Anders Nor Berle | 2012-08-16 | 1 | -2/+3 |
| * | Position appsettings fixed and load it in dynamically added element. | Thomas Tanghus | 2012-08-12 | 1 | -31/+33 |
| * | Show Login-Button when user+pw are autocompleted, fixes oc-1068 | Arthur Schiwon | 2012-08-03 | 1 | -6/+5 |
| * | Propagate exceptions in OC.appSettings. | Thomas Tanghus | 2012-08-01 | 1 | -2/+2 |
| * | Forgot to also use the options I added :-P | Thomas Tanghus | 2012-07-31 | 1 | -1/+1 |
| * | Added some more options to OC.appSettings(). | Thomas Tanghus | 2012-07-31 | 1 | -2/+33 |
| * | Made the parameter for OC.appSettings() an object to be able to extend it. | Thomas Tanghus | 2012-07-31 | 1 | -2/+5 |
| * | White space | Thomas Tanghus | 2012-07-31 | 1 | -7/+6 |
| * | Popup for app specific settings. | Thomas Tanghus | 2012-07-31 | 1 | -16/+37 |
| * | Fix time formatting for minutes, prepend 0 if minutes is less than 10 | Michael Gapczynski | 2012-07-06 | 1 | -1/+1 |
| * | Add slash to app url if not set fix oc-1169 | Brice Maron | 2012-07-03 | 1 | -0/+2 |
| * | Fixes for multi app dir : | Brice Maron | 2012-06-22 | 1 | -2/+1 |
| * | Change app path logic in templates | Brice Maron | 2012-06-06 | 1 | -5/+3 |
* | | Show Login-Button when user+pw are autocompleted, fixes oc-1068 | Arthur Schiwon | 2012-08-24 | 1 | -6/+5 |
* | | Fix time formatting for minutes, prepend 0 if minutes is less than 10 | Michael Gapczynski | 2012-07-06 | 1 | -1/+1 |
|/ |
|
* | only check our own input fields when determining to show the login button | Robin Appelman | 2012-05-17 | 1 | -2/+2 |
* | Fix music file action i.e. click to play, make OC.filePath act like OC_Helper... | Michael Gapczynski | 2012-05-10 | 1 | -4/+7 |
* | Prevent extra '/' from being added to url if app is not defined | Michael Gapczynski | 2012-05-07 | 1 | -2/+4 |
* | Fix bug on browsers like rekonq which stopped execution of javascript | Simon Birnbach | 2012-05-07 | 1 | -1/+1 |
* | improve remote.php and create public.php | Georg Ehrke | 2012-05-07 | 1 | -1/+1 |
* | Made the global settings icon accessable via keyboard. | Thomas Tanghus | 2012-05-04 | 1 | -0/+5 |
* | correction of bug oc-393 in using owncloud V2, V3, V4 with android browser : | unknown | 2012-05-01 | 1 | -0/+1 |
* | fix security check for the path of the requested file | Georg Ehrke | 2012-04-26 | 1 | -3/+2 |
* | fix downloading of files in files app | Georg Ehrke | 2012-04-26 | 1 | -2/+3 |
* | some fixes fore movable apps | Georg Ehrke | 2012-04-26 | 1 | -1/+1 |
* | fix OC.filePath in main js | Georg Ehrke | 2012-04-24 | 1 | -3/+8 |
* | fix pathes in contacts | Georg Ehrke | 2012-04-24 | 1 | -0/+9 |
* | use native functions of php to parse the string into the Var | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |
* | rename var file to getfile to prevent fails in files app | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |
* | modify OC.filepath for movable apps | Georg Ehrke | 2012-04-20 | 1 | -10/+15 |
* | tooltip for delete shows up to the left | Jan-Christoph Borchardt | 2012-04-15 | 1 | -1/+1 |
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -2/+2 |
* | fixed settings hover, now whole row sensitive and fading not jerky | Jan-Christoph Borchardt | 2012-04-15 | 1 | -3/+0 |
* | Use offset function to position block elements | Bart Visscher | 2012-04-14 | 1 | -2/+8 |
* | fixing delete tooltip | Jan-Christoph Borchardt | 2012-04-13 | 1 | -3/+2 |
* | adding tipsy tooltips for file actions | Jan-Christoph Borchardt | 2012-04-13 | 1 | -1/+3 |
* | dialogs filepicker first draft | Bartek Przybylski | 2012-04-02 | 1 | -1/+7 |
* | dialogs library for apps | Bartek Przybylski | 2012-02-28 | 1 | -1/+2 |