summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | Accessibility and design fixes for update and redirect pagesJan-Christoph Borchardt2018-10-022-19/+32
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Validate email in occ commandDaniel Kesselberg2018-10-021-0/+4
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Add --admin-email to cli installerDaniel Kesselberg2018-10-021-0/+3
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #11390 from nextcloud/feature/11043/apptoken_v3Morris Jobke2018-10-022-0/+54
|\ \ \ | | | | | | | | Apptoken v3: imrpove token handling on external password change
| * | | Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * On weblogin check if we have invalid public key tokens * If so update them all with the new token This ensures that your marked as invalid tokens work again if you once login on the web. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add column to DB to store expired passwordsRoeland Jago Douma2018-10-021-0/+53
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #11553 from nextcloud/header-overflowMorris Jobke2018-10-021-3/+2
|\ \ \ | | | | | | | | Fix header overflow, fix more apps menu, fix #11552
| * | | Fix header overflow, fix more apps menu, fix #11552Jan-Christoph Borchardt2018-10-021-3/+2
| |/ / | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #11111 from kevin147147/patch-4Morris Jobke2018-10-021-0/+1
|\ \ \ | |/ / |/| | Added kinetic scrolling for iOS to apps dropdown menu
| * | Added kinetic scrolling for iOS to apps dropdown menu #10281kevin1471472018-09-071-1/+2
| | | | | | | | | this is tested with nc14
* | | Merge pull request #11527 from nextcloud/fix/10926/share_indexesRoeland Jago Douma2018-10-023-0/+24
|\ \ \ | | | | | | | | Add uid_owner and uid_initiator share tabe indices
| * | | Add uid_owner and uid_initiator share tabe indicesRoeland Jago Douma2018-10-013-0/+24
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #11536 from nextcloud/adjust-dialog-radiusMorris Jobke2018-10-021-1/+1
|\ \ \ | | | | | | | | Adjust border-radius-large to fit with padding of modals
| * | | Adjust border-radius-large to 10pxJan-Christoph Borchardt2018-10-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #11500 from ↵John Molakvoæ2018-10-024-45/+102
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/enhancement/revamp-2fa-login-provider-selection Improve 2FA provider selection screen
| * | | Restructure and redesign two-factor auth provider selectionChristoph Wurst2018-10-014-45/+102
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2018-10-0250-54/+8
| |/ / |/| |
* | | Merge pull request #11522 from nextcloud/filepicker-designMorris Jobke2018-10-015-9/+30
|\ \ \ | |/ / |/| | Filepicker design improvements
| * | Improve overall container style, radius and shadowJan-Christoph Borchardt2018-10-013-6/+21
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Fix long folder names in picker, prevent horizontal scrollJan-Christoph Borchardt2018-10-012-2/+3
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Fix breadcrumbs in file pickerJan-Christoph Borchardt2018-10-011-1/+6
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #11515 from nextcloud/bugfix/noid/add-mimetype-listMorris Jobke2018-10-011-0/+6
|\ \ \ | |/ / |/| | Add missing compiled mimetype list
| * | Add missing compiled mimetype list - see #10135Morris Jobke2018-10-011-0/+6
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>