Commit Graph

220 Commits

Author SHA1 Message Date
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
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
51a6642a4f Merge branch 'permissions' into 'development'
Permissions

See merge request xevidos/codiad!13
2019-07-17 15:56:41 +00: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
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
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
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
647509e201 Added check to save positions so no POST action is made if there is nothing to save 2019-07-01 09:23:51 -04:00
xevidos
819602a87e Merge branch 'development' of https://gitlab.com/xevidos/codiad into development 2019-06-27 10:44:11 -04:00
xevidos
4e9edb0043 Fixed spelling on update file 2019-06-27 08:55:14 -04:00
xevidos
9220e3d63e Merge branch 'master' of https://gitlab.com/xevidos/codiad into development 2019-06-27 08:47:09 -04:00
xevidos
9d718331e8 Merge branch 'development' into 'master'
v.2.9.5

See merge request xevidos/codiad!12
2019-06-27 12:43:19 +00:00
xevidos
8feda8460b v.2.9.5 Bug fixes 2019-06-27 12:43:19 +00:00
xevidos
c283e39131 Merge branch 'master' into 'development' v.2.9.5 2019-06-27 12:36:54 +00:00
xevidos
29d3845fc2 Updated version number 2019-06-27 08:32:42 -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
bb7e089428 Updated readme 2019-06-26 16:39:44 -04:00
xevidos
868d37dae7 Reformatted editor settings 2019-06-26 16:38:15 -04:00
xevidos
a7caaed4e9 Made theme list dynamic 2019-06-24 16:55:21 -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
deb686a60c Updated readme 2019-06-05 09:10:10 -04:00
xevidos
034538f399 Added protocol to update redirect so the script does not think you are talking about a relative url 2019-05-29 13:13:29 -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
dc1359e545 Re enabled restore on database update error, Added automatic codiad return after update finishes. 2019-05-27 17:08:11 -04:00
xevidos
1dd97f2e53 Added database update step in update process. 2019-05-27 17:02:19 -04:00
xevidos
0912a19eb1 Removed save notification from autosave, Removed content check. 2019-05-06 16:26:34 -04:00
xevidos
c1a43b867d Removed autosave content logging 2019-05-06 10:30:24 -04:00
xevidos
f570988814 Enabled logging for autosave, Updated ReadMe 2019-05-06 09:12:57 -04:00
xevidos
37dcaece9a Updated Readme 2019-05-02 12:42:01 -04:00
xevidos
eee074c987 Fixed immediate editor reformatting issues. 2019-05-01 16:38:10 -04:00
xevidos
101f62a93d Reformatted Active, Fixed some formatting on Filemanager, Reformatted editor. 2019-05-01 16:29:46 -04:00
xevidos
01d17f2698 Merge branch 'development' of https://gitlab.telaaedifex.com/xevidos/codiad into development 2019-05-01 16:22:37 -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
Isaac Brown
bad1a09302 Merge branch 'development' into 'master'
Fix missing component in 2.9.4

See merge request xevidos/codiad!33
2019-05-01 10:28:44 -04:00
Isaac Brown
d1be17366d Fixed missing component in 2.9.4 2019-05-01 10:28:44 -04:00
Isaac Brown
d054139ba6 Merge branch 'master' into 'development'
# Conflicts:
#   components/active/init.js
#   components/update/class.update.php
2019-05-01 10:15:42 -04:00
xevidos
0fc44338ae Fixed missing component 2019-05-01 10:13:53 -04:00
xevidos
52f0bacf68 Fixed missing _this 2019-05-01 10:08:10 -04:00
Isaac Brown
f85594a03f Updated version number 2019-05-01 09:23:05 -04:00
Isaac Brown
c6f20478d8 Merge branch 'development' into 'master'
Update v.2.9.4

See merge request xevidos/codiad!30
2019-05-01 09:11:50 -04:00