Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

OpenCAD 1.0.0 Extravaganza #376

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
326 commits
Select commit Hold shift + click to select a range
baf50cb
Merge pull request #23 in OC/opencad-app from ~PFERNANDES/opencad-app…
Aug 15, 2019
27cc883
* OCPHP-642 Renaming sidebarNav.php to topbarNav.php to more accurate…
Aug 16, 2019
e4ed259
OCPHP-642
Aug 16, 2019
612fa1f
Merge pull request #24 in OC/opencad-app from ~PFERNANDES/opencad-app…
Aug 16, 2019
8412307
* Adding logic in various spots to check for active session.
Aug 16, 2019
4b42a2b
* Adding more session checking logic.
Aug 16, 2019
7766a8b
* More session logic.
Aug 16, 2019
b86cb06
* OCPHP-642 Began work on modal dialogs.
Aug 16, 2019
3649ca1
* Some general refactoring.
Aug 18, 2019
03d3f91
* OCPHP-645 Implemented all User Management functions. (OCPHP-642)
Aug 18, 2019
0befce2
* OCPHP-643 Shuffling around includes and scripts. (OCPHP-642)
Aug 19, 2019
6392a05
* OCPHP-642 Enabled Data Import/Export/Reset modal.
Aug 19, 2019
41c3c3e
* Fixing includes.
Aug 19, 2019
c3ccb27
* OCPHP-642 Added baseline topNav for oc-admin. No logic exists, this…
Aug 19, 2019
c959067
* OCPHP-645 Changed User Management page to use topbarNav.inc.php and…
Aug 19, 2019
526a789
* OCPHP-649 Finished Phase 1 of Departments Manager (OCPHP-642)
Aug 19, 2019
605f76a
* OCPHP-651 Finished Phase 1 of Radio Codes Manager (OCPHP-642)
Aug 19, 2019
c22ab39
* OCPHP-650 Finished Phase 1 of Incident Type Manager. (OCPHP-642)
Aug 19, 2019
9c55fde
* OCPHP-642 Cleaned up data IMP/EXP/RES modal.
Aug 19, 2019
af342e7
* OCPHP-642 Fixed reference to radioCodeManager.php
Aug 19, 2019
8c5db55
* OCPHP-648 Finished Phase 1 of Citation Type Manager. (OCPHP-642)
Aug 19, 2019
b7363a5
Merge pull request #25 in OC/opencad-app from ~PFERNANDES/opencad-app…
Aug 19, 2019
4bd5f0d
* Restoring missing installer components.
Aug 19, 2019
068f6a9
Merge pull request #26 in OC/opencad-app from ~PFERNANDES/opencad-app…
Aug 19, 2019
945e210
* OCPHP-642 Final bit of implementation for Phase 1. 100% lang_key();…
Aug 20, 2019
5795fcd
Merge pull request #27 in OC/opencad-app from ~PFERNANDES/opencad-app…
Aug 20, 2019
0c4de50
* OCPHP-642 Data Reset modal is fully i81n compatable.
Aug 23, 2019
a7fbd92
Merge branch 'release/canary' of ssh://ssh.opencad.io:7999/oc/opencad…
Aug 23, 2019
e7d6534
DB AND OC-FUNCTIONS PATCH
Aug 27, 2019
d974e3f
* Added code to override the presence check for oc-install. For use i…
Aug 31, 2019
9495b1d
* Fixing footer in oc-admin.
Aug 31, 2019
ee1121f
* Added clauses to removed (*_)civilian_names.
Aug 31, 2019
6c97adb
* Fixed HTACCESS creator in oc-functions.php.
Sep 1, 2019
3faa56e
* Harmonizing headers in oc-admin
Sep 2, 2019
31d072f
* Migrating (oc-)profile.php to CoreUI.
Sep 2, 2019
aec32eb
* Minor filesystem restructuring.
Sep 2, 2019
2cc258f
* Filesystem factoring and code fixed dispatchActions.php
Sep 3, 2019
1046222
* Removing cad2.php and updated topProfile.inc.php
Sep 3, 2019
e1047e8
* CoreUI cad.php
Sep 3, 2019
bce7c5b
* cad.php implemented.
Sep 3, 2019
0e2f595
Fixed function with random token and also resolved merge conflict in …
Sep 3, 2019
2908adb
* More changes to cad.php.
Sep 3, 2019
b1d588e
Slow progress on getting oc-apps implemented fully.
Sep 8, 2019
398428b
More progress and removing mdt.php.
Sep 10, 2019
823fb14
Resolved merge conflicts and updated version numbers for release/canary.
Sep 10, 2019
20d936e
Installer Update and fixes
Sep 10, 2019
0813dc6
Merge branch 'release/canary' of ssh://ssh.opencad.io:7999/oc/opencad…
Sep 24, 2019
8c44673
Merge branch 'release/canary' into working-copy
Sep 24, 2019
bf9c65a
Fixed database check and adjusted translations with new notes.
Oct 21, 2019
69cfddd
Fixed topProgile.inc.php & more mysqli_* deprecation
Oct 30, 2019
be164df
Fixed database check and added LEO/Fire strings
Oct 30, 2019
0d725c6
Fixed favicon and logos for oc-install
Oct 30, 2019
bba6cd6
PDO for oc-start and login.
Nov 7, 2019
5dd2367
Corrected oc-start button HREFS
Nov 8, 2019
a0b573e
Nav fixes, oc-star bugfix, cad nad mdt modials modularized.
Nov 11, 2019
465bb37
Added web.config to .gitignore.
Nov 11, 2019
011d37a
Fixed MODERATOR_DATA_MANAGER not being set.
Nov 11, 2019
fe989fe
Fixed schema version error message.
Nov 12, 2019
2f90f60
Merge branch 'working-copy' of ssh://ssh.opencad.io:7999/~pfernandes/…
Nov 12, 2019
9376e16
Fixed dis[ath button not showing.
Nov 12, 2019
ed65d03
Added schema version to config table.
Nov 12, 2019
6972e56
More login fixes.
Nov 13, 2019
06aefe1
Fixed non-existent column.
Nov 13, 2019
11a9df7
Fixed status select in MDT.
Dec 13, 2019
229d5dc
Massive variable and database structure refactoring.
Dec 14, 2019
3c3a90d
Added session checking to login.php and checking for supervisorPrivil…
Dec 14, 2019
4a5b0b9
no message
Dec 19, 2019
2b13440
Ignored web.config and removed sql.php.
Dec 19, 2019
3559161
no message
Dec 19, 2019
9040b8a
no message
Dec 21, 2019
c163bf7
no message
Dec 23, 2019
fce9016
no message
Dec 23, 2019
0e8db22
no message
Dec 23, 2019
37f5660
no message
Dec 26, 2019
f4757ff
no message
Dec 26, 2019
6261b6b
no message
Dec 26, 2019
819daca
no message
Dec 26, 2019
339a7e1
Fixing .gitignore.
Dec 26, 2019
2b6fd30
no message
Dec 30, 2019
8630f29
A little tweaking around with civilian things.
Dec 30, 2019
daaca85
Merge branch 'working-copy' of https://repo.opencad.io/scm/~pfernande…
Dec 30, 2019
faf9e71
no message
Dec 30, 2019
99a4225
Various fixes for civilian for 1.0 and database patches.
Dec 23, 2019
8b9689b
Merge branch 'working-copy' of https://repo.opencad.io/scm/~pfernande…
Dec 30, 2019
c369a88
Fixed civilian.php conflct from last rebase.
Dec 31, 2019
a9daec6
Fixed Civ messages
Dec 31, 2019
c70b612
Moved header.inc.php and updated references.
Dec 31, 2019
4400554
Amending mssing updates
Dec 31, 2019
093e68a
Finished civilian modals but not operable
Dec 31, 2019
4ce202a
Finished civilian modals but not operable
Dec 31, 2019
5a91966
Cnsolidating "no message" commits for cleanliness.
Dec 31, 2019
c9951e6
Commit cosolidation.
Dec 14, 2019
ddef522
Ignored web.config and removed sql.php.
Dec 19, 2019
180009b
Various fixes for civilian for 1.0 and database patches.
Dec 23, 2019
7c450c0
Fixing .gitignore.
Dec 26, 2019
62c6d75
A little tweaking around with civilian things.
Dec 30, 2019
f655c1a
Finished civilian modals but not operable
Dec 31, 2019
b7554b6
Commit cosolidation.
Dec 14, 2019
85fb232
Removed stock installer logo, fixed config generator.
Dec 29, 2019
9dbc56f
Commit cosolidation.
Dec 14, 2019
8259446
Ignored web.config and removed sql.php.
Dec 19, 2019
6e7cfa0
Various fixes for civilian for 1.0 and database patches.
Dec 23, 2019
78a95b3
Fixing .gitignore.
Dec 26, 2019
d5f50e7
A little tweaking around with civilian things.
Dec 30, 2019
51f7938
Finished civilian modals but not operable
Dec 31, 2019
66c8d91
Commit cosolidation.
Dec 14, 2019
056331b
More civ work
Jan 2, 2020
cb8e00e
Local boostrap update to 4.4.1.
Jan 2, 2020
22ff8cb
Merge branch 'working-copy' into release/canary
Jan 2, 2020
95e143a
Mass update of packages and deployment of bower.
Jan 2, 2020
c25c3a1
no message
Jan 2, 2020
0164e35
Fixing conflicts.
Jan 2, 2020
b613afb
Fixing more conflicts.
Jan 2, 2020
86b6461
Fixing more conflicts.
Jan 2, 2020
6535f83
Fixing .gitignore.
Dec 26, 2019
d60223a
Fixing more conflicts.
Jan 2, 2020
81d4bce
Fixing more conflicts.
Jan 2, 2020
9a3b35d
Fixing more conflicts.
Jan 2, 2020
65998a5
Mass update of packages and deployment of bower.
Jan 2, 2020
b6ca8ee
Fixing more merge conflicts.
Jan 2, 2020
831eb58
Fixing more merge conflicts.
Jan 2, 2020
b7ea479
Fixing more conflicts.
Jan 2, 2020
5d9fc20
Fixing more merge conflicts.
Jan 2, 2020
b1edc0b
Fixing more conflicts.
Jan 2, 2020
80867dd
Fixing more merge conflicts.
Jan 2, 2020
1be5c37
Fixing more merge conflicts.
Jan 2, 2020
c14840c
Fixing merge conflicts for working/copy to release/canary rebase.
Jan 2, 2020
492f1b8
Fixing merge conflicts for working/copy to release/canary rebase.
Jan 2, 2020
9c15ab0
Fixing merge conflicts for working/copy to release/canary rebase.
Jan 2, 2020
a310eca
Fixing more merge conflicts.
Jan 2, 2020
32f7e1d
Fixing more merge conflicts.
Jan 2, 2020
84e72c4
Fixing more merge conflicts.
Jan 2, 2020
9fbcec2
Merge branch 'release/canary' into working-copy
Jan 2, 2020
05e7af2
Moved CoreUI to bower package management
Jan 2, 2020
e7bc529
Upgrade boostrap to 4.4.1 from bower.
Jan 2, 2020
f3653cb
Updating dependecies and further progress.
Jan 16, 2020
0f0c964
Moved CAD modals to theme files and fixed AOP
Jan 21, 2020
070f4ed
Merge branch 'release/canary' into working-copy
Jan 21, 2020
9d095b2
Moved registration modals.
Jan 22, 2020
213ef0d
Fixed top profile menu throughout interface.
Feb 5, 2020
ed69238
Fixed top profile menu throughout interface.
Feb 5, 2020
9318600
Merge branch 'working-copy' of https://repo.opencad.io/scm/~pfernande…
Feb 10, 2020
4b7f0ad
Fixed new dashbaord and login flow.
Feb 11, 2020
62bb314
Added readonly access requests.
Feb 15, 2020
1f9a803
Began implementing online statuses for dashbaord.
Feb 22, 2020
03f3dd8
Added strings for dashboard sidebard headers.
phillf Mar 18, 2020
0afadc4
Further localization of regisration modals.
phillf Mar 18, 2020
da5a709
OCPHP-704
phillf Mar 18, 2020
00d52c0
Trnaslated oc-prfile console and functions
phillf Mar 19, 2020
eece4b0
Translated profileActions.inc.php.
phillf Mar 19, 2020
e412c83
Updated oc_install.sql.
phillf Mar 19, 2020
eee1070
Fixed installer not setting admin identifier.
phillf Mar 19, 2020
7d16bfe
Switched installer to "PRD" from "DEBUG".
phillf Mar 19, 2020
df1dab0
Finished Translating cad and mdt local strings.
phillf Mar 19, 2020
d60fd74
Fixed User insert issue
phillf Mar 21, 2020
436bc84
Added session() exisitence checking in various places.
Mar 29, 2020
f81afec
Merge branch 'working-copy' of ssh://ssh.opencad.io:7999/~pfernandes/…
Mar 29, 2020
1ac0a18
Various fixes
Mar 29, 2020
f3f1f88
* Removed GDM Import/Export.
Mar 29, 2020
0eeccce
Merge branch 'working-copy' of ssh://ssh.opencad.io:7999/~pfernandes/…
Mar 29, 2020
da4e387
Some enhancements
Mar 30, 2020
1a4ede1
Merge branch 'working-copy' of ssh://ssh.opencad.io:7999/~pfernandes/…
Mar 30, 2020
b7c89dd
change casing of userDepartments in various places.
Mar 30, 2020
7a16998
OCPHP-710
Mar 31, 2020
362227e
.gitignore additions.
Mar 31, 2020
93ff226
Revert userdepartments capitalization.
Mar 31, 2020
8b35140
OCPHP-712
Apr 1, 2020
dc5f016
Combined and moved dl_type and dl_status
phillf Mar 28, 2021
130fe6a
* Removed SQL directory to reduce the number of places SQL templates …
phillf Mar 28, 2021
d42d34d
Combined and moved dl_type and dl_status
Mar 28, 2021
8f26db6
Merge remote-tracking branch 'origin/release/canary' into release/canary
Mar 28, 2021
b7ce49b
Fixed trimming issue from #367.
phillf Mar 28, 2021
066af6a
Remove commented out code.
ItsAGeekThing Mar 29, 2021
0737f98
Remove configuring loggers outside of Debug Mode.
ItsAGeekThing Mar 29, 2021
a2610a6
Resolve unsafe cross-origin.
ItsAGeekThing Mar 29, 2021
1df85e7
Implement Subresource Integrity and remove legacy vendor examples.
ItsAGeekThing Mar 29, 2021
f9c9192
Utilize HTTPS instead of HTTP.
ItsAGeekThing Mar 29, 2021
62efa1d
Merge branch 'oc-main/canary' into release/canary
phillf Mar 30, 2021
6f2707f
Cleanup
phillf Mar 30, 2021
98a10a8
Removing superfluous directories and files.
phillf Mar 30, 2021
4cbe9cc
Merge pull request #1 from phillf/release/canary
ItsAGeekThing Mar 30, 2021
c1c6457
Merge remote-tracking branch 'refs/remotes/oc-archive/pr1'
phillf Mar 31, 2021
b2023e2
Merge branch 'harper/canary' into iagk/canary
phillf Mar 31, 2021
3c6f20d
* Remove superfluous vendors folds. The libraries contaioned with in …
ItsAGeekThing Apr 6, 2021
8c788fd
* Removing extraneous crap
phillf Apr 6, 2021
dde9c1a
* Fix %50.
phillf Apr 6, 2021
feca578
* Fix paths.
phillf Apr 6, 2021
a69124f
Drop support for end-of-life PHP and MySQL/MariaDB versions.
ItsAGeekThing Apr 6, 2021
96fe1fd
Remove references to Jira.
ItsAGeekThing Apr 6, 2021
40bf6d7
Remove reintroduced references to Jira.
ItsAGeekThing Apr 6, 2021
ff5e25c
Merge remote-tracking branch 'origin/release/canary' into release/canary
ItsAGeekThing Apr 6, 2021
07640c9
* Rename logo ot logo_brand.png
phillf Apr 6, 2021
71f1f70
Merge branch 'release/canary' of https://github.com/ItsAGeekThing/Ope…
phillf Apr 6, 2021
1a4444b
* Fix deuplicated notes for RAO in en.inc.php.
phillf Apr 6, 2021
7795b20
* Remove build.yml for SonarCloud. Will be reintroduced at a later date.
phillf Apr 6, 2021
1a017bb
* Fix for installer issue
phillf Apr 9, 2021
46d2e9b
* Fixed installer not setting WEBHOOK_URL properly.
phillf Apr 9, 2021
c54c04e
* Added <LIVEMAP_URL> string to oc-config,sample.php
phillf Apr 9, 2021
31cdb44
* Fix missing ";" on lines 33 and 35 of userManagement.php
phillf Apr 9, 2021
ab930bc
* Update pdfmake libraries.
phillf Apr 9, 2021
bc4abb2
* [389] Renamed weaponPermit to weaponPermitStatus
phillf Apr 10, 2021
8f65763
* Add aria-label and aria-labeledby element to userManagement.php.
phillf Apr 10, 2021
e5e9f3a
* Remove reference to unused pdfmake library.
phillf Apr 10, 2021
eb0ee64
* Add aria-label or aria-labeledby properies per SonarCloud and WCAG …
phillf Apr 10, 2021
e645936
* Add/fix aria-labelledby attributes.
phillf Apr 10, 2021
da0341c
* Add aria-labelledby elements to cad.modals.inc.php.
phillf Apr 10, 2021
2672f1a
* Add aria-labelledby attributes to civilian.modals.inc.php.
phillf Apr 10, 2021
ddee988
* Adjust Debug modal to have proper CSS id attribute.
phillf Apr 10, 2021
72d6b69
* Add aria-labelled by attributes to mdt.modals.inc.php.
phillf Apr 10, 2021
e90e180
* Add aria-labelledby attributes to register.modals.inc.php.
phillf Apr 10, 2021
b2613ff
* Add rel="noopener" to html anchors.
phillf Apr 10, 2021
5f75a8f
* Fix aira-labelledby attribute in mdt.modals.inc.php.
phillf Apr 10, 2021
225ce1c
* Apply various fixes for admin portal.
phillf Apr 16, 2021
68c9b62
* More fixes for oc-admin.
phillf Apr 16, 2021
797b144
* Use column names instead of numbers.
phillf Apr 16, 2021
bc292b2
* Adding white space between functions in oc-includes/functions.inc.php
phillf Apr 16, 2021
5dfe1e5
* Change to using scripts.inc.php from theme's includes.
phillf Apr 16, 2021
86baf7b
* Remove deprecated jquert-consolidated.php.
phillf Apr 16, 2021
e609855
* idfk
phillf Apr 16, 2021
1c7535a
* Introduce stale.yml for comment thread management.
phillf Apr 17, 2021
7be0ba2
* Update popper.min.js library.
phillf Apr 17, 2021
d51c46a
* Update local versions of certain libraries.
phillf Apr 17, 2021
09b55f6
* Add logic to show/hide specific headers in the sidebar.
phillf Apr 17, 2021
fdd71fb
* Thingz
phillf Apr 17, 2021
3659a51
* Remove stray </script> tags.
phillf Apr 17, 2021
a07a935
* Remove header.inc.php from oc-includes.
phillf Apr 18, 2021
fcf53eb
* Update pnotify library reference.
phillf Apr 18, 2021
83e163d
* Thingz
phillf Apr 18, 2021
c594544
* Fix reference to scripts.inc.php
phillf Apr 18, 2021
b930435
* Edit logo to use COMMUNITY_NAME for the alt text.
phillf Apr 18, 2021
95ace25
* Code balancing (?)
phillf Apr 18, 2021
6b84e0a
* Update logo to use COMMUNITY_NAME for alt text.
phillf Apr 18, 2021
30b3c1c
* More
phillf Apr 18, 2021
3b8d870
* Add description
phillf Apr 18, 2021
f917b88
* Further modularize theming. Default now uses the "building blocks" …
phillf Apr 19, 2021
1587290
* Add COMMUNITY_HOMEPAGE constant to oc-config.sample.php.
phillf Apr 19, 2021
82c9258
* Fixed uiserID casing in multiple places.
phillf Apr 24, 2021
357855a
Updating oc-readme
devotedsouls Apr 24, 2021
f8d4100
Remove magic quotes.
phillf Jul 11, 2021
1d6b786
Tweaked LIVEMAP_URL handling of oc-satart.php
phillf Jul 15, 2021
5c79873
* Fixed various themeing issues with error "plugin".
phillf Aug 7, 2021
f38bd10
* Batch of changes. Do not remember what I did.
phillf Aug 7, 2021
ec7bc13
More fixes
phillf Aug 7, 2021
2d9e6e3
* More fixes.
phillf Aug 7, 2021
efdf59a
* Yes.... more fixes
phillf Aug 8, 2021
aed4164
* Ncic finally fixed
phillf Aug 8, 2021
cb25276
* Fixes
phillf Aug 8, 2021
4f634c0
Fixes
phillf Aug 8, 2021
a669363
Fixes
phillf Aug 8, 2021
97d3875
Footer Fixes
phillf Aug 8, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
17 changes: 17 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: true
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ignore config file
oc-config.php
# Ignore these files
oc-config.php*
/phpmyadmin
*.swp
*.code-workspace
Expand All @@ -8,12 +8,14 @@ info.php
.github/
*.bak*
.travis.yml
.crowdin.yml
.crowdin.ymlW
.vscode
.MESSAGE
patch.diff
mirror_ssh
log_file
sql.php
*adminer*.php
errorlog
web.configW
errorlog
oc-content/themes/default/includes/header.inc.php
14 changes: 0 additions & 14 deletions .htaccess

This file was deleted.

37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

36 changes: 22 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="http://discord.io/opencadproject"><img alt="Join our Discord" src="https://img.shields.io/discord/352884538676084756?style=for-the-badge"></a>
<a rel="noopener" href="http://discord.io/opencadproject"><img alt="Join our Discord" src="https://img.shields.io/discord/352884538676084756?style=for-the-badge"></a>
<img alt="GitHub tag (latest SemVer)" src="https://img.shields.io/github/v/tag/opencad-app/opencad-php?style=for-the-badge">
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/opencad-app/opencad-php?style=for-the-badge">
</p>
Expand All @@ -10,27 +10,35 @@
Open Source Computer Aided Dispatch System for Roleplay Communities.

## Installation Requirements
* Operating System: Linux or Windows
* Webserver: Apache or Nginx
* PHP: 7.3 (Recommended), 7.2 (Minimum)
* Database: MySQL >=5.5 or MariaDB >=10.0 (Recommended Version: 10.3)
* Operating System:
* Linux
* Windows
* Webserver:
* Apache
* Nginx
* PHP: >=7.3
>Recommended: 8.0
* Database:
* MySQL >=8.0
>Recommended: 8.0
* MariaDB >=10.2
>Recommended: 10.5

### Deployment Notes

#### Unsuppported Environments
#### Unsupported Environments
* Free hosting of any kind
* XAMPP

#### Important Notes
* This has been tested to work on Linux, Windows and cPanel.
* The OpenCAD Development team **DOES NOT** recommend the utilization of "free" webhosting solutions due to a multitude of reasons. We suggest [Spearware Networks](https://spearwarenetworks.com/web-hosting) for web hosting.
* This has been tested to work on Linux, Windows, DirectAdmin, and Plesk.
* The OpenCAD Development team **DOES NOT** recommend the utilization of "free" webhosting solutions due to a multitude of reasons.
We suggest [Spearware Networks](https://spearwarenetworks.com/web-hosting) for web hosting.

## Support

Need Help? [View our Documentation](https://guides.opencad.io) which has all the documentation you need.
######Need Help?
[View our Documentation](https://docs.opencad.io) which has all the documentation you need.

Still Having Trouble? on the community Discord post your issue in [#general-help](http://discord.io/opencadproject).

## License

Do you suspect someone of violating the license of OpenCAD or plagiarizing code? Please [send these reports to our security desk](https://security.opencad.io/).
######Still Having Trouble?
Join us on the community Discord and post your issue in [#general-help](http://discord.io/opencadproject).
6 changes: 0 additions & 6 deletions actions/.htaccess

This file was deleted.

Loading