Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better loading feedback for app start, move from JS to CSS | Jan-Christoph Borchardt | 2014-06-04 | 3 | -2/+25 |
| | |||||
* | show 'Apps' as fallback label for app switcher if no app title is present ↵ | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+1 |
| | | | | (for example in Settings) | ||||
* | show loading feedback | Jan-Christoph Borchardt | 2014-06-04 | 1 | -2/+10 |
| | |||||
* | separate home icon and menu toggle | Jan-Christoph Borchardt | 2014-06-04 | 2 | -0/+8 |
| | |||||
* | show appname on mobile since now there's enough space | Jan-Christoph Borchardt | 2014-06-04 | 1 | -9/+0 |
| | |||||
* | cut ownCloud text from logo when logged in, place appname there | Jan-Christoph Borchardt | 2014-06-04 | 4 | -5/+84 |
| | |||||
* | reduce font size of appname in header | Jan-Christoph Borchardt | 2014-06-04 | 2 | -6/+9 |
| | |||||
* | drop "push" element - no sticky footer needed anymore | Morris Jobke | 2014-06-04 | 3 | -7/+3 |
| | |||||
* | Remove obsoleted code to trigger navigation menu | Vincent Petry | 2014-06-04 | 2 | -106/+9 |
| | | | | | Now that the navigation menu is always togglable, the media query dependent code can be removed. | ||||
* | fix navigation bubble width and height on mobile | Jan-Christoph Borchardt | 2014-06-04 | 1 | -2/+2 |
| | |||||
* | show appname next to logo for better hint at navigation | Jan-Christoph Borchardt | 2014-06-04 | 4 | -8/+38 |
| | |||||
* | toggle the navigation on desktop, not only on mobile | Jan-Christoph Borchardt | 2014-06-04 | 1 | -8/+2 |
| | |||||
* | hide navigation by default, not only on small screens, first step | Jan-Christoph Borchardt | 2014-06-04 | 2 | -80/+74 |
| | |||||
* | Merge pull request #8844 from owncloud/design-icons | Morris Jobke | 2014-06-04 | 4 | -12/+130 |
|\ | | | | | [WIP] simplify icons, remove shadow | ||||
| * | simplify logout and caret icons, remove shadow | Jan-Christoph Borchardt | 2014-06-03 | 4 | -12/+130 |
| | | |||||
* | | Merge pull request #8701 from owncloud/slide-up-toggle | Bernhard Posselt | 2014-06-04 | 1 | -0/+76 |
|\ \ | | | | | | | Create reusable data attribute for apps setting slideup | ||||
| * | | disable dynamic slide toggle by default and offer a way to enable it | Bernhard Posselt | 2014-05-26 | 1 | -3/+15 |
| | | | |||||
| * | | rename to apps.js | Bernhard Posselt | 2014-05-26 | 1 | -0/+0 |
| | | | |||||
| * | | query buttons on every click to not worry about weird edge case scenarios | Bernhard Posselt | 2014-05-24 | 1 | -19/+5 |
| | | | |||||
| * | | use different ns | Bernhard Posselt | 2014-05-24 | 1 | -1/+1 |
| | | | |||||
| * | | allow apps to add buttons on runtime without negatively impacting performance | Bernhard Posselt | 2014-05-24 | 1 | -4/+17 |
| | | | |||||
| * | | add ; to make jshint happy | Bernhard Posselt | 2014-05-23 | 1 | -1/+1 |
| | | | |||||
| * | | remove unecessary parenths | Bernhard Posselt | 2014-05-23 | 1 | -2/+2 |
| | | | |||||
| * | | add a slideup mechanism | Bernhard Posselt | 2014-05-23 | 1 | -0/+65 |
| | | | |||||
* | | | Merge pull request #8853 from owncloud/design-typeface | Jan-Christoph Borchardt | 2014-06-04 | 7 | -3/+235 |
|\ \ \ | | | | | | | | | Use Open Sans as typeface | ||||
| * | | | IE -> IE8 only | Morris Jobke | 2014-06-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | move from tff to woff and fix IE8 | Morris Jobke | 2014-06-04 | 7 | -6/+14 |
| | | | | |||||
| * | | | unbold the username | Jan-Christoph Borchardt | 2014-06-03 | 1 | -1/+0 |
| | | | | |||||
| * | | | do not use italic typeface style, instead lighter color | Jan-Christoph Borchardt | 2014-06-03 | 1 | -0/+9 |
| | | | | |||||
| * | | | use Open Sans as typeface | Jan-Christoph Borchardt | 2014-06-03 | 5 | -1/+217 |
| | |/ | |/| | |||||
* | | | Merge pull request #8468 from owncloud/remove-infieldlabels | Jan-Christoph Borchardt | 2014-06-04 | 13 | -255/+534 |
|\ \ \ | | | | | | | | | Remove infieldlabels | ||||
| * | | | move to updated version of placeholder | Morris Jobke | 2014-06-03 | 4 | -18/+477 |
| | | | | |||||
| * | | | fix text alignment in input fields | Jan-Christoph Borchardt | 2014-06-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix icon alignment in input fields | Jan-Christoph Borchardt | 2014-06-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | remove tilde selector for IE8 compatibility | Jan-Christoph Borchardt | 2014-06-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | fix show password icon in personal settings | Jan-Christoph Borchardt | 2014-06-03 | 1 | -2/+3 |
| | | | | |||||
| * | | | infield label removal: remove last occurences of infield labels | Jan-Christoph Borchardt | 2014-06-03 | 3 | -8/+8 |
| | | | | |||||
| * | | | infield label removal: remove JS file and references to it | Jan-Christoph Borchardt | 2014-06-03 | 3 | -183/+0 |
| | | | | |||||
| * | | | infield label removal: fix installation screen | Jan-Christoph Borchardt | 2014-06-03 | 2 | -15/+22 |
| | | | | |||||
| * | | | first step of infield label removal, fix login screen | Jan-Christoph Borchardt | 2014-06-03 | 2 | -30/+25 |
| |/ / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-04 | 66 | -66/+8 |
| | | | |||||
* | | | Merge pull request #8264 from owncloud/app-enable-by-group | icewind1991 | 2014-06-03 | 1 | -3/+4 |
|\ \ \ | | | | | | | | | Add the option to enable apps only for specific groups | ||||
| * | | | remove +3 in multiselect.js | Thomas Müller | 2014-06-03 | 1 | -3/+3 |
| | | | | |||||
| * | | | Trigger change event on multiselect change | Robin Appelman | 2014-06-03 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #8577 from owncloud/apps-sidebar-narrower | Morris Jobke | 2014-06-03 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | reduce width of app sidebar a bit | ||||
| * | | | | reduce width of app sidebar a bit | Jan-Christoph Borchardt | 2014-06-03 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #8843 from owncloud/design-detail-sharedropdown | Morris Jobke | 2014-06-03 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | fix positioning issue of share dropdown in intermediate widths | ||||
| * | | | | fix positioning issue of share dropdown in intermediate widths | Jan-Christoph Borchardt | 2014-06-03 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #8827 from owncloud/add-sqlite-info | Thomas Müller | 2014-06-03 | 3 | -3/+10 |
|\ \ \ \ | | | | | | | | | | | add info about sqlite on setup page | ||||
| * | | | | add info about sqlite on setup apge | Morris Jobke | 2014-06-02 | 3 | -3/+10 |
| | | | | |