Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle empty datafolder better. | kondou | 2013-04-13 | 1 | -0/+1 |
| | | | | | | If datafolder is erased, the default value will be shown as a placeholder. If installation is submitted without a datafolder the default value will be used. | ||||
* | dont overwrite background image when hovering over button | Bernhard Posselt | 2013-04-12 | 1 | -1/+1 |
| | |||||
* | use proper sans-serif font-stack | Jan-Christoph Borchardt | 2013-04-11 | 1 | -2/+2 |
| | |||||
* | 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 #2853 from owncloud/long-file-names | Bernhard Posselt | 2013-04-10 | 2 | -5/+10 |
|\ \ | | | | | | | Application Names Ellipsise when the name length exceeds the width of the navigation. | ||||
| * | | The Opacity for the navigation loads fine for icon and App name. | raghunayyar | 2013-04-10 | 1 | -2/+5 |
| | | | |||||
| * | | Long Application Names are ellipsis correctly. | raghunayyar | 2013-04-10 | 2 | -4/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-10 | 3 | -90/+123 |
| | | | |||||
* | | | Merge pull request #2758 from Kondou-ger/refactor_OCdialogs | Bart Visscher | 2013-04-09 | 2 | -154/+312 |
|\ \ \ | | | | | | | | | 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 | 2 | -15/+18 |
| | | | | | | | | | | | | | | | | 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 | 2 | -37/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * escapeHTML(everything) * curly braces for if * camelcase function_to_call * add missing semicolae (?) | ||||
| * | | | Refactor OCdialogs. | kondou | 2013-04-06 | 2 | -152/+288 |
| | | | | | | | | | | | | | | | | Fix #2557 and make the whole code more usable. | ||||
* | | | | Suppress the notice from the nullbyte check | Bart Visscher | 2013-04-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix #2730 | kondou | 2013-04-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Swap OC.dialogs.alert()'s parameters, so Error is shown as its title. | ||||
* | | | | Merge pull request #2697 from owncloud/button-css-fixes | Bernhard Posselt | 2013-04-09 | 1 | -4/+22 |
|\ \ \ \ | |_|/ / |/| | | | Button css fixes | ||||
| * | | | group some selectors again | Jan-Christoph Borchardt | 2013-04-03 | 1 | -7/+2 |
| | | | | |||||
| * | | | add styles for disabled input fields | Jan-Christoph Borchardt | 2013-04-03 | 1 | -0/+9 |
| | | | | |||||
| * | | | button selector cleanup | Jan-Christoph Borchardt | 2013-04-03 | 1 | -5/+19 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-09 | 2 | -8/+10 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-08 | 3 | -1/+29 |
| | | | | |||||
* | | | | Move compatibility functions to compatibility.js and add two more. | Thomas Tanghus | 2013-04-06 | 2 | -72/+104 |
| | | | | |||||
* | | | | Merge pull request #2738 from Kondou-ger/fix_alert_issues | Bart Visscher | 2013-04-06 | 1 | -6/+6 |
|\ \ \ \ | |_|/ / |/| | | | Fixed things in alert-messages | ||||
| * | | | 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 #2737 from Kondou-ger/proper_css_comments | Jan-Christoph Borchardt | 2013-04-05 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Proper CSS comment | ||||
| * | | | | Proper CSS comment | root | 2013-04-05 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | CSS comments don't work like that. | ||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-05 | 1 | -1/+16 |
|/ / / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-04 | 1 | -3/+82 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-03 | 1 | -0/+60 |
| | | |||||
* | | port 22c8194cc8fde88957dbc8c6d9e253fac3c637bb | Arthur Schiwon | 2013-04-02 | 1 | -3/+7 |
| | | |||||
* | | Merge pull request #2275 from owncloud/app-styles | Jan-Christoph Borchardt | 2013-04-02 | 1 | -0/+208 |
|\ \ | | | | | | | CSS styles for applications to make a tree like layout easier | ||||
| * | | revert the untested not-working webroot stuff again ... grrr @Raydiation ↵ | Jan-Christoph Borchardt | 2013-04-02 | 1 | -14/+14 |
| | | | | | | | | | | | | @stefannagtegaal | ||||
| * | | remove extra type selector qualification for ID and class names | Jan-Christoph Borchardt | 2013-03-27 | 1 | -13/+14 |
| | | | |||||
| * | | also use SVG for settings cog | Jan-Christoph Borchardt | 2013-03-27 | 1 | -1/+1 |
| | | | |||||
| * | | use SVG for folder image | Jan-Christoph Borchardt | 2013-03-27 | 1 | -1/+1 |
| | | | |||||
| * | | soften highlight for navigation entries | Jan-Christoph Borchardt | 2013-03-27 | 1 | -2/+2 |
| | | | |||||
| * | | modify app styles to adhere to coming CSS coding guidelines | Jan-Christoph Borchardt | 2013-03-27 | 1 | -43/+114 |
| | | | |||||
| * | | added %webroot% instead of relative path | Bernhard Posselt | 2013-03-23 | 1 | -15/+15 |
| | | | |||||
| * | | also make bottom border grey on first level hover | Bernhard Posselt | 2013-03-23 | 1 | -1/+1 |
| | | | |||||
| * | | small fixes | Bernhard Posselt | 2013-03-23 | 1 | -7/+7 |
| | | | |||||
| * | | added app stylings to core | Bernhard Posselt | 2013-03-23 | 1 | -0/+136 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-02 | 2 | -1/+2 |
| | | |