summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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 #11558 from nextcloud/stable14-header-overflowRoeland Jago Douma2018-10-021-1/+0
|\ | | | | [stable14] Fix header overflow, fix more apps menu, fix #11552
| * Fix header overflow, fix more apps menu, fix #11552Jan-Christoph Borchardt2018-10-021-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #11554 from nextcloud/backport/11111/fix-app-menu-iosMorris Jobke2018-10-021-0/+1
|\ \ | |/ |/| [stable14] Added kinetic scrolling for iOS to apps dropdown menu #10281
| * Added kinetic scrolling for iOS to apps dropdown menu #10281kevin1471472018-10-021-0/+1
| | | | | | this is tested with nc14
* | Merge pull request #11516 from nextcloud/backport/11515/mimteype-list-updateRoeland Jago Douma2018-10-011-0/+6
|\ \ | | | | | | [stable14] 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>
* | Merge pull request #11511 from nextcloud/stable14-share-headerRoeland Jago Douma2018-10-012-3/+6
|\ \ | | | | | | [stable14] Fix share header text on small widths
| * | Remove non-clickable right margin from 3-dot-menu in share page headerJan-Christoph Borchardt2018-10-011-2/+0
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Ellipsize long filenames and sharee names in public share page headerJan-Christoph Borchardt2018-10-011-1/+6
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* / Fix public page footer link wrapJan-Christoph Borchardt2018-10-011-0/+3
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* CleanupJohn Molakvoæ (skjnldsv)2018-09-281-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Center back the history iconJohn Molakvoæ (skjnldsv)2018-09-282-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix invalid inline input confirm borderJohn Molakvoæ (skjnldsv)2018-09-281-160/+160
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixes the logo heightMichael Weimann2018-09-261-3/+3
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Fix default flex shrink on listJohn Molakvoæ (skjnldsv)2018-09-252-2/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #11288 from ↵Joas Schilling2018-09-201-10/+22
|\ | | | | | | | | nextcloud/backport/11171/shared-by-info-for-room-shares-without-names [stable14] Shared by info for room shares without names
| * Better shared-by info for conversations without namesJoas Schilling2018-09-191-10/+22
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix size of icons in menus inside apps when shown as imagesDaniel Calviño Sánchez2018-09-191-0/+21
|/ | | | | | | | | | | | | | | | Some popover menus, like the contacts menu, still show their icon using an img element. The main CSS rules assume that a "content-box" sizing is being used, and thus set the size and padding of the image to add up to the line height. However, ".app-*" descendants use a "border-box" sizing, so when a menu with an image was shown in an app the icon was not properly shown. Now both the width and height of the image is set to the item height in those cases, which causes the visible size of the icon to be the item height minus the padding (the same as when "content-box" sizing is used). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Backport of #11036 to stable14Arthur Schiwon2018-09-132-71/+224
| | | | | | | | | | | | | | | | fix check for more users after a refactor users et al were undefined. The check condition was moved. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> don't user a higher paging size than max autocomplete entries are set Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> adjust and extend js unit tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix js files client for user names with spacesRobin Appelman2018-09-101-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Do not invalidate main token on OAuthRoeland Jago Douma2018-09-061-3/+3
| | | | | | | | | | | | | | | | Fixes #10584 We deleted the main token when using the login flow else mutliple tokens would show up for a single user. However in the case of OAuth this is perfectly fine as the authentication happens really in your browser: 1. You are already logged in, no need to log you out 2. You are not logged in yet, but since you log in into the exact same browser the expected behavior is to stay logged in. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Updates logo scss to regard default valuesMichael Weimann2018-09-041-3/+3
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Merge pull request #10944 from nextcloud/content-list-overflow-fixRoeland Jago Douma2018-08-311-3/+3
|\ | | | | Fix overflow x scroll on app content list
| * Fix overflow x scroll on app content listJohn Molakvoæ (skjnldsv)2018-08-311-3/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Change password expiration time from 12h to 7dMorris Jobke2018-08-311-1/+1
| | | | | | | | | | | | We use the same logic for creating accounts without a password and there the 12h is a bit short. Users don't expect that the signup link needs to be clicked within 12h - 7d should be a more expected behavior. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-08-312-0/+14
| |
* | Merge pull request #10936 from ↵Morris Jobke2018-08-302-9/+22
|\ \ | | | | | | | | | | | | nextcloud/make-possible-to-pick-both-files-and-folders Make possible to pick both files and folders
| * | Make possible to pick both files and foldersDaniel Calviño Sánchez2018-08-301-1/+9
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Store the mime type filter always as an arrayDaniel Calviño Sánchez2018-08-301-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | This will make easier to check if both directories and files should be pickable. This also removes an unused assignment to the mime type. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Fix empty mime type filterDaniel Calviño Sánchez2018-08-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the mime type is an empty array no filter should be applied. However, the filter was loosely compared to an empty array, but as arrays are objects then it became an implicit strict equality comparison which always failed due to being different objects. Now the length of the array is compared instead, and also moved outside the loop as it is not needed to check it for each file. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Prevent default action from being executed when the button is disabledDaniel Calviño Sánchez2018-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When "enter" is pressed in the file picker a "click" event is triggered on the primary action button. However, in some cases, like when the file picker is in "Choose" mode and the current directory in the file picker is the root folder, the primary action button is disabled. In those cases pressing enter should not trigger a click action on the button and be ignored instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #10925 from ↵Morris Jobke2018-08-301-1/+1
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/use-main-text-color-for-editable-divs-and-text-areas Use main text color for editable divs and text areas
| * | Use main text color for editable divs and text areasDaniel Calviño Sánchez2018-08-291-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #10924 from nextcloud/bugfix/10901/theming-bugfix-primaryJulius Härtl2018-08-301-2/+2
|\ \ \ | | | | | | | | Fix SCSS variable management with the theming app
| * | | Move SCSS variable fetching before the variables.scss to properly calculate ↵Julius Härtl2018-08-291-2/+2
| |/ / | | | | | | | | | | | | | | | color values Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #10853 from nextcloud/apps-menu-fix-mobileJulius Härtl2018-08-302-3/+3
|\ \ \ | |_|/ |/| | Fix apps menu on mobile
| * | Fix apps menu and typoJohn Molakvoæ (skjnldsv)2018-08-282-1/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fix apps menu on mobileJohn Molakvoæ (skjnldsv)2018-08-252-4/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-08-302-0/+2
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-08-292-0/+6
| |
* | Merge pull request #10881 from nextcloud/fix/10705/notification-widthJohn Molakvoæ2018-08-282-2/+8
|\ \ | | | | | | Makes the notifications area width equal to the contents
| * | Makes the notifications area width equal to the contentsMichael Weimann2018-08-272-2/+8
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Merge pull request #10875 from nextcloud/bugfix/10024/theming-footer-linkJulius Härtl2018-08-281-1/+1
|\ \ \ | | | | | | | | Theming: Only link Entity in footer if a url is set
| * | | Theming: Only Entity in footer if a url is setJulius Härtl2018-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixes #10024 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2018-08-282-0/+6
| |/ / |/| |
* | | Merge pull request #10867 from nextcloud/bugfix/noid/a11yJoas Schilling2018-08-272-2/+3
|\ \ \ | |/ / |/| | Use empty alt tag for avatars since there is always the name next to it
| * | Make the color importantJoas Schilling2018-08-261-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Use empty alt tag for avatars since there is always the name next to itJoas Schilling2018-08-261-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-08-276-8/+16
| | |