]>
source.dussan.org Git - nextcloud-server.git/log
Morris Jobke [Thu, 22 Nov 2018 09:09:14 +0000 (10:09 +0100)]
15.0.0 RC 1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 22 Nov 2018 15:09:56 +0000 (16:09 +0100)]
Merge pull request #12554 from nextcloud/bugfix/12493/root-folder-switch
Do not switch to root folder if filelist is already shown
Morris Jobke [Thu, 22 Nov 2018 13:39:27 +0000 (14:39 +0100)]
Merge pull request #12587 from nextcloud/new-user-clear-fix
Do not clear new user form on failure
Julius Härtl [Tue, 20 Nov 2018 13:44:20 +0000 (14:44 +0100)]
Do not switch to root folder if filelist is already shown
Navigating to the root folder is already handled by
OCA.Files.Navigation.setActiveItem in case the view doesn't change.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ (skjnldsv) [Thu, 22 Nov 2018 10:29:20 +0000 (11:29 +0100)]
Do not clear new user form on failure
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Morris Jobke [Thu, 22 Nov 2018 12:50:11 +0000 (13:50 +0100)]
Merge pull request #12589 from nextcloud/fix/twofactor-admin-groups-explanation
Add explanatory text to admin twofactor settings
Morris Jobke [Thu, 22 Nov 2018 12:42:54 +0000 (13:42 +0100)]
Merge pull request #12571 from TheLastProject/feature/make_connectivity_check_domains_changeable
Make connectivity check domains configurable
Christoph Wurst [Thu, 22 Nov 2018 11:01:45 +0000 (12:01 +0100)]
Add explanatory text to admin twofactor settings
Ref #12249
Ref https://github.com/nextcloud/documentation/pull/937
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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
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.
Sylvia van Os [Thu, 22 Nov 2018 09:14:27 +0000 (10:14 +0100)]
Make connectivity check domains configurable
Signed-off-by: Sylvia van Os <sylvia@hackerchick.me>
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
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
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
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>
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
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
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>
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>
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>
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>
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>
Nextcloud bot [Thu, 22 Nov 2018 01:12:20 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
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
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>
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>
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>
Nextcloud bot [Wed, 21 Nov 2018 01:12:15 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
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
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>
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>
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>
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>
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>
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>
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
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
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
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>
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>
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>
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
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>
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
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
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
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>
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
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>
Nextcloud bot [Tue, 20 Nov 2018 01:12:39 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
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
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>
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
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
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>
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>
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>
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
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>
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
Nextcloud bot [Mon, 19 Nov 2018 01:12:04 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
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
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
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>
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>
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>
Nextcloud bot [Sun, 18 Nov 2018 01:12:58 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 17 Nov 2018 01:12:47 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
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>
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>
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
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
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>
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>
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
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>
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>
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
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>
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>
Morris Jobke [Fri, 16 Nov 2018 12:59:21 +0000 (13:59 +0100)]
Merge pull request #12476 from nextcloud/welcome-bot
Add welcome bot
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
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>
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
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>
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>
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>
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>
Nextcloud bot [Fri, 16 Nov 2018 01:12:14 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
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>
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>
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
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
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>
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>
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
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>