aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
Commit message (Collapse)AuthorAgeFilesLines
* allow birthdays with just a year (no month or day).friendica2014-05-011-5/+10
|
* Better handling of restricted /channel and /profile permissions. We will ↵friendica2014-04-141-17/+13
| | | | show the name, profile photo and a 'connect' button if appropriate on these pages regardless of permissions. A blank page makes it difficult for folks to figure out how to connect and if it is their real life friend 'x' or not. It also matches our overall policy (adopted from Facebook's lessons learned) that the channel name and default profile photo are always visible and can't really be blocked without messing up the usability of the entire network. This also makes sure that a connect button can be found somewhere besides the directory - where the entry could be blocked; and avoid somebody having to figure out the webbie and find the link to "follow" (another related issue).
* Ooops, replaced too manyThomas Willingham2014-04-121-2/+2
|
* Revert to prepare_text, use bbcode only for withThomas Willingham2014-04-121-15/+15
|
* Bring BBCode to profilesThomas Willingham2014-04-111-15/+15
|
* provide the ability for rpost to post as another of your channels. This does ↵friendica2014-04-051-0/+21
| | | | not yet work, so the functionality has not been enabled.
* Let admins set a default expire days value.Thomas Willingham2014-04-011-3/+7
|
* photo timestamp was missing from main profile photo url which prevents photo ↵friendica2014-03-311-0/+8
| | | | changes from being immediately seen there.
* allow zotfeed to create a firehose of a site.friendica2014-03-261-0/+9
|
* don't allow normal channels to have the name 'sys'.friendica2014-03-231-0/+5
|
* make sure crypto is loaded before creating a keypairfriendica2014-03-231-0/+1
|
* create_sys_channel during setup bypasses our check when creating the first ↵friendica2014-03-231-0/+9
| | | | account that there is a site keypair. Esnure that a site keypair is created before any sys channels are created.
* contact_block() not being shown to unauthenticated visitors - even if perms ↵friendica2014-03-131-4/+1
| | | | allow. Also separate the permissions logic for this function so that we can have a mini-profile widget and a separate contact_block widget instead of always lumping them together. We probably also should move contact_block() outside of include/text.php as it doesn't really belong there. Just not sure where it belongs - perhaps contact_widgets wouold be a good place.
* undofriendica2014-03-041-2/+2
|
* Make zid() work for observers as well as local usersThomas Willingham2014-03-041-3/+3
|
* allow personalised page layouts for modules.friendica2014-02-251-2/+0
|
* take a pfriendica2014-02-241-1/+1
|
* set theme for un-viewable profilefriendica2014-02-241-21/+32
|
* code cleanupfriendica2014-02-201-0/+9
|
* get_theme_uid() - if no uid, look for a system channel and use that. This ↵friendica2014-02-171-0/+5
| | | | allows default theme/scheme tweaks at the server level.
* snakebite, cont. magic-auth via openid is now possible, with the caveat that ↵friendica2014-02-171-1/+1
| | | | one needs a hand-crafted xchan at the moment to make use of it and if you wish to do so, there will be no assistance or help provided. The risk of system instability and mangled DBs now and going forward is significant if you try this.
* don't include deleted channels in number of channels service class checksfriendica2014-02-161-4/+8
|
* return the expected arrayfriendica2014-02-121-3/+3
|
* dont show onlinestatus if block_public is onmarijus2014-02-121-0/+3
|
* The scenario is that you're authenticated via magic-auth on a remote hub and ↵friendica2014-02-101-3/+5
| | | | you change channels locally. Next time you start an auth exchange we'll look to see if your identity changed and we should start fresh if that's the case, rather than just falling through and keeping the old credentials.
* online indication to the directory popupfriendica2014-01-281-0/+22
|
* online indication on profile sidebarfriendica2014-01-281-1/+27
|
* Missed these from git add...a year agoThomas Willingham2014-01-171-0/+2
|
* prevent zid's from reaching the DAV core code.friendica2014-01-161-1/+1
|
* fix the fix (can't work on query if it hasn't been added to $dest yet)zottel2014-01-101-2/+3
|
* process str_replace before urlencodingfriendica2014-01-091-1/+1
|
* urlencode query_string for magic auth to make sure GET params make it backzottel2014-01-091-2/+2
| | | | to the originating server
* a bit more backend work on thingsfriendica2013-12-281-32/+3
|
* add account_level, is_foreigner and is_member functions; convert all e2ee ↵friendica2013-12-231-0/+32
| | | | 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.
* clean up sys_channel creation so it will workfriendica2013-12-221-12/+24
|
* StyleThomas Willingham2013-12-221-7/+7
|
* Must have broken that in a merge - put it backThomas Willingham2013-12-221-0/+17
|
* Some sys chan stuffThomas Willingham2013-12-221-35/+14
|
* default photo issue, and connections page showing deleted accounts. Also ↵friendica2013-12-191-1/+1
| | | | show last updated on connedit page
* make default profile photo configurable - should be functional but needs ↵friendica2013-12-191-0/+21
| | | | admin ui
* comanchify all the simple cases - those that only load a profile. Rework ↵friendica2013-12-111-1/+6
| | | | permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
* cleanup and Comanchification of mod_profilefriendica2013-12-101-0/+3
|
* move profile tabs and network/matrix tabs to include/conversationfriendica2013-12-051-73/+0
|
* add poco and follow to default xchan creationfriendica2013-12-041-1/+2
|
* more documentation workfriendica2013-12-031-75/+106
|
* reorganise a few included functions - notably identity related functionsfriendica2013-12-031-0/+747
|
* Don't allow channel creation with a nicknamefriendica2013-11-141-0/+6
|
* structure for channel unionsfriendica2013-09-261-1/+1
|
* Service classChristian Vogeley2013-09-081-2/+5
| | | | identity, follow, photo upload, att upload