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
2019-01-17 11:39:52 +01:00
..
AbConfig.php minor changes to config api and markdown_to_bb 2016-12-05 14:50:34 -08:00
AConfig.php minor changes to config api and markdown_to_bb 2016-12-05 14:50:34 -08:00
Activity.php event attendance testing continued (now works at a basic level from one direction, more testing needed) 2019-01-16 21:09:04 -08:00
ActivityStreams.php Organization actor type was missing 2018-11-23 12:25:05 -08: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 make Apps::get_base_apps() pluggable 2019-01-08 14:14:55 -08:00
Cache.php oembed cache: don't store the url (which may need to be truncated), store a hash instead. This will allow us to convert the table to utf8mb4 without running into mysql key length restrictions as well as dealing with the potential ambiguity of truncated urls. 2017-04-18 18:31:10 -07:00
Chatroom.php obscurify chats 2018-04-01 16:53:10 -07:00
Config.php mod_search: fix the group by mess 2018-01-21 17:06:38 -08:00
DB_Upgrade.php refactor of the DB update system. Updates are now stored individually in Zotlabs/Update/_nnnn.php and are objects; so only the pending updates need to be loaded and executed rather than all historical updates. There is one single number (DB_UPDATE_VERSION) representing the current version and it is EQUAL TO the last known update. A dummy update _1201 was created to address the difference in counting behaviour; it will be executed on the next change of DB_UPDATE_VERSION as well as the next update. The database config values are also loaded from disk on every update immediately before setting the update lock in order to reduce timing conflicts and race conditions. 2018-02-16 12:42:02 -08:00
DReport.php fix delivery report for zot6 connections 2019-01-17 11:39:52 +01:00
Enotify.php fallback to url if we have not got an addr 2018-12-02 11:39:04 +01: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
Group.php Update Group.php 2018-09-28 00:26:01 +02:00
IConfig.php minor changes to config api and markdown_to_bb 2016-12-05 14:50:34 -08:00
Img_filesize.php scrutinizer mods 2018-01-09 17:04:02 -08:00
JSalmon.php this is brutal 2018-11-06 20:44:40 -08:00
LDSignatures.php handle jsonld parse errors and send them to the app log instead of the php log. 2017-09-24 20:18:36 -07:00
Libsync.php Update Libsync.php 2018-09-28 00:20:03 +02:00
Libzot.php fix delivery report for zot6 connections 2019-01-17 11:39:52 +01:00
Libzotdir.php bring some Zot6 libraries and interfaces to red/hubzilla 2018-08-06 17:43:22 -07:00
MarkdownSoap.php 💡 Add source documentation from recent conversations. 2018-01-05 01:38:20 +01:00
MessageFilter.php fix php warning 2018-05-12 13:28:04 +02:00
NativeWiki.php add item.uuid to relevant places 2018-11-15 16:34:09 -08:00
NativeWikiPage.php Add wiki_preprocess hook and documentation 2018-10-10 22:46:00 -04:00
PConfig.php Tweak to deal with changes that may happen within the same second. 2019-01-07 19:48:14 -05:00
Permcat.php 💡 Add source documentation from recent conversations. 2018-01-05 01:38:20 +01:00
PermissionDescription.php [BUGFIX] for fromStandalonePermission(). 2016-10-20 20:22:39 +02:00
Queue.php bring some Zot6 libraries and interfaces to red/hubzilla 2018-08-06 17:43:22 -07:00
SConfig.php 💡 Improving Doxygen documentation. 2017-11-03 23:04:27 +01:00
Share.php fix issue #1221 2018-06-10 17:04:34 +02:00
SuperCurl.php finish the channel_reddress() conversion 2016-09-21 15:28:37 -07:00
System.php update a number of links in the code 2018-06-06 17:12:20 -07:00
Techlevels.php add numbers to the techlevel descriptions because that's what we will use to indicate a minimum level in documentation 2017-06-11 18:52:00 -07:00
ThreadItem.php use this form instead 2018-11-19 15:20:28 -08:00
ThreadStream.php possible fixes for can_comment_on_post(), provide wiki_list on wiki sidebar 2018-08-15 17:00:37 -07:00
Verify.php move Zotlabs\Zot\Verify to Zotlabs\Lib\Verify as part of the z6 re-org 2018-02-21 20:59:30 -08:00
Webfinger.php bring some Zot6 libraries and interfaces to red/hubzilla 2018-08-06 17:43:22 -07:00
XConfig.php 💡 Improving Doxygen documentation. 2017-11-03 23:04:27 +01:00
Zotfinger.php this is brutal 2018-11-06 20:44:40 -08:00