aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* update network_to_name (reserve DFRN for future use)redmatrix2016-03-211-1/+3
|
* make the admin side menu extensible and provide a hook for a channel "move" ↵redmatrix2016-03-191-1/+1
| | | | operation that federation plugins might use to re-establish connections after a channel move.
* change rev1.3.1redmatrix2016-03-171-1/+1
|
* should have probably done that on tag releaseMario Vavti2016-03-091-1/+1
|
* move "generator" to HttpMetaredmatrix2016-03-081-1/+2
|
* turn 'OpenGraph' into a more general purpose HTTP meta facility for setting ↵redmatrix2016-03-081-5/+5
| | | | any meta header
* allow modules/addons to override the og:title fieldredmatrix2016-03-071-3/+3
|
* Facebook scraper "OpenGraph" support; modules will need to set the required ↵redmatrix2016-03-071-0/+7
| | | | fields (type, image, url) as well as any desired optional or type specific fields. We will set the title during pagebuild.
* abconfigredmatrix2016-02-291-2/+2
|
* schema change to support channel move (a completely different operation than ↵redmatrix2016-02-241-1/+1
| | | | channel clone)
* retry the move of AccessList to composer format (one or more third-party ↵redmatrix2016-02-211-2/+1
| | | | plugins will likely break as a result)
* Revert "move accesslist class to namespace"redmatrix2016-02-201-1/+1
| | | | This reverts commit a9711895cf254a0ca34b1e3f7c8e75bb832e6973.
* move accesslist class to namespaceredmatrix2016-02-201-1/+1
|
* add router classredmatrix2016-02-191-0/+3
|
* siteinfo regression with Zotlabs\Project - add an autoloaderredmatrix2016-02-181-1/+18
|
* Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-181-43/+2
| | | | project/version info. Move these out of /boot.php
* iconfig - add sharing variableredmatrix2016-02-181-1/+1
|
* this qualifies as an interface changeredmatrix2016-02-171-1/+1
|
* schema updates for iconfigredmatrix2016-02-171-1/+1
|
* make always preload images before rendering the page a display settingMario Vavti2016-02-171-0/+5
|
* add https://blablanet.es faillback serverroyalterra2016-02-131-1/+2
| | | {"version":"2016-02-12.1307H","version_tag":"1.2.2","server_role":"advanced","commit":"dd2d123","url":"https:\/\/blablanet.es","plugins":["b2tbtn","bookmarker","chess","dfedfix","diaspora","diaspost","dirstats","donar","jappixmini","libertree","ljpost","mailhost","mchat","metatag","noticias","pgpkey","pumpio","sendzid","smiley_pack","smileybutton","statistics","statistics_json","status","statusnet","twitter","wholikesme","wppost","xmpp","xmppac"],"register_policy":"REGISTER_OPEN","invitation_only":0,"directory_mode":"DIRECTORY_MODE_SECONDARY","language":"es","rss_connections":1,"expiration":0,"default_service_restrictions":false,"locked_features":[],"admin":[{"name":"BlaBlanet-ES","address":"blablanet-es@blablanet.es","channel":"https:\/\/blablanet.es\/channel\/blablanet-es"}],"site_name":"BlablaNet Espa\u00f1a donde est\u00e1n tus amigos, Tu Red Social","platform":"BlaBlaNet","dbdriver":"mysqli","lastpoll":"2016-02-13 14:39:07","info":"","channels_total":29,"channels_active_halfyear":26,"channels_active_monthly":11,"local_posts":6600,"hide_in_statistics":0}
* https://blablanet.es/siteinfo/json reports itself as directory_mode ↵Mario Vavti2016-02-121-1/+0
| | | | DIRECTORY_MODE_PRIMARY. AFAIK this should not be the case as we can only have one primary per realm.
* Update boot.php Failback Server blablanet.esroyalterra2016-02-111-0/+1
| | | This HUB is running us fallback many months us fallback server
* hook changes to support pubsubhubbubredmatrix2016-02-101-1/+1
|
* lots more zcard tweaksredmatrix2016-02-081-1/+0
|
* make yet another recommended security header optional - this time because of ↵redmatrix2016-02-081-1/+2
| | | | piwik. Personally I think if you want to track people you really don't understand this project and its history, but whatever....
* provide get_server_role() to abstract different roles and capabilitiesredmatrix2016-02-071-0/+6
|
* rev updateredmatrix2016-02-051-1/+1
|
* make strict transport security header optionalredmatrix2016-02-041-1/+1
|
* rev updateredmatrix2016-01-311-1/+1
|
* add oembed provider for photosredmatrix2016-01-311-1/+1
|
* add peer filtering to all .well-known servicesredmatrix2016-01-281-1/+2
|
* rename collections to privacy groupsredmatrix2016-01-261-0/+3
|
* make exec the default for proc_run - use system.use_proc_open to use ↵redmatrix2016-01-241-3/+3
| | | | proc_open. Also prohibit delegated channels from manually invoking new_channel under the delegated account.
* remote delegation issue when already logged in with different account on ↵redmatrix2016-01-241-0/+4
| | | | same site.
* provide option to use exec in proc_runredmatrix2016-01-231-2/+6
|
* Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵Andrew Manning2016-01-211-2/+40
|\ | | | | | | activitystreams
| * hook changed, up the std_versionredmatrix2016-01-191-1/+1
| |
| * generalise the site iconredmatrix2016-01-171-0/+15
| |
| * various issues from the forumsredmatrix2016-01-171-1/+24
| |
* | Added more ActivityStreams schema support to boot.php for gamesAndrew Manning2016-01-211-0/+6
|/
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-01-151-4/+4
|\
| * provide more contact infos and update some protocol type definitionsMario Vavti2016-01-151-4/+4
| |
* | minor version rollredmatrix2016-01-151-1/+1
|/
* issue with plugin loadable layoutsredmatrix2016-01-141-1/+3
|
* cover photo fetch and widgetredmatrix2016-01-141-0/+15
|
* 'auto channel creation' - if the corresponding config variable is set, ↵redmatrix2016-01-121-1/+1
| | | | | | create a channel when an account is created. Plugins can provide the necessary channel details (probably from an extended registration form). If no details are provided, a social (mostly public) channel will be created using the LHS of the email address and you will be directed to your channel page (unless email verification is required, in which case this step will be delayed until successful validation and login). If the reddress is already assigned a random name(1000-9999) reddress will be assigned.
* optional support for public key pinningredmatrix2016-01-071-0/+7
|
* extra security headers, revert or fix if functionality is blockedredmatrix2016-01-071-0/+15
|
* version roll1.1redmatrix2016-01-061-2/+2
|