This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
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.
Files
411b8e48a3acc7ce283555a8e7fe82c7eadecfd6
core
/
Zotlabs
/
Lib
History
zotlabs
3e6a55a295
issue with wiki sync
2018-04-15 17:29:40 -07:00
..
AbConfig.php
…
AConfig.php
…
ActivityStreams.php
…
Api_router.php
…
Apps.php
preserve existing categories when updating an app from an embed source
2018-03-24 21:17:15 -07:00
Cache.php
…
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
move dreport from zot to lib
2018-02-21 21:18:54 -08:00
Enotify.php
remove recipient name from stored notifications but keep them in emails.
2018-04-12 17:55:45 -07:00
ExtendedZip.php
…
IConfig.php
…
Img_filesize.php
scrutinizer mods
2018-01-09 17:04:02 -08:00
JSalmon.php
…
LDSignatures.php
…
MarkdownSoap.php
💡
Add source documentation from recent conversations.
2018-01-05 01:38:20 +01:00
NativeWiki.php
issue with wiki sync
2018-04-15 17:29:40 -07:00
NativeWikiPage.php
disallow backslashes in wiki and wiki-page names
2017-12-05 16:33:24 -08:00
PConfig.php
…
Permcat.php
💡
Add source documentation from recent conversations.
2018-01-05 01:38:20 +01:00
PermissionDescription.php
…
SConfig.php
…
Share.php
add auth flag to share attributes so we can make a costly determination to use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
2018-03-15 17:51:24 -07:00
SuperCurl.php
…
System.php
…
Techlevels.php
…
ThreadItem.php
provide visible star status for starred posts
2018-04-13 11:58:12 +02:00
ThreadStream.php
…
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
XConfig.php
…