Dane Everitt
aa6e733ba5
Switch filemanager and EULA check to use pure Javascript methods
...
Removes the need for the javascript to be parsed by Blade template
engine by using a defined javascript variable with the values that are
necessary for checking everything and passing the correct values.
This does make it so that if a user does not have permission to do
something they could theoretically make the option show up in the
context menu, however when they click it, it will simply return an
error by the daemon.
2017-01-03 16:47:33 -05:00
Dane Everitt
90460bef43
New button in file manager that triggers the right click menu
...
Enable’s support on mobile devices and those who cannot right click
(blessed be them)
closes #182
2016-12-01 19:11:48 -05:00
Dane Everitt
a2fc511e7e
Add permissions for filemanager stuff to subusers
2016-10-06 20:29:21 -04:00
Dane Everitt
956e9279d3
fixed width icons
2016-10-06 19:48:51 -04:00
Dane Everitt
eca4e61a4d
Add file/folder create support from dropdown menu
...
closes #126
2016-10-06 19:39:45 -04:00
Dane Everitt
1d747ec647
Support for file copying
2016-10-06 19:15:40 -04:00
Dane Everitt
d06f83a0cd
Better parent click finding, fixes bugs when clicking directly on words
2016-10-06 17:27:50 -04:00
Dane Everitt
9c7b753576
Complete code for new file manager
2016-10-04 21:38:22 -04:00
Dane Everitt
cf9a70ddca
Add file deletion support, fix renaming deleting URL hash
2016-10-03 16:36:12 -04:00
Dane Everitt
72a57604df
Be more logical in file naming...
2016-10-03 15:15:06 -04:00
Dane Everitt
fb4d122a2a
More updates to file manager
...
Not doing individual commits for this, tons of changes for tons of
different aspects across multiple files.
2016-10-01 23:09:55 -04:00
Dane Everitt
d812e1a23c
Very rough base implementation of file renaming
2016-10-01 14:34:18 -04:00