streams/Code/Lib
2022-07-05 17:27:11 -07:00
..
AbConfig.php it's done 2022-02-15 20:08:28 -08:00
AccessList.php incorrect namespace 2022-03-16 22:14:45 -07:00
Account.php Remove dead code and move account queries to Account class. 2022-06-21 19:59:37 -07:00
AConfig.php it's done 2022-02-15 20:08:28 -08:00
Activity.php attempt to dbesc an array from a malformed activity 2022-07-04 19:48:49 -07:00
ActivityPub.php it's done 2022-02-15 20:08:28 -08:00
ActivityStreams.php refactor AS validity check 2022-06-21 16:47:52 -07:00
Addon.php auto-generate addon yaml 2022-03-06 16:03:26 -08:00
Api_router.php it's done 2022-02-15 20:08:28 -08:00
Apps.php remove vlists app 2022-06-19 19:35:34 -07:00
ASCollection.php it's done 2022-02-15 20:08:28 -08:00
Cache.php it's done 2022-02-15 20:08:28 -08:00
Channel.php Reduce code inconsistencies between get_default_profile_photo() and get_default_cover_photo() 2022-06-26 21:35:29 -07:00
Chatroom.php it's done 2022-02-15 20:08:28 -08:00
Config.php it's done 2022-02-15 20:08:28 -08:00
Connect.php begin hubloc refactor 2022-06-16 19:46:54 -07:00
Crypto.php synchronisation issues, cont. 2022-03-20 14:39:58 -07:00
DB_Upgrade.php it's done 2022-02-15 20:08:28 -08:00
DReport.php Create DReport::is_expired(). Currently static but this may change. 2022-06-25 00:25:10 -07:00
Enotify.php it's done 2022-02-15 20:08:28 -08:00
ExtendedZip.php it's done 2022-02-15 20:08:28 -08:00
Features.php disable newmember widget by default 2022-05-23 20:21:34 -07:00
Hashpath.php Committed to wrong dir 2022-06-22 03:32:08 -07:00
Head.php it's done 2022-02-15 20:08:28 -08:00
IConfig.php it's done 2022-02-15 20:08:28 -08:00
Img_cache.php deprecate z_fetch_url() and friends. Now use Code\Lib\Url::{fetch|get}() 2022-06-23 00:38:34 -07:00
Img_filesize.php it's done 2022-02-15 20:08:28 -08:00
Infocon.php only use one yaml library 2022-03-06 21:39:21 -08:00
JSalmon.php it's done 2022-02-15 20:08:28 -08:00
Keyutils.php it's done 2022-02-15 20:08:28 -08:00
LanguageDetect.php Refactor default arguments 2022-07-05 20:20:26 +10:00
LDSignatures.php it's done 2022-02-15 20:08:28 -08:00
Libacl.php Remove some dead code and associated defines. 2022-06-21 16:13:01 -07:00
LibBlock.php it's done 2022-02-15 20:08:28 -08:00
Libprofile.php Use 'Join' wherever there's a Connect button referencing a group. 2022-04-10 14:00:37 -07:00
Libsync.php hubloc refactor continued - hubloc_delete() 2022-06-17 19:24:50 -07:00
Libzot.php refactor language detection 2022-07-05 11:34:07 +10:00
Libzotdir.php wrap create_table_from_array() query in a transaction and convert xprof to use it in libzotdir. 2022-06-23 18:03:49 -07:00
Markdown.php it's done 2022-02-15 20:08:28 -08:00
MarkdownSoap.php it's done 2022-02-15 20:08:28 -08:00
MastAPI.php it's done 2022-02-15 20:08:28 -08:00
Menu.php it's done 2022-02-15 20:08:28 -08:00
MenuItem.php it's done 2022-02-15 20:08:28 -08:00
MessageFilter.php refactor language detection 2022-07-05 11:34:07 +10:00
Navbar.php unclutter the user menu 2022-06-19 18:38:20 -07:00
Nodeinfo.php deprecate z_fetch_url() and friends. Now use Code\Lib\Url::{fetch|get}() 2022-06-23 00:38:34 -07:00
Oembed.php deprecate z_fetch_url() and friends. Now use Code\Lib\Url::{fetch|get}() 2022-06-23 00:38:34 -07:00
PConfig.php it's done 2022-02-15 20:08:28 -08:00
Permcat.php it's done 2022-02-15 20:08:28 -08:00
PermissionDescription.php Remove some dead code and associated defines. 2022-06-21 16:13:01 -07:00
Queue.php deprecate z_fetch_url() and friends. Now use Code\Lib\Url::{fetch|get}() 2022-06-23 00:38:34 -07:00
SConfig.php it's done 2022-02-15 20:08:28 -08:00
ServiceClass.php it's done 2022-02-15 20:08:28 -08:00
Share.php more work on federated quoted notes 2022-06-27 22:15:19 -07:00
Socgraph.php deprecate z_fetch_url() and friends. Now use Code\Lib\Url::{fetch|get}() 2022-06-23 00:38:34 -07:00
Stringsjs.php remove deprecated rating feature 2022-04-25 04:15:05 -07:00
SvgSanitizer.php it's done 2022-02-15 20:08:28 -08:00
System.php caldav is not supported. 2022-03-01 15:45:04 -08:00
ThreadItem.php rename include/text -> include/misc 2022-06-17 16:59:11 -07:00
ThreadListener.php it's done 2022-02-15 20:08:28 -08:00
ThreadStream.php rename include/text -> include/misc 2022-06-17 16:59:11 -07:00
Url.php provide actual http error_code in Url get/post failure detail rather than just the curl error code. 2022-07-05 17:27:11 -07:00
Verify.php it's done 2022-02-15 20:08:28 -08:00
Webfinger.php deprecate z_fetch_url() and friends. Now use Code\Lib\Url::{fetch|get}() 2022-06-23 00:38:34 -07:00
Xchan.php it's done 2022-02-15 20:08:28 -08:00
XConfig.php it's done 2022-02-15 20:08:28 -08:00
Xprof.php namespace issue 2022-03-02 14:22:01 -08:00
Yaml.php sync issue 2022-03-25 13:49:50 -07:00
Zotfinger.php deprecate z_fetch_url() and friends. Now use Code\Lib\Url::{fetch|get}() 2022-06-23 00:38:34 -07:00