summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10406 from nextcloud/bugfix/10405/undefined-index-classesMorris Jobke2018-07-261-1/+1
|\ | | | | Not all sidebar entries have the "classes" attribute
| * Not all sidebar entries have the "classes" attributeMorris Jobke2018-07-261-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #10408 from nextcloud/bugfix/noid/If_fav_fails_empty_arrayMorris Jobke2018-07-261-1/+1
|\ \ | | | | | | Set the favorites to the empty array on failure
| * | Set the favorites to the empty array on failureRoeland Jago Douma2018-07-261-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_tagMorris Jobke2018-07-261-0/+4
|\ \ | |/ |/| Check if the favorite tag exists
| * Check if the favorite tag existsRoeland Jago Douma2018-07-261-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.0beta1Morris Jobke2018-07-261-2/+2
|\ | | | | 14.0.0 Beta 1
| * 14.0.0 Beta 1Morris Jobke2018-07-261-2/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-07-26210-148/+490
|
* Merge pull request #9222 from ↵Morris Jobke2018-07-2515-48/+854
|\ | | | | | | | | nextcloud/feature/noid/search-for-files-by-comments Allow to search files by comments
| * Brighter comments iconMorris Jobke2018-07-251-1/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Add pagination supportJoas Schilling2018-07-254-21/+42
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add integration tests for searching files by commentsDaniel Calviño Sánchez2018-07-254-0/+367
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Allow to search by commentsJoas Schilling2018-07-2510-1/+403
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Correctly register everything via the Application classJoas Schilling2018-07-252-48/+62
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #10377 from nextcloud/sccs-cache-iscachedMorris Jobke2018-07-254-16/+59
|\ \ | | | | | | cache isCached state for scss resources
| * | Fix unit tests to pass the folder now via the appData dependencyMorris Jobke2018-07-251-2/+8
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | cache isCached state for scss resourcesRobin Appelman2018-07-244-14/+51
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #10396 from nextcloud/feature/noid/support-is-shippedMorris Jobke2018-07-251-0/+1
|\ \ \ | | | | | | | | Support app is shipped
| * | | Support app is shippedMorris Jobke2018-07-251-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #10394 from nextcloud/bugfix/10381/fix-avatar-sizingMorris Jobke2018-07-253-2/+11
|\| | | | | | | | | | | Fix avatar sizing for comments
| * | | Use small loading indicator for avatars smaller than 32pxJulius Härtl2018-07-252-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Limit small avatar rendering only to inline mentionsJulius Härtl2018-07-251-1/+5
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #10391 from ↵Morris Jobke2018-07-253-4/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/10389/fix-app-navigation-controller Fix app navigation controller to return an array
| * | | Fix app navigation controller to return an arrayJulius Härtl2018-07-253-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-fixMorris Jobke2018-07-252-12/+16
|\ \ \ \ | | | | | | | | | | Fix search on public pages
| * | | | Fix search on public pagesJohn Molakvoæ (skjnldsv)2018-07-252-12/+16
| | |_|/ | |/| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #10388 from nextcloud/dialog-overlay-indexMorris Jobke2018-07-251-1/+1
|\ \ \ \ | | | | | | | | | | Fix overlay dialog zindex
| * | | | Fix overlay dialog zindexJohn Molakvoæ (skjnldsv)2018-07-251-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #10383 from ↵Morris Jobke2018-07-251-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-to-access-svgs-as-guest Allow to access SVGs as guest
| * | | | Allow to access SVGs as guestJoas Schilling2018-07-251-3/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #10386 from nextcloud/bg-transition-safari-fixMorris Jobke2018-07-251-1/+1
|\ \ \ \ | | |/ / | |/| | Fix safari submenu navigation positionning
| * | | Fix safari submenu navigation positionningJohn Molakvoæ (skjnldsv)2018-07-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #10382 from nextcloud/bugfix/noid/fix-settings-sidebarMorris Jobke2018-07-251-6/+0
|\ \ \ \ | | | | | | | | | | Fix sidebar position in app settings
| * | | | Fix sidebar position in app settingsJulius Härtl2018-07-251-6/+0
| | |/ / | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #8380 from nextcloud/bugfix/noid/reenable-disabled-appsMorris Jobke2018-07-252-1/+10
|\ \ \ \ | |/ / / |/| | | Re-enable apps that got automatically disabled while updating
| * | | Re-enable apps that got automatically disabled while updatingJoas Schilling2018-06-262-1/+10
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-07-25350-1366/+1380
| |/ / |/| |
* | | Merge pull request #10310 from nextcloud/accessibility-headerMorris Jobke2018-07-256-24/+60
|\ \ \ | | | | | | | | Accessibility fixes for header and global elements
| * | | Remove deprecated keyboard events & propertiesKevin Ndung'u2018-07-241-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
| * | | Trigger upload actions only for Enter & Space keysKevin Ndung'u2018-07-241-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
| * | | Trigger upload action also with keyboard navigation on enterJan-Christoph Borchardt2018-07-241-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Fix ability to open file or folder via keyboard, fix #10008Jan-Christoph Borchardt2018-07-242-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 breadcrumbsJan-Christoph Borchardt2018-07-201-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Make Upload entry in +Menu focusableJan-Christoph Borchardt2018-07-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Enter key on menu registrationJohn Molakvoæ (skjnldsv)2018-07-201-1/+13
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fix visual keyboard tab feedback for Contacts menu icon in headerJan-Christoph Borchardt2018-07-201-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Fix visual keyboard tab feedback for avatar / settings icon in headerJan-Christoph Borchardt2018-07-201-5/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Make left sidebar toggle also work with keyboardJan-Christoph Borchardt2018-07-201-2/+15
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Show skip navigation links above everything, also on narrow screensJan-Christoph Borchardt2018-07-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>