Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add "disable user" feature #24501

Closed
wants to merge 4,321 commits into from
Closed

add "disable user" feature #24501

wants to merge 4,321 commits into from

Conversation

kenyang001
Copy link

Hi,
when users left company, i think the "disable user" feature is really necessary.
1, we don't want to reset the user's password, as our owncloud has encryption plugin enabled.
2, we don't want to delete his owncloud account immediately, as his owncloud has working files.

to avoid abuse usages, we are really looking forward to the "disable user" feature. thanks.

Vincent Petry and others added 30 commits April 22, 2016 14:29
initMountPoints is marking a user as successfully initialized too
early. If the user was not found an NoUserException was thrown, the
second time initMountPoints is called would not rethrow the exception
and happily continue.

This fix makes sure that we consistently throw NoUserException when
initMountPoints is called repeatedly with invalid users.
App migration steps need to push feedback to the user ....
bring back CRUDS permissions for federated shares
dont do optimized size propagation for encrypted files
* Also moved the autoloader setup a bit up since we need it in initpaths
…hibboleth

Disable web updater if ldap or shibboleth are installed
…ernotfoundagain

Mark $usersSetup only if user was found in initMountPoints
Because some people do not think…
Deprecate appinfo/update.php - RepairSteps within info.xml are to be …
For one, it solves potential conflicts when using the resource. For the
other, one on the login check (the only place where a clone happens
currently) we do not need to rebind after confirming the user's login
was successful.
…gs_to_app

move federated sharing settings to the federatedfilesharing app
Jenkins for ownCloud and others added 25 commits May 6, 2016 01:54
Timeout was increased but tests were not updated.
Wait a while even after successful conect ...
Allow migration steps to use automatic DI
@ghost
Copy link

ghost commented May 9, 2016

@JetUni

Thanks a lot for your contribution!
Contributions to the core repo require a signed contributors agreement http://owncloud.org/about/contributor-agreement/

Alternatively you can add a comment here where you state that this contribution is MIT licensed.

Some more details about out pull request workflow can be found here: http://owncloud.org/code-reviews-on-github/

@PVince81
Copy link
Contributor

PVince81 commented May 9, 2016

@kenyang001, the "disable user" feature was already developed on 9.1, see #23844

@PVince81 PVince81 closed this May 9, 2016
@lock
Copy link

lock bot commented Aug 6, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.