Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
key & fix ini output
|
|
|
|
|
|
|
|
|
|
|
|
hub is sending notifications.
|
|
|
|
|
|
|
|
|
|
|
|
of as plugins.
This move makes sense as you can addPlugin('Authentication') for example - these are abstract classes designed to be implemented, not used directly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
one that actually checked the password to autoregister a user
Allows for SSO-type plugins that don't have any information about the user other than their username to do autoregistration
|
|
Update FeedSub plugin for non-Plugin_DataObject setup and working checkschema updates.
|
|
compression gain is greater than 20%.
Allows storage of larger objects (over 1mb in size uncompressed), such as huge LDAP schemas.
Should also improve cache efficiency (allows more stuff to be stored in same memory) and reduce network latency (less data transfer)
(redo commit 1e9c03e1993b5d2978ac4c5213a8a64e0150b4a2 which was apparently lost during pluginization)
|
|
|
|
|
|
|
|
|
|
I modified the SamplePlugin to show how to do some real processing,
adding a data class and an action class and modifying the main
menu to link to the new action. I added documentation comments to
all the methods and made sure the modules were PHPCS-clean.
|
|
|
|
|
|
|
|
|
|
can't support image upload via multipart/form-data (and location sharing
is iffy).
- Deal with new error code 100 from Facebook, which seem to be for
inactive accounts.
|
|
syntax highlighting in my editor
|
|
|
|
|
|
Authentication Plugin in use
|
|
|
|
|