summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-201-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-181-1/+23
|
* Merge pull request #2925 from owncloud/navigation-icon-fixRaghu Nayyar2013-04-171-6/+29
|\ | | | | fix navigation hover effect, documentation
| * apply navigation hover effect directly to img and span, cleaner codeJan-Christoph Borchardt2013-04-171-3/+23
| |
| * additional commentsJan-Christoph Borchardt2013-04-141-3/+3
| |
| * fix navigation hover effect, documentationJan-Christoph Borchardt2013-04-141-5/+8
| |
* | Merge pull request #2915 from Kondou-ger/handle_empty_datafolder_betterBart Visscher2013-04-171-0/+1
|\ \ | | | | | | Handle empty datafolder better.
| * | Hint to default data directorykondou2013-04-161-1/+1
| | | | | | | | | | | | | | | | | | not to before submitted data directory. Thanks to bartv2 for the heads up.
| * | Handle empty datafolder better.kondou2013-04-131-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.
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-171-0/+117
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-1653-157/+159
| | |
* | | Merge pull request #2934 from owncloud/shorten_css_colorcodesBernhard Posselt2013-04-151-4/+4
|\ \ \ | | | | | | | | Shorten CSS colorcodes
| * | | Shorten CSS colorcodeskondou2013-04-151-4/+4
| | | | | | | | | | | | | | | | Only need to be three digits.
* | | | 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
| | | |
* | | | also show black background on links that are active, fixes the news app that ↵Bernhard Posselt2013-04-151-1/+2
| | | | | | | | | | | | | | | | doesnt show the bg for folders correctly
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-151-12/+12
| |_|/ |/| |
* | | Merge pull request #2910 from owncloud/password-toggle-db-2Bernhard Posselt2013-04-133-7/+10
|\ \ \ | | | | | | | | Implements Toggle for Database Password.
| * | | Implements Toggle for Database Password.raghunayyar2013-04-133-7/+10
| | | |
* | | | Merge pull request #2903 from owncloud/disabled-classRaghu Nayyar2013-04-121-1/+2
|\ \ \ \ | |/ / / |/| | | add .disabled class so it can be used for simple a buttons as well
| * | | add .disabled class so it can be used for simple a buttons as wellJan-Christoph Borchardt2013-04-121-1/+2
| | |/ | |/|
* / | [tx-robot] updated from transifexJenkins for ownCloud2013-04-131-5/+41
|/ /
* | dont overwrite background image when hovering over buttonBernhard Posselt2013-04-121-1/+1
| |
* | use proper sans-serif font-stackJan-Christoph Borchardt2013-04-111-2/+2
| |
* | 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 #2853 from owncloud/long-file-namesBernhard Posselt2013-04-102-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.raghunayyar2013-04-101-2/+5
| | | |
| * | | Long Application Names are ellipsis correctly.raghunayyar2013-04-102-4/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-103-90/+123
| | | |
* | | | Merge pull request #2758 from Kondou-ger/refactor_OCdialogsBart Visscher2013-04-092-154/+312
|\ \ \ \ | | | | | | | | | | 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-062-15/+18
| | | | | | | | | | | | | | | | | | | | 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-062-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * escapeHTML(everything) * curly braces for if * camelcase function_to_call * add missing semicolae (?)
| * | | | Refactor OCdialogs.kondou2013-04-062-152/+288
| | | | | | | | | | | | | | | | | | | | Fix #2557 and make the whole code more usable.
* | | | | Suppress the notice from the nullbyte checkBart Visscher2013-04-091-1/+1
| | | | |
* | | | | Fix #2730kondou2013-04-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Swap OC.dialogs.alert()'s parameters, so Error is shown as its title.
* | | | | Merge pull request #2697 from owncloud/button-css-fixesBernhard Posselt2013-04-091-4/+22
|\ \ \ \ \ | |_|/ / / |/| | | | Button css fixes
| * | | | group some selectors againJan-Christoph Borchardt2013-04-031-7/+2
| | | | |
| * | | | add styles for disabled input fieldsJan-Christoph Borchardt2013-04-031-0/+9
| | | | |
| * | | | button selector cleanupJan-Christoph Borchardt2013-04-031-5/+19
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-092-8/+10
| | | | |