Commit Graph

23 Commits

Author SHA1 Message Date
xevidos
5af37cbce3 Continued work on implementation of new table structures and new function principles, Started new goto line system without using javascript built in confirms or alerts, 2019-10-18 15:59:06 -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
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
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
0dedba59d2 Public projects are now created in the user\'s workspace directory instead of the main directory so project directories do not conflict with user folders 2019-07-08 13:44:17 -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
d3d96e66f6 Started table conversion to new access system 2019-07-01 18:22:33 -04:00
xevidos
6dd09ba1a6 Started new permissions module 2019-07-01 09:24:34 -04:00
xevidos
4af4a0b4a9 @Tirantent front end patch for a larger permissions issue, More rewrites will follow on a new branch to help fix this issue 2019-06-26 16:45:44 -04:00
xevidos
22a5ddc115 Added get all user options function, Continued work on SQL library, Fixed issue where project was not loaded from settings, Improved performance for getting all options, Refactored install process to fit with new library, Refactored active module to use SQL, Fixed issue where a non focused file could not be closed when first logged in, Fixed issue of text mode not being selected after renaming a file, 2019-04-10 19:31:28 -04:00
xevidos
ed439142cc Added admin only absolute paths for filesystem protection. 2019-03-11 10:04:02 -04:00
xevidos
81338b1e65 Changed $path to __DIR__ for config location, Updated auto reload variables, Removed unload listener for auto reload, Changed project default to array so that if no projects exist the program does not crash, Updated autosave to use let instead of vars, Fixed capitalization for sideExpanded variable, Added try catch to pdo initialization on install, Added more error checks on install, Removed password function on install query, Changed default settings array, Added loading div to user delete, Updated queries that threw errors when a default value was zero, Added blank username and password check, 2019-02-09 16:14:27 -05:00
xevidos
a0105544c0 Removed debug code, Updated contribution guidelines, Updated autosave to remove polling, Fixed renaming projects issue, Added rescans to some file manager functions, Added setting that keeps track of projects side panel being open or closed. 2019-02-06 17:52:49 -05:00
xevidos
069a097c75 Removed misc dev files, changed over to PDO, added more functionality to the message object, Fixed absolute path issue, Updated autosaving to use built in save function, Changed duplicating file to have the same filename with a number afterwards, Refactored keybindings file so that we can start adding more in, Changed yes-no to on-off for autocomplete, Removed deprecated password function allowing the application to handle all password encryption instead of a mix of application and database. 2019-02-04 16:47:50 -05:00
xevidos
1387c71608 Fixed 500 error on project controller, Updated updater, Added Live auto complete to default settings. 2018-12-12 10:30:14 -05:00
xevidos
f982941047 Updated project class due to conflicts when updating, changed version, updated update script. 2018-12-11 18:56:27 -05:00
xevidos
1d1f46a9df Removed placeholder code for admin, Added sharing, Changed Git links away from local server, Made get and search user functions global. 2018-11-19 13:30:49 -05:00
xevidos
574eb29b8e SQL errors now return as formatted json errors, added sql result error check, removed admin requirement from project management, removed old access system dialog, added get user and get users functions, added common functions to global functions, testing change that will hopefully fix the inability to rename or delete strangely named files, refactored project init.js 2018-11-10 00:41:28 -05:00
xevidos
42a87590ac Refactored user class, Users can now only see projects owned by \'nobody\' or themselves to get ready for permissions update. 2018-10-11 10:17:41 -04:00
xevidos
84cfb3d9ad Refactored class.project.php, started on database storage conversion of projects. 2018-10-09 16:04:48 -04:00
xevidos
66554ef5e6 Updated Ace, Switched settings to database instead of JSON storage, Started refactoring project component. 2018-10-09 15:30:00 -04:00
xevidos
9a78c22f5b Updated for PHP 7.2, modified save message function, Updated Collaboration for newer versions. 2018-07-13 12:39:55 -04:00