Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | close sidebar when switching navigation entry, except on add or change settings | Jan-Christoph Borchardt | 2014-06-05 | 2 | -0/+23 |
| | |||||
* | add app sidebar toggle and swipe on mobile | Jan-Christoph Borchardt | 2014-06-05 | 2 | -0/+81 |
| | |||||
* | adjust CSS to styleguide, remove left padding, prevent user-selection | Jan-Christoph Borchardt | 2014-06-05 | 3 | -8/+33 |
| | |||||
* | add snap.js script | Jan-Christoph Borchardt | 2014-06-05 | 1 | -0/+568 |
| | |||||
* | add menu icon | Jan-Christoph Borchardt | 2014-06-05 | 3 | -0/+16 |
| | |||||
* | Merge pull request #8620 from owncloud/design-navigation-two | Thomas Müller | 2014-06-05 | 8 | -407/+380 |
|\ | | | | | Toggle app navigation not only on mobile, but on desktop as well | ||||
| * | fix unit test template | Morris Jobke | 2014-06-05 | 1 | -1/+1 |
| | | |||||
| * | fix first failing test | Morris Jobke | 2014-06-05 | 1 | -2/+1 |
| | | |||||
| * | hover effect for app switcher label | Jan-Christoph Borchardt | 2014-06-04 | 1 | -6/+18 |
| | | |||||
| * | fix related layout issues in user management | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+1 |
| | | |||||
| * | add a bit of whitespace to the bottom of the app list | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+1 |
| | | |||||
| * | reduce opacity of app icon when loading | Jan-Christoph Borchardt | 2014-06-04 | 1 | -5/+3 |
| | | |||||
| * | more CSS rearranging, removing duplicate code | Jan-Christoph Borchardt | 2014-06-04 | 2 | -62/+52 |
| | | |||||
| * | rearrange CSS, remove duplicate code | Jan-Christoph Borchardt | 2014-06-04 | 3 | -154/+109 |
| | | |||||
| * | move 'add apps' entry into normal navigation instead of a new line | Jan-Christoph Borchardt | 2014-06-04 | 2 | -17/+5 |
| | | |||||
| * | 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 #8878 from owncloud/update-checkmigrationforapps | Vincent Petry | 2014-06-05 | 3 | -1/+7 |
|\ \ | | | | | | | Simulate apps database schema update on upgrade | ||||
| * | | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 3 | -1/+7 |
| |/ | | | | | | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-05 | 8 | -10/+45 |
| | | |||||
* | | Merge pull request #8791 from owncloud/share-overview-sharewithstatus | Morris Jobke | 2014-06-04 | 4 | -58/+259 |
|\ \ | | | | | | | Update share action text to display owner/recipients | ||||
| * | | Use recipient display names when updating shares in the UI | Vincent Petry | 2014-06-04 | 2 | -27/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since OC.Share didn't have any array containing the list of shares for the current file, OC.Share.currentShares has been introduced to contain the full share item structure instead of the reduced one OC.Share.itemShares. The event "sharesChanged" is now passing OC.Share.currentShares, which itself includes the display name to be displayed for the recipients in the action icon. | ||||
| * | | Multiple fixes to sharing overview | Vincent Petry | 2014-06-03 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | - scrolling to next page now correctly renders share icons - reshareing/unsharing a reshare will now still keep "Shared by" label | ||||
| * | | More unit tests and fixes for share | Vincent Petry | 2014-06-02 | 2 | -15/+166 |
| | | | |||||
| * | | change shared folder icon to use share icon instead of people | Jan-Christoph Borchardt | 2014-06-02 | 2 | -20/+24 |
| | | | |||||
| * | | Added unit tests for share.js and share icon | Vincent Petry | 2014-06-02 | 1 | -13/+3 |
| | | | |||||
| * | | Update share action text to display owner/recipients | Vincent Petry | 2014-06-02 | 1 | -32/+63 |
| | | | | | | | | | | | | | | | - when a share was changed, update the share action text - added file data attribute "data-share-recipients" | ||||
* | | | explicit position:relative for app-content, fixes first run layout | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+1 |
| |/ |/| | |||||
* | | 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 |
| | | | |