Homepage | GitHub-Repository | Issue-Tracker
This is the main source code repository of Pydio (formerly AjaXplorer), containing all the PHP server and HTML5 Web GUI.
- Latest Stable release : 5.2.3
- Latest Dev release : 5.1.1 (was RC for Pydio 5.2.0)
- License: AGPLv3
- Lead developer : Charles du Jeu (cdujeu): Github | Twitter
Please DO NOT send emails to Charles, but use the forum located on http://pyd.io/f/ instead. Once your problem is qualified, if it's a bug, you will be asked to enter it in the GitHub issue tracker.
To enforce some coding standards, please run scripts in
dist/scripts/tests/
If you think you have found a bug and a way to fix it neatly in the code, use a Pull Request to report this change back to us!
Please read the Developer doc located at https://ajaxplorer.info/documentation/developer, you will find here a bunch of useful information about the plugins architecture, how to create your own plugin, etc. The action.skeleton plugin is a perfect start for that.
New in latest build, in the Settings panel, you can find a new "Developer" node where all actions contributed by all plugins are listed. These can be called either by http, or via the CLI API. At the same location, you will find all "hooks" registered and triggered in the server, that are VERY useful when you want your plugin to be really sandboxed.
Please sign the Contributor License Agreement before contributing.