summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11716 from ↵Morris Jobke2018-10-095-5/+5
|\ | | | | | | | | nextcloud/bugfix/noid/use-numeric-placeholders-for-rtl-translations Use numeric placeholders if there are multiple, so that RTL languages…
| * Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-095-5/+5
| | | | | | | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix usage of deprecated OC.webrootChristoph Wurst2018-10-099-33/+33
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #11693 from ↵Morris Jobke2018-10-091-8/+0
|\ | | | | | | | | nextcloud/refactor/remove-legacy-sharemodel-areavatarsenabled Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled()
| * Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled()Christoph Wurst2018-10-091-8/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Remove deprecated and noop APIs from OC.AppConfigChristoph Wurst2018-10-091-14/+0
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #11664 from ↵Roeland Jago Douma2018-10-081-8/+12
|\ | | | | | | | | nextcloud/feature/noid/has-been-interrupted-throw-exception Syntactic sugar for hasBeenInterrupted
| * Rename method to abortIfInterruptedDaniel Kesselberg2018-10-081-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Refactor method to throw exception instead of true/falseDaniel Kesselberg2018-10-071-7/+11
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #11679 from nextcloud/refactor/remove-ie8-apisMorris Jobke2018-10-081-29/+0
|\ \ | | | | | | Remove IE8 APIs
| * | Remove outdated commentChristoph Wurst2018-10-081-8/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove OC.isIE8Christoph Wurst2018-10-081-10/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove OC.scaleFixForIE8Christoph Wurst2018-10-081-11/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #11682 from ↵Morris Jobke2018-10-081-11/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/refactor/remove-deprecated-unused-fileDownloadPath Remove deprecated and unused fileDownloadPath
| * | | Remove deprecated and unused fileDownloadPathChristoph Wurst2018-10-081-11/+0
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #11681 from ↵Morris Jobke2018-10-081-7/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/refactor/remove-deprecated-getScrollBarWidth Remove deprecated window.getScrollBarWidth
| * | | Remove deprecated window.getScrollBarWidthChristoph Wurst2018-10-081-7/+0
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / Remove deprecated SVG helpers for old IEsChristoph Wurst2018-10-081-27/+0
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #10898 from ↵Morris Jobke2018-10-089-21/+42
|\ \ | | | | | | | | | | | | nextcloud/feature/10684/default-logo-color-theme-colors Switches the default logo color depending on the primary color
| * | Refactors the scss svg functionsMichael Weimann2018-10-023-18/+40
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Updates inverted logo handling to work like the app iconsMichael Weimann2018-10-021-71/+1
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Moves the logo files to logoMichael Weimann2018-10-029-17/+10
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Switches the default logo color depending on the primary colorMichael Weimann2018-10-022-0/+76
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Merge pull request #11620 from nextcloud/followup/11615Morris Jobke2018-10-083-5/+5
|\ \ \ | | | | | | | | Extract translated strings of compiled handlebars
| * | | Extract translated strings of compiled handlebarsRoeland Jago Douma2018-10-053-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Follow up to #11615 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-10-074-2/+28
|/ / /
* | | Merge pull request #11624 from nextcloud/fix/11468/app-menu-scrollbarRoeland Jago Douma2018-10-051-1/+2
|\ \ \ | | | | | | | | Fixes the apps menu scrollbar
| * | | Fixes the apps menu scrollbarMichael Weimann2018-10-041-1/+2
| | |/ | |/| | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* / | [tx-robot] updated from transifexNextcloud bot2018-10-05116-124/+160
|/ /
* | Remove leftover 'Roeland Jago Douma2018-10-046-11/+10
| | | | | | | | | | | | Followup to #11583 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move OC.Share to compiled handlebarsRoeland Jago Douma2018-10-0414-348/+924
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move systemtags to compiled handlebarsRoeland Jago Douma2018-10-047-49/+105
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #11606 from nextcloud/fix/2fa-login-screen-design-IIIRoeland Jago Douma2018-10-043-102/+100
|\ \ | | | | | | Improve 2FA login screens
| * | Improve 2FA login screensChristoph Wurst2018-10-033-102/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Show icon if no provider is available * Reduce shown text if no provider available * Fix login button icons * Make backup codes button primary if the only options to log in Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-0412-12/+58
| | |
* | | Merge pull request #11576 from ↵Morris Jobke2018-10-032-0/+109
|\ \ \ | |/ / |/| | | | | | | | nextcloud/feature/endpoint_for_clients_to_fetch_apppassword Allow clients to request an apppassword if they still use the real password
| * | Add an endppoint for clients to request an app passwordRoeland Jago Douma2018-10-032-0/+109
| | | | | | | | | | | | | | | | | | | | | | | | Now that we allow enforcing 2 factor auth it make sense if we also allow and endpoint where the clients can in the background fetch an apppassword if they were configured before the login flow was present. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-03128-492/+542
| | |
* | | Merge pull request #11592 from nextcloud/feature/noid/update-strengthifyRoeland Jago Douma2018-10-034-8/+13
|\ \ \ | | | | | | | | Update strengthify to be able to set a nonce
| * | | Set nonce for loading the zxcvbnMorris Jobke2018-10-031-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Update strengthifyMorris Jobke2018-10-033-8/+12
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #11566 from nextcloud/404-designMorris Jobke2018-10-032-7/+17
|\ \ \ | | | | | | | | Improve 404 page design, fix #11370
| * | | Improve 404 page design, fix #11370Jan-Christoph Borchardt2018-10-032-7/+17
| |/ / | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* / / Fix design of 2FA login screensChristoph Wurst2018-10-032-11/+11
|/ / | | | | | | | | | | | | * Fix rending of empty selection screen (ul missing) * Fix rendering of backup codes inputs Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #11571 from nextcloud/dropdown-bottom-users-list-fixRoeland Jago Douma2018-10-031-1/+1
|\ \ | | | | | | Force multiselect max-height to 5.5 items
| * | Force multiselect max-height to 5.5 itemsJohn Molakvoæ (skjnldsv)2018-10-031-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #11538 from nextcloud/heading-boldMarin Treselj2018-10-033-6/+14
|\ \ \ | | | | | | | | Set headings to Semibold for better information architecture
| * | | Change heading weights from Light to Semibold for better information ↵Jan-Christoph Borchardt2018-10-013-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | architecture Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #11557 from nextcloud/update-designRoeland Jago Douma2018-10-032-19/+31
|\ \ \ \ | |_|/ / |/| | | Accessibility and design fixes for update and redirect pages
| * | | Remove box-shadow from update/redirect boxesJan-Christoph Borchardt2018-10-021-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>