aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
Commit message (Collapse)AuthorAgeFilesLines
* progress on generic sellpage - is not yet linked from existing connect ↵friendica2013-08-211-1/+2
| | | | buttons and editing has not been completed
* some sane permission defaults.friendica2013-08-181-2/+13
|
* move sitekey creation to the account creation function instead of during ↵friendica2013-08-091-9/+0
| | | | channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin
* more site statsfriendica2013-07-241-0/+8
|
* fix default channel setting after importfriendica2013-07-181-5/+7
|
* mysql 5.1 chokes on 'select * from group' since group is a keywordZach Prezkuta2013-05-121-2/+2
|
* begin to cut the umbilicalfriendica2013-04-141-1/+1
|
* we'll need a special system channel (not attached to any account) for ↵friendica2013-03-181-9/+27
| | | | directory synchronisation
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* add groups and personal configs to export/importfriendica2013-02-211-0/+20
|
* dang - this is almost testable. Still have to figure out the best way to ↵friendica2013-02-191-0/+9
| | | | deal with the profile photo. Otherwise if you're really brave you could give it a go and see what happens. The worst that could happen is that it destroys the universe. Not a big deal. More likely you could end up with a bunch of imported things that have to be cleaned up. Less likely but entirely possible is that nothing useful will happen at all and it'll white screen.
* more groundwork for channel importfriendica2013-02-141-0/+4
|
* Whinging whining stupid fucks.friendica2013-02-121-5/+13
|
* provide a global way of enforcing name policy restrictions, but only enforce ↵friendica2013-02-071-0/+25
| | | | empty names or length > storage size. Allow plugins to set other policies. In particular, you can't have an empty channel name now, but one char is legal ;-)
* add versioning info to basic identity export, create skeleton function for ↵friendica2013-01-181-0/+48
| | | | import
* provide other ways to export the basic infofriendica2013-01-161-0/+47
|
* typofriendica2012-12-161-1/+1
|
* admittedly local magic-auth is easy so that's mostly done. Now it gets hard.friendica2012-12-131-4/+3
|
* fixed the hash, now onward & upwardfriendica2012-11-021-1/+1
|
* cleanup channel managementfriendica2012-11-011-1/+4
|
* need to accomodate different webbies on different hubsfriendica2012-10-311-2/+3
|
* starting on pinging the basic elements of federation and communicationfriendica2012-10-311-3/+12
|
* fixing broken things again after the latest round of ripping out the yellow ↵friendica2012-10-291-1/+12
| | | | slime and replacing it with red slime.
* more structural stufffriendica2012-10-291-1/+1
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-1/+1
| | | | to the profile details.
* fix photo pathsfriendica2012-10-241-2/+2
|
* more heavy liftingfriendica2012-10-231-2/+4
|
* get profile edits workingfriendica2012-10-181-3/+5
|
* wall posts now display - address book structure revamp startedfriendica2012-10-101-17/+5
|
* add hash to channel structure for consistency/redundancyfriendica2012-10-041-8/+12
|
* use hash for channel idfriendica2012-10-011-4/+23
|
* moving a lot of structure around. 'entity' is now 'channel'friendica2012-09-251-24/+24
|
* set the account_id on channel creationfriendica2012-09-021-62/+11
|
* more DB cleanupfriendica2012-08-301-1/+1
|
* start on contacts/profilesfriendica2012-08-301-1/+1
|
* now it gets hardfriendica2012-08-281-0/+88
|
* a few minor changesfriendica2012-08-261-30/+72
|
* begin debug zentityfriendica2012-08-241-2/+2
|
* basic identity creationfriendica2012-08-241-0/+41
|
* back to identity creation formfriendica2012-08-231-0/+11
|
* moving forward againfriendica2012-08-081-4/+4
|
* get_item_elements (json version)friendica2012-07-291-0/+27