]>
source.dussan.org Git - nextcloud-server.git/log
Daniel Kesselberg [Mon, 2 Mar 2020 12:24:06 +0000 (13:24 +0100)]
Add message for DoesNotExistException
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Fri, 6 Mar 2020 02:18:41 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 5 Mar 2020 18:25:49 +0000 (19:25 +0100)]
Merge pull request #19733 from nextcloud/version/17.0.4/RC1
17.0.4 RC1
Roeland Jago Douma [Mon, 2 Mar 2020 08:34:26 +0000 (09:34 +0100)]
17.0.4 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 5 Mar 2020 14:36:58 +0000 (15:36 +0100)]
Merge pull request #19785 from nextcloud/backport/19392/stable17
[stable17] Introduce a default refresh rate app setting for calendar subscriptions
Christoph Wurst [Thu, 5 Mar 2020 14:32:34 +0000 (15:32 +0100)]
Merge pull request #19703 from nextcloud/feature/revive-send-welcome-email-toggle-stable17
[stable17] Revive the "send email to new users" toggle for the user form
Christoph Wurst [Wed, 26 Feb 2020 17:04:43 +0000 (18:04 +0100)]
Revive the "send email to new users" toggle for the user form
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Thu, 5 Mar 2020 10:39:13 +0000 (11:39 +0100)]
Merge pull request #18580 from nextcloud/backport/18140/stable17
[stable17] Allow inline styles for theming images
Julius Härtl [Wed, 27 Nov 2019 19:26:57 +0000 (20:26 +0100)]
Allow inline styles for theming images
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Thomas Citharel [Mon, 10 Feb 2020 12:52:57 +0000 (13:52 +0100)]
Introduce a default refresh rate app setting for calendar subscriptions
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Roeland Jago Douma [Thu, 5 Mar 2020 08:01:25 +0000 (09:01 +0100)]
Merge pull request #19327 from nextcloud/backport/19303/stable17
[stable17] Fix occ maintenance:install database connect failure
Roeland Jago Douma [Thu, 5 Mar 2020 07:57:43 +0000 (08:57 +0100)]
Merge pull request #19588 from nextcloud/backport/19398/stable17
[stable17] Move RefreshWebcalJob logic to a proper service so that it may be called independently
Roeland Jago Douma [Thu, 5 Mar 2020 07:57:17 +0000 (08:57 +0100)]
Merge pull request #19768 from nextcloud/bugfix/noid/keep-edit-permission
[stable17] Keep edit permission when toggling share checkbox
Roeland Jago Douma [Thu, 5 Mar 2020 07:40:04 +0000 (08:40 +0100)]
Merge pull request #19095 from nextcloud/backport/19023/stable17
[stable17] expose Argon2 options (as we did for bcrypt)
Nextcloud bot [Thu, 5 Mar 2020 02:18:38 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Wed, 4 Mar 2020 16:26:43 +0000 (17:26 +0100)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Wed, 4 Mar 2020 02:18:09 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Tue, 3 Mar 2020 15:42:10 +0000 (16:42 +0100)]
Keep edit permission when updating resharing permission for file shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Tue, 3 Mar 2020 15:19:36 +0000 (16:19 +0100)]
Merge pull request #19640 from nextcloud/backport/19252/stable17
[stable17] Hash event UID to make sure it's not too long for PushProvider notifications
Nextcloud bot [Tue, 3 Mar 2020 02:18:39 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 2 Mar 2020 02:18:10 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sun, 1 Mar 2020 15:15:10 +0000 (16:15 +0100)]
Merge pull request #19691 from nextcloud/backport/19676/stable17
[stable17] Theme search results
Roeland Jago Douma [Sun, 1 Mar 2020 15:11:12 +0000 (16:11 +0100)]
Merge pull request #19716 from nextcloud/backport/19707/stable17
[stable17] Fix non-centered no javascript message
Nextcloud bot [Sun, 1 Mar 2020 02:18:53 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Gary Kim [Sat, 29 Feb 2020 02:43:42 +0000 (10:43 +0800)]
Fix non-centered no javascript message
Signed-off-by: Gary Kim <gary@garykim.dev>
Nextcloud bot [Sat, 29 Feb 2020 02:18:48 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
blizzz [Fri, 28 Feb 2020 21:47:20 +0000 (22:47 +0100)]
Merge pull request #18884 from nextcloud/backport/17717/stable17
[stable17] relax strict getHome behaviour for LDAP users in a shadow state
Arthur Schiwon [Mon, 28 Oct 2019 14:11:41 +0000 (15:11 +0100)]
relax strict getHome behaviour for LDAP users in a shadow state
* simplifies deletion process
* less strange behaviour when looking up home storage (as long as it is local)
* thus could enable transfer ownerships after user went invisible on ldap
backport of #17717
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
decouple userExists from userExistsOnLDAP check
allows to mark users as offline right away, avoids a gap of being not a
user and causing weird side effects
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
adjust tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
remove superfluous tests
- user_ldap is not exposed to public api, it is always behind ldap_proxy
- this is too much for a unit test
- integration tests cover userExists implicitly
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
ensure that only valid group members are returned
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Thu, 27 Feb 2020 12:46:26 +0000 (13:46 +0100)]
Theme search results
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Fri, 28 Feb 2020 02:18:55 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 Feb 2020 02:18:55 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Feb 2020 02:18:40 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
blizzz [Tue, 25 Feb 2020 22:20:29 +0000 (23:20 +0100)]
Merge pull request #19625 from nextcloud/backport/19549/stable17
[stable17] remove noise from detectUuid and cache results
Roeland Jago Douma [Tue, 25 Feb 2020 19:31:34 +0000 (20:31 +0100)]
Merge pull request #19637 from nextcloud/backport/19634/stable17
[stable17] Correctly trim long cyrillic note
Thomas Citharel [Sat, 1 Feb 2020 14:29:02 +0000 (15:29 +0100)]
Hash event UID to make sure it's not too long for PushProvider
notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Joas Schilling [Tue, 25 Feb 2020 08:44:58 +0000 (09:44 +0100)]
Correctly trim long cyrillic note
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Feb 2020 09:42:32 +0000 (10:42 +0100)]
Merge pull request #19631 from nextcloud/backport/19619/stable17
[stable17] Fix hover state color of drag-n-drop with theming and dark mode
Joas Schilling [Mon, 24 Feb 2020 13:22:03 +0000 (14:22 +0100)]
Fix hover state color of drag-n-drop with theming and dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 25 Feb 2020 02:19:44 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Wed, 19 Feb 2020 15:42:36 +0000 (16:42 +0100)]
remove noise from detectUuid and cache results
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Mon, 24 Feb 2020 19:00:18 +0000 (20:00 +0100)]
Merge pull request #19611 from nextcloud/backport/19478/stable17
[stable17] Change the route generation of AuthPublicShareController.php
Nextcloud bot [Mon, 24 Feb 2020 02:19:36 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
TimObert [Fri, 14 Feb 2020 13:12:01 +0000 (14:12 +0100)]
Fix requested changes
Signed-off-by: Tim Obert <tobert@w-commerce.de>
Tim Obert [Fri, 14 Feb 2020 11:12:04 +0000 (12:12 +0100)]
Change the route generation of AuthPublicShareController.php and adjust the routes for file sharing
Signed-off-by: Tim Obert <tobert@w-commerce.de>
Roeland Jago Douma [Sun, 23 Feb 2020 10:39:15 +0000 (11:39 +0100)]
Merge pull request #19592 from nextcloud/backport/19528/stable17
[stable17] Strip of users home path from share api message
Nextcloud bot [Sun, 23 Feb 2020 02:19:48 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Tue, 18 Feb 2020 10:02:11 +0000 (11:02 +0100)]
Strip of users home path from share api message
Signed-off-by: Joas Schilling <coding@schilljs.com>
Thomas Citharel [Mon, 10 Feb 2020 15:04:38 +0000 (16:04 +0100)]
Move RefreshWebcalJob logic to a proper service so that it may be called
independently
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Nextcloud bot [Sat, 22 Feb 2020 02:19:02 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Wed, 22 Jan 2020 16:45:27 +0000 (17:45 +0100)]
extended documentation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 21 Jan 2020 10:58:13 +0000 (11:58 +0100)]
ignore values that undershoot the minimum, go with default
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
blizzz [Tue, 21 Jan 2020 08:03:58 +0000 (09:03 +0100)]
use getSystemValueInt
Co-Authored-By: kesselb <mail@danielkesselberg.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 20 Jan 2020 17:11:00 +0000 (18:11 +0100)]
expose Argon2 options (as we did for bcrypt)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Fri, 21 Feb 2020 02:19:29 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 20 Feb 2020 02:19:00 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 19 Feb 2020 02:18:31 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 18 Feb 2020 02:18:42 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Mon, 17 Feb 2020 11:40:48 +0000 (12:40 +0100)]
Merge pull request #19471 from nextcloud/backport/19465/stable17
[stable17] when we receive intentional empty whats new info, do not try to show it
Nextcloud bot [Mon, 17 Feb 2020 02:18:25 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 16 Feb 2020 02:18:40 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Feb 2020 02:18:28 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Thu, 13 Feb 2020 21:03:44 +0000 (22:03 +0100)]
when we receive intentional empty whats new info, do not try to show it
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Fri, 14 Feb 2020 02:18:27 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 13 Feb 2020 19:34:50 +0000 (20:34 +0100)]
Merge pull request #19452 from nextcloud/backport/19424/stable17
[stable17] Don't create invalid users
Roeland Jago Douma [Thu, 13 Feb 2020 11:37:52 +0000 (12:37 +0100)]
Merge pull request #19442 from nextcloud/backport/19431/stable17
[stable17] Show proper file name when fetching details fails
Joas Schilling [Wed, 12 Feb 2020 09:55:27 +0000 (10:55 +0100)]
Don't create invalid users
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 13 Feb 2020 02:19:45 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Wed, 12 Feb 2020 13:14:14 +0000 (14:14 +0100)]
Show proper file name when fetching details fails
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Wed, 12 Feb 2020 02:18:36 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 11 Feb 2020 02:18:51 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
blizzz [Mon, 10 Feb 2020 08:33:01 +0000 (09:33 +0100)]
Merge pull request #19361 from nextcloud/backport/19349/stable17
[stable17] Prevent archieved download on secure view
Nextcloud bot [Mon, 10 Feb 2020 02:18:17 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 9 Feb 2020 02:19:36 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Fri, 7 Feb 2020 11:45:29 +0000 (12:45 +0100)]
Prevent archieved download on secure view
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Sat, 8 Feb 2020 02:18:39 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 7 Feb 2020 07:32:53 +0000 (07:32 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Wed, 5 Feb 2020 11:47:08 +0000 (12:47 +0100)]
Correctly append the port to the host so it's written to the config correctly
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 5 Feb 2020 10:00:37 +0000 (11:00 +0100)]
Split the exception handling so install errors don't log as setup errors
More gebuging
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 5 Feb 2020 10:08:18 +0000 (11:08 +0100)]
Check the new connection on setup like with PostgreSQL and Oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 5 Feb 2020 09:05:11 +0000 (10:05 +0100)]
Only provide the auth method for MySQL 8.0+ to not break MariaDB
Provide the auth method for MySQL 8.0+
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Thu, 6 Feb 2020 15:19:27 +0000 (16:19 +0100)]
Merge pull request #19316 from nextcloud/backport/19312/stable17
[stable17] do not overwrite global user auth credentials with empty values
Arthur Schiwon [Wed, 5 Feb 2020 23:14:29 +0000 (00:14 +0100)]
do not overwrite global user auth credentials with empty values
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Thu, 6 Feb 2020 02:18:52 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 5 Feb 2020 21:21:58 +0000 (22:21 +0100)]
Merge pull request #19309 from nextcloud/backport/19219/stable17
[stable17] Fix display of DTEND for multi-day all-day event
Georg Ehrke [Thu, 30 Jan 2020 14:02:16 +0000 (15:02 +0100)]
Fix display of DTEND for multi-day all-day event
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Nextcloud bot [Wed, 5 Feb 2020 02:18:15 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 4 Feb 2020 14:49:27 +0000 (15:49 +0100)]
Merge pull request #19229 from nextcloud/backport/19215/stable17
[stable17] WebcalRefreshJob: Fix reading refresh rate
Roeland Jago Douma [Tue, 4 Feb 2020 07:48:55 +0000 (08:48 +0100)]
Merge pull request #19284 from nextcloud/backport/19281/stable17
[stable17] for the DB ot pick an index specify the object_type
Nextcloud bot [Tue, 4 Feb 2020 02:18:15 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Mon, 3 Feb 2020 15:17:25 +0000 (16:17 +0100)]
for the DB ot pick an index specify the object_type
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Mon, 3 Feb 2020 14:56:52 +0000 (15:56 +0100)]
Merge pull request #19270 from nextcloud/backport/19241/stable17
[stable17] Make sure to catch php errors during job execution
Daniel Kesselberg [Fri, 31 Jan 2020 15:04:04 +0000 (16:04 +0100)]
Make sure to catch php errors during job execution
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Mon, 3 Feb 2020 02:16:55 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 2 Feb 2020 02:17:49 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 1 Feb 2020 02:17:31 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Georg Ehrke [Thu, 30 Jan 2020 11:51:04 +0000 (12:51 +0100)]
RefreshWebcalJob: Fix reading subscription from database leading to ignored refreshRate
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Georg Ehrke [Thu, 30 Jan 2020 11:00:41 +0000 (12:00 +0100)]
JobList: Typecast last_run to integer
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Nextcloud bot [Fri, 31 Jan 2020 02:18:02 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 30 Jan 2020 21:07:42 +0000 (22:07 +0100)]
Merge pull request #19208 from nextcloud/backport/19176/stable17
[stable17] Do not encode contacts menu mailto links
Christoph Wurst [Tue, 28 Jan 2020 13:29:41 +0000 (14:29 +0100)]
Do not encode contacts menu mailto links
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>