Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #3095. | kondou | 2013-04-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2769 from owncloud/octemplate | Thomas Tanghus | 2013-04-15 | 1 | -0/+101 |
|\ | | | | | Add octemplate jQuery plugin | ||||
| * | Updated docs. | Thomas Tanghus | 2013-04-15 | 1 | -2/+7 |
| | | |||||
| * | Add octemplate jQuery plugin | Thomas Tanghus | 2013-04-06 | 1 | -0/+96 |
| | | |||||
* | | Implements Toggle for Database Password. | raghunayyar | 2013-04-13 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #2554 from owncloud/hide-toggle-checkbox | Bernhard Posselt | 2013-04-11 | 1 | -4/+14 |
|\ \ | | | | | | | Implements Hide / Display for the Password Toggle Button | ||||
| * | | Removes the setTimeout() method. | raghunayyar | 2013-03-26 | 1 | -12/+9 |
| | | | |||||
| * | | Fixes autofill for display / hide toggle button, a better function name. | raghunayyar | 2013-03-25 | 1 | -14/+15 |
| | | | |||||
| * | | Initial Commit : Password Toggle Button hides if no input present | raghunayyar | 2013-03-25 | 1 | -3/+15 |
| | | | |||||
* | | | Merge pull request #2758 from Kondou-ger/refactor_OCdialogs | Bart Visscher | 2013-04-09 | 1 | -150/+306 |
|\ \ \ | | | | | | | | | Refactor OCdialogs. | ||||
| * | | | Fix OC.dialogs.form() | kondou | 2013-04-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Don't do _too_ much escapeHTML() | ||||
| * | | | Remove manual mimetype checking. | kondou | 2013-04-08 | 1 | -5/+1 |
| | | | | |||||
| * | | | Make files _and_ directorys selectable/browsable. | kondou | 2013-04-06 | 1 | -10/+13 |
| | | | | | | | | | | | | | | | | | | | | Also make long variables more readable by splitting them up into shorter ones. | ||||
| * | | | Make files selectable again. | kondou | 2013-04-06 | 1 | -3/+3 |
| | | | | |||||
| * | | | Fix repeating directory names. | kondou | 2013-04-06 | 1 | -14/+17 |
| | | | | | | | | | | | | | | | | Also fix some CSS for Firefox. | ||||
| * | | | Make directories show at top. | kondou | 2013-04-06 | 1 | -2/+12 |
| | | | | |||||
| * | | | Make directories clickable. | kondou | 2013-04-06 | 1 | -13/+23 |
| | | | | | | | | | | | | | | | | A bit bugged though ... | ||||
| * | | | Small fixes | kondou | 2013-04-06 | 1 | -36/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * escapeHTML(everything) * curly braces for if * camelcase function_to_call * add missing semicolae (?) | ||||
| * | | | Refactor OCdialogs. | kondou | 2013-04-06 | 1 | -149/+283 |
| | | | | | | | | | | | | | | | | Fix #2557 and make the whole code more usable. | ||||
* | | | | Fix #2730 | kondou | 2013-04-09 | 1 | -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 Tanghus | 2013-04-06 | 2 | -72/+104 |
| |_|/ |/| | | |||||
* | | | Fixed things in alert-messages | root | 2013-04-05 | 1 | -6/+6 |
|/ / | | | | | | | | | | | Two parameters for OC.dialogs.alert, otherwise one will be "undefined". Also fixed missing translation. | ||||
* | | Merge pull request #2516 from kabum/master | Bernhard Posselt | 2013-03-29 | 1 | -1/+12 |
|\ \ | | | | | | | share autocomplete - improve group appearance - issue #173 | ||||
| * | | use simple markup to highlight groups in share autocomplete | Morris Jobke | 2013-03-22 | 1 | -6/+4 |
| | | | |||||
| * | | replace hardcoded css style with css class - ref owncloud/core#173 | Morris Jobke | 2013-03-21 | 1 | -1/+2 |
| | | | |||||
| * | | share autocomplete - improve group appearance | Morris Jobke | 2013-03-21 | 1 | -1/+13 |
| |/ | | | | | | | | | | | highlight groups with markup (bold font) instead of "(group)" postfix ref owncloud/core#173 | ||||
* | | Whitespaces | Arthur Schiwon | 2013-03-27 | 1 | -3/+3 |
| | | |||||
* | | Share Dialog: show Displayname instead of internal name | Arthur Schiwon | 2013-03-27 | 1 | -1/+1 |
|/ | |||||
* | Upgraded infield labels plugin to the latest version. Updated invocation to ↵ | Doug Neiner | 2013-03-17 | 2 | -36/+51 |
| | | | | opt-in to pollling at the same duration you were using before, 100ms | ||||
* | Update share.js | Bernhard Posselt | 2013-03-08 | 1 | -2/+2 |
| | | | Added HTML escaping | ||||
* | Fix #2080 and fix #2141 | Michael Gapczynski | 2013-03-07 | 1 | -52/+36 |
| | |||||
* | fix #2128 | Georg Ehrke | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | Remove inline js from OC.Dialogs.FilePicker. | Thomas Tanghus | 2013-03-04 | 1 | -4/+6 |
| | |||||
* | Sanitize shareWith | Lukas Reschke | 2013-03-04 | 1 | -3/+3 |
| | |||||
* | Merge pull request #2034 from owncloud/fix_bug47 | Michael Gapczynski | 2013-03-03 | 1 | -40/+49 |
|\ | | | | | Fix #47 - Duplicate files create a (2) when multiples are uploaded | ||||
| * | new Array() -> [] | Georg Ehrke | 2013-03-02 | 1 | -1/+1 |
| | | |||||
| * | update OC.Notification.show | Georg Ehrke | 2013-03-02 | 1 | -9/+3 |
| | | |||||
| * | fix oc#47 | Georg Ehrke | 2013-03-01 | 1 | -39/+54 |
| | | |||||
* | | The router base url is without / on the end | Bart Visscher | 2013-02-28 | 1 | -2/+2 |
| | | |||||
* | | reduce minimum length for username suggestions in share dialog, fix #1666 | Jan-Christoph Borchardt | 2013-02-27 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1905 from owncloud/fix-share-icons | Thomas Müller | 2013-02-27 | 1 | -6/+6 |
|\ \ | | | | | | | Fix adding share icons to share action | ||||
| * | | Move space | Michael Gapczynski | 2013-02-25 | 1 | -4/+4 |
| | | | |||||
| * | | Fix adding share icons to share action | Michael Gapczynski | 2013-02-25 | 1 | -6/+6 |
| | | | |||||
* | | | Merge pull request #1800 from raghunayyar/sharing-dropdown-fixes | Jan-Christoph Borchardt | 2013-02-27 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Various Layout Fixes for Sharing Dropdown. | ||||
| * | | | Reduced email input width by 10% to increase space. | raghunayyar | 2013-02-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixes the Email Button and the email input Width. | raghunayyar | 2013-02-20 | 1 | -2/+2 |
| | | | | |||||
* | | | | generate url only once | Bernhard Posselt | 2013-02-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | use 15 min instead of 15 sec timeout | Bernhard Posselt | 2013-02-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | implemented a heartbeat request which is calls the server every 15 minutes ↵ | Bernhard Posselt | 2013-02-26 | 1 | -0/+15 |
| |/ / |/| | | | | | | | | to prevent a session timeout | ||||
* | | | Merge pull request #1706 from owncloud/master-sqlserver | Thomas Müller | 2013-02-25 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | Microsoft SQL-Server support for ownCloud! |