Skip to content

thermalpaste/pydio-core

 
 

Repository files navigation

Pydio Core

Homepage | GitHub-Repository | Issue-Tracker | Codacy Badge

This is the main source code repository of Pydio (formerly AjaXplorer), containing all the PHP server and HTML5 Web GUI.

  • Latest Stable release : 6.2.0
  • Latest Dev release : 5.3.4 (was RC4 for Pydio 6.0.0)
  • License: AGPLv3
  • Lead developer : Charles du Jeu (cdujeu): Github | Twitter

Getting support

Please DO NOT send emails to Charles, but use the forum located on https://pydio.com/forum/ instead. Once your problem is qualified, if it's a bug, you will be asked to enter it in the GitHub issue tracker.

How to contribute / Developer Resources

Coding guidelines

To enforce some coding standards, please run scripts in

dist/scripts/tests/

Fixing the Core

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!

Writing new plugins

Please read the Developer doc located at https://pyd.io/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.

Signing the CLA

Please sign the Contributor License Agreement before contributing.

About

Pydio official repository

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 60.6%
  • Java 13.5%
  • JavaScript 12.3%
  • HTML 9.3%
  • CSS 3.7%
  • Shell 0.3%
  • Other 0.3%