summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Fix time formatting for minutes, prepend 0 if minutes is less than 10Michael Gapczynski2012-07-061-1/+1
|
* Add slash to app url if not set fix oc-1169Brice Maron2012-07-031-0/+2
|
* Prevent adding a duplicate to a multiselectMichael Gapczynski2012-06-291-1/+12
|
* Add new group to other user's group select formsMichael Gapczynski2012-06-291-2/+3
|
* typo in js statement fixedBjoern Schiessle2012-06-261-1/+1
|
* Fixes for multi app dir :Brice Maron2012-06-221-2/+1
| | | | | Url should be given as relative path (to webroot) Correct link construction from js
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-3/+9
|\ | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php
| * fix potential xss in multiselectRobin Appelman2012-06-091-3/+9
| |
* | Change app path logic in templatesBrice Maron2012-06-061-5/+3
|/
* only check our own input fields when determining to show the login buttonRobin Appelman2012-05-171-2/+2
| | | | fixes a problem with browser plugins adding hidden inputs
* update to jquery 1.7.2Robin Appelman2012-05-122-4/+4
|
* Fix music file action i.e. click to play, make OC.filePath act like ↵Michael Gapczynski2012-05-101-4/+7
| | | | OC_Helper::linkTo() for index.php links
* Prevent extra '/' from being added to url if app is not definedMichael Gapczynski2012-05-071-2/+4
|
* Fix bug on browsers like rekonq which stopped execution of javascriptSimon Birnbach2012-05-071-1/+1
|
* improve remote.php and create public.phpGeorg Ehrke2012-05-071-1/+1
|
* Dialogs: Clean indentation. Add some missing brackets.Thomas Tanghus2012-05-051-220/+239
|
* Made the global settings icon accessable via keyboard.Thomas Tanghus2012-05-041-0/+5
| | | | Bug http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-561
* VCategories: Check if any categories are selected before json call. Add ↵Thomas Tanghus2012-05-041-5/+8
| | | | Close button. Remove log calls.
* Check for callback in OC.dialogs.alert.Thomas Tanghus2012-05-041-1/+1
|
* fix incorrect dialog computing in ffBartek Przybylski2012-05-031-1/+1
|
* correction of bug oc-393 in using owncloud V2, V3, V4 with android browser :unknown2012-05-011-0/+1
| | | | | | | | JSON.parse(null) results in 'Uncaught illegal access' and not 'null' (see google for details) solved Signed-off-by: bourgeoa
* removing executable bit from various filesThomas Mueller2012-04-303-0/+0
|
* Various file path fixes.Thomas Tanghus2012-04-301-1/+1
|
* fix security check for the path of the requested fileGeorg Ehrke2012-04-261-3/+2
|
* fix downloading of files in files appGeorg Ehrke2012-04-261-2/+3
|
* some fixes fore movable appsGeorg Ehrke2012-04-262-3/+3
|
* fix OC.filePath in main jsGeorg Ehrke2012-04-241-3/+8
|
* fix pathes in contactsGeorg Ehrke2012-04-241-0/+9
|
* use native functions of php to parse the string into the VarGeorg Ehrke2012-04-231-1/+1
|
* rename var file to getfile to prevent fails in files appGeorg Ehrke2012-04-231-1/+1
|
* modify OC.filepath for movable appsGeorg Ehrke2012-04-201-10/+15
|
* tooltip for delete shows up to the leftJan-Christoph Borchardt2012-04-151-1/+1
|
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-2/+2
|
* fixed settings hover, now whole row sensitive and fading not jerkyJan-Christoph Borchardt2012-04-151-3/+0
|
* Use offset function to position block elementsBart Visscher2012-04-141-2/+8
|
* Fix rescan "File not Found" error handling in oc-vcategories.jsBart Visscher2012-04-131-5/+5
|
* fixing delete tooltipJan-Christoph Borchardt2012-04-131-3/+2
|
* adding tipsy tooltips for file actionsJan-Christoph Borchardt2012-04-131-1/+3
|
* Fix categories delete fallback when there is no app specific ajax categories ↵Bart Visscher2012-04-121-15/+11
| | | | delete function
* wrong defaultValue definition in OC.AppConfig.getValueunknown2012-04-121-1/+1
| | | | done
* VCategories: fix function names to coding standardBart Visscher2012-04-101-2/+2
|
* Contacts: Misc. cleanup tweaks.Thomas Tanghus2012-04-071-2/+2
|
* mimetype filter for filepickerBartek Przybylski2012-04-051-4/+4
|
* loading screen for filepickerBartek Przybylski2012-04-051-1/+4
|
* adding icons to filepickerBartek Przybylski2012-04-031-1/+1
|
* multiselect handle for filepickerBartek Przybylski2012-04-021-9/+21
|
* dialogs filepicker first draftBartek Przybylski2012-04-022-14/+85
|
* adding callback when ok click on alert dialogBartek Przybylski2012-04-011-1/+1
|
* fix eventsource for ieRobin Appelman2012-03-311-1/+1
|
* fix potential problem when using multiply eventsource'sRobin Appelman2012-03-311-3/+7
|