This website requires JavaScript.
Explore
Help
Register
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it, but cannot push or open issues or pull requests.
665a517a47
core
/
Zotlabs
History
redmatrix
a3ce194bf5
Some issues discovered with linkinfo module, and update the doco about using object modules in addons; as there were a couple of surprises.
2016-04-21 22:16:57 -07:00
..
Access
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
2016-02-21 16:49:49 -08:00
Extend
new hook interface (the old one still works but requires handlers to have two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts.
2016-04-21 17:03:05 -07:00
Identity
start of v4
2015-12-06 19:16:38 -08:00
Module
Some issues discovered with linkinfo module, and update the doco about using object modules in addons; as there were a couple of surprises.
2016-04-21 22:16:57 -07:00
Project
localise the opensearch link
2016-04-10 21:56:16 -07:00
Storage
send file sync packets for all known file operations
2016-04-07 18:54:48 -07:00
Web
provide a way for the router to support custom controller objects and allow plugins to register class objects as modules instead of the traditional procedural interface.
2016-04-21 16:09:25 -07:00
Zot
provide general purpose verification class, remove include/session.php (no longer used)
2016-04-14 18:51:06 -07:00