summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Remove animation on the sidebar for accessibility purposeJohn Molakvoæ (skjnldsv)2018-11-291-22/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix default filepicker style and gridviewJohn Molakvoæ (skjnldsv)2018-11-293-6/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix app navigation edit entryJohn Molakvoæ (skjnldsv)2018-11-291-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove redirect pageJohn Molakvoæ (skjnldsv)2018-11-296-67/+20
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove old button to submit the apppassword loginJohn Molakvoæ (skjnldsv)2018-11-291-8/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-292-0/+570
|
* I changed the width of the srollbar to make it a bit biggerGretaD2018-11-281-1/+1
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-282-36/+206
|
* [tx-robot] updated from transifexNextcloud bot2018-11-272-26/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-11-262-2/+84
|
* [tx-robot] updated from transifexNextcloud bot2018-11-252-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-244-12/+38
|
* [tx-robot] updated from transifexNextcloud bot2018-11-23124-2594/+1098
|
* Merge pull request #12580 from nextcloud/app-navigation-menu-dark-fixMorris Jobke2018-11-221-1/+1
|\ | | | | Fix navigation more menu background for dark theme
| * Fix navigation more menu background for dark themeJohn Molakvoæ (skjnldsv)2018-11-221-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12558 from nextcloud/blurry-buttonMorris Jobke2018-11-221-3/+11
|\ \ | | | | | | Apply border to primary button if on log in page (and not in a dark container) or if in header
| * | Always give primary button a border for light primary colorsJan-Christoph Borchardt2018-11-211-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Apply border to primary button if on log in page (and not in a dark ↵Jan-Christoph Borchardt2018-11-201-3/+11
| | | | | | | | | | | | | | | | | | container) or if in header, fix #12294 Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #12559 from nextcloud/heading-menu-spacingMorris Jobke2018-11-221-57/+51
|\ \ \ | |_|/ |/| | Better header navigation display
| * | Better header navigation displayJohn Molakvoæ (skjnldsv)2018-11-201-57/+51
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12468 from nextcloud/multiselect-removal-fixJohn Molakvoæ2018-11-223-477/+0
|\ \ | | | | | | Remove conflicting multiselect
| * | Remove conflicting multiselectJohn Molakvoæ (skjnldsv)2018-11-153-477/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Do not show tab headers marked as hiddenDaniel Calviño Sánchez2018-11-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tab headers that should not be shown are marked with the "hidden" CSS class. The CSS rules set "display: none" for ".hidden" elements, but as the rules for ".tabHeaders .tabHeader" are more specific than rules for ".hidden" the "display" property is overriden and ends being "flex". Therefore, it is necessary to explicitly set a rule for ".tabHeaders .tabHeader.hidden" elements. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Fix whitespace and file action cleanupJulius Härtl2018-11-201-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Compile handlebarsRoeland Jago Douma2018-11-201-37/+33
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Allow to hide download option for folders shared by linkJulius Härtl2018-11-202-4/+0
| |/ |/| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #12552 from ↵Roeland Jago Douma2018-11-201-1/+3
|\ \ | | | | | | | | | | | | nextcloud/fix/11146/respect_disabled_password_reset Respect the disabled setting for lost_password_link
| * | Respect the disabled setting for lost_password_linkRoeland Jago Douma2018-11-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #11146 As documented when it is set to disabled the user can't request a lost password. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #12491 from nextcloud/share-menu-click-fixJohn Molakvoæ2018-11-205-14/+14
|\ \ \ | | | | | | | | Fix share link password input
| * | | Fix share link password inputJohn Molakvoæ (skjnldsv)2018-11-205-14/+14
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #12350 from nextcloud/filepicker-sortingMorris Jobke2018-11-203-18/+126
|\ \ \ \ | |_|/ / |/| | | Enable sorting in file picker
| * | | Properly align loading indicator when switching foldersJulius Härtl2018-11-162-3/+8
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Flip sort indicatorsJulius Härtl2018-11-161-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Allow sorting in the file pickerJulius Härtl2018-11-163-16/+119
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #12539 from nextcloud/fix-redirect-designMorris Jobke2018-11-201-0/+2
|\ \ \ | | | | | | | | Fix redirect page design details
| * | | Fix CSS specificity preventing buttons displayed in pill styleJan-Christoph Borchardt2018-11-191-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Fix header text color on redirect pageJan-Christoph Borchardt2018-11-191-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | [tx-robot] updated from transifexNextcloud bot2018-11-202-4/+4
|/ / /
* | | Merge pull request #12525 from nextcloud/contrast-fix-updatenotificationsMorris Jobke2018-11-191-1/+1
|\ \ \ | | | | | | | | Fix updatenotifications display, dependencies and csp
| * | | Fix updatenotifications display, dependencies and cspJohn Molakvoæ (skjnldsv)2018-11-191-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Fix login primary colour and feedbackJohn Molakvoæ (skjnldsv)2018-11-191-8/+21
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-11-182-0/+28
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-11-172-0/+2
| | |
* | | Merge pull request #12489 from nextcloud/bugfix/11179/safari-performanceMorris Jobke2018-11-161-2/+1
|\ \ \ | | | | | | | | Only use width and opacity for transition
| * | | Only use width and opacity for transitionJulius Härtl2018-11-161-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #12487 from nextcloud/settings-svg-icons-scss-fixJohn Molakvoæ2018-11-161-1/+0
|\ \ \ \ | |/ / / |/| | | Remove unused svg api route
| * | | Remove unused sg api routeJohn Molakvoæ (skjnldsv)2018-11-161-1/+0
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #12484 from nextcloud/loader-color-fixesMorris Jobke2018-11-161-1/+1
|\ \ \ | | | | | | | | Fix loader colours for better visibility
| * | | Fix loader colours for better visibilityJohn Molakvoæ (skjnldsv)2018-11-161-1/+1
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / / Fix login loader position and theming supportJohn Molakvoæ (skjnldsv)2018-11-162-8/+10
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>