streams/Zotlabs/Lib
2019-04-11 21:10:31 -07:00
..
AbConfig.php config updates 2018-11-20 19:15:15 -08:00
AccessList.php rename privacy groups to access lists, forums to groups 2019-02-14 15:26:37 -08:00
AConfig.php minor changes to config api and markdown_to_bb 2016-12-05 14:50:34 -08:00
Activity.php typo 2019-04-11 04:10:59 -07:00
ActivityPub.php move ActivityStreams::fetch to Activity::fetch as it now has structural platform dependencies and may require porting. 2019-01-13 21:22:45 -08:00
ActivityStreams.php filter out a specific unusual activity 2019-03-31 18:01:20 -07:00
Api_router.php remove items for removed connections in the background, also only deliver toplevel sync items to clones and remove these from normal delivery, fix to oep albums which was still using hex2bin/bin2hex (these are now hashes), add content import to translated apps, allow api routes to contain an optional argument. 2019-03-04 15:39:03 -08:00
Apps.php xchan_instance_url was still being referenced, add expire app 2019-03-24 22:46:31 -07: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 split off libsync from libzot 2018-06-04 18:40:11 -07:00
Config.php config updates 2018-11-20 19:15:15 -08:00
Connect.php really remove delegate perms 2019-04-06 16:36:23 -07:00
Crypto.php crypto issue - undefined variable 2019-01-05 11:17:51 -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
Discover.php checkin lots of recent zap/zot6 work 2018-05-18 03:09:38 -07:00
DReport.php fixes from upstream 2019-03-26 16:06:06 -07:00
Enotify.php detect comment moderation with even more precision 2019-03-28 16:41:06 -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 forum work 2018-11-21 17:46:08 -08:00
Img_filesize.php scrutinizer mods 2018-01-09 17:04:02 -08:00
JSalmon.php crypto: migration please review 2018-12-13 17:16:01 -08:00
Keyutils.php assorted issues 2018-12-26 15:33:01 -08:00
LDSignatures.php crypto: migration please review 2018-12-13 17:16:01 -08:00
Libsync.php some cleanup 2019-04-11 20:26:38 -07:00
Libzot.php some cleanup 2019-04-11 20:26:38 -07:00
Libzotdir.php add collections to directory 2019-04-02 18:53:43 -07:00
Markdown.php move markdown to zlib 2019-04-11 21:10:31 -07:00
MarkdownSoap.php 💡 Add source documentation from recent conversations. 2018-01-05 01:38:20 +01:00
MessageFilter.php xss issue from upstream, messagefilter enhancements 2019-03-18 19:19:04 -07:00
PConfig.php config updates 2018-11-20 19:15:15 -08:00
Permcat.php upgrade the rest of my_perms 2018-06-07 20:17:30 -07:00
PermissionDescription.php [BUGFIX] for fromStandalonePermission(). 2016-10-20 20:22:39 +02:00
Queue.php piled up deliveries were not getting scheduled for localhost, probably these were piled up as the result of a queue threshhold breach 2019-04-04 19:14:32 -07:00
SConfig.php some cleanup 2019-04-11 20:26:38 -07:00
Share.php post embed 2019-01-29 21:26:52 -08:00
SuperCurl.php finish the channel_reddress() conversion 2016-09-21 15:28:37 -07:00
System.php change repo locations 2019-02-11 15:55:07 -08: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 change privacy hover message when $privacy_warning in effect 2019-01-31 16:28:14 -08:00
ThreadListener.php fixes from upstream 2019-02-17 21:45:31 -08:00
ThreadStream.php Merge branch 'red' 2018-08-20 22:24:44 -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 remove backtrace on zlib/webfinger, no longer needed for troubleshooting 2019-01-21 21:19:41 -08:00
XConfig.php config updates 2018-11-20 19:15:15 -08:00
Zotfinger.php completion of crypto cleanup 2018-12-16 20:37:43 -08:00
ZotURL.php cloud perms and location independent content searching 2019-02-19 12:31:39 -08:00