summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Fix #3095.kondou2013-04-241-1/+1
|
* Merge pull request #2769 from owncloud/octemplateThomas Tanghus2013-04-151-0/+101
|\ | | | | Add octemplate jQuery plugin
| * Updated docs.Thomas Tanghus2013-04-151-2/+7
| |
| * Add octemplate jQuery pluginThomas Tanghus2013-04-061-0/+96
| |
* | Implements Toggle for Database Password.raghunayyar2013-04-131-0/+1
| |
* | Merge pull request #2554 from owncloud/hide-toggle-checkboxBernhard Posselt2013-04-111-4/+14
|\ \ | | | | | | Implements Hide / Display for the Password Toggle Button
| * | Removes the setTimeout() method.raghunayyar2013-03-261-12/+9
| | |
| * | Fixes autofill for display / hide toggle button, a better function name.raghunayyar2013-03-251-14/+15
| | |
| * | Initial Commit : Password Toggle Button hides if no input presentraghunayyar2013-03-251-3/+15
| | |
* | | Merge pull request #2758 from Kondou-ger/refactor_OCdialogsBart Visscher2013-04-091-150/+306
|\ \ \ | | | | | | | | Refactor OCdialogs.
| * | | Fix OC.dialogs.form()kondou2013-04-091-3/+3
| | | | | | | | | | | | | | | | Don't do _too_ much escapeHTML()
| * | | Remove manual mimetype checking.kondou2013-04-081-5/+1
| | | |
| * | | Make files _and_ directorys selectable/browsable.kondou2013-04-061-10/+13
| | | | | | | | | | | | | | | | | | | | Also make long variables more readable by splitting them up into shorter ones.
| * | | Make files selectable again.kondou2013-04-061-3/+3
| | | |
| * | | Fix repeating directory names.kondou2013-04-061-14/+17
| | | | | | | | | | | | | | | | Also fix some CSS for Firefox.
| * | | Make directories show at top.kondou2013-04-061-2/+12
| | | |
| * | | Make directories clickable.kondou2013-04-061-13/+23
| | | | | | | | | | | | | | | | A bit bugged though ...
| * | | Small fixeskondou2013-04-061-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * escapeHTML(everything) * curly braces for if * camelcase function_to_call * add missing semicolae (?)
| * | | Refactor OCdialogs.kondou2013-04-061-149/+283
| | | | | | | | | | | | | | | | Fix #2557 and make the whole code more usable.
* | | | Fix #2730kondou2013-04-091-4/+4
| | | | | | | | | | | | | | | | | | | | Swap OC.dialogs.alert()'s parameters, so Error is shown as its title.
* | | | Move compatibility functions to compatibility.js and add two more.Thomas Tanghus2013-04-062-72/+104
| |_|/ |/| |
* | | Fixed things in alert-messagesroot2013-04-051-6/+6
|/ / | | | | | | | | | | Two parameters for OC.dialogs.alert, otherwise one will be "undefined". Also fixed missing translation.
* | Merge pull request #2516 from kabum/masterBernhard Posselt2013-03-291-1/+12
|\ \ | | | | | | share autocomplete - improve group appearance - issue #173
| * | use simple markup to highlight groups in share autocompleteMorris Jobke2013-03-221-6/+4
| | |
| * | replace hardcoded css style with css class - ref owncloud/core#173Morris Jobke2013-03-211-1/+2
| | |
| * | share autocomplete - improve group appearanceMorris Jobke2013-03-211-1/+13
| |/ | | | | | | | | | | highlight groups with markup (bold font) instead of "(group)" postfix ref owncloud/core#173
* | WhitespacesArthur Schiwon2013-03-271-3/+3
| |
* | Share Dialog: show Displayname instead of internal nameArthur Schiwon2013-03-271-1/+1
|/
* Upgraded infield labels plugin to the latest version. Updated invocation to ↵Doug Neiner2013-03-172-36/+51
| | | | opt-in to pollling at the same duration you were using before, 100ms
* Update share.jsBernhard Posselt2013-03-081-2/+2
| | | Added HTML escaping
* Fix #2080 and fix #2141Michael Gapczynski2013-03-071-52/+36
|
* fix #2128Georg Ehrke2013-03-061-1/+1
|
* Remove inline js from OC.Dialogs.FilePicker.Thomas Tanghus2013-03-041-4/+6
|
* Sanitize shareWithLukas Reschke2013-03-041-3/+3
|
* Merge pull request #2034 from owncloud/fix_bug47Michael Gapczynski2013-03-031-40/+49
|\ | | | | Fix #47 - Duplicate files create a (2) when multiples are uploaded
| * new Array() -> []Georg Ehrke2013-03-021-1/+1
| |
| * update OC.Notification.showGeorg Ehrke2013-03-021-9/+3
| |
| * fix oc#47Georg Ehrke2013-03-011-39/+54
| |
* | The router base url is without / on the endBart Visscher2013-02-281-2/+2
| |
* | reduce minimum length for username suggestions in share dialog, fix #1666Jan-Christoph Borchardt2013-02-271-1/+1
| |
* | Merge pull request #1905 from owncloud/fix-share-iconsThomas Müller2013-02-271-6/+6
|\ \ | | | | | | Fix adding share icons to share action
| * | Move spaceMichael Gapczynski2013-02-251-4/+4
| | |
| * | Fix adding share icons to share actionMichael Gapczynski2013-02-251-6/+6
| | |
* | | Merge pull request #1800 from raghunayyar/sharing-dropdown-fixesJan-Christoph Borchardt2013-02-271-2/+2
|\ \ \ | | | | | | | | Various Layout Fixes for Sharing Dropdown.
| * | | Reduced email input width by 10% to increase space.raghunayyar2013-02-201-1/+1
| | | |
| * | | Fixes the Email Button and the email input Width.raghunayyar2013-02-201-2/+2
| | | |
* | | | generate url only onceBernhard Posselt2013-02-261-1/+1
| | | |
* | | | use 15 min instead of 15 sec timeoutBernhard Posselt2013-02-261-1/+1
| | | |
* | | | implemented a heartbeat request which is calls the server every 15 minutes ↵Bernhard Posselt2013-02-261-0/+15
| |/ / |/| | | | | | | | to prevent a session timeout
* | | Merge pull request #1706 from owncloud/master-sqlserverThomas Müller2013-02-251-0/+7
|\ \ \ | | | | | | | | Microsoft SQL-Server support for ownCloud!