]>
source.dussan.org Git - nextcloud-server.git/log
Daniel Calviño Sánchez [Fri, 9 Jun 2017 07:09:41 +0000 (09:09 +0200)]
Extract toggle visibility of a SystemTagsInfoView to its own view
The SystemTagsInfoViewToggleView is a basic view that renders a label
that, when clicked, toggles the visibility of an associated
SystemTagsInfoView.
In order to keep the view parent agnostic its attachment and detachment
to/from the MainfFileInfoView is done in the FilesPlugin.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 9 Jun 2017 01:34:56 +0000 (03:34 +0200)]
Add visibility related methods
SystemTagsInfoView now provides public methods related to its visibility
in preparation to be used by external objects.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 9 Jun 2017 06:57:34 +0000 (08:57 +0200)]
Fix toggle element being removed when MainFileInfoView is rendered again
The toggle element was added to the MainFileInfoView element when
SystemTagsInfoView was rendered. However, if the MainFileInfoView was
rendered again after that the toggle element was removed. Therefore,
instead of adding it when SystemTagsInfoView is rendered, the toggle
element has to be added when MainFileInfoView triggers its "post-render"
event.
Note, however, that when MainFileInfoView is rendered all the events are
removed from its child elements. As the toggle uses a "click" event
either the event has to be added back or the element has to be detached
before the MainFileInfoView is rendered.
Fixes #4944
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 9 Jun 2017 05:55:27 +0000 (07:55 +0200)]
Trigger pre and post render events in MainFileInfoDetailsView
The post-render event makes possible to modify the
MainFileInfoDetailsView element once it has been rendered, which is
needed by OCA.SystemTags.FilesPlugin to add the "Tags" label to the file
details, while the pre-render event makes possible to detach added
elements if needed before the MainFileInfoDetailsView is rendered again,
as that removes the events from the child DOM elements even if they
belong to other views.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 9 Jun 2017 01:14:23 +0000 (03:14 +0200)]
Make possible to know the registered detail views in a details view
In some cases, an app may need to act on a detail view registered by
another app or the core, for example, to add extra elements to the
element of the detail view.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 9 Jun 2017 01:03:47 +0000 (03:03 +0200)]
Extract duplicated code to a method
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 9 Jun 2017 01:02:33 +0000 (03:02 +0200)]
Add acceptance tests for showing the input field for tags
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Morris Jobke [Tue, 13 Jun 2017 13:04:59 +0000 (08:04 -0500)]
Merge pull request #5365 from nextcloud/backport-5343
[stable12] filter missing groups in share provider
Joas Schilling [Tue, 13 Jun 2017 10:19:56 +0000 (12:19 +0200)]
Merge pull request #5303 from nextcloud/fix_5047-nc12
[stable12] use the email address configured in Nextcloud as sender instead of the users email address
Robin Appelman [Mon, 12 Jun 2017 13:46:19 +0000 (15:46 +0200)]
filter missing groups in share provider
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Tue, 13 Jun 2017 08:41:36 +0000 (10:41 +0200)]
Merge pull request #5354 from nextcloud/backport-5315-stable12
[stable12] execute eval in global scope, addresses #5314
Joas Schilling [Tue, 13 Jun 2017 08:20:26 +0000 (10:20 +0200)]
Merge pull request #5355 from nextcloud/stable12-5167
[stable12] l10n improvements from transifex
Morris Jobke [Tue, 13 Jun 2017 03:31:08 +0000 (22:31 -0500)]
Merge pull request #5120 from nextcloud/backport-5118-use-language-of-recipient-not-admin
[stable12] Use the language of the recipient not the actor
Nextcloud bot [Tue, 13 Jun 2017 00:08:32 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 12 Jun 2017 22:51:07 +0000 (17:51 -0500)]
Merge pull request #5272 from nextcloud/stable12-5271
[stable12] Also use IMailer interface to generate the email template
Morris Jobke [Mon, 12 Jun 2017 22:50:41 +0000 (17:50 -0500)]
Merge pull request #5353 from nextcloud/stable12-5344
[stable12] Remove the char because it breaks the export from transifex
rakekniven [Tue, 30 May 2017 08:29:18 +0000 (10:29 +0200)]
Update setupchecks.js
Fixed typo and removed doclink symbol.
Reported at transifex
Update util.php
Another l10n improvement from transifex.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Arthur Schiwon [Fri, 9 Jun 2017 11:43:09 +0000 (13:43 +0200)]
execute eval in global scope, addresses #5314
unsure whether this is properly supported everywhere, injection is not an
option for us
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Lukas Reschke [Mon, 12 Jun 2017 21:09:35 +0000 (23:09 +0200)]
Merge pull request #5352 from nextcloud/fix_running_only_dav_tests_stable12
[stable12] add missing parent::setUp that broke any other dav app test
Joas Schilling [Mon, 12 Jun 2017 14:30:08 +0000 (16:30 +0200)]
Remove the char because it breaks the export from transifex
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Mon, 12 Jun 2017 20:28:42 +0000 (15:28 -0500)]
Merge pull request #5324 from nextcloud/stable12-use-touch-icon-for-favicon-fb.png
[stable12] Theme image for favicon-fb.png
Lukas Reschke [Mon, 12 Jun 2017 20:19:44 +0000 (22:19 +0200)]
Fix tests
return is not defined
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 12 Jun 2017 20:10:08 +0000 (22:10 +0200)]
Merge pull request #5320 from nextcloud/5122-stable12
[stable12] Fix ldap integration tests
Georg Ehrke [Thu, 8 Jun 2017 17:26:36 +0000 (19:26 +0200)]
add missing parent::setUp that broke any other dav app test
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Nextcloud bot [Mon, 12 Jun 2017 00:08:21 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 11 Jun 2017 00:08:31 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 10 Jun 2017 00:08:47 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Fri, 9 Jun 2017 19:12:37 +0000 (21:12 +0200)]
Theme image for favicon-fb.png
Fixes https://github.com/nextcloud/server/issues/5322
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Arthur Schiwon [Fri, 26 May 2017 09:25:54 +0000 (11:25 +0200)]
Backport of #5122 to stable12
add missing INotificationManager when creating User backend, LDAP
UserManager
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Make IDE happy
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
add convenience script to run all tests at once
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Morris Jobke [Fri, 9 Jun 2017 01:07:25 +0000 (20:07 -0500)]
Merge pull request #5123 from patschi/patch-2
[stable12] Backported Fix #5059
Nextcloud bot [Fri, 9 Jun 2017 00:08:34 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Thu, 8 Jun 2017 10:09:14 +0000 (12:09 +0200)]
Merge pull request #5285 from nextcloud/personal-sessions-renamwe-12
[12] reword sessions to security in personal settings
Bjoern Schiessle [Thu, 8 Jun 2017 09:46:52 +0000 (11:46 +0200)]
use the email address configured in Nextcloud as sender instead of the users email address
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Nextcloud bot [Thu, 8 Jun 2017 00:08:37 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 7 Jun 2017 21:27:50 +0000 (16:27 -0500)]
Merge pull request #5291 from nextcloud/stable12-5287
[stable12] show input fields if they are not empty but disable them in global scale mode
Bjoern Schiessle [Wed, 7 Jun 2017 16:03:47 +0000 (18:03 +0200)]
unify look of disabled display name / email address and the other input fields
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Bjoern Schiessle [Wed, 7 Jun 2017 13:01:54 +0000 (15:01 +0200)]
show input fields if they are not empty but disable them in global scale mode
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Morris Jobke [Wed, 7 Jun 2017 16:42:21 +0000 (11:42 -0500)]
Merge pull request #5278 from nextcloud/stable12-5277
[stable12] Allow to change avatar when groups are disables
Morris Jobke [Tue, 6 Jun 2017 22:06:44 +0000 (17:06 -0500)]
Allow to change avatar when groups are disables
* password form overlaps upload button and doesn't allow to click it
* regression from #5259
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
make sure that we always clear all floating rules after the user settings parts
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Morris Jobke [Wed, 7 Jun 2017 16:14:00 +0000 (11:14 -0500)]
Merge pull request #5186 from nextcloud/backport-5126-email-change-spam
[stable12] Don't trigger activity when the email didn't change
Robin Appelman [Tue, 6 Jun 2017 12:16:53 +0000 (14:16 +0200)]
reword sessions to security in personal settings
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Wed, 7 Jun 2017 00:09:14 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 6 Jun 2017 15:01:53 +0000 (10:01 -0500)]
Also use IMailer interface to generate the email template
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Björn Schießle [Tue, 6 Jun 2017 14:58:16 +0000 (16:58 +0200)]
Merge pull request #5270 from nextcloud/stable12-5223
[stable12] Don't allow the user to set fields they can't see
Morris Jobke [Tue, 6 Jun 2017 13:53:55 +0000 (08:53 -0500)]
Merge pull request #5261 from nextcloud/disable-groups-on-personal-page-nc12
[stable12] allow admin to disable groups on personal page
Joas Schilling [Tue, 6 Jun 2017 09:42:48 +0000 (11:42 +0200)]
adjust the test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 2 Jun 2017 10:31:37 +0000 (12:31 +0200)]
Also cover the settings endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 2 Jun 2017 08:09:42 +0000 (10:09 +0200)]
Don't allow the user to set fields they can't see
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 6 Jun 2017 13:03:04 +0000 (08:03 -0500)]
Merge pull request #5266 from nextcloud/backport-5166-combine-apptokens-and-sessions
[stable12] combine apptokens and sessions
Morris Jobke [Tue, 6 Jun 2017 13:01:52 +0000 (08:01 -0500)]
Update autoloader
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Joas Schilling [Tue, 6 Jun 2017 11:44:37 +0000 (13:44 +0200)]
Bring back the description for app passwords
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christoph Wurst [Tue, 30 May 2017 07:54:10 +0000 (09:54 +0200)]
Combine sessions and app passwords view into one single view
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Bjoern Schiessle [Tue, 6 Jun 2017 07:57:30 +0000 (09:57 +0200)]
allow admin to disable groups on personal page
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Nextcloud bot [Tue, 6 Jun 2017 00:08:55 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 5 Jun 2017 00:08:38 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Jun 2017 00:08:39 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Jun 2017 00:09:12 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Björn Schießle [Fri, 2 Jun 2017 18:18:45 +0000 (20:18 +0200)]
Merge pull request #5224 from nextcloud/useful-gs-settings-stable12
[stable12] add new config switched for the global scale architecture
Björn Schießle [Fri, 2 Jun 2017 16:09:54 +0000 (18:09 +0200)]
Merge pull request #5225 from nextcloud/no-client-info-without-firstrunwizard
Don't show client info, when the app is disabled
blizzz [Fri, 2 Jun 2017 11:16:16 +0000 (13:16 +0200)]
Merge pull request #5216 from nextcloud/5213-stable12
[stable12] Trigger changeUser hook only on real changes
blizzz [Fri, 2 Jun 2017 11:11:33 +0000 (13:11 +0200)]
Merge pull request #5217 from nextcloud/5209-stable12
[stable12] fix install on mb4 enabled mariadb/mysql
Joas Schilling [Fri, 2 Jun 2017 09:25:20 +0000 (11:25 +0200)]
Don't show client info, when the app is disabled
Signed-off-by: Joas Schilling <coding@schilljs.com>
Bjoern Schiessle [Wed, 24 May 2017 07:07:58 +0000 (09:07 +0200)]
add new config switched for the global scale architecture
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Nextcloud bot [Fri, 2 Jun 2017 00:08:40 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Thu, 1 Jun 2017 00:12:25 +0000 (02:12 +0200)]
fix install on mb4 enabled mariadb/mysql
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Thu, 1 Jun 2017 09:23:46 +0000 (11:23 +0200)]
emit changeUser only if there really was a change (quota, displayname)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Thu, 1 Jun 2017 00:08:48 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Wed, 31 May 2017 09:19:21 +0000 (11:19 +0200)]
Merge pull request #5127 from nextcloud/backport-5090-fixing-missing-background-jobs-on-app-update
[stable12] Register the autoloading earlier so we can load the background jobs
Joas Schilling [Fri, 26 May 2017 10:49:12 +0000 (12:49 +0200)]
Don't trigger activity when the email didn't change
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 31 May 2017 00:08:57 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 30 May 2017 00:08:54 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 29 May 2017 00:08:44 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 28 May 2017 00:08:24 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 27 May 2017 00:08:42 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Wed, 24 May 2017 10:58:10 +0000 (12:58 +0200)]
Register the autoloading earlier so we can load the background jobs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Patrik Kernstock [Fri, 26 May 2017 10:16:46 +0000 (12:16 +0200)]
Backported Fix #5059 to stable12 by adding sanity checks before using var
Signed-off-by: Patrik Kernstock <info@pkern.at>
Joas Schilling [Fri, 26 May 2017 08:16:14 +0000 (10:16 +0200)]
Use the language of the recipient not the actor
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Fri, 26 May 2017 00:08:26 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 25 May 2017 00:08:13 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 24 May 2017 00:08:31 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 23 May 2017 20:39:34 +0000 (22:39 +0200)]
Merge pull request #5073 from nextcloud/external-get-for-group-sql-type-12
[12] use the correct param type when getting external storages for groups
Robin Appelman [Mon, 22 May 2017 15:39:56 +0000 (17:39 +0200)]
use the correct param type when getting external storages for groups
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Tue, 23 May 2017 11:43:56 +0000 (13:43 +0200)]
Merge pull request #5005 from nextcloud/bugfix-stable12/fix_replacing_4mbunicode_for_calendar_properties_table
[stable12] fix replacing of 4MB Unicode Chars in cal props table
Roeland Jago Douma [Tue, 23 May 2017 09:36:58 +0000 (11:36 +0200)]
Merge pull request #5017 from nextcloud/stable12-5016
[stable12] Reset opcache if update is detected
Nextcloud bot [Tue, 23 May 2017 00:08:39 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Mon, 22 May 2017 08:18:41 +0000 (10:18 +0200)]
Merge pull request #5015 from nextcloud/stable12-5014
[stable12] Update Opcache recommendation
Lukas Reschke [Mon, 22 May 2017 08:11:27 +0000 (10:11 +0200)]
v12.0.0.29
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 22 May 2017 08:10:22 +0000 (10:10 +0200)]
Merge pull request #5025 from nextcloud/add-missing-version-requirement-to-oauth
Add missing version requirement to OAuth2 app
Joas Schilling [Mon, 22 May 2017 07:01:34 +0000 (09:01 +0200)]
Add missing version requirement to OAuth2 app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Mon, 22 May 2017 06:49:05 +0000 (01:49 -0500)]
Merge pull request #5020 from nextcloud/stable12-5009
[stable12] Update acceptance tests for issue #4921
Daniel Calviño Sánchez [Sun, 21 May 2017 12:45:43 +0000 (14:45 +0200)]
Update acceptance tests for issue #4921
Acceptance tests opened the details view by clicking on the middle of
the file row, but due to the changes made in issue #4921 that now opens
the file instead; this commit updates the acceptance tests to open the
details view through the "Details" item in the file actions menu.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Nextcloud bot [Mon, 22 May 2017 00:08:32 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Sun, 21 May 2017 23:38:16 +0000 (18:38 -0500)]
Reset opcache if update is detected
This even works if opcache_reset is in the disabled_functions php.ini setting.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Sun, 21 May 2017 23:21:28 +0000 (18:21 -0500)]
Update Opcache recommendation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Lukas Reschke [Sun, 21 May 2017 20:52:20 +0000 (22:52 +0200)]
Merge pull request #5008 from nextcloud/fix_scss_cache_12
Fix scss cache 12
Roeland Jago Douma [Sun, 21 May 2017 20:11:02 +0000 (22:11 +0200)]
Increase version
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Sun, 21 May 2017 20:10:00 +0000 (22:10 +0200)]
Set SCSS dependencies to memcache on compile
Else when an upgrade happens we will recompile all the SCSS files all
the time (until the cache expires).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Lukas Reschke [Sun, 21 May 2017 15:11:12 +0000 (17:11 +0200)]
v12.0.0
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Georg Ehrke [Sun, 21 May 2017 11:18:58 +0000 (13:18 +0200)]
fix replacing of 4MB Unicode Chars in cal props table
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Morris Jobke [Sun, 21 May 2017 00:12:24 +0000 (19:12 -0500)]
Merge pull request #4982 from nextcloud/stable12-oauth-not-disable
[stable12] Mark OAuth app as always enabled