Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NextcloudPlugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stud.IP
Plugins
NextcloudPlugin
Commits
cc4b36aa
Commit
cc4b36aa
authored
5 years ago
by
Rasmus Fuhse
Browse files
Options
Downloads
Patches
Plain Diff
use another navigation
parent
96dceb20
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
controllers/configure.php
+3
-1
3 additions, 1 deletion
controllers/configure.php
plugin.manifest
+1
-1
1 addition, 1 deletion
plugin.manifest
with
4 additions
and
2 deletions
controllers/configure.php
+
3
−
1
View file @
cc4b36aa
...
@@ -6,8 +6,10 @@ class ConfigureController extends PluginController
...
@@ -6,8 +6,10 @@ class ConfigureController extends PluginController
{
{
if
(
Navigation
::
hasItem
(
"/profile/files/OwnCloudPlugin"
))
{
if
(
Navigation
::
hasItem
(
"/profile/files/OwnCloudPlugin"
))
{
Navigation
::
activateItem
(
'/profile/files/OwnCloudPlugin'
);
Navigation
::
activateItem
(
'/profile/files/OwnCloudPlugin'
);
}
else
{
}
else
if
(
Navigation
::
hasItem
(
'/profile/files'
))
{
Navigation
::
activateItem
(
'/profile/files'
);
Navigation
::
activateItem
(
'/profile/files'
);
}
else
{
Navigation
::
activateItem
(
'/files_dashboard/files'
);
}
}
PageLayout
::
setTitle
(
Config
::
get
()
->
OWNCLOUD_NAME
);
PageLayout
::
setTitle
(
Config
::
get
()
->
OWNCLOUD_NAME
);
if
(
Request
::
isPost
()
&&
Request
::
submitted
(
"remove"
))
{
if
(
Request
::
isPost
()
&&
Request
::
submitted
(
"remove"
))
{
...
...
This diff is collapsed.
Click to expand it.
plugin.manifest
+
1
−
1
View file @
cc4b36aa
pluginname=OwnCloudPlugin
pluginname=OwnCloudPlugin
pluginclassname=OwnCloudPlugin
pluginclassname=OwnCloudPlugin
version=1.2
version=1.2
.1
origin=data-quest
origin=data-quest
studipMinVersion=4.0
studipMinVersion=4.0
\ No newline at end of file
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