Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10406 from nextcloud/bugfix/10405/undefined-index-classes | Morris Jobke | 2018-07-26 | 1 | -1/+1 |
|\ | | | | | Not all sidebar entries have the "classes" attribute | ||||
| * | Not all sidebar entries have the "classes" attribute | Morris Jobke | 2018-07-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #10408 from nextcloud/bugfix/noid/If_fav_fails_empty_array | Morris Jobke | 2018-07-26 | 1 | -1/+1 |
|\ \ | | | | | | | Set the favorites to the empty array on failure | ||||
| * | | Set the favorites to the empty array on failure | Roeland Jago Douma | 2018-07-26 | 1 | -1/+1 |
| |/ | | | | | | | | | | | Else it will start throwing errors because null is not iteratable. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #10409 from nextcloud/bugfix/noid/dont_fail_no_fav_tag | Morris Jobke | 2018-07-26 | 1 | -0/+4 |
|\ \ | |/ |/| | Check if the favorite tag exists | ||||
| * | Check if the favorite tag exists | Roeland Jago Douma | 2018-07-26 | 1 | -0/+4 |
|/ | | | | | | | If the tag does not exist there is no need to do :boom: and log an exception on error level Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #10370 from nextcloud/version/noid/14.0.0beta1v14.0.0beta1 | Morris Jobke | 2018-07-26 | 1 | -2/+2 |
|\ | | | | | 14.0.0 Beta 1 | ||||
| * | 14.0.0 Beta 1 | Morris Jobke | 2018-07-26 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-26 | 210 | -148/+490 |
| | |||||
* | Merge pull request #9222 from ↵ | Morris Jobke | 2018-07-25 | 15 | -48/+854 |
|\ | | | | | | | | | nextcloud/feature/noid/search-for-files-by-comments Allow to search files by comments | ||||
| * | Brighter comments icon | Morris Jobke | 2018-07-25 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Add pagination support | Joas Schilling | 2018-07-25 | 4 | -21/+42 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add integration tests for searching files by comments | Daniel Calviño Sánchez | 2018-07-25 | 4 | -0/+367 |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
| * | Allow to search by comments | Joas Schilling | 2018-07-25 | 10 | -1/+403 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Correctly register everything via the Application class | Joas Schilling | 2018-07-25 | 2 | -48/+62 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #10377 from nextcloud/sccs-cache-iscached | Morris Jobke | 2018-07-25 | 4 | -16/+59 |
|\ \ | | | | | | | cache isCached state for scss resources | ||||
| * | | Fix unit tests to pass the folder now via the appData dependency | Morris Jobke | 2018-07-25 | 1 | -2/+8 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | cache isCached state for scss resources | Robin Appelman | 2018-07-24 | 4 | -14/+51 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #10396 from nextcloud/feature/noid/support-is-shipped | Morris Jobke | 2018-07-25 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Support app is shipped | ||||
| * | | | Support app is shipped | Morris Jobke | 2018-07-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #10394 from nextcloud/bugfix/10381/fix-avatar-sizing | Morris Jobke | 2018-07-25 | 3 | -2/+11 |
|\| | | | | | | | | | | | Fix avatar sizing for comments | ||||
| * | | | Use small loading indicator for avatars smaller than 32px | Julius Härtl | 2018-07-25 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | Limit small avatar rendering only to inline mentions | Julius Härtl | 2018-07-25 | 1 | -1/+5 |
|/ / / | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #10391 from ↵ | Morris Jobke | 2018-07-25 | 3 | -4/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/10389/fix-app-navigation-controller Fix app navigation controller to return an array | ||||
| * | | | Fix app navigation controller to return an array | Julius Härtl | 2018-07-25 | 3 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is required to not break compatibility with existing consumers of that endpoint like the apps management or the client Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #10385 from nextcloud/search-init-fix | Morris Jobke | 2018-07-25 | 2 | -12/+16 |
|\ \ \ \ | | | | | | | | | | | Fix search on public pages | ||||
| * | | | | Fix search on public pages | John Molakvoæ (skjnldsv) | 2018-07-25 | 2 | -12/+16 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #10388 from nextcloud/dialog-overlay-index | Morris Jobke | 2018-07-25 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix overlay dialog zindex | ||||
| * | | | | Fix overlay dialog zindex | John Molakvoæ (skjnldsv) | 2018-07-25 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #10383 from ↵ | Morris Jobke | 2018-07-25 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-to-access-svgs-as-guest Allow to access SVGs as guest | ||||
| * | | | | Allow to access SVGs as guest | Joas Schilling | 2018-07-25 | 1 | -3/+3 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #10386 from nextcloud/bg-transition-safari-fix | Morris Jobke | 2018-07-25 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | Fix safari submenu navigation positionning | ||||
| * | | | Fix safari submenu navigation positionning | John Molakvoæ (skjnldsv) | 2018-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #10382 from nextcloud/bugfix/noid/fix-settings-sidebar | Morris Jobke | 2018-07-25 | 1 | -6/+0 |
|\ \ \ \ | | | | | | | | | | | Fix sidebar position in app settings | ||||
| * | | | | Fix sidebar position in app settings | Julius Härtl | 2018-07-25 | 1 | -6/+0 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #8380 from nextcloud/bugfix/noid/reenable-disabled-apps | Morris Jobke | 2018-07-25 | 2 | -1/+10 |
|\ \ \ \ | |/ / / |/| | | | Re-enable apps that got automatically disabled while updating | ||||
| * | | | Re-enable apps that got automatically disabled while updating | Joas Schilling | 2018-06-26 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-25 | 350 | -1366/+1380 |
| |/ / |/| | | |||||
* | | | Merge pull request #10310 from nextcloud/accessibility-header | Morris Jobke | 2018-07-25 | 6 | -24/+60 |
|\ \ \ | | | | | | | | | Accessibility fixes for header and global elements | ||||
| * | | | Remove deprecated keyboard events & properties | Kevin Ndung'u | 2018-07-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com> | ||||
| * | | | Trigger upload actions only for Enter & Space keys | Kevin Ndung'u | 2018-07-24 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com> | ||||
| * | | | Trigger upload action also with keyboard navigation on enter | Jan-Christoph Borchardt | 2018-07-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Fix ability to open file or folder via keyboard, fix #10008 | Jan-Christoph Borchardt | 2018-07-24 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, the file or folder was opened when clicking on the name span, but not when clicking on the link that contains the name; clicking on the link highlighted the file and opened the sidebar, just like clicking on the file size or date. Now clicking on the link opens the file or folder, so the unit tests that tested clicks on the link were changed to test clicking on the file size instead. Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Add visual feedback for keyboard tab in breadcrumbs | Jan-Christoph Borchardt | 2018-07-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Make Upload entry in +Menu focusable | Jan-Christoph Borchardt | 2018-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Enter key on menu registration | John Molakvoæ (skjnldsv) | 2018-07-20 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Fix visual keyboard tab feedback for Contacts menu icon in header | Jan-Christoph Borchardt | 2018-07-20 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Fix visual keyboard tab feedback for avatar / settings icon in header | Jan-Christoph Borchardt | 2018-07-20 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Make left sidebar toggle also work with keyboard | Jan-Christoph Borchardt | 2018-07-20 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Show skip navigation links above everything, also on narrow screens | Jan-Christoph Borchardt | 2018-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> |