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
6ea32a8ba31a9c459cda1b6c9694621958a7bd38
core
/
Zotlabs
/
Lib
History
zotlabs
6ea32a8ba3
class MarkdownSoap to safely store markdown by purifying and preserving (escaped) what may be unsafe code in codeblocks. The stored item needs to be unescaped just prior to calling the markdown-to-html processor
2017-03-29 13:37:36 +02: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
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
apps improvements
2017-02-22 11:22:43 +01:00
Cache.php
restrict url cache to 254 maxlen
2016-07-26 20:05:40 -07:00
Chatroom.php
move chatroom stuff to zlib
2016-05-22 20:54:52 -07:00
Config.php
minor changes to config api and markdown_to_bb
2016-12-05 14:50:34 -08:00
Enotify.php
some preliminary work for email notification of likes - potentially destabilising so disabled until after next release
2016-12-11 17:54:03 -08: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
minor changes to config api and markdown_to_bb
2016-12-05 14:50:34 -08:00
MarkdownSoap.php
class MarkdownSoap to safely store markdown by purifying and preserving (escaped) what may be unsafe code in codeblocks. The stored item needs to be unescaped just prior to calling the markdown-to-html processor
2017-03-29 13:37:36 +02:00
NativeWiki.php
add public_policy to the nwiki container also. This should not affect the recent bug as presented, but is being added for consistency.
2017-03-06 17:59:34 -08:00
NativeWikiPage.php
correct fix for wiki anonymous read issue (items_permissions_sql checks item.public_policy which was set for posts, not wikis)
2017-03-06 15:33:10 -08:00
PConfig.php
minor changes to config api and markdown_to_bb
2016-12-05 14:50:34 -08:00
Permcat.php
more permissions optimisations
2017-02-09 19:52:13 -08: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
compatible_project: we are only concerned with the default realm
2016-12-01 14:45:24 -08: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
many class fixes and revive shiny class for item titles in a new way
2017-03-13 16:34:23 +01: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
minor changes to config api and markdown_to_bb
2016-12-05 14:50:34 -08:00
ZotDriver.php
…