gnu-social/plugins/Bookmark
Diogo Cordeiro 1049080df5 [CORE] Move public resources to a /public directory
Advantages:
* Increases security by preventing direct access to file/
* We are careful and have a defined('GNUSOCIAL') || die() to prevent
  direct access to GS files, but we may miss one or a vendor/extlib may
  not be as careful
* Improves directory structure - It's more natural to physically
  separate what is public from what are GNU social resources
2019-08-03 17:47:25 +01:00
..
actions Various obvious bug fixes and better PHP 7 support 2019-04-26 00:34:17 +01:00
classes Properly parse incoming bookmarks 2016-06-24 13:51:40 +02:00
forms Use getUrl() on File and File_thumbnail instead of ->url 2015-03-04 13:13:20 +01:00
lib Consistent behaviour for ScopingNoticeStream $scoped 2016-03-01 14:51:47 +01:00
locale [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
scripts plugins onAutoload now only overloads if necessary (extlibs etc.) 2013-08-28 16:10:30 +02:00
BookmarkPlugin.php [ROUTES] Allow accept-header specification during router creation 2019-08-03 17:47:16 +01:00
README Moved oEmbed stuff out to a plugin (Oembed). 2014-05-06 23:32:13 +02:00

README

Depends on the oEmbed plugin (Oembed).