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
80e10f01
Commit
80e10f01
authored
11 years ago
by
Christopher Schäpers
Browse files
Options
Downloads
Patches
Plain Diff
Clean up
parent
ecf18739
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
3rdparty
+1
-1
1 addition, 1 deletion
3rdparty
core/avatar/controller.php
+3
-3
3 additions, 3 deletions
core/avatar/controller.php
settings/personal.php
+0
-1
0 additions, 1 deletion
settings/personal.php
with
4 additions
and
5 deletions
3rdparty
@
21b466b7
Compare
9d8b5602
...
21b466b7
Subproject commit
9d8b5602ecb35697919e2a548e2a704058a6d21a
Subproject commit
21b466b72cdd4c823c011669593ecef1defb1f3c
This diff is collapsed.
Click to expand it.
core/avatar/controller.php
+
3
−
3
View file @
80e10f01
...
@@ -109,8 +109,8 @@ class OC_Core_Avatar_Controller {
...
@@ -109,8 +109,8 @@ class OC_Core_Avatar_Controller {
// Clean up
// Clean up
\OC_Cache
::
remove
(
'tmpavatar'
);
\OC_Cache
::
remove
(
'tmpavatar'
);
\OC_JSON
::
success
();
\OC_JSON
::
success
();
}
catch
(
\Exception
$e
)
{
}
catch
(
\Exception
$e
)
{
\OC_JSON
::
error
(
array
(
"data"
=>
array
(
"message"
=>
$e
->
getMessage
())
));
\OC_JSON
::
error
(
array
(
"data"
=>
array
(
"message"
=>
$e
->
getMessage
())
));
}
}
}
}
}
}
This diff is collapsed.
Click to expand it.
settings/personal.php
+
0
−
1
View file @
80e10f01
...
@@ -87,7 +87,6 @@ $tmpl->assign('passwordChangeSupported', OC_User::canUserChangePassword(OC_User:
...
@@ -87,7 +87,6 @@ $tmpl->assign('passwordChangeSupported', OC_User::canUserChangePassword(OC_User:
$tmpl
->
assign
(
'displayNameChangeSupported'
,
OC_User
::
canUserChangeDisplayName
(
OC_User
::
getUser
()));
$tmpl
->
assign
(
'displayNameChangeSupported'
,
OC_User
::
canUserChangeDisplayName
(
OC_User
::
getUser
()));
$tmpl
->
assign
(
'displayName'
,
OC_User
::
getDisplayName
());
$tmpl
->
assign
(
'displayName'
,
OC_User
::
getDisplayName
());
$tmpl
->
assign
(
'enableDecryptAll'
,
$enableDecryptAll
);
$tmpl
->
assign
(
'enableDecryptAll'
,
$enableDecryptAll
);
$tmpl
->
assign
(
'avatar'
,
OC_Config
::
getValue
(
'avatar'
,
'local'
));
$forms
=
OC_App
::
getForms
(
'personal'
);
$forms
=
OC_App
::
getForms
(
'personal'
);
$tmpl
->
assign
(
'forms'
,
array
());
$tmpl
->
assign
(
'forms'
,
array
());
...
...
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