Starting with oC8 the windows support was dropped:
Additional to this ownCloud 8.1 won’t run at all as an “hard-fail” will be added:
master
← windows-setup-check
opened 01:25PM - 26 Feb 15 UTC
Will prevent users from using ownCloud on Windows Server :see_no_evil:
First st… ep…
@DeepDiver1975 @karlitschek @MTRichards @nickvergessen
The official blogpost about the dropped windows support is available here:
https://owncloud.org/blog/owncloud-server-8-1-will-not-support-windows-as-server-platform-natively/
Seems Windows support won’t be back in the next future as all checks to test for Windows are now removed and running oC on Windows is completely blocked:
master
← goodbye-windows
opened 01:31PM - 07 Oct 16 UTC
## Description
There is a setup check that prevents installing on Windows.
No n… eed to keep the old unsupported Windows code paths.
## Related Issue
None
## Motivation and Context
Additional useless code paths and legacy code.
Additional warnings every time the unit tests are run and I'm too lazy to adjust my console's scrollback buffer.
## How Has This Been Tested?
Ran unit tests.
Checked that files_external still works after the change in there.
## Screenshots (if appropriate):
## Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [x] Tech debt
## Checklist:
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [x] I have read the **CONTRIBUTING** document.
- [ ] I have added tests to cover my changes.
- [x] All new and existing tests passed.
@DeepDiver1975 @butonic @jvillafanez @VicDeo :skull: