]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoMerge pull request #21003 from owncloud/personal-mount-mountid
Thomas Müller [Wed, 9 Dec 2015 09:05:36 +0000 (10:05 +0100)]
Merge pull request #21003 from owncloud/personal-mount-mountid

Dont set the string storage id to the numeric storage id for personal mounts

8 years agoMerge pull request #21005 from owncloud/verify_password_before_unshare
Thomas Müller [Wed, 9 Dec 2015 09:05:20 +0000 (10:05 +0100)]
Merge pull request #21005 from owncloud/verify_password_before_unshare

The ajax code path unshares a link share when updating the password

8 years agoMerge pull request #21038 from owncloud/share-computesharepermissions-notstore
Thomas Müller [Wed, 9 Dec 2015 09:04:56 +0000 (10:04 +0100)]
Merge pull request #21038 from owncloud/share-computesharepermissions-notstore

Fix (re)share permission checks in a few code paths

8 years agoMerge pull request #21043 from owncloud/add-php-doc
Thomas Müller [Wed, 9 Dec 2015 09:04:30 +0000 (10:04 +0100)]
Merge pull request #21043 from owncloud/add-php-doc

Add type description

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 9 Dec 2015 06:55:14 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoAdd tests
Robin Appelman [Tue, 8 Dec 2015 17:01:44 +0000 (18:01 +0100)]
Add tests

8 years agoAdd explicit check for groups excluded from sharing
Vincent Petry [Tue, 8 Dec 2015 15:48:33 +0000 (16:48 +0100)]
Add explicit check for groups excluded from sharing

Since isSharable() doesn't do the check for groups excluded from
sharing, adding an explicit check in the sharing code.

8 years agoFix more unit tests to pass a mock storage instead of null to FileInfo
Vincent Petry [Tue, 8 Dec 2015 15:33:39 +0000 (16:33 +0100)]
Fix more unit tests to pass a mock storage instead of null to FileInfo

8 years agoMerge pull request #21037 from owncloud/fix-irritating-ldap-log-entry
Thomas Müller [Tue, 8 Dec 2015 15:24:50 +0000 (16:24 +0100)]
Merge pull request #21037 from owncloud/fix-irritating-ldap-log-entry

passing an empty base in this diagnosis call will not result  in LDAP…

8 years agoAdd type description
Lukas Reschke [Wed, 2 Sep 2015 14:49:34 +0000 (16:49 +0200)]
Add type description

Allows IDEs and static code analyzers. Would have saved me some minutes today :)

8 years agoMerge pull request #21018 from owncloud/scrutinizer-patch-1
Thomas Müller [Tue, 8 Dec 2015 13:51:57 +0000 (14:51 +0100)]
Merge pull request #21018 from owncloud/scrutinizer-patch-1

Scrutinizer Auto-Fixes

8 years agoMerge pull request #21031 from owncloud/sanitize-findAppInDirectories
Thomas Müller [Tue, 8 Dec 2015 12:52:04 +0000 (13:52 +0100)]
Merge pull request #21031 from owncloud/sanitize-findAppInDirectories

Sanitize the appId passed to `findAppInDirectories`

8 years agoMerge pull request #21030 from owncloud/querybuilder-new-features
Thomas Müller [Tue, 8 Dec 2015 12:51:45 +0000 (13:51 +0100)]
Merge pull request #21030 from owncloud/querybuilder-new-features

Querybuilder new features

8 years agoMerge pull request #20786 from owncloud/systemtags-dav
Thomas Müller [Tue, 8 Dec 2015 12:51:25 +0000 (13:51 +0100)]
Merge pull request #20786 from owncloud/systemtags-dav

DAV endpoint for system tags

8 years agoAdd reshare permission checks
Vincent Petry [Tue, 8 Dec 2015 12:02:57 +0000 (13:02 +0100)]
Add reshare permission checks

Added in isSharable() in incoming remote share.
Added in isSharable() in regular incoming share.
Added in FileInfo to make sure the proper attributes are returned to the
clients.

8 years agoCompute share permissions in the view
Vincent Petry [Tue, 8 Dec 2015 10:32:18 +0000 (11:32 +0100)]
Compute share permissions in the view

The share permissions are now computed in the View/FileInfo instead of
storing them directly/permanently on the storage

8 years agopassing an empty base in this diagnosis call will not result in LDAP errors
Arthur Schiwon [Tue, 8 Dec 2015 11:31:58 +0000 (12:31 +0100)]
passing an empty base in this diagnosis call will not result  in LDAP errors

Neither in "Invalid DN syntax" nor in "Object not found"

8 years agoAdd a method to the get "to use" table and column name
Joas Schilling [Tue, 8 Dec 2015 08:57:38 +0000 (09:57 +0100)]
Add a method to the get "to use" table and column name

8 years agoMerge pull request #21022 from owncloud/get-rid-of-by-reference
Thomas Müller [Tue, 8 Dec 2015 10:04:25 +0000 (11:04 +0100)]
Merge pull request #21022 from owncloud/get-rid-of-by-reference

Get rid of by reference

8 years agoMerge pull request #20979 from owncloud/settings-groups-entry
Thomas Müller [Tue, 8 Dec 2015 10:04:09 +0000 (11:04 +0100)]
Merge pull request #20979 from owncloud/settings-groups-entry

Add 'my groups' anchor to the personal page sidebar

8 years agoMerge pull request #21025 from owncloud/remove-legacy-trusted-domain-support
Thomas Müller [Tue, 8 Dec 2015 10:03:33 +0000 (11:03 +0100)]
Merge pull request #21025 from owncloud/remove-legacy-trusted-domain-support

Remove legacy repair steps + do not cast trusted domains

8 years agoMerge pull request #20951 from owncloud/Make_showing_logs_optional
Thomas Müller [Tue, 8 Dec 2015 09:15:28 +0000 (10:15 +0100)]
Merge pull request #20951 from owncloud/Make_showing_logs_optional

Controlled arguments for run script

8 years agoMerge pull request #21028 from owncloud/fix-php-doc-for-storage-config
Thomas Müller [Tue, 8 Dec 2015 09:04:41 +0000 (10:04 +0100)]
Merge pull request #21028 from owncloud/fix-php-doc-for-storage-config

Use proper PHPDoc reference

8 years agoSanitize the appId passed to `findAppInDirectories`
Lukas Reschke [Tue, 8 Dec 2015 09:01:09 +0000 (10:01 +0100)]
Sanitize the appId passed to `findAppInDirectories`

Would have prevented quite some security bugs in the past. Nice hardening for now.

8 years agoAdd select distinct to the query builder
Joas Schilling [Tue, 8 Dec 2015 08:49:21 +0000 (09:49 +0100)]
Add select distinct to the query builder

8 years agoUse proper PHPDoc reference
Lukas Reschke [Tue, 8 Dec 2015 08:45:20 +0000 (09:45 +0100)]
Use proper PHPDoc reference

8 years agoAllow getting the last insert id without much hassle
Joas Schilling [Tue, 8 Dec 2015 08:40:20 +0000 (09:40 +0100)]
Allow getting the last insert id without much hassle

8 years agoMore fixes to the docs
Joas Schilling [Tue, 8 Dec 2015 08:11:50 +0000 (09:11 +0100)]
More fixes to the docs

8 years agoAdd unit test for nested arrays
Lukas Reschke [Tue, 8 Dec 2015 08:07:38 +0000 (09:07 +0100)]
Add unit test for nested arrays

8 years agoUse \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTML
Lukas Reschke [Tue, 8 Dec 2015 07:28:15 +0000 (08:28 +0100)]
Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTML

8 years agoGet rid of passing a reference
Lukas Reschke [Tue, 8 Dec 2015 07:27:52 +0000 (08:27 +0100)]
Get rid of passing a reference

Fixes https://github.com/owncloud/core/issues/14643

8 years agoDo not trust casting
Lukas Reschke [Tue, 8 Dec 2015 07:50:00 +0000 (08:50 +0100)]
Do not trust casting

8 years agoRemove unused repair steps
Lukas Reschke [Tue, 8 Dec 2015 07:46:41 +0000 (08:46 +0100)]
Remove unused repair steps

These ones are not necessary anymore for the new major release.

8 years agoRemove legacy check
Lukas Reschke [Tue, 8 Dec 2015 07:44:42 +0000 (08:44 +0100)]
Remove legacy check

This one is not required anymore as we have the RepairConfig repair step since November 2014.

8 years agoMerge pull request #21014 from owncloud/share-unsharelinkpapercut
Thomas Müller [Tue, 8 Dec 2015 07:39:33 +0000 (08:39 +0100)]
Merge pull request #21014 from owncloud/share-unsharelinkpapercut

Fix unshare link click element

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 8 Dec 2015 06:56:19 +0000 (01:56 -0500)]
[tx-robot] updated from transifex

8 years agoScrutinizer Auto-Fixes
Scrutinizer Auto-Fixer [Mon, 7 Dec 2015 20:08:20 +0000 (20:08 +0000)]
Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

8 years agoMerge pull request #21015 from owncloud/update-redirecttocorrectpage
Thomas Müller [Mon, 7 Dec 2015 18:55:45 +0000 (19:55 +0100)]
Merge pull request #21015 from owncloud/update-redirecttocorrectpage

Redirect to correct URL after updating

8 years agoMerge pull request #20996 from owncloud/issue-12215-remove-password-reset-when-not...
Thomas Müller [Mon, 7 Dec 2015 18:55:26 +0000 (19:55 +0100)]
Merge pull request #20996 from owncloud/issue-12215-remove-password-reset-when-not-possible

Issue 12215 remove password reset when not possible

8 years agoRedirect to correct URL after updating
Vincent Petry [Mon, 7 Dec 2015 17:08:00 +0000 (18:08 +0100)]
Redirect to correct URL after updating

Now requires a trailing slash to make sure we don't land on the
forbidden page.

8 years agoFix unshare link click element
Vincent Petry [Mon, 7 Dec 2015 16:58:17 +0000 (17:58 +0100)]
Fix unshare link click element

When clicking on the unshare link (trash icon), the correct link element
needs to be used instead of whatever child was clicked. Then, that
element might contain a visible loading icon.

This fixes the spinner detection and also prevents a full page reload in
case the spinner was visible.

8 years agoMerge pull request #21006 from owncloud/scrutinizer-patch-1
Thomas Müller [Mon, 7 Dec 2015 16:49:43 +0000 (17:49 +0100)]
Merge pull request #21006 from owncloud/scrutinizer-patch-1

Scrutinizer Auto-Fixes

8 years agoMerge pull request #21009 from owncloud/share-forbidlinkshare-duplicatefield
Thomas Müller [Mon, 7 Dec 2015 16:49:24 +0000 (17:49 +0100)]
Merge pull request #21009 from owncloud/share-forbidlinkshare-duplicatefield

Fix duplicate bogus share field when link sharing is not allowed

8 years agoMerge pull request #21011 from owncloud/allow-ico
Thomas Müller [Mon, 7 Dec 2015 16:49:03 +0000 (17:49 +0100)]
Merge pull request #21011 from owncloud/allow-ico

Allow .ico files

8 years agoMerge pull request #18212 from ryno83/treat_LDAP_users_not_available_by_user_filter_a...
Thomas Müller [Mon, 7 Dec 2015 16:47:10 +0000 (17:47 +0100)]
Merge pull request #18212 from ryno83/treat_LDAP_users_not_available_by_user_filter_as_deleted

treat LDAP users not available by user filter as deleted

8 years agoAllow .ico files
Lukas Reschke [Mon, 7 Dec 2015 16:15:04 +0000 (17:15 +0100)]
Allow .ico files

Makes `/core/img/favicon.ico` accessible again via web.

8 years agoMerge pull request #20991 from owncloud/disabled-checked-checkbox-css-rules
Thomas Müller [Mon, 7 Dec 2015 16:11:26 +0000 (17:11 +0100)]
Merge pull request #20991 from owncloud/disabled-checked-checkbox-css-rules

Disabled checked checkbox css rules

8 years agoMerge pull request #21004 from owncloud/adding-mention-bot
Thomas Müller [Mon, 7 Dec 2015 16:11:01 +0000 (17:11 +0100)]
Merge pull request #21004 from owncloud/adding-mention-bot

Adding a basic configuration for the mention bot

8 years agoFix duplicate bogus share field when link sharing is not allowed
Vincent Petry [Mon, 7 Dec 2015 15:53:56 +0000 (16:53 +0100)]
Fix duplicate bogus share field when link sharing is not allowed

Whenever link share is not allowed, it was outputting a bogus sharing
field which name would conflict with the regular sharing field.

This fix makes sure that the bogus sharing field with "Resharing not
allowed" message only appears when triggered by removed share
permissions.

8 years agoMerge pull request #20980 from owncloud/UoM-ResPlat-DevOps-swift-improved-fopen
Thomas Müller [Mon, 7 Dec 2015 15:50:07 +0000 (16:50 +0100)]
Merge pull request #20980 from owncloud/UoM-ResPlat-DevOps-swift-improved-fopen

Improving fopen behaviour for Swift backend

8 years agoScrutinizer Auto-Fixes
Scrutinizer Auto-Fixer [Mon, 7 Dec 2015 15:43:36 +0000 (15:43 +0000)]
Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

8 years agoThe ajax code path unshares a link share when updating the password
Roeland Jago Douma [Mon, 7 Dec 2015 15:38:49 +0000 (16:38 +0100)]
The ajax code path unshares a link share when updating the password

In order to not mess up existing shares if the password gets verified we
should first fire this validation.

8 years agoAdding a basic configuration for the mention bot
Thomas Müller [Mon, 7 Dec 2015 15:35:20 +0000 (16:35 +0100)]
Adding a basic configuration for the mention bot

8 years agoMerge pull request #20987 from owncloud/dont-deprecate-OC.filePath-master
Thomas Müller [Mon, 7 Dec 2015 15:25:53 +0000 (16:25 +0100)]
Merge pull request #20987 from owncloud/dont-deprecate-OC.filePath-master

OC.FilePath has still a valid use case when generating paths to stati…

8 years agoMerge pull request #20998 from owncloud/add-csp-header-to-static-resources
Thomas Müller [Mon, 7 Dec 2015 15:23:38 +0000 (16:23 +0100)]
Merge pull request #20998 from owncloud/add-csp-header-to-static-resources

Add CSP header to static resources

8 years agoMerge pull request #20993 from owncloud/issue-20666-language-always-overwritten
Thomas Müller [Mon, 7 Dec 2015 15:19:21 +0000 (16:19 +0100)]
Merge pull request #20993 from owncloud/issue-20666-language-always-overwritten

Do not overwrite the language when it's just missing for one app

8 years agoAdd 'my groups' anchor to the personal page sidebar
Patrick Robertson [Wed, 4 Nov 2015 08:04:51 +0000 (16:04 +0800)]
Add 'my groups' anchor to the personal page sidebar

8 years agoDont set the string storage id to the numeric storage id for personal mounts
Robin Appelman [Mon, 7 Dec 2015 15:15:37 +0000 (16:15 +0100)]
Dont set the string storage id to the numeric storage id for personal mounts

8 years agoAdd CSP header to static resources
Lukas Reschke [Mon, 7 Dec 2015 14:47:05 +0000 (15:47 +0100)]
Add CSP header to static resources

Fixes https://github.com/owncloud/core/issues/16164

8 years agoAllow specifying a custom reset-password-url
Joas Schilling [Mon, 7 Dec 2015 14:37:26 +0000 (15:37 +0100)]
Allow specifying a custom reset-password-url

8 years agoMerge pull request #20988 from owncloud/scrutinizer-patch-1
Thomas Müller [Mon, 7 Dec 2015 14:17:38 +0000 (15:17 +0100)]
Merge pull request #20988 from owncloud/scrutinizer-patch-1

Scrutinizer Auto-Fixes

8 years agoMerge pull request #20981 from owncloud/issue-19848-multiple-emails-for-sharelink
Thomas Müller [Mon, 7 Dec 2015 14:17:19 +0000 (15:17 +0100)]
Merge pull request #20981 from owncloud/issue-19848-multiple-emails-for-sharelink

Allow sending a share email to multiple users

8 years agoRemove password reset when the user can not change the password
Joas Schilling [Mon, 7 Dec 2015 14:14:19 +0000 (15:14 +0100)]
Remove password reset when the user can not change the password

8 years agoAdd rules for checked+disabled and disabled checkbox style
Joas Schilling [Mon, 7 Dec 2015 13:07:14 +0000 (14:07 +0100)]
Add rules for checked+disabled and disabled checkbox style

8 years agoDo not overwrite the language when it's just missing for one app
Joas Schilling [Mon, 7 Dec 2015 13:34:15 +0000 (14:34 +0100)]
Do not overwrite the language when it's just missing for one app

8 years agoScrutinizer Auto-Fixes
Scrutinizer Auto-Fixer [Mon, 7 Dec 2015 12:05:27 +0000 (12:05 +0000)]
Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

8 years agoOC.FilePath has still a valid use case when generating paths to static files what...
Thomas Müller [Mon, 7 Dec 2015 11:23:42 +0000 (12:23 +0100)]
OC.FilePath has still a valid use case when generating paths to static files what for generateUrl cannot be used for - closes #15604

8 years agoAdd a unit test for single user case as well
Joas Schilling [Mon, 7 Dec 2015 11:01:02 +0000 (12:01 +0100)]
Add a unit test for single user case as well

8 years agoAllow sending a share email to multiple users
Joas Schilling [Mon, 7 Dec 2015 09:49:34 +0000 (10:49 +0100)]
Allow sending a share email to multiple users

8 years agoMerge pull request #20569 from owncloud/issue_20427
Thomas Müller [Mon, 7 Dec 2015 09:27:35 +0000 (10:27 +0100)]
Merge pull request #20569 from owncloud/issue_20427

Show external storage status in file list + prompt credentials if different

8 years agoMerge pull request #20796 from owncloud/cleanup-trashbin-code
Thomas Müller [Mon, 7 Dec 2015 09:24:09 +0000 (10:24 +0100)]
Merge pull request #20796 from owncloud/cleanup-trashbin-code

Cleanup trashbin expire code

8 years agoMerge pull request #20581 from owncloud/public-page-preview-hidpi-scale
Thomas Müller [Mon, 7 Dec 2015 09:23:58 +0000 (10:23 +0100)]
Merge pull request #20581 from owncloud/public-page-preview-hidpi-scale

Fix hidpi previews on public page

8 years agoMerge pull request #20530 from owncloud/icons-more
Thomas Müller [Mon, 7 Dec 2015 09:22:49 +0000 (10:22 +0100)]
Merge pull request #20530 from owncloud/icons-more

add icons for disabled checkbox, radio button, error and colored checkmark

8 years agoMerge pull request #20480 from owncloud/css-prefixes
Thomas Müller [Mon, 7 Dec 2015 09:21:35 +0000 (10:21 +0100)]
Merge pull request #20480 from owncloud/css-prefixes

CSS prefixes

8 years agoMerge pull request #20960 from owncloud/drop-OC_Util-getUrlContent
Thomas Müller [Mon, 7 Dec 2015 09:21:16 +0000 (10:21 +0100)]
Merge pull request #20960 from owncloud/drop-OC_Util-getUrlContent

Remove OC_Util::getUrlContent and replace by proper usage of public i…

8 years agoMerge pull request #11131 from owncloud/use-phpini-wrapper
Thomas Müller [Mon, 7 Dec 2015 09:20:59 +0000 (10:20 +0100)]
Merge pull request #11131 from owncloud/use-phpini-wrapper

Replacing ini_get instances with inigetwrapper usages

8 years agoMerge pull request #20904 from owncloud/view-mime-filter
Thomas Müller [Mon, 7 Dec 2015 09:20:43 +0000 (10:20 +0100)]
Merge pull request #20904 from owncloud/view-mime-filter

Fix mimetype filter in getDirectoryContent

8 years agoImproving fopen behaviour for Swift backend
Tim Dettrick [Mon, 10 Aug 2015 01:06:45 +0000 (11:06 +1000)]
Improving fopen behaviour for Swift backend

8 years agoMerge pull request #20949 from owncloud/fix_20892
Thomas Müller [Mon, 7 Dec 2015 09:20:05 +0000 (10:20 +0100)]
Merge pull request #20949 from owncloud/fix_20892

[Sharing] Properly check if a group already has access

8 years agoMerge pull request #20954 from owncloud/settings_user_only_load_avatar_if_available
Thomas Müller [Mon, 7 Dec 2015 09:19:38 +0000 (10:19 +0100)]
Merge pull request #20954 from owncloud/settings_user_only_load_avatar_if_available

Settings user only load avatar if available

8 years agoMerge pull request #20957 from owncloud/use-correct-method-signature
Thomas Müller [Mon, 7 Dec 2015 09:18:03 +0000 (10:18 +0100)]
Merge pull request #20957 from owncloud/use-correct-method-signature

Use correct method signature

8 years agoMerge pull request #20959 from owncloud/drop-OC_App-setActiveNavigationEntry
Thomas Müller [Mon, 7 Dec 2015 09:17:44 +0000 (10:17 +0100)]
Merge pull request #20959 from owncloud/drop-OC_App-setActiveNavigationEntry

Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 7 Dec 2015 06:54:35 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 6 Dec 2015 06:54:33 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 5 Dec 2015 06:55:14 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoRemove OC_Util::getUrlContent and replace by proper usage of public interfaces
Morris Jobke [Fri, 4 Dec 2015 17:02:47 +0000 (18:02 +0100)]
Remove OC_Util::getUrlContent and replace by proper usage of public interfaces

8 years agoFixed system tags DAV and API and docs
Vincent Petry [Fri, 4 Dec 2015 16:30:22 +0000 (17:30 +0100)]
Fixed system tags DAV and API and docs

8 years agoremove OC_App::getActiveNavigationEntry - not unsed anymore
Morris Jobke [Fri, 4 Dec 2015 16:26:28 +0000 (17:26 +0100)]
remove OC_App::getActiveNavigationEntry - not unsed anymore

8 years agoRemove unused setActiveNavigationEntry of OC_App - it's also in OCP\App
Morris Jobke [Fri, 4 Dec 2015 16:23:51 +0000 (17:23 +0100)]
Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App

8 years agoUse correct method signature
Lukas Reschke [Fri, 4 Dec 2015 14:52:42 +0000 (15:52 +0100)]
Use correct method signature

This function takes only one parameter

8 years agoDo not request an avatar if there is none
Roeland Jago Douma [Fri, 4 Dec 2015 13:35:48 +0000 (14:35 +0100)]
Do not request an avatar if there is none

8 years agoOnly try to load avatars in the user list if there is any
Roeland Jago Douma [Fri, 4 Dec 2015 13:30:12 +0000 (14:30 +0100)]
Only try to load avatars in the user list if there is any

8 years agoMerge pull request #20370 from owncloud/external-db-config
Vincent Petry [Fri, 4 Dec 2015 13:42:50 +0000 (14:42 +0100)]
Merge pull request #20370 from owncloud/external-db-config

 Move files_external mount config to the database

8 years agoforgotten variable
Sergio Bertolin [Fri, 4 Dec 2015 12:53:11 +0000 (12:53 +0000)]
forgotten variable

8 years agodb config backend for files_external
Robin Appelman [Mon, 2 Nov 2015 12:13:06 +0000 (13:13 +0100)]
db config backend for files_external

8 years agoMerge pull request #20947 from owncloud/delete-users-from-system-addressbook
Thomas Müller [Fri, 4 Dec 2015 12:44:40 +0000 (13:44 +0100)]
Merge pull request #20947 from owncloud/delete-users-from-system-addressbook

Delete no longer existing users from system addressbook

8 years agoControlled arguments for run script
Sergio Bertolin [Fri, 4 Dec 2015 12:43:08 +0000 (12:43 +0000)]
Controlled arguments for run script

8 years agoMerge pull request #20946 from robinkanters/patch-1
Thomas Müller [Fri, 4 Dec 2015 11:26:19 +0000 (12:26 +0100)]
Merge pull request #20946 from robinkanters/patch-1

Fixed small typo in README

8 years ago[Sharing] Properly check if a group already has access
Roeland Jago Douma [Fri, 4 Dec 2015 11:10:08 +0000 (12:10 +0100)]
[Sharing] Properly check if a group already has access

The old code check was to liberal resulting in wrong matches if a user
with the same name as the group already had access.

Fixes 20892

8 years agoDelete no longer existing users from system addressbook
Thomas Müller [Fri, 4 Dec 2015 10:50:11 +0000 (11:50 +0100)]
Delete no longer existing users from system addressbook