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.
core/Zotlabs/Lib
Klaus Weidenbach b71e148cea [BUGFIX] for fromStandalonePermission().
Not sure if this method is used anywhere, but it should not have worked
correctly. This should correct it.
Add a unit test for this class.
2016-10-20 20:22:39 +02:00
..
AbConfig.php
AConfig.php fix aconfig 2016-08-28 16:17:58 -07:00
Api_router.php A bit of api cleanup. Don't get excited. This is like a 0.005% cleanup but you have to start somewhere. 2016-08-11 17:02:52 -07:00
Apps.php add authors to post distribution; case insensitive sort apps 2016-08-29 18:06:39 -07:00
Cache.php
Chatroom.php
Config.php
Enotify.php add get_photo hook to go along with get_profile_photo hook. This allows a plugin to over-ride the permissions for cover photos or insert a different photo in place of that requested 2016-10-17 22:09:41 -07:00
ExtendedZip.php Export of pages and their layouts to a zip file works. Bug on importing the exported zip file for pages. 2016-08-20 15:22:30 -04:00
IConfig.php
PConfig.php array_key_exists warning on PConfig::Delete() 2016-10-17 21:03:34 -07:00
PermissionDescription.php [BUGFIX] for fromStandalonePermission(). 2016-10-20 20:22:39 +02:00
ProtoDriver.php
SuperCurl.php finish the channel_reddress() conversion 2016-09-21 15:28:37 -07:00
System.php server role management, part 1 2016-08-22 16:21:07 -07:00
Techlevels.php add some more stuff to admin/account_edit (service class, language, and techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once. 2016-10-03 17:16:24 -07:00
ThreadItem.php Merge branch 'nulldate' into dev 2016-09-26 18:17:38 -07:00
ThreadStream.php provide text log results of email success/failure rather than 1 and 0. 2016-10-13 16:47:45 -07:00
XConfig.php
ZotDriver.php