Commit Graph

82 Commits

Author SHA1 Message Date
xevidos
5dd46b32a3 Updated styles for selected files in file picker 2020-02-23 23:14:36 -05:00
xevidos
f80c926f85 Updated download scripts for next release 2020-02-23 22:47:32 -05:00
xevidos
a830b33606 Fixed node uploader, fixed specified file types not opening in preview 2020-02-15 01:15:14 -05:00
xevidos
dccd6e210a Removed container div from uploader, Continued work on upload cancel and upload gui functionality 2020-02-12 23:23:07 -05:00
xevidos
eeff5d69db Continued work on upload gui and related controls 2020-02-11 23:36:58 -05:00
xevidos
5958f62f8f Added initial uploads gui, Fixed folders not being visually marked as open when reindexing, Added click root action to close all folders 2020-02-07 13:01:04 -05:00
xevidos
a4fa4261d6 Removed unadded archive formats as supported types until the functions are written, Fixed drag and drop of text in ace editor triggering upload modal 2020-02-03 14:25:32 -05:00
xevidos
a7fc315f46 Fixed issue where file a file that is smaller than the default blob size would not upload 2020-01-29 17:19:53 -05:00
xevidos
c148d140b2 Started work on readding filemanager 2020-01-29 00:07:00 -05:00
xevidos
806dbec3b7 Re added openInBrowser as preview, Fixed non patch save content, Fixed display context menu on editor 2020-01-28 18:14:01 -05:00
xevidos
1a47ed2b98 Reformatted context menu 2020-01-28 18:13:07 -05:00
xevidos
e17abc1bb2 Changed duplicate to copy to somewhat mach filesystem commands for familiarity, Added search back into filemanager, Updated find and replace to use new modal promise format 2020-01-24 11:03:03 -05:00
xevidos
57f39ec8bf Fixed spelling mistake in filemanager, Updated active file save for new promise return value, Started drag and drop upload on filemanager 2020-01-23 08:29:56 -05:00
xevidos
cefb309df1 Changed modal from callbacks to promises, Updated readme, Re added save functions to filemanager, active, and autosave components, Started readding upload to filemanager, 2020-01-22 10:14:01 -05:00
xevidos
44cf240e13 Continued work on cleaning up filemanager basic functions, Fixed issue of children dissapearing after rescan 2020-01-09 00:35:38 -05:00
xevidos
04f537aeee Continued work on cleaning up filemanager basic functions 2020-01-06 23:53:35 -05:00
xevidos
0cf5797fd5 Continued work on updated filemanager for update 2020-01-06 21:35:50 -05:00
xevidos
752d5d1640 Continued work on Uploads, updated context menu, 2020-01-03 12:19:09 -05:00
xevidos
8c62326875 Continued bug fixes for next update 2019-12-22 02:57:43 -05:00
xevidos
28a441d1f3 Added ini get setting functions, Continued work on new Upload system 2019-12-12 08:22:43 -05:00
xevidos
4221ef34ba Updated regex pull to use constant, set default of file list result to empty array 2019-12-11 11:23:33 -05:00
xevidos
fd11904f89 Continued work on new uploader 2019-12-10 14:09:24 -05:00
xevidos
0fd4f782ef Continued work on new upload system 2019-11-23 23:39:17 -05:00
xevidos
988dde4a81 Continued work on new upload system 2019-11-23 22:56:19 -05:00
xevidos
2e6367e459 Continued work on new upload system 2019-11-14 23:16:07 -05:00
xevidos
02f7b84041 Reformated index.php, continued work on new upload file system 2019-11-06 22:42:33 -05:00
xevidos
c9a7aa9e81 Continued work on more efficient filemanager for upcoming update 2019-10-29 09:37:19 -04:00
xevidos
1c481f585a Added log to find and replace to diagnose replace that does nothing error, Updated access denied messages, Continued work on new file manager update, Reverted Market as this work may need to be started on a new branch 2019-10-27 23:35:50 -04:00
xevidos
825154a4b3 Continued implementation of new permissions systems and new table structures 2019-10-25 12:46:23 -04:00
xevidos
a377b4dddd Continued work on new archive system, Improved file indexing performance, Added unarchive to context menu 2019-10-24 22:27:51 -04:00
xevidos
7700671b1d Updated search functions for workspace replacement, Added callback to modal, Updated selection text for find and replace 2019-10-24 17:56:23 -04:00
xevidos
6949de42ff Added search support for filenames with spaces 2019-10-24 09:26:29 -04:00
xevidos
c85c920340 Added legacy support to necessary functions used in update processes, Continued work on search feature, Updated jsend to use let instead of var, Continued removal of no longer used methods 2019-10-24 08:56:24 -04:00
xevidos
c8c971b509 Fixed duplication of open files when reloading, Added goto function, Started new Market functions, Fixed file Icons 2019-10-19 16:32:23 -04:00
xevidos
fa0889268a Continued implementation of new table structures, New SQL procedures, and New function principles, Updated saving methods to support PHP 7.4 and deprecation of magic_quotes 2019-10-16 10:20:09 -04:00
xevidos
5896721526 Added ability to zip a single file 2019-09-27 13:58:32 -04:00
xevidos
11bfd4ae77 Added initial compression ability 2019-09-22 22:40:02 -04:00
xevidos
24830cc7e8 Started work on a new archive management system, Market system, and drag and drop system, Updated update messages 2019-09-22 21:35:26 -04:00
xevidos
d0e51bf015 Added initial permissions check to filemanager, Added ability for sql-\>query to take arrays to allow for multiple sql language inputs ( First step towards sql.conversions removal ) 2019-07-17 12:14:10 -04:00
xevidos
954d6a43d0 Merge branch 'development' into 'permissions'
# Conflicts:
#   components/filemanager/class.filemanager.php
#   components/filemanager/controller.php
2019-07-17 15:55:45 +00:00
xevidos
67674d41a7 Initial rewrite of filemanager to allow for easier future customizations 2019-07-16 16:02:35 -04:00
xevidos
400618c0bb Added to todo list, Reformatted filemanager dialog 2019-07-15 18:43:32 -04:00
xevidos
c2d0662a23 Changed error messages, Removed Debug messages, Removed version update function, Updated regex for path, Reformatted user controller, Added server side checks to create user function, Removed unique from active columns in create default tables, Removed groups column from users, Added upgrade table structure function 2019-07-08 22:34:39 -04:00
xevidos
4dab45e0e7 Changed permission denied messages 2019-07-04 01:52:05 -04:00
xevidos
3d5df9aaff Continued work on new permissions system, Removed unused functions from common, Added initial version specific update function, 2019-07-04 01:50:29 -04:00
xevidos
492e372c5d Continued work on new permissions system, Fixed active file listings bug 2019-07-02 16:46:32 -04:00
xevidos
6dd09ba1a6 Started new permissions module 2019-07-01 09:24:34 -04:00
xevidos
eab18d9f60 Changed rescan of entire project on filemanager action to rescan parent path on filemanager action 2019-06-21 09:27:25 -04:00
xevidos
101f62a93d Reformatted Active, Fixed some formatting on Filemanager, Reformatted editor. 2019-05-01 16:29:46 -04:00
xevidos
61b0061bf1 Added new beautify options, Updated autosave and Auto refresh to run after user has stopped typing, Reformatted filemanager 2019-05-01 16:21:45 -04:00