aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* is_developer() for those awkward "Don't touch this yet unlessThomas Willingham2014-03-081-1/+10
| | | | | you know what you're doing" commits - especially the ones with UI components.
* Create a sys chan for hubs that already exist too.Thomas Willingham2014-03-071-0/+7
|
* bring friends backfriendica2014-03-061-1/+1
|
* change flags for one-way connections from hidden to unconnected so we can ↵friendica2014-03-041-0/+1
| | | | still use hidden for - well hiding connections
* directory sync issuesfriendica2014-03-031-3/+2
|
* enable network/matrix expiration, this should be functional but the options ↵friendica2014-03-031-0/+2
| | | | have been reduced/restricted so we're only looking at network posts and ignore anything that is filed, starred, or is resource_type 'photo' (which should not be possible in non-wall posts, but we just want to be sure). Will require the adventurous tester(s) to set 'channel_expire_days' in their channel record.
* some anomolies found when viewing connections in various cases.friendica2014-03-021-3/+1
|
* allow templates to have multiple styles - this would be a bit like having a ↵friendica2014-03-021-1/+5
| | | | schema for a template file. At first you'll think this is insane and overly complicated, you'll just have to wait and see what I'm up to. Then it will start to make sense.
* put schemas in Comanche (this requires theme support (!))friendica2014-02-271-3/+4
|
* put bookmarked chatrooms into pocofriendica2014-02-251-1/+1
|
* more chatroom discoveryfriendica2014-02-251-1/+1
|
* Merge https://github.com/friendica/red into zpullfriendica2014-02-251-1/+1
|\
| * Update channel permissions to full intsThomas Willingham2014-02-251-1/+1
| |
* | allow personalised page layouts for modules.friendica2014-02-251-2/+12
|/
* remote "add bookmark" - like rpost but saves a bookmark from a remote hub ↵friendica2014-02-241-3/+3
| | | | into one of your own bookmark folders (or a new one if desired).
* In case a page has overloaded a module, see if we already have a layout ↵friendica2014-02-231-1/+4
| | | | defined. Otherwise, if a pdl file exists for this module, use it.
* small changes to a couple of lookup functions which we need to use a bit morefriendica2014-02-201-0/+1
|
* fix the broken hublocs in an updatefriendica2014-02-201-1/+1
|
* introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵friendica2014-02-181-0/+1
| | | | able to successfully authenticate (but is not necessarily in this network).
* Windows hack for proc_run() from MarshallThomas Willingham2014-02-161-2/+7
|
* set default for account_level in DBfriendica2014-02-071-1/+1
|
* bookmarkingfriendica2014-02-041-1/+1
|
* bookmark permissionsfriendica2014-02-041-1/+2
|
* accept new connection broke yesterdayfriendica2014-02-031-0/+1
|
* don't load any configs from DB if installing - especially in style.pcssfriendica2014-02-021-0/+1
|
* some windows fixesfriendica2014-02-021-1/+5
|
* chat expiration (default 2 hours) - but can be set on a per-chatroom basisfriendica2014-01-301-1/+1
|
* add client field to chatpresence - which will give us a place to put IP ↵friendica2014-01-281-1/+1
| | | | addresses for webRTC. Might as well allow for that since we'll (soon) have presence. Then we wouldn't need SIP and folks can "just" p2p each other using any mechanism they wish if they have permission to do so.
* chat data structuresfriendica2014-01-271-1/+1
|
* move some store thingsfriendica2014-01-211-1/+1
|
* allow menus to have special rolesfriendica2014-01-151-2/+7
|
* only let visitors remove their own files.friendica2014-01-091-1/+1
|
* allow objects to have permissionsfriendica2013-12-281-1/+1
|
* db update for directory profiles - and fix broken database.sql from the ↵friendica2013-12-251-1/+1
| | | | sys_perms addition a couple days back
* add account_level, is_foreigner and is_member functions; convert all e2ee ↵friendica2013-12-231-1/+1
| | | | user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
* remove a couple of mysql reserved words from being used as table or row ↵friendica2013-12-221-1/+1
| | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
* Some sys chan stuffThomas Willingham2013-12-221-6/+6
|
* remove the .wgl (widget list) file processing for ordering widgets on a ↵friendica2013-12-181-37/+1
| | | | page. This preceded Comanche and was never used and is now obsolete.
* Add App::poi to store the "person of interest" for a given page. This is so ↵friendica2013-12-181-5/+6
| | | | we can comanchificate the vcard_from_xchan widget -- it will pick up the target xchan from the page environment.
* bloody hell... php version incompatibility with openssl - openssl no longer ↵friendica2013-12-151-1/+8
| | | | accepts a string as an algorithm. Earlier versions didn't recognise sha256. So we'll look to see if the algorithm constant for sha256 is defined and if so we'll use that instead of the string.
* Provide a fallback channel to probe for magic-auth when we have no prior ↵friendica2013-12-151-1/+5
| | | | | | | | communications with a site. This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first valid channel on the site because that was probably created when the site was installed and is the closest thing to a system channel we've got.
* add construct_page hookfriendica2013-12-131-0/+4
|
* The affinity tool is not a "traditional" widget. But it is nevertheless a ↵friendica2013-12-111-1/+2
| | | | widget. It just makes fewer page layout decisions which are hard-coded. If you want to shrink it down and put it on the sidebar in your theme, go for it.
* mod channel is now Comanchifiedfriendica2013-12-101-1/+0
|
* look for comanche module pages using theme_include()friendica2013-12-101-2/+2
|
* matrix/network page under Comanche cont.friendica2013-12-101-0/+2
|
* mod_network is now running under Comanche. Yay.friendica2013-12-101-1/+4
|
* reorganise a few included functions - notably identity related functionsfriendica2013-12-031-642/+2
|
* deprecate a->get_curl_code() and $a->get_curl_headers()friendica2013-12-011-20/+0
|
* allow themes to mess with the navbar contents without a custom template. ↵friendica2013-11-281-1/+2
| | | | | | | | | | | | It's done as a callback using a transient plugin hook. For instance to get rid of the notifications link: insert_hook('nav','strip_notify'); function strip_notify($a,&$b) { unset($b['nav']['notifications']); }