]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
6 years agoMerge pull request #12580 from nextcloud/app-navigation-menu-dark-fix
Morris Jobke [Thu, 22 Nov 2018 10:21:58 +0000 (11:21 +0100)]
Merge pull request #12580 from nextcloud/app-navigation-menu-dark-fix

Fix navigation more menu background for dark theme

6 years agoMerge pull request #12485 from nextcloud/nextcloud-talk-sessions-format
Morris Jobke [Thu, 22 Nov 2018 10:15:49 +0000 (11:15 +0100)]
Merge pull request #12485 from nextcloud/nextcloud-talk-sessions-format

Format Nextcloud Talk clients sessions.

6 years agoMerge pull request #12553 from nextcloud/bugfix/noid/allow-empty-string-in-getAbsoluteURL
Morris Jobke [Thu, 22 Nov 2018 09:26:23 +0000 (10:26 +0100)]
Merge pull request #12553 from nextcloud/bugfix/noid/allow-empty-string-in-getAbsoluteURL

Allow empty string in get absolute url

6 years agoMerge pull request #12558 from nextcloud/blurry-button
Morris Jobke [Thu, 22 Nov 2018 09:18:52 +0000 (10:18 +0100)]
Merge pull request #12558 from nextcloud/blurry-button

Apply border to primary button if on log in page (and not in a dark container) or if in header

6 years agoMerge pull request #12559 from nextcloud/heading-menu-spacing
Morris Jobke [Thu, 22 Nov 2018 09:13:59 +0000 (10:13 +0100)]
Merge pull request #12559 from nextcloud/heading-menu-spacing

Better header navigation display

6 years agoFix navigation more menu background for dark theme 12580/head
John Molakvoæ (skjnldsv) [Thu, 22 Nov 2018 09:04:50 +0000 (10:04 +0100)]
Fix navigation more menu background for dark theme

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #12577 from nextcloud/fix-rendering-of-the-sidebar-in-files-app
Morris Jobke [Thu, 22 Nov 2018 08:43:23 +0000 (09:43 +0100)]
Merge pull request #12577 from nextcloud/fix-rendering-of-the-sidebar-in-files-app

Fix rendering of the sidebar in Files app

6 years agoMerge pull request #12468 from nextcloud/multiselect-removal-fix
John Molakvoæ [Thu, 22 Nov 2018 07:49:09 +0000 (08:49 +0100)]
Merge pull request #12468 from nextcloud/multiselect-removal-fix

Remove conflicting multiselect

6 years agoFix rendering of the sidebar in Files app 12577/head
Daniel Calviño Sánchez [Thu, 22 Nov 2018 04:58:25 +0000 (05:58 +0100)]
Fix rendering of the sidebar in Files app

When a view is rendered it should not be concerned with where it is
going to be placed in the document; in general this should be a
responsibility of the object using the view.

Moreover, when the details view is rendered it should simply prepare a
skeleton that includes the root elements provided by the plugins; those
elements will be updated by the plugins as needed when a file or a tab
is selected.

Finally, the details view should not be explicitly rendered. The
rendering removes the previous elements, but that is needed only when
the details view is in a dirty state, that is, when new plugins were
added since the last time that it was rendered. However, that dirty
state is internally handled, and the view is automatically rendered
again if needed when a file info is set.

Due to all that the details view is no longer explicitly rendered when
updating it with a different file. Also, as each file list has its own
details view, and each details view has its own element, but there can
be only one details view/sidebar element in the document, when the file
list updates the details view it also replaces the current one in the
document with its own details view if needed (that is, if it is not the
current one already).

Besides that, when the element of a details view is replaced with the
element of a different details view the old one should be detached from
the document, but never removed. Otherwise the event handlers would not
work when that element is attached again later (when changing to a
different section in the Files app and then going back to the previous
one).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd acceptance tests for showing again the input field for tags
Daniel Calviño Sánchez [Thu, 22 Nov 2018 04:26:45 +0000 (05:26 +0100)]
Add acceptance tests for showing again the input field for tags

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd acceptance tests for opening and closing again the details view
Daniel Calviño Sánchez [Thu, 22 Nov 2018 04:26:01 +0000 (05:26 +0100)]
Add acceptance tests for opening and closing again the details view

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd acceptance tests for marking a file as favorite in the details view
Daniel Calviño Sánchez [Thu, 22 Nov 2018 04:25:12 +0000 (05:25 +0100)]
Add acceptance tests for marking a file as favorite in the details view

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd acceptance tests for switching to the comments of another file
Daniel Calviño Sánchez [Thu, 22 Nov 2018 04:20:26 +0000 (05:20 +0100)]
Add acceptance tests for switching to the comments of another file

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 22 Nov 2018 01:12:20 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #12570 from nextcloud/do-not-show-tab-headers-marked-as-hidden
Roeland Jago Douma [Wed, 21 Nov 2018 21:34:41 +0000 (22:34 +0100)]
Merge pull request #12570 from nextcloud/do-not-show-tab-headers-marked-as-hidden

Do not show tab headers marked as hidden

6 years agoFix wording of client sessions 12485/head
Jan-Christoph Borchardt [Wed, 21 Nov 2018 15:02:26 +0000 (16:02 +0100)]
Fix wording of client sessions

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoDo not show tab headers marked as hidden 12570/head
Daniel Calviño Sánchez [Wed, 21 Nov 2018 14:21:22 +0000 (15:21 +0100)]
Do not show tab headers marked as hidden

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>
6 years agoAlways give primary button a border for light primary colors 12558/head
Jan-Christoph Borchardt [Wed, 21 Nov 2018 13:30:05 +0000 (14:30 +0100)]
Always give primary button a border for light primary colors

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 21 Nov 2018 01:12:15 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #12531 from nextcloud/bugfix/noid/hide-download-folders
Roeland Jago Douma [Tue, 20 Nov 2018 19:51:23 +0000 (20:51 +0100)]
Merge pull request #12531 from nextcloud/bugfix/noid/hide-download-folders

Allow to hide download option for folders shared by link

6 years agoFix whitespace and file action cleanup 12531/head
Julius Härtl [Tue, 20 Nov 2018 11:20:06 +0000 (12:20 +0100)]
Fix whitespace and file action cleanup

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoClear link to avoid downloads
Roeland Jago Douma [Mon, 19 Nov 2018 18:25:13 +0000 (19:25 +0100)]
Clear link to avoid downloads

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoCompile handlebars
Roeland Jago Douma [Mon, 19 Nov 2018 14:53:34 +0000 (15:53 +0100)]
Compile handlebars

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoAllow to hide download option for folders shared by link
Julius Härtl [Mon, 19 Nov 2018 13:19:42 +0000 (14:19 +0100)]
Allow to hide download option for folders shared by link

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoBetter header navigation display 12559/head
John Molakvoæ (skjnldsv) [Tue, 20 Nov 2018 17:39:54 +0000 (18:39 +0100)]
Better header navigation display

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoApply border to primary button if on log in page (and not in a dark container) or...
Jan-Christoph Borchardt [Tue, 20 Nov 2018 16:01:51 +0000 (17:01 +0100)]
Apply border to primary button if on log in page (and not in a dark container) or if in header, fix #12294

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoMerge pull request #12544 from nextcloud/fix/better_update_share_handling
Roeland Jago Douma [Tue, 20 Nov 2018 15:19:11 +0000 (16:19 +0100)]
Merge pull request #12544 from nextcloud/fix/better_update_share_handling

Handle permission in update of share better

6 years agoMerge pull request #12552 from nextcloud/fix/11146/respect_disabled_password_reset
Roeland Jago Douma [Tue, 20 Nov 2018 14:52:32 +0000 (15:52 +0100)]
Merge pull request #12552 from nextcloud/fix/11146/respect_disabled_password_reset

Respect the disabled setting for lost_password_link

6 years agoMerge pull request #12491 from nextcloud/share-menu-click-fix
John Molakvoæ [Tue, 20 Nov 2018 14:35:22 +0000 (15:35 +0100)]
Merge pull request #12491 from nextcloud/share-menu-click-fix

Fix share link password input

6 years agoFix share link password input 12491/head
John Molakvoæ (skjnldsv) [Fri, 16 Nov 2018 15:19:13 +0000 (16:19 +0100)]
Fix share link password input

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoAllow empty strings in getAbsoluteURL 12553/head
Joas Schilling [Tue, 20 Nov 2018 12:28:07 +0000 (13:28 +0100)]
Allow empty strings in getAbsoluteURL

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoUpdate the URLGenerator test to current state of art
Joas Schilling [Tue, 20 Nov 2018 12:28:21 +0000 (13:28 +0100)]
Update the URLGenerator test to current state of art

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoMerge pull request #12350 from nextcloud/filepicker-sorting
Morris Jobke [Tue, 20 Nov 2018 12:34:51 +0000 (13:34 +0100)]
Merge pull request #12350 from nextcloud/filepicker-sorting

Enable sorting in file picker

6 years agoRespect the disabled setting for lost_password_link 12552/head
Roeland Jago Douma [Tue, 20 Nov 2018 12:28:40 +0000 (13:28 +0100)]
Respect the disabled setting for lost_password_link

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>
6 years agoMerge pull request #12543 from nextcloud/fix/12498/bearer_tokens_are_apptokens
Morris Jobke [Tue, 20 Nov 2018 10:49:33 +0000 (11:49 +0100)]
Merge pull request #12543 from nextcloud/fix/12498/bearer_tokens_are_apptokens

Bearer tokens are app token

6 years agoMerge pull request #12494 from nextcloud/cache-notfound-id
Morris Jobke [Tue, 20 Nov 2018 08:51:18 +0000 (09:51 +0100)]
Merge pull request #12494 from nextcloud/cache-notfound-id

return the correct value when trying to get a non existing item from cache by id

6 years agoMerge pull request #12500 from nextcloud/swift-object-not-found
Morris Jobke [Tue, 20 Nov 2018 08:49:57 +0000 (09:49 +0100)]
Merge pull request #12500 from nextcloud/swift-object-not-found

forward object not found error in swift as dav 404

6 years agoHandle permission in update of share better 12544/head
Roeland Jago Douma [Tue, 20 Nov 2018 08:42:01 +0000 (09:42 +0100)]
Handle permission in update of share better

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #12539 from nextcloud/fix-redirect-design
Morris Jobke [Tue, 20 Nov 2018 08:34:15 +0000 (09:34 +0100)]
Merge pull request #12539 from nextcloud/fix-redirect-design

Fix redirect page design details

6 years agoBearer tokens are app token 12543/head
Roeland Jago Douma [Tue, 20 Nov 2018 08:23:57 +0000 (09:23 +0100)]
Bearer tokens are app token

Fixes #12498

This means that we set that it is a proper app token once it is
validated. This will allow the 2FA middleware to just run the same
check.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 20 Nov 2018 01:12:39 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

6 years agoFix CSS specificity preventing buttons displayed in pill style 12539/head
Jan-Christoph Borchardt [Mon, 19 Nov 2018 20:56:38 +0000 (21:56 +0100)]
Fix CSS specificity preventing buttons displayed in pill style

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoFix header text color on redirect page
Jan-Christoph Borchardt [Mon, 19 Nov 2018 20:54:37 +0000 (21:54 +0100)]
Fix header text color on redirect page

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoadd test for non existing file by id 12494/head
Robin Appelman [Mon, 19 Nov 2018 16:37:59 +0000 (17:37 +0100)]
add test for non existing file by id

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoMerge pull request #12525 from nextcloud/contrast-fix-updatenotifications
Morris Jobke [Mon, 19 Nov 2018 15:05:50 +0000 (16:05 +0100)]
Merge pull request #12525 from nextcloud/contrast-fix-updatenotifications

Fix updatenotifications display, dependencies and csp

6 years agoAdd PHPDoc for thrown exception 12500/head
Morris Jobke [Mon, 19 Nov 2018 14:34:07 +0000 (15:34 +0100)]
Add PHPDoc for thrown exception

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #12495 from nextcloud/login-theming-primary-fix
Morris Jobke [Mon, 19 Nov 2018 14:26:40 +0000 (15:26 +0100)]
Merge pull request #12495 from nextcloud/login-theming-primary-fix

Fix login primary colour and feedback

6 years agoMerge pull request #12401 from pachulo/fix/11107/fix-php-mail-warning
Morris Jobke [Mon, 19 Nov 2018 14:23:45 +0000 (15:23 +0100)]
Merge pull request #12401 from pachulo/fix/11107/fix-php-mail-warning

Fix the warning appearing in the admin section when mail_smtpmode is not configured

6 years agoFix login primary colour and feedback 12495/head
John Molakvoæ (skjnldsv) [Fri, 16 Nov 2018 17:21:58 +0000 (18:21 +0100)]
Fix login primary colour and feedback

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoforward object not found error in switch as dav 404
Robin Appelman [Fri, 16 Nov 2018 19:21:21 +0000 (20:21 +0100)]
forward object not found error in switch as dav 404

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoUse the proper default values 12401/head
Morris Jobke [Mon, 19 Nov 2018 09:57:51 +0000 (10:57 +0100)]
Use the proper default values

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #12515 from nextcloud/papercut/12295/grid-view-lazy-loading
Morris Jobke [Mon, 19 Nov 2018 09:52:54 +0000 (10:52 +0100)]
Merge pull request #12515 from nextcloud/papercut/12295/grid-view-lazy-loading

Make number of file list entries depending on the width for grid view

6 years agoFix updatenotifications display, dependencies and csp 12525/head
John Molakvoæ (skjnldsv) [Mon, 19 Nov 2018 09:26:04 +0000 (10:26 +0100)]
Fix updatenotifications display, dependencies and csp

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #12496 from nextcloud/revert-icon-theming-fix
Morris Jobke [Mon, 19 Nov 2018 09:19:58 +0000 (10:19 +0100)]
Merge pull request #12496 from nextcloud/revert-icon-theming-fix

Fix revert icon position on theming settings

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 19 Nov 2018 01:12:04 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

6 years agoMerge pull request #12517 from nextcloud/bugfix/noid/files-external-templates
Roeland Jago Douma [Sun, 18 Nov 2018 19:18:08 +0000 (20:18 +0100)]
Merge pull request #12517 from nextcloud/bugfix/noid/files-external-templates

Fix loading of files external templates file

6 years agoMerge pull request #12518 from nextcloud/bugfix/noid/htaccess-woff2
Roeland Jago Douma [Sun, 18 Nov 2018 13:07:22 +0000 (14:07 +0100)]
Merge pull request #12518 from nextcloud/bugfix/noid/htaccess-woff2

Fix loading of .woff2 files in .htaccess

6 years agoFix loading of files external templates file 12517/head
Julius Härtl [Sun, 18 Nov 2018 10:13:46 +0000 (11:13 +0100)]
Fix loading of files external templates file

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoFix loading of .woff2 files in .htaccess 12518/head
Julius Härtl [Sun, 18 Nov 2018 10:02:20 +0000 (11:02 +0100)]
Fix loading of .woff2 files in .htaccess

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMake number of file list entries depending on the width for grid view 12515/head
Julius Härtl [Sun, 18 Nov 2018 09:34:35 +0000 (10:34 +0100)]
Make number of file list entries depending on the width for grid view

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 18 Nov 2018 01:12:58 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 17 Nov 2018 01:12:47 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

6 years agoFix revert icon position on theming settings 12496/head
John Molakvoæ (skjnldsv) [Fri, 16 Nov 2018 17:35:42 +0000 (18:35 +0100)]
Fix revert icon position on theming settings

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoreturn the correct value when trying to get a non existing item from cache by id
Robin Appelman [Fri, 16 Nov 2018 16:26:42 +0000 (17:26 +0100)]
return the correct value when trying to get a non existing item from cache by id

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years agoMerge pull request #12489 from nextcloud/bugfix/11179/safari-performance
Morris Jobke [Fri, 16 Nov 2018 15:24:49 +0000 (16:24 +0100)]
Merge pull request #12489 from nextcloud/bugfix/11179/safari-performance

Only use width and opacity for transition

6 years agoMerge pull request #12487 from nextcloud/settings-svg-icons-scss-fix
John Molakvoæ [Fri, 16 Nov 2018 15:23:26 +0000 (16:23 +0100)]
Merge pull request #12487 from nextcloud/settings-svg-icons-scss-fix

Remove unused svg api route

6 years agoOnly use width and opacity for transition 12489/head
Julius Härtl [Fri, 16 Nov 2018 14:42:23 +0000 (15:42 +0100)]
Only use width and opacity for transition

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoRemove unused sg api route 12487/head
John Molakvoæ (skjnldsv) [Fri, 16 Nov 2018 14:39:46 +0000 (15:39 +0100)]
Remove unused sg api route

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #12484 from nextcloud/loader-color-fixes
Morris Jobke [Fri, 16 Nov 2018 13:53:09 +0000 (14:53 +0100)]
Merge pull request #12484 from nextcloud/loader-color-fixes

Fix loader colours for better visibility

6 years agoProperly align loading indicator when switching folders 12350/head
Julius Härtl [Fri, 16 Nov 2018 13:50:40 +0000 (14:50 +0100)]
Properly align loading indicator when switching folders

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoFormat Nextcloud Talk clients sessions.
Ivan Sein [Fri, 16 Nov 2018 13:47:41 +0000 (14:47 +0100)]
Format Nextcloud Talk clients sessions.

Signed-off-by: Ivan Sein <ivan@nextcloud.com>
6 years agoMerge pull request #12483 from nextcloud/fix-login-loader
Morris Jobke [Fri, 16 Nov 2018 13:24:04 +0000 (14:24 +0100)]
Merge pull request #12483 from nextcloud/fix-login-loader

Fix login loader position and theming support

6 years agoFlip sort indicators
Julius Härtl [Thu, 8 Nov 2018 12:32:10 +0000 (13:32 +0100)]
Flip sort indicators

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoAllow sorting in the file picker
Julius Härtl [Thu, 8 Nov 2018 12:30:39 +0000 (13:30 +0100)]
Allow sorting in the file picker

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #12476 from nextcloud/welcome-bot
Morris Jobke [Fri, 16 Nov 2018 12:59:21 +0000 (13:59 +0100)]
Merge pull request #12476 from nextcloud/welcome-bot

Add welcome bot

6 years agoMerge pull request #12474 from nextcloud/default-to-files-list
Morris Jobke [Fri, 16 Nov 2018 12:48:16 +0000 (13:48 +0100)]
Merge pull request #12474 from nextcloud/default-to-files-list

Rollback to default list view

6 years agoFix loader colours for better visibility 12484/head
John Molakvoæ (skjnldsv) [Fri, 16 Nov 2018 12:40:00 +0000 (13:40 +0100)]
Fix loader colours for better visibility

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #12481 from nextcloud/bugfix/noid/fix-navigation-layout-of-new...
Morris Jobke [Fri, 16 Nov 2018 12:39:20 +0000 (13:39 +0100)]
Merge pull request #12481 from nextcloud/bugfix/noid/fix-navigation-layout-of-new-items

Fix navigation layout for items that are added on a re-render

6 years agoFix login loader position and theming support 12483/head
John Molakvoæ (skjnldsv) [Fri, 16 Nov 2018 11:48:11 +0000 (12:48 +0100)]
Fix login loader position and theming support

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoFix navigation layout for items that are added on a re-render 12481/head
Joas Schilling [Fri, 16 Nov 2018 09:53:31 +0000 (10:53 +0100)]
Fix navigation layout for items that are added on a re-render

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years agoUpdate .github/config.yml 12476/head
Morris Jobke [Fri, 16 Nov 2018 10:00:59 +0000 (11:00 +0100)]
Update .github/config.yml

Co-Authored-By: rullzer <rullzer@users.noreply.github.com>
6 years agoUpdate .github/config.yml
Morris Jobke [Fri, 16 Nov 2018 10:00:49 +0000 (11:00 +0100)]
Update .github/config.yml

Co-Authored-By: rullzer <rullzer@users.noreply.github.com>
6 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 16 Nov 2018 01:12:14 +0000 (01:12 +0000)]
[tx-robot] updated from transifex

6 years agoAdd welcome bot
Roeland Jago Douma [Thu, 15 Nov 2018 22:07:27 +0000 (23:07 +0100)]
Add welcome bot

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoRollback to default list view 12474/head
John Molakvoæ (skjnldsv) [Thu, 15 Nov 2018 19:29:10 +0000 (20:29 +0100)]
Rollback to default list view

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #12472 from nextcloud/dav-versions-user
Robin Appelman [Thu, 15 Nov 2018 18:23:10 +0000 (19:23 +0100)]
Merge pull request #12472 from nextcloud/dav-versions-user

actually return the user when creating version dav nodes

6 years agoMerge pull request #12355 from nextcloud/version/noid/15.0.0beta2 v15.0.0beta2
Morris Jobke [Thu, 15 Nov 2018 16:21:16 +0000 (17:21 +0100)]
Merge pull request #12355 from nextcloud/version/noid/15.0.0beta2

15.0.0 Beta 2

6 years agoactually return the user when creating version dav nodes 12472/head
Robin Appelman [Thu, 15 Nov 2018 16:17:54 +0000 (17:17 +0100)]
actually return the user when creating version dav nodes

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 years ago15.0.0 Beta 2 12355/head
Morris Jobke [Thu, 8 Nov 2018 13:35:46 +0000 (14:35 +0100)]
15.0.0 Beta 2

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #12467 from nextcloud/bugfix/11901/show-thumbnail-on-rename
Morris Jobke [Thu, 15 Nov 2018 13:09:55 +0000 (14:09 +0100)]
Merge pull request #12467 from nextcloud/bugfix/11901/show-thumbnail-on-rename

Show thumbnail on rename

6 years agoRemove conflicting multiselect 12468/head
John Molakvoæ (skjnldsv) [Thu, 15 Nov 2018 13:08:13 +0000 (14:08 +0100)]
Remove conflicting multiselect

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoEnhance jsunit tests 12467/head
Morris Jobke [Thu, 15 Nov 2018 12:40:05 +0000 (13:40 +0100)]
Enhance jsunit tests

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #12458 from nextcloud/bugfix/dav_shares_hickup
Morris Jobke [Thu, 15 Nov 2018 12:32:54 +0000 (13:32 +0100)]
Merge pull request #12458 from nextcloud/bugfix/dav_shares_hickup

fixes dav share issue with owner

6 years agofix caldav tests 12458/head
Georg Ehrke [Thu, 15 Nov 2018 10:45:47 +0000 (11:45 +0100)]
fix caldav tests

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
6 years agoMerge pull request #12466 from nextcloud/fix/sting-doctype-casing
Morris Jobke [Thu, 15 Nov 2018 11:25:29 +0000 (12:25 +0100)]
Merge pull request #12466 from nextcloud/fix/sting-doctype-casing

Fix string doctype casing

6 years agoMerge pull request #12421 from nextcloud/bugfix/noid/icons-cacher-app-prefix
Morris Jobke [Thu, 15 Nov 2018 11:24:23 +0000 (12:24 +0100)]
Merge pull request #12421 from nextcloud/bugfix/noid/icons-cacher-app-prefix

Prefix icon variables with app name to avoid conflicts

6 years agoShow thumbnail on rename
Morris Jobke [Thu, 15 Nov 2018 11:14:15 +0000 (12:14 +0100)]
Show thumbnail on rename

* does not hide thumbnail when rename is shown
* fixes layout for grid and list view
* fixes #11901

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoFix string doc type casing 12466/head
Christoph Wurst [Thu, 15 Nov 2018 10:51:28 +0000 (11:51 +0100)]
Fix string doc type casing

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years agoPrefix icon variables with app name to avoid conflicts 12421/head
Julius Härtl [Mon, 12 Nov 2018 16:32:15 +0000 (17:32 +0100)]
Prefix icon variables with app name to avoid conflicts

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #12292 from nextcloud/fix/2947/lapse-sizelimit-error
Morris Jobke [Thu, 15 Nov 2018 09:48:57 +0000 (10:48 +0100)]
Merge pull request #12292 from nextcloud/fix/2947/lapse-sizelimit-error

avoid logging of "Partial search results returned: Sizelimit exceeded…"