summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-08-154-0/+8
|
* Merge pull request #10679 from nextcloud/fix/10667/dialog-button-layoutRoeland Jago Douma2018-08-141-17/+8
|\ | | | | switches the oc dialog button row to flex
| * switches the oc dialog button row to flexMichael Weimann2018-08-131-17/+8
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | [tx-robot] updated from transifexNextcloud bot2018-08-142-0/+10
|/
* [tx-robot] updated from transifexNextcloud bot2018-08-138-2/+96
|
* [tx-robot] updated from transifexNextcloud bot2018-08-1110-0/+16
|
* Merge pull request #10623 from nextcloud/bugfix/10622/mobile-headerRoeland Jago Douma2018-08-101-0/+2
|\ | | | | Apply flex-basis to right header
| * Apply flex-basis to right headerJulius Härtl2018-08-091-0/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #10619 from nextcloud/bugfix/4550/redirect-page-updateRoeland Jago Douma2018-08-101-1/+1
|\ \ | | | | | | Redirect to the same page after an update
| * | Redirect to the same page after an updateJulius Härtl2018-08-091-1/+1
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #10546 from nextcloud/popover-tokensChristoph Wurst2018-08-101-4/+7
|\ \ | | | | | | Popovermenu fix and token settings design fixes
| * | POpovermenu fix and token settings design fixesJohn Molakvoæ (skjnldsv)2018-08-061-4/+7
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-08-102-6/+6
| | |
* | | Merge pull request #10614 from nextcloud/bugfix/noid/fix_including_invalid_fileRoeland Jago Douma2018-08-091-1/+1
|\ \ \ | | | | | | | | Do not use file as template parameter
| * | | Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | Using file will overwrite the $file parameter in the template base. Leading to trying to include a file that is the exception message. Which will of course fail. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #10598 from schoonc/patch-1Roeland Jago Douma2018-08-091-2/+0
|\ \ \ | |/ / |/| | Removed unused variable isFile
| * | Removed unused variable isFileschoonc2018-08-091-2/+0
| | |
* | | Merge pull request #10588 from nextcloud/fix/single-2fa-provider-login-redirectRoeland Jago Douma2018-08-091-1/+1
|\ \ \ | | | | | | | | Fix login redirection if only one 2FA provider is active
| * | | Rename providerset method to get primary providersChristoph Wurst2018-08-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-081-1/+1
| |/ / | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/10500. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #10255 from nextcloud/add-support-for-room-sharesBjörn Schießle2018-08-093-1/+15
|\ \ \ | | | | | | | | Add support for room shares
| * | | Add custom handling for room shares to the resharer informationDaniel Calviño Sánchez2018-08-081-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Like done with group shares, received room shares are described as such in the UI. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add custom handling for room shares to the list of shareesDaniel Calviño Sánchez2018-08-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Like done for other types of shares, room shares are now explicitly described as such in the UI. The avatar used is the image provided in the "shareWithAvatar" property of the share. If none is given then the avatar is the first letter of the display name of the room share with a coloured background seeded from the room token. If the display name of the room is empty then no letter is shown in the avatar; no special handling is done in that case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add type for room sharesDaniel Calviño Sánchez2018-08-081-0/+1
| |/ / | | | | | | | | | | | | | | | This type represents shares with a Nextcloud Talk conversation. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* / / Restores the guest iconsMichael Weimann2018-08-083-0/+3
|/ /
* | Merge pull request #10568 from nextcloud/apps-menu-fixesJohn Molakvoæ2018-08-081-1/+1
|\ \ | | | | | | Fix apps max-height
| * | Fix apps max-heightJohn Molakvoæ (skjnldsv)2018-08-071-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #10525 from nextcloud/notifications-fixRoeland Jago Douma2018-08-081-1/+2
|\ \ \ | | | | | | | | Fixed notifications position
| * | | Fixed notifications positionJohn Molakvoæ (skjnldsv)2018-08-031-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-08-084-12/+114
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2018-08-072-0/+2
| | |
* | | Merge pull request #10530 from nextcloud/bugfix/10528/public-templateJoas Schilling2018-08-063-8/+13
|\ \ \ | | | | | | | | Fix issues when using the public layout without a PublicTemplateResponse
| * | | Make public layout also usable without a PublicTemplateResponseJulius Härtl2018-08-031-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix base layout content paddingJulius Härtl2018-08-032-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Remove header-classes since it is never usedJulius Härtl2018-08-031-1/+1
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #10485 from nextcloud/update-triangleRoeland Jago Douma2018-08-064-17/+24
|\ \ \ | |_|/ |/| | Fix design of update error page
| * | Fix HTML on update error pageJan-Christoph Borchardt2018-08-031-14/+7
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Add margin below detailed logsJan-Christoph Borchardt2018-08-031-1/+2
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Use images instead of inline SVG and unicodeJan-Christoph Borchardt2018-08-033-4/+13
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Fix double container on 'Possible CSRF attack' pageJan-Christoph Borchardt2018-08-011-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Inline error svg icon because there is no SCSS on guest pageJan-Christoph Borchardt2018-08-011-0/+3
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Fix text overflow on update pageJan-Christoph Borchardt2018-08-011-0/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Fix triangle on update pageJan-Christoph Borchardt2018-08-011-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-08-062-0/+8
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-08-052-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-08-046-0/+10
| |/ |/|
* | Merge pull request #10519 from nextcloud/min-height-wrapperRoeland Jago Douma2018-08-031-0/+3
|\ \ | | | | | | Min height 100% on content-wrapper
| * | Min height 100% on content-wrapperJohn Molakvoæ (skjnldsv)2018-08-031-0/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #10515 from nextcloud/revert-zindexRoeland Jago Douma2018-08-032-3/+3
|\ \ \ | | | | | | | | Fixed design zindex
| * | | Fixed design zindexJohn Molakvoæ (skjnldsv)2018-08-032-3/+3
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>