Commit Graph

37 Commits

Author SHA1 Message Date
xevidos
567ec1efd0 Added fix for blank return, Added sql conversions to removal list, Fixed missing username in update process 2020-02-24 22:59:26 -05: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
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
292bcf2f57 Merge branch 'add_postgresql_support_to_components_sql_scripts' into 'development'
Added support to postgresql on components/sql/scripts

See merge request xevidos/codiad!15
2019-07-18 14:37:50 +00:00
xevidos
8602921519 Merge branch 'components_sql_scripts_mysql_from_latin1_to_utf8' into 'development'
Suggestion to use UTF8(universal charset) rather than latin1(latin alphabet)

See merge request xevidos/codiad!14
2019-07-18 14:36:58 +00:00
alvarenga.milton
316315afd2 Added support to postgresql on components/sql/scripts 2019-07-17 20:49:23 -03:00
maajdrall
b71b4ce2fc Suggestion to use UTF8(universal charset) rather than latin1(latin alphabet) 2019-07-17 17:41:38 -03:00
xevidos
b1d8b7df7f Added check for sql query dbtype, Changed table upgrade function to use new array based query instead of variable. 2019-07-17 15:14:27 -04:00
xevidos
7882a94e41 Added access table to mysql script, Changed values to IDs 2019-07-17 12:29:59 -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
99fda757be Added mysql table creation script 2019-07-17 11:57:46 -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
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
a7caaed4e9 Made theme list dynamic 2019-06-24 16:55:21 -04:00
xevidos
6905a2d716 Updated install process to allow for more characters, Removed SQLite from install option as it hasn\'t been implemented yet. 2019-05-27 18:18:33 -04:00
xevidos
2885c8059e Updated ReadMe, Added logging to create default tables, Fixed undefined this.positions, Fixed varchar length 2019-04-30 12:56:08 -04:00
xevidos
a24a8daacc Fixed warnings for non array attributes, Removed debug code from install. 2019-04-22 11:29:57 -04:00
xevidos
19dbfbd260 Fixed innodb addition for only mysql 2019-04-17 12:16:08 -04:00
xevidos
700bcf285e Added innodb storage for longer key lengths, Added key size calculation. 2019-04-17 12:11:32 -04:00
xevidos
b7e1f96ab4 Fixed max key length 1000 on mysql, Fixed array to string conversion in update script. 2019-04-17 11:27:58 -04:00
xevidos
9b452b33bd Fixed some bugs in installation process, Updated cursor tracking, Added the option to show errors when executing sql, Fixed quote issue in system module, Fixed z-index context menu issue. 2019-04-15 14:38:54 -04:00
xevidos
3019999299 Started system object, added timezone to install, fixed issues with update script, 2019-04-12 12:11:27 -04:00
xevidos
d298255e51 Added password hide and show to install page, Added default table creation function. 2019-04-12 09:45:42 -04:00
xevidos
c833bb72de Started updating update script, Removed unneeded Update calls, Fixed issue with selecting all user options not applying, Added error checking to creation of tables 2019-04-11 18:26:55 -04:00
xevidos
373c281111 Fixed locate mysql function and varchar definition in sql library. 2019-04-10 20:34:06 -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
5bfe7ea545 Continued work on sql library, started refactor of install process to support new library. 2019-04-07 20:58:53 -04:00
xevidos
2d0f4e0286 Added creation of tables through sql library 2019-04-04 13:23:03 -04:00
xevidos
cb362d58c2 Added identifier wraps and find function to sql conversions 2019-04-04 11:04:53 -04:00
xevidos
9f993ce056 Started new sql library system, Started refactor of install process 2019-04-04 08:18:08 -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
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
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
66554ef5e6 Updated Ace, Switched settings to database instead of JSON storage, Started refactoring project component. 2018-10-09 15:30:00 -04:00