Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
Main
Synchronet
Commits
e6680f74
Commit
e6680f74
authored
4 months ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Start on help text for File Manager
parent
64bffa2b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/fileman.js
+26
-0
26 additions, 0 deletions
exec/fileman.js
with
26 additions
and
0 deletions
exec/fileman.js
+
26
−
0
View file @
e6680f74
...
...
@@ -40,6 +40,32 @@ while(!js.terminated) {
"
Search Offline Files
"
];
try
{
uifc
.
help_text
=
"
`Synchronet File Manager`
\n
"
+
"
\n
"
+
"
This utility provides an alternate method for system oeprators to add
\n
"
+
"
and manage files in their Synchronet filebases.
\n
"
+
"
\n
"
+
"
The operations available are:
\n
"
+
"
\n
"
+
"
~ Browse ~
\n
"
+
"
Explore your file directories and add, edit, move, or remove files.
\n
"
+
"
\n
"
+
"
~ Search Filenames ~
\n
"
+
"
Find files by name (including wildcards) in any and all directories.
\n
"
+
"
\n
"
+
"
~ Search Meta Data ~
\n
"
+
"
Find text in any file meta data (e.g. description).
\n
"
+
"
\n
"
+
"
~ Search Uploader ~
\n
"
+
"
Find files imported/uploaded by a specific user name.
\n
"
+
"
\n
"
+
"
~ Search Pending Files ~
\n
"
+
"
Find files in storage directories that have not been indexed in bases.
\n
"
+
"
\n
"
+
"
~ Search Offline Files ~
\n
"
+
"
Find files that are indexed in filebases, but don't physically exist.
\n
"
+
""
;
var
result
=
uifc
.
list
(
WIN_ORG
|
WIN_ACT
,
"
Operations
"
,
items
,
main_ctx
);
if
(
result
<
0
)
...
...
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