aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
Commit message (Collapse)AuthorAgeFilesLines
...
* this is the reason Diaspora forum tagging was brokenfriendica2014-10-141-3/+4
|
* disable email notifications when bulk importing content.friendica2014-10-081-0/+32
|
* Changed default avatars to PNG as agreed with Mike here: ↵Jeroen2014-10-051-1/+1
| | | | https://redmatrix.nl/channel/jeroenpraat/?f=&mid=83603d8f0876c040efafce87755fcd252dbe8da4a75d82fdb230519e3c8dcb72@redmatrix.nl. Added a few new. You can set it like this: util/config system default_profile_photo red_avatar
* That's a string, not an integerThomas Willingham2014-10-031-1/+1
|
* Set timezone when creating a channel.Thomas Willingham2014-10-031-3/+4
|
* issues with diaspora comment signatures on relayed comments that are relayed ↵friendica2014-10-021-0/+11
| | | | through a redmatrix site (parent post is redmatrix) and involve a private post.
* only auto-follow the site recommendations if creating the first channel for ↵friendica2014-10-011-1/+11
| | | | an account.
* ability to pre-populate connections for new channels. e.g. "MySpace Tom"friendica2014-10-011-1/+10
|
* Merge remote branch 'upstream/master'habeascodice2014-09-281-0/+16
|\
| * some background work for import/export of things and liked things/profilesfriendica2014-09-271-0/+16
| |
* | Typo in regex causes runtime errorhabeascodice2014-09-281-1/+1
|/
* optionally include wall items (posts) in import/exportfriendica2014-09-251-3/+4
|
* usability tweaksfriendica2014-09-171-2/+6
|
* channel permission rolesfriendica2014-09-171-5/+5
|
* implement permission roles - the backend should be done except for maybe a ↵friendica2014-09-171-8/+53
| | | | couple of small tweaks. Now we just need to define the rest of the roles and create a chooser for them. Adam started on this some time back but I don't know where that has gone.
* use the more portable encoded_item format for exported items - but with ↵friendica2014-09-161-12/+6
| | | | added attributes so we can use it as a reasonably complete item backup. The encoded_item format gives us extended author and owner information in case we need to probe them to bring the entry back. It also contains taxonomy entries. Importing and/or recovering will best be accomplished in chunks. It could take some time and some memory to chew through this.
* channel export with itemsfriendica2014-09-151-1/+35
|
* This is long overdue - use a symblic constant NULL_DATE instead of the ↵friendica2014-09-081-1/+1
| | | | easily mis-typed sequence '0000-00-00 00:00:00'
* store diaspora meta info in the item table. It has to go there or it will ↵friendica2014-09-031-16/+11
| | | | kill us with complex joins. We can phase out the sign table once this all checks out.
* the rest of the diaspora local discovery stufffriendica2014-08-211-3/+21
|
* some work on extended profile fieldsfriendica2014-08-131-0/+41
|
* issue #551 provide import/export of profiles (if this feature is enabled)friendica2014-08-041-9/+7
|
* Let site admin choose what profile fields to support.friendica2014-08-021-0/+37
|
* correct the permissions on profile pagefriendica2014-07-171-1/+1
|
* clean up more code duplicationfriendica2014-07-141-1/+1
|
* visage tracking opt-in/opt-outfriendica2014-07-031-0/+12
|
* ability to like thingsfriendica2014-06-231-1/+3
|
* profile likesfriendica2014-06-221-0/+19
|
* 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
|