]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
6 years agoBump webpack from 4.23.1 to 4.24.0 in /apps/updatenotification 12255/head
dependabot[bot] [Mon, 5 Nov 2018 01:13:08 +0000 (01:13 +0000)]
Bump webpack from 4.23.1 to 4.24.0 in /apps/updatenotification

Bumps [webpack](https://github.com/webpack/webpack) from 4.23.1 to 4.24.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.23.1...v4.24.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoMerge pull request #12105 from nextcloud/using-resharing-right-to-display-shares
Roeland Jago Douma [Sun, 4 Nov 2018 20:08:11 +0000 (21:08 +0100)]
Merge pull request #12105 from nextcloud/using-resharing-right-to-display-shares

Shares are displayed to users with resharing rights

6 years agoMerge pull request #12230 from nextcloud/bugfix/do_not_logerror_on_filelock
Roeland Jago Douma [Sun, 4 Nov 2018 19:40:17 +0000 (20:40 +0100)]
Merge pull request #12230 from nextcloud/bugfix/do_not_logerror_on_filelock

Do not log FileLock as exception

6 years agoFix tests 12230/head
Roeland Jago Douma [Sun, 4 Nov 2018 12:21:34 +0000 (13:21 +0100)]
Fix tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoDo not log FileLock as exception
Roeland Jago Douma [Fri, 2 Nov 2018 21:06:25 +0000 (22:06 +0100)]
Do not log FileLock as exception

There is no reason to log FileLock errors as exceptions to the log file.
Locks happen for very legit reasons and it is actually a sign of the
code doing its job.

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

6 years agoMerge pull request #10890 from nextcloud/bugfix/10857/app-menu-resize
Roeland Jago Douma [Sat, 3 Nov 2018 08:35:14 +0000 (09:35 +0100)]
Merge pull request #10890 from nextcloud/bugfix/10857/app-menu-resize

Fix app menu calculation for random size of the right header

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

6 years agoFix app menu calculation for random size of the right header 10890/head
Julius Härtl [Mon, 27 Aug 2018 16:03:42 +0000 (18:03 +0200)]
Fix app menu calculation for random size of the right header

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #12071 from nextcloud/addressbook-uid-check-migration
Roeland Jago Douma [Fri, 2 Nov 2018 18:37:48 +0000 (19:37 +0100)]
Merge pull request #12071 from nextcloud/addressbook-uid-check-migration

Addressbook uid check migration

6 years agoMerge pull request #12215 from nextcloud/wait-for-the-link-share-menu-to-open-in...
Roeland Jago Douma [Fri, 2 Nov 2018 18:35:32 +0000 (19:35 +0100)]
Merge pull request #12215 from nextcloud/wait-for-the-link-share-menu-to-open-in-acceptance-tests

Wait for the link share menu to open in acceptance tests

6 years agoMerge pull request #12216 from nextcloud/bugfix/appmenu/loading
Roeland Jago Douma [Fri, 2 Nov 2018 18:34:21 +0000 (19:34 +0100)]
Merge pull request #12216 from nextcloud/bugfix/appmenu/loading

Fix loading indicator in app menu

6 years agoMerge pull request #11404 from flokli/sendmail-path
Roeland Jago Douma [Fri, 2 Nov 2018 15:17:02 +0000 (16:17 +0100)]
Merge pull request #11404 from flokli/sendmail-path

Mailer: discover sendmail path instead of hardcoding it to /usr/sbin/sendmail

6 years agoFix loading indicator in app menu 12216/head
Julius Härtl [Fri, 2 Nov 2018 14:11:18 +0000 (15:11 +0100)]
Fix loading indicator in app menu

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoMerge pull request #11875 from nextcloud/add-support-for-sending-the-password-for...
Roeland Jago Douma [Fri, 2 Nov 2018 13:54:46 +0000 (14:54 +0100)]
Merge pull request #11875 from nextcloud/add-support-for-sending-the-password-for-a-link-share-by-nextcloud-talk

Add support for sending the password for a link share by Nextcloud Talk

6 years agoWait for the link share menu to open in acceptance tests 12215/head
Daniel Calviño Sánchez [Fri, 2 Nov 2018 13:08:03 +0000 (14:08 +0100)]
Wait for the link share menu to open in acceptance tests

In the acceptance tests the link share menu is automatically opened if
needed before interacting with an item in the menu; if the menu is not
open it is opened by clicking on its toggle.

However, since a recent change the link share menu is automatically
opened by the regular UI after the link share is created. This causes
that, sometimes, after the creation of a link share the acceptance tests
check whether the menu is shown or not before the menu was automatically
opened; as the menu is not open then the acceptance tests proceed to
click on the toggle, but in the meantime the link share was created and
the menu opened, so clicking on the toggle now closes it. As the menu is
closed it is not possible to interact with its items and the test fails.

To prevent that now the acceptance tests wait for the link share menu to
open after a link share is created before continuing with the other
steps.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoPhpunit fix 12071/head
John Molakvoæ (skjnldsv) [Fri, 2 Nov 2018 13:20:53 +0000 (14:20 +0100)]
Phpunit fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #12200 from nextcloud/tech-debt/noid/cleanup-legacy-sharing
Morris Jobke [Fri, 2 Nov 2018 13:03:51 +0000 (14:03 +0100)]
Merge pull request #12200 from nextcloud/tech-debt/noid/cleanup-legacy-sharing

Cleanup some unused sharing methods from the old sharing code

6 years agoFallback to default path is sendmail can't be found 11404/head
Roeland Jago Douma [Fri, 2 Nov 2018 13:03:11 +0000 (14:03 +0100)]
Fallback to default path is sendmail can't be found

If the sendmail binary can't be found at all we fallback to the default
path.
It most likely is not there but then at least a proper error message
pops up.

Updated the tests to also properly pass.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years agoMerge pull request #12190 from forsd/AddtestFiles_Trashbin
Morris Jobke [Fri, 2 Nov 2018 13:01:25 +0000 (14:01 +0100)]
Merge pull request #12190 from forsd/AddtestFiles_Trashbin

Add test OCA\Files_Trashbin\Capabilities

6 years agoMailer: discover sendmail path instead of hardcoding it to /usr/sbin/sendmail
Florian Klink [Thu, 27 Sep 2018 00:12:02 +0000 (02:12 +0200)]
Mailer: discover sendmail path instead of hardcoding it to /usr/sbin/sendmail

`sendmail` can very well be in a path different from
`/usr/sbin/sendmail`.

We already search `$PATH` at `lib/private/Settings/Admin/Mail.php` to
detect whether we want to offer sendmail as a mail transfer method, so
let's be consistent and actually initialize `\Swift_SendmailTransport`
with this path to sendmail, instead of just hardcoding
`/usr/sbin/sendmail`.

Signed-off-by: Florian Klink <flokli@flokli.de>
6 years agoMerge pull request #12148 from nextcloud/suppress-wrong-audit-log-message
Roeland Jago Douma [Fri, 2 Nov 2018 12:52:50 +0000 (13:52 +0100)]
Merge pull request #12148 from nextcloud/suppress-wrong-audit-log-message

suppress wrong audit log messages about failed login attempts

6 years agoMerge pull request #12198 from nextcloud/fix/noid/during-hard-failure-log-original...
Roeland Jago Douma [Fri, 2 Nov 2018 12:49:32 +0000 (13:49 +0100)]
Merge pull request #12198 from nextcloud/fix/noid/during-hard-failure-log-original-exception

Log the previous exception during hard failure

6 years agoAdd acceptance test steps to be used from Talk acceptance tests 11875/head
Daniel Calviño Sánchez [Tue, 16 Oct 2018 12:26:35 +0000 (14:26 +0200)]
Add acceptance test steps to be used from Talk acceptance tests

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoTest that "Password protect by Talk" is not shown if Talk is not enabled
Daniel Calviño Sánchez [Tue, 16 Oct 2018 12:20:56 +0000 (14:20 +0200)]
Test that "Password protect by Talk" is not shown if Talk is not enabled

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoAdd "Password protect by Talk" to the menu of link shares
Daniel Calviño Sánchez [Mon, 15 Oct 2018 15:09:46 +0000 (17:09 +0200)]
Add "Password protect by Talk" to the menu of link shares

When Talk is enabled the menu for link shares now shows a checkbox to
protect the password by Talk (that is, to show the "Request password by
Talk" UI in the authentication page for the link share).

Although in e-mail shares protecting the share with a password and
protecting the password by Talk are mutually exclusive actions (as when
the password is set it is sent to the sharee, so it must be set again
when protecting it by Talk to be able to verify the identity of the
sharee), in the case of link shares protecting the password by Talk is
an additional step to protecting the share with a password (as just
setting the password does not disclose it to anyone). As such, the
checkbox is shown only when there is a password set for the link share
(even if the field itself for the password is not shown, like when they
are enforced in the settings).

Note that the icon set for the field, "icon-passwordtalk", does not
currently exist; it is the same used for e-mail shares, and it is needed
simply to get the right padding in the menu.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoMerge pull request #12182 from nextcloud/3rdparty/sabre-3.2.3
Julius Härtl [Fri, 2 Nov 2018 12:09:46 +0000 (13:09 +0100)]
Merge pull request #12182 from nextcloud/3rdparty/sabre-3.2.3

[3rdparty] Bump sabre/dav to 3.2.3

6 years agorevert tests 12105/head
Maxence Lange [Thu, 1 Nov 2018 15:46:38 +0000 (16:46 +0100)]
revert tests

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agouser can have his resharing rights revoked, yet seeing created shares
Maxence Lange [Thu, 1 Nov 2018 14:01:01 +0000 (15:01 +0100)]
user can have his resharing rights revoked, yet seeing created shares

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agocheck parents resharing rights
Maxence Lange [Thu, 1 Nov 2018 12:41:19 +0000 (13:41 +0100)]
check parents resharing rights

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agoUse property to check if a share entry is shared with the current user
Julius Härtl [Wed, 31 Oct 2018 11:59:32 +0000 (12:59 +0100)]
Use property to check if a share entry is shared with the current user

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoAdd uid_owner to enable permission settings on the views
Julius Härtl [Wed, 31 Oct 2018 11:11:34 +0000 (12:11 +0100)]
Add uid_owner to enable permission settings on the views

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoRemove reshare owner entry from the share list
Julius Härtl [Tue, 30 Oct 2018 13:23:00 +0000 (14:23 +0100)]
Remove reshare owner entry from the share list

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agoShow share settings for owner and reshare owners only
Julius Härtl [Tue, 30 Oct 2018 13:22:33 +0000 (14:22 +0100)]
Show share settings for owner and reshare owners only

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years agolimit to circles moderator
Maxence Lange [Tue, 30 Oct 2018 09:02:38 +0000 (10:02 +0100)]
limit to circles moderator

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agodisplay shares to circles moderator
Maxence Lange [Tue, 30 Oct 2018 08:58:43 +0000 (09:58 +0100)]
display shares to circles moderator

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agoshares are displayed to users with resharing rights
Maxence Lange [Mon, 29 Oct 2018 09:03:52 +0000 (10:03 +0100)]
shares are displayed to users with resharing rights

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agoMerge pull request #12207 from nextcloud/item-list-popover-fix
Morris Jobke [Fri, 2 Nov 2018 09:58:30 +0000 (10:58 +0100)]
Merge pull request #12207 from nextcloud/item-list-popover-fix

Fix popover menu alignment in list

6 years agoCleanup some unused sharing methods from the old sharing code 12200/head
Morris Jobke [Thu, 1 Nov 2018 22:18:44 +0000 (23:18 +0100)]
Cleanup some unused sharing methods from the old sharing code

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoFix popover menu alignment in list 12207/head
John Molakvoæ (skjnldsv) [Fri, 2 Nov 2018 08:57:11 +0000 (09:57 +0100)]
Fix popover menu alignment in list

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #12177 from nextcloud/fix/apptoken_login_flow_proper_host
Morris Jobke [Fri, 2 Nov 2018 08:39:40 +0000 (09:39 +0100)]
Merge pull request #12177 from nextcloud/fix/apptoken_login_flow_proper_host

Use the proper server for the apptoken flow login

6 years agoMerge pull request #12195 from nextcloud/fulltextsearch-info-xsd
Roeland Jago Douma [Fri, 2 Nov 2018 08:07:08 +0000 (09:07 +0100)]
Merge pull request #12195 from nextcloud/fulltextsearch-info-xsd

add the tag fulltextsearch

6 years agoMerge pull request #12193 from nextcloud/interface-fulltxtsearch-issue-00002
Maxence Lange [Fri, 2 Nov 2018 07:38:02 +0000 (08:38 +0100)]
Merge pull request #12193 from nextcloud/interface-fulltxtsearch-issue-00002

+infoBool / +infoInt

6 years agoMerge pull request #12194 from nextcloud/fix-path-as-dashboard-is-already-imported
Roeland Jago Douma [Fri, 2 Nov 2018 07:22:05 +0000 (08:22 +0100)]
Merge pull request #12194 from nextcloud/fix-path-as-dashboard-is-already-imported

fix path to DashboardManager, as the class is already imported (minor)

6 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 2 Nov 2018 01:13:34 +0000 (01:13 +0000)]
[tx-robot] updated from transifex

6 years agoAdd sending the password by Talk for a link share to ShareAPIController
Daniel Calviño Sánchez [Mon, 15 Oct 2018 10:27:56 +0000 (12:27 +0200)]
Add sending the password by Talk for a link share to ShareAPIController

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoStore "sendPasswordByTalk" property of link shares in the database
Daniel Calviño Sánchez [Fri, 12 Oct 2018 18:15:40 +0000 (20:15 +0200)]
Store "sendPasswordByTalk" property of link shares in the database

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoCheck "note", "label" and "hide download" too in update share tests
Daniel Calviño Sánchez [Thu, 1 Nov 2018 17:18:06 +0000 (18:18 +0100)]
Check "note", "label" and "hide download" too in update share tests

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoFix update share tests
Daniel Calviño Sánchez [Fri, 12 Oct 2018 17:55:12 +0000 (19:55 +0200)]
Fix update share tests

The update share tests only checked that the share returned by
"update()" had the expected values. However, as "update()" returns the
same share that was given as a parameter the tests were not really
verifying that the values were updated in the database.

In a similar way, the test that checked that a password was removed did
not set a password first, so even if the database returned null it could
be simply returning the default value for the share; a password must be
set first to ensure that it is removed.

Besides that, a typo was fixed too that made the checks on the original
share instead of on the one returned by "update()"; right now it is the
same share, so the change makes no difference, but it is how the check
should be done anyway.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoMerge pull request #11053 from nextcloud/occ-app-update-command
Morris Jobke [Thu, 1 Nov 2018 23:41:59 +0000 (00:41 +0100)]
Merge pull request #11053 from nextcloud/occ-app-update-command

occ app update command

6 years agoMerge pull request #12192 from nextcloud/development-setup
Jan-Christoph Borchardt [Thu, 1 Nov 2018 23:23:46 +0000 (00:23 +0100)]
Merge pull request #12192 from nextcloud/development-setup

Development setup in readme, and some adjustments

6 years agoMerge pull request #11844 from nextcloud/multiple-link-shares
Morris Jobke [Thu, 1 Nov 2018 21:36:09 +0000 (22:36 +0100)]
Merge pull request #11844 from nextcloud/multiple-link-shares

allow to create multiple link shares via share api

6 years agoLog the previous exception during hard failure 12198/head
Morris Jobke [Thu, 1 Nov 2018 21:27:54 +0000 (22:27 +0100)]
Log the previous exception during hard failure

* otherwise the exception that was caused by the template is logged

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoMerge pull request #12188 from nextcloud/revert/9900/revert-wait-for-cron
Morris Jobke [Thu, 1 Nov 2018 20:52:20 +0000 (21:52 +0100)]
Merge pull request #12188 from nextcloud/revert/9900/revert-wait-for-cron

Revert "Wait for cron to finish before running upgrade command"

6 years agoMerge pull request #12196 from nextcloud/revert-12138-and-12138
Morris Jobke [Thu, 1 Nov 2018 20:48:52 +0000 (21:48 +0100)]
Merge pull request #12196 from nextcloud/revert-12138-and-12138

Revert important rule for hidden class and inline button style

6 years agoinit some var 12193/head
Maxence Lange [Thu, 1 Nov 2018 20:37:59 +0000 (21:37 +0100)]
init some var

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agoFixed jsunit 11844/head
John Molakvoæ (skjnldsv) [Thu, 1 Nov 2018 15:22:22 +0000 (16:22 +0100)]
Fixed jsunit

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoPassword policy fix and menu open on first share
John Molakvoæ (skjnldsv) [Thu, 1 Nov 2018 13:55:32 +0000 (14:55 +0100)]
Password policy fix and menu open on first share

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoFix wording, sort 'Add another link' to bottom so it does not confuse
Jan-Christoph Borchardt [Thu, 1 Nov 2018 01:36:05 +0000 (02:36 +0100)]
Fix wording, sort 'Add another link' to bottom so it does not confuse

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoAdjust acceptance tests to changes in link shares
Daniel Calviño Sánchez [Wed, 31 Oct 2018 20:34:51 +0000 (21:34 +0100)]
Adjust acceptance tests to changes in link shares

Although now it is possible to create several link shares the acceptance
tests currently handles only the first link share; this first link share
is now created by clicking an "Add new share" button instead of a
checkbox.

Besides that, the "Copy link" button has been moved from the menu to the
row, next to the menu trigger.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 years agoUse primary color for share link icon background instead of bland grey
Jan-Christoph Borchardt [Wed, 31 Oct 2018 11:24:04 +0000 (12:24 +0100)]
Use primary color for share link icon background instead of bland grey

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoFix password enforcement
John Molakvoæ (skjnldsv) [Wed, 31 Oct 2018 10:43:05 +0000 (11:43 +0100)]
Fix password enforcement

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoFix enforce date
John Molakvoæ (skjnldsv) [Wed, 31 Oct 2018 10:22:47 +0000 (11:22 +0100)]
Fix enforce date

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoFix note display
John Molakvoæ (skjnldsv) [Wed, 31 Oct 2018 09:49:06 +0000 (10:49 +0100)]
Fix note display

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoCopy link outside menu
John Molakvoæ (skjnldsv) [Wed, 31 Oct 2018 09:28:18 +0000 (10:28 +0100)]
Copy link outside menu

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMigrate link shares to array
John Molakvoæ (skjnldsv) [Mon, 29 Oct 2018 12:58:14 +0000 (13:58 +0100)]
Migrate link shares to array

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoRevert "Fix .hidden class specificity, should not be overridable, ref #12138" 12196/head
Julius Härtl [Thu, 1 Nov 2018 20:00:44 +0000 (21:00 +0100)]
Revert "Fix .hidden class specificity, should not be overridable, ref #12138"

This reverts commit 25e70e1eb798d9292b4d5864d89c6c424ff0218c.

6 years agoRevert "make .button inline-block"
Julius Härtl [Thu, 1 Nov 2018 20:00:22 +0000 (21:00 +0100)]
Revert "make .button inline-block"

This reverts commit 87c3f79399f4b3e71fa1d0ff6d774c9c9f6ddc18.

6 years agoadd the tag fulltextsearch 12195/head
Maxence Lange [Thu, 1 Nov 2018 18:33:46 +0000 (19:33 +0100)]
add the tag fulltextsearch

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agofix path 12194/head
Maxence Lange [Thu, 1 Nov 2018 18:14:58 +0000 (19:14 +0100)]
fix path

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years ago+infoBool / +infoInt
Maxence Lange [Thu, 1 Nov 2018 16:38:43 +0000 (17:38 +0100)]
+infoBool / +infoInt

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
6 years agoMerge branch 'addressbook-uid-check-migration' of https://github.com/nextcloud/server...
John Molakvoæ (skjnldsv) [Thu, 1 Nov 2018 16:33:50 +0000 (17:33 +0100)]
Merge branch 'addressbook-uid-check-migration' of https://github.com/nextcloud/server into addressbook-uid-check-migration

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoFix phpunit
John Molakvoæ (skjnldsv) [Thu, 1 Nov 2018 16:32:21 +0000 (17:32 +0100)]
Fix phpunit

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoLog exception in case an app update fails 11053/head
Morris Jobke [Thu, 1 Nov 2018 16:07:55 +0000 (17:07 +0100)]
Log exception in case an app update fails

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoAdd occ app:update command
Michael Gerber [Tue, 4 Sep 2018 20:26:15 +0000 (22:26 +0200)]
Add occ app:update command

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoReadme: Simply use emojis instead of images for tools section 12192/head
Jan-Christoph Borchardt [Thu, 1 Nov 2018 15:38:40 +0000 (16:38 +0100)]
Readme: Simply use emojis instead of images for tools section

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoMerge pull request #12152 from brad2014/bugfix/12151/fix-emailtemplate-list-formatting
Morris Jobke [Thu, 1 Nov 2018 15:30:22 +0000 (16:30 +0100)]
Merge pull request #12152 from brad2014/bugfix/12151/fix-emailtemplate-list-formatting

Fix issue #12151: fix list formatting by correcting malformed html

6 years agoReadme: Reduce size of Tools logos, use HTML for part
Jan-Christoph Borchardt [Thu, 1 Nov 2018 15:27:56 +0000 (16:27 +0100)]
Readme: Reduce size of Tools logos, use HTML for part

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoReadme: Add line breaks between tool images
Jan-Christoph Borchardt [Thu, 1 Nov 2018 15:17:43 +0000 (16:17 +0100)]
Readme: Add line breaks between tool images

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoReadme: Replace Github emoji codes with real emoji
Jan-Christoph Borchardt [Thu, 1 Nov 2018 15:06:05 +0000 (16:06 +0100)]
Readme: Replace Github emoji codes with real emoji

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoReadme: Add note about signing off commits
Jan-Christoph Borchardt [Thu, 1 Nov 2018 14:53:00 +0000 (15:53 +0100)]
Readme: Add note about signing off commits

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoAdd sentence about non-technical contributions
Jan-Christoph Borchardt [Thu, 1 Nov 2018 14:47:49 +0000 (15:47 +0100)]
Add sentence about non-technical contributions

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoReadme: Fix screenshot link
Jan-Christoph Borchardt [Thu, 1 Nov 2018 14:44:28 +0000 (15:44 +0100)]
Readme: Fix screenshot link

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoReadme: adjust structure, wording, small fixes
Jan-Christoph Borchardt [Thu, 1 Nov 2018 14:33:40 +0000 (15:33 +0100)]
Readme: adjust structure, wording, small fixes

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoRevert "Wait for cron to finish before running upgrade command" 12188/head
Morris Jobke [Thu, 1 Nov 2018 11:52:09 +0000 (12:52 +0100)]
Revert "Wait for cron to finish before running upgrade command"

This reverts commit 18e9631810ad1d3d72c2b4bbee330169808108ad.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agoAdd front-end building documentation to readme
Jan-Christoph Borchardt [Thu, 1 Nov 2018 14:16:30 +0000 (15:16 +0100)]
Add front-end building documentation to readme

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
6 years agoUpdate PHPDoc to reflect the actual behaviour
Morris Jobke [Thu, 1 Nov 2018 13:44:35 +0000 (14:44 +0100)]
Update PHPDoc to reflect the actual behaviour

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 years agomove migration
John Molakvoæ (skjnldsv) [Tue, 30 Oct 2018 12:03:49 +0000 (13:03 +0100)]
move migration

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoCreate cards if none
John Molakvoæ (skjnldsv) [Sat, 27 Oct 2018 11:39:10 +0000 (13:39 +0200)]
Create cards if none

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoProperly set uid and create and update
John Molakvoæ (skjnldsv) [Sat, 27 Oct 2018 09:54:57 +0000 (11:54 +0200)]
Properly set uid and create and update

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoTests
John Molakvoæ (skjnldsv) [Fri, 26 Oct 2018 17:01:38 +0000 (19:01 +0200)]
Tests

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoRepair registration and autoload bump
John Molakvoæ (skjnldsv) [Fri, 26 Oct 2018 16:27:39 +0000 (18:27 +0200)]
Repair registration and autoload bump

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoRepair Step
John Molakvoæ (skjnldsv) [Fri, 26 Oct 2018 16:13:19 +0000 (18:13 +0200)]
Repair Step

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMigration step
John Molakvoæ (skjnldsv) [Wed, 26 Sep 2018 11:19:25 +0000 (13:19 +0200)]
Migration step

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
6 years agoMerge pull request #12150 from nextcloud/techdebt/noid/ldap-rm-iusertools
Morris Jobke [Thu, 1 Nov 2018 12:52:45 +0000 (13:52 +0100)]
Merge pull request #12150 from nextcloud/techdebt/noid/ldap-rm-iusertools

remove app specific IUserTools and consolidate test

6 years agoAdd test OCA\Files_Trashbin\Capabilities 12190/head
Unknown [Thu, 1 Nov 2018 12:20:34 +0000 (17:20 +0500)]
Add test OCA\Files_Trashbin\Capabilities

6 years agoMerge pull request #12180 from nextcloud/sidebar-fixes
Morris Jobke [Thu, 1 Nov 2018 11:42:03 +0000 (12:42 +0100)]
Merge pull request #12180 from nextcloud/sidebar-fixes

Sidebar fixes, mostly fixing design of tabs

6 years agoMerge pull request #12163 from nextcloud/bugfix/11730/file-share-edit-state
Morris Jobke [Thu, 1 Nov 2018 11:12:36 +0000 (12:12 +0100)]
Merge pull request #12163 from nextcloud/bugfix/11730/file-share-edit-state

Do not set indeterminate state for file shares

6 years agoMerge pull request #12162 from nextcloud/file-menu-align
Morris Jobke [Thu, 1 Nov 2018 11:01:05 +0000 (12:01 +0100)]
Merge pull request #12162 from nextcloud/file-menu-align

Align file menu below '+' button, fix #5595

6 years agoUse the proper server for the apptoken flow login 12177/head
Roeland Jago Douma [Wed, 31 Oct 2018 22:06:08 +0000 (23:06 +0100)]
Use the proper server for the apptoken flow login

If a user can't authenticate normally (because they have 2FA that is not
available on their devices for example). The redirect that is generated
should be of the proper format.

This means

1. Include the protocol
2. Include the possible subfolder

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>