aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Limit small avatar rendering only to inline mentionsJulius Härtl2018-07-251-1/+5
* Merge pull request #10391 from nextcloud/bugfix/10389/fix-app-navigation-cont...Morris Jobke2018-07-253-4/+5
|\
| * Fix app navigation controller to return an arrayJulius Härtl2018-07-253-4/+5
* | Merge pull request #10385 from nextcloud/search-init-fixMorris Jobke2018-07-252-12/+16
|\ \
| * | Fix search on public pagesJohn Molakvoæ (skjnldsv)2018-07-252-12/+16
* | | Merge pull request #10388 from nextcloud/dialog-overlay-indexMorris Jobke2018-07-251-1/+1
|\ \ \
| * | | Fix overlay dialog zindexJohn Molakvoæ (skjnldsv)2018-07-251-1/+1
| |/ /
* | | Merge pull request #10383 from nextcloud/bugfix/noid/allow-to-access-svgs-as-...Morris Jobke2018-07-251-3/+3
|\ \ \
| * | | Allow to access SVGs as guestJoas Schilling2018-07-251-3/+3
| |/ /
* | | Merge pull request #10386 from nextcloud/bg-transition-safari-fixMorris Jobke2018-07-251-1/+1
|\ \ \ | | |/ | |/|
| * | Fix safari submenu navigation positionningJohn Molakvoæ (skjnldsv)2018-07-251-1/+1
* | | Merge pull request #10382 from nextcloud/bugfix/noid/fix-settings-sidebarMorris Jobke2018-07-251-6/+0
|\ \ \
| * | | Fix sidebar position in app settingsJulius Härtl2018-07-251-6/+0
| | |/ | |/|
* | | Merge pull request #8380 from nextcloud/bugfix/noid/reenable-disabled-appsMorris Jobke2018-07-252-1/+10
|\ \ \ | |/ / |/| |
| * | Re-enable apps that got automatically disabled while updatingJoas Schilling2018-06-262-1/+10
* | | [tx-robot] updated from transifexNextcloud bot2018-07-25350-1366/+1380
| |/ |/|
* | Merge pull request #10310 from nextcloud/accessibility-headerMorris Jobke2018-07-256-24/+60
|\ \
| * | Remove deprecated keyboard events & propertiesKevin Ndung'u2018-07-241-3/+3
| * | Trigger upload actions only for Enter & Space keysKevin Ndung'u2018-07-241-2/+4
| * | Trigger upload action also with keyboard navigation on enterJan-Christoph Borchardt2018-07-241-0/+5
| * | Fix ability to open file or folder via keyboard, fix #10008Jan-Christoph Borchardt2018-07-242-12/+12
| * | Add visual feedback for keyboard tab in breadcrumbsJan-Christoph Borchardt2018-07-201-0/+2
| * | Make Upload entry in +Menu focusableJan-Christoph Borchardt2018-07-201-1/+1
| * | Enter key on menu registrationJohn Molakvoæ (skjnldsv)2018-07-201-1/+13
| * | Fix visual keyboard tab feedback for Contacts menu icon in headerJan-Christoph Borchardt2018-07-201-1/+6
| * | Fix visual keyboard tab feedback for avatar / settings icon in headerJan-Christoph Borchardt2018-07-201-5/+1
| * | Make left sidebar toggle also work with keyboardJan-Christoph Borchardt2018-07-201-2/+15
| * | Show skip navigation links above everything, also on narrow screensJan-Christoph Borchardt2018-07-201-1/+1
| * | Fix tooltip for More apps showing on focusJan-Christoph Borchardt2018-07-201-1/+2
* | | Merge pull request #10378 from nextcloud/bugfix/noid/fix-icon-name-14Morris Jobke2018-07-257-4/+7
|\ \ \
| * | | Readd starred icon since it is used in activity renderingsJulius Härtl2018-07-241-0/+1
| * | | Replace contacts-dark iconJulius Härtl2018-07-241-1/+1
| * | | Add group iconJulius Härtl2018-07-243-1/+3
| * | | Replace contacts-dark icon with contactsJulius Härtl2018-07-242-2/+2
* | | | Merge pull request #10322 from weeman1337/feature-9978-improve-disabled-user-...Roeland Jago Douma2018-07-246-31/+164
|\ \ \ \
| * | | | Adds disabled user acceptance testsMichael Weimann2018-07-243-0/+24
| * | | | Adds disabled user unit testsMichael Weimann2018-07-211-3/+47
| * | | | Implements handling for deactivated usersMichael Weimann2018-07-212-28/+93
* | | | | Merge pull request #10238 from nextcloud/add-support-for-sending-the-password...Morris Jobke2018-07-2416-48/+959
|\ \ \ \ \
| * | | | | Make possible to enable "sending password by Talk" from the share menuDaniel Calviño Sánchez2018-07-241-8/+99
| * | | | | Add event to load additional scripts in the auth page for public sharesDaniel Calviño Sánchez2018-07-242-0/+30
| * | | | | Add support for sending the password by Talk to ShareAPIControllerDaniel Calviño Sánchez2018-07-243-33/+121
| * | | | | Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez2018-07-244-3/+606
| * | | | | Store "sendPasswordByTalk" property of mail shares in the databaseDaniel Calviño Sánchez2018-07-242-3/+12
| * | | | | Add "sendPasswordByTalk" property to sharesDaniel Calviño Sánchez2018-07-242-0/+40
| * | | | | Add "password_by_talk" column to "share" table in the databaseDaniel Calviño Sánchez2018-07-244-1/+51
* | | | | | Merge pull request #10298 from nextcloud/bugfix/talk-714/only-migrate-the-sch...Morris Jobke2018-07-242-10/+16
|\ \ \ \ \ \
| * | | | | | Only create the schema when moving between databasesJoas Schilling2018-07-192-10/+16
* | | | | | | Merge pull request #10348 from nextcloud/fix-transfering-ownership-of-a-share...Morris Jobke2018-07-242-1/+15
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix transfering ownership of a share to user with same id as receiverDaniel Calviño Sánchez2018-07-242-1/+15