Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Service class | Christian Vogeley | 2013-09-08 | 1 | -2/+5 |
| | | | | identity, follow, photo upload, att upload | ||||
* | force webbies to lowercase | friendica | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | progress on generic sellpage - is not yet linked from existing connect ↵ | friendica | 2013-08-21 | 1 | -1/+2 |
| | | | | buttons and editing has not been completed | ||||
* | some sane permission defaults. | friendica | 2013-08-18 | 1 | -2/+13 |
| | |||||
* | move sitekey creation to the account creation function instead of during ↵ | friendica | 2013-08-09 | 1 | -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 stats | friendica | 2013-07-24 | 1 | -0/+8 |
| | |||||
* | fix default channel setting after import | friendica | 2013-07-18 | 1 | -5/+7 |
| | |||||
* | mysql 5.1 chokes on 'select * from group' since group is a keyword | Zach Prezkuta | 2013-05-12 | 1 | -2/+2 |
| | |||||
* | begin to cut the umbilical | friendica | 2013-04-14 | 1 | -1/+1 |
| | |||||
* | we'll need a special system channel (not attached to any account) for ↵ | friendica | 2013-03-18 | 1 | -9/+27 |
| | | | | directory synchronisation | ||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | add groups and personal configs to export/import | friendica | 2013-02-21 | 1 | -0/+20 |
| | |||||
* | dang - this is almost testable. Still have to figure out the best way to ↵ | friendica | 2013-02-19 | 1 | -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 import | friendica | 2013-02-14 | 1 | -0/+4 |
| | |||||
* | Whinging whining stupid fucks. | friendica | 2013-02-12 | 1 | -5/+13 |
| | |||||
* | provide a global way of enforcing name policy restrictions, but only enforce ↵ | friendica | 2013-02-07 | 1 | -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 ↵ | friendica | 2013-01-18 | 1 | -0/+48 |
| | | | | import | ||||
* | provide other ways to export the basic info | friendica | 2013-01-16 | 1 | -0/+47 |
| | |||||
* | typo | friendica | 2012-12-16 | 1 | -1/+1 |
| | |||||
* | admittedly local magic-auth is easy so that's mostly done. Now it gets hard. | friendica | 2012-12-13 | 1 | -4/+3 |
| | |||||
* | fixed the hash, now onward & upward | friendica | 2012-11-02 | 1 | -1/+1 |
| | |||||
* | cleanup channel management | friendica | 2012-11-01 | 1 | -1/+4 |
| | |||||
* | need to accomodate different webbies on different hubs | friendica | 2012-10-31 | 1 | -2/+3 |
| | |||||
* | starting on pinging the basic elements of federation and communication | friendica | 2012-10-31 | 1 | -3/+12 |
| | |||||
* | fixing broken things again after the latest round of ripping out the yellow ↵ | friendica | 2012-10-29 | 1 | -1/+12 |
| | | | | slime and replacing it with red slime. | ||||
* | more structural stuff | friendica | 2012-10-29 | 1 | -1/+1 |
| | |||||
* | "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵ | friendica | 2012-10-29 | 1 | -1/+1 |
| | | | | to the profile details. | ||||
* | fix photo paths | friendica | 2012-10-24 | 1 | -2/+2 |
| | |||||
* | more heavy lifting | friendica | 2012-10-23 | 1 | -2/+4 |
| | |||||
* | get profile edits working | friendica | 2012-10-18 | 1 | -3/+5 |
| | |||||
* | wall posts now display - address book structure revamp started | friendica | 2012-10-10 | 1 | -17/+5 |
| | |||||
* | add hash to channel structure for consistency/redundancy | friendica | 2012-10-04 | 1 | -8/+12 |
| | |||||
* | use hash for channel id | friendica | 2012-10-01 | 1 | -4/+23 |
| | |||||
* | moving a lot of structure around. 'entity' is now 'channel' | friendica | 2012-09-25 | 1 | -24/+24 |
| | |||||
* | set the account_id on channel creation | friendica | 2012-09-02 | 1 | -62/+11 |
| | |||||
* | more DB cleanup | friendica | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | start on contacts/profiles | friendica | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | now it gets hard | friendica | 2012-08-28 | 1 | -0/+88 |
| | |||||
* | a few minor changes | friendica | 2012-08-26 | 1 | -30/+72 |
| | |||||
* | begin debug zentity | friendica | 2012-08-24 | 1 | -2/+2 |
| | |||||
* | basic identity creation | friendica | 2012-08-24 | 1 | -0/+41 |
| | |||||
* | back to identity creation form | friendica | 2012-08-23 | 1 | -0/+11 |
| | |||||
* | moving forward again | friendica | 2012-08-08 | 1 | -4/+4 |
| | |||||
* | get_item_elements (json version) | friendica | 2012-07-29 | 1 | -0/+27 |