Go to file
Henrique Dias 7bd30c1026 Fix credentials first time
Former-commit-id: 04503b0fd120f7f040cd1eeb9dd731744f8becd4 [formerly 034a404bc26ee1735c59aa1c3ae4d8de5ad1a052] [formerly a36ccab9ab615de39f9ebf53621f8c8b1c157481 [formerly c2ccc4f6b8]]
Former-commit-id: 7d184c5e57b7854f5879f0bb02f3e3d50b1ea457 [formerly b6b59e12353b2e4f96f17b56bd87225deb3d92ee]
Former-commit-id: 9a0a328098c8981d3694cad40314834a3140508f
2017-07-18 16:36:08 +01:00
.github
assets Plugins settings working 2017-07-18 14:43:16 +01:00
caddy Build assets 2017-07-18 16:17:52 +01:00
variables
.babelrc update 2017-07-06 08:12:19 +01:00
.editorconfig
.eslintignore update 2017-07-06 08:12:19 +01:00
.eslintrc.js update 2017-07-06 08:12:19 +01:00
.gitignore Ignore produced assets 2017-07-06 08:27:33 +01:00
.travis.yml updates on editor 2017-07-01 08:36:28 +01:00
CODE_OF_CONDUCT.md
LICENSE.md
README.md
auth.go Start integrating Hugo in the new plugin 2017-07-11 16:58:18 +01:00
build.sh Fix bugs and such 2017-07-18 09:06:19 +01:00
command.go Start integrating Hugo in the new plugin 2017-07-11 16:58:18 +01:00
download.go Start integrating Hugo in the new plugin 2017-07-11 16:58:18 +01:00
file.go Start integrating Hugo in the new plugin 2017-07-11 16:58:18 +01:00
filemanager.go Fix credentials first time 2017-07-18 16:36:08 +01:00
http.go Fix manifest and service worker 500 error 2017-07-18 16:16:52 +01:00
package.json Fix some stuff 2017-07-06 08:52:39 +01:00
resource.go Add User Permission check 2017-07-14 07:51:32 +01:00
rice-box.go.REMOVED.git-id Build assets 2017-07-18 16:17:52 +01:00
search.go Start integrating Hugo in the new plugin 2017-07-11 16:58:18 +01:00
settings.go Plugins settings working 2017-07-18 14:43:16 +01:00
users.go Third party permissions working 2017-07-14 08:25:37 +01:00

README.md

filemanager

Build Go Report Card Documentation

FileManager allows you to search through your files and it has some options. By default, your search will be something like this:

this are keywords

If you search for that it will look at every file that contains "this", "are" or "keywords" on their name. If you want to search for an exact term, you should surround your search by double quotes:

"this is the name"

That will search for any file that contains "this is the name" on its name. It won't search for each separated term this time.

By default, every search will be case sensitive. Although, you can make a case insensitive search by adding case:insensitive to the search terms, like this:

this are keywords case:insensitive