Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
a4980a3d
Unverified
Commit
a4980a3d
authored
8 years ago
by
Joas Schilling
Browse files
Options
Downloads
Patches
Plain Diff
Last instances of lowercase user_ldap
parent
3ef8c95b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/user_ldap/appinfo/info.xml
+1
-1
1 addition, 1 deletion
apps/user_ldap/appinfo/info.xml
apps/user_ldap/lib/Jobs/CleanUp.php
+2
-2
2 additions, 2 deletions
apps/user_ldap/lib/Jobs/CleanUp.php
with
3 additions
and
3 deletions
apps/user_ldap/appinfo/info.xml
+
1
−
1
View file @
a4980a3d
...
@@ -24,7 +24,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
...
@@ -24,7 +24,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
<namespace>
User_LDAP
</namespace>
<namespace>
User_LDAP
</namespace>
<background-jobs>
<background-jobs>
<job>
OCA\
u
ser_
ldap
\Jobs\UpdateGroups
</job>
<job>
OCA\
U
ser_
LDAP
\Jobs\UpdateGroups
</job>
<job>
OCA\User_LDAP\Jobs\CleanUp
</job>
<job>
OCA\User_LDAP\Jobs\CleanUp
</job>
</background-jobs>
</background-jobs>
</info>
</info>
This diff is collapsed.
Click to expand it.
apps/user_ldap/lib/Jobs/CleanUp.php
+
2
−
2
View file @
a4980a3d
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
namespace
OCA\User_LDAP\Jobs
;
namespace
OCA\User_LDAP\Jobs
;
use
\OC\BackgroundJob\TimedJob
;
use
\OC\BackgroundJob\TimedJob
;
use
\OCA\
u
ser_
ldap
\User_LDAP
;
use
\OCA\
U
ser_
LDAP
\User_LDAP
;
use
\OCA\User_LDAP\User_Proxy
;
use
\OCA\User_LDAP\User_Proxy
;
use
\OCA\User_LDAP
\Helper
;
use
\OCA\User_LDAP
\Helper
;
use
\OCA\User_LDAP
\LDAP
;
use
\OCA\User_LDAP
\LDAP
;
...
@@ -35,7 +35,7 @@ use \OCA\User_LDAP\Mapping\UserMapping;
...
@@ -35,7 +35,7 @@ use \OCA\User_LDAP\Mapping\UserMapping;
*
*
* a Background job to clean up deleted users
* a Background job to clean up deleted users
*
*
* @package OCA\
u
ser_
ldap\lib
;
* @package OCA\
U
ser_
LDAP\Jobs
;
*/
*/
class
CleanUp
extends
TimedJob
{
class
CleanUp
extends
TimedJob
{
/** @var int $limit amount of users that should be checked per run */
/** @var int $limit amount of users that should be checked per run */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment