Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify friendship approval - merge with connection editing | friendica | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | help deletions along | friendica | 2013-01-27 | 1 | -0/+4 |
| | |||||
* | lostpass fixes and login/logout flow if authenticated but no default channel ↵ | friendica | 2013-01-27 | 2 | -1/+8 |
| | | | | exists | ||||
* | ensure zot messages with 'deleted' items set 'created' as a fallback to ↵ | friendica | 2013-01-26 | 1 | -1/+2 |
| | | | | ensure the message isn't tossed. | ||||
* | better handling of failures to lookup remote authors | friendica | 2013-01-26 | 1 | -3/+9 |
| | |||||
* | photos cont. | friendica | 2013-01-26 | 1 | -1/+45 |
| | |||||
* | more photo backend stuff | friendica | 2013-01-26 | 2 | -1/+35 |
| | |||||
* | further baby steps on the photos API | friendica | 2013-01-25 | 2 | -1/+27 |
| | |||||
* | start on photos rework | friendica | 2013-01-25 | 1 | -0/+226 |
| | |||||
* | make contact_remove sort of work so I can actually get rid of Oliver's and ↵ | friendica | 2013-01-25 | 3 | -18/+38 |
| | | | | Michael J's dead contacts and not poll them every ten minutes forever | ||||
* | poco debugging cont. | friendica | 2013-01-25 | 2 | -7/+23 |
| | |||||
* | upstream fixes, template regeneration | friendica | 2013-01-25 | 1 | -2/+5 |
| | |||||
* | Putting the final wraps on the backend private message API. This is more or ↵ | friendica | 2013-01-25 | 1 | -19/+63 |
| | | | | less what needs to happen for every data type and get all the SQL code out of the front-end controllers. | ||||
* | api for abook entries | friendica | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | more api functions to help pull business logic out of controller code, in ↵ | friendica | 2013-01-25 | 1 | -0/+18 |
| | | | | this case the often used functions to fetch all contacts or fetch the self contact | ||||
* | add new magic links to activity translations | friendica | 2013-01-25 | 2 | -20/+32 |
| | |||||
* | fix wall-wall ownername | friendica | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | make all private message functionality api-able | friendica | 2013-01-24 | 1 | -1/+95 |
| | |||||
* | inverted logic on wall-wall check | friendica | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | here's another reason the social graph isn't updating | friendica | 2013-01-24 | 2 | -38/+18 |
| | |||||
* | quick-n-dirty wall-to-wall detection, wasn't working at all - this may be ↵ | friendica | 2013-01-24 | 2 | -52/+9 |
| | | | | overboard or it may still not work at all. | ||||
* | check comment permissions against observer, unbold email subject links for ↵ | friendica | 2013-01-24 | 1 | -16/+12 |
| | | | | read messages | ||||
* | turn down the log noise a bit | friendica | 2013-01-24 | 1 | -19/+17 |
| | |||||
* | turn private_messages_list into backend functionality and separate it from ↵ | friendica | 2013-01-24 | 1 | -0/+46 |
| | | | | the controller | ||||
* | uncomplicate item deletion and fixup all the other linked tables | friendica | 2013-01-24 | 3 | -114/+81 |
| | |||||
* | why oh why is poco_load not getting called? oh - that's why. | friendica | 2013-01-24 | 3 | -20/+20 |
| | |||||
* | auto permissions (such as for forums or whatever) - untested but might just work | friendica | 2013-01-23 | 1 | -4/+6 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-01-23 | 1 | -4/+12 |
|\ | |||||
| * | delete item: change of timestamp last edit | Michael Meer | 2013-01-23 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #1 from friendica/master | MicMee | 2013-01-23 | 17 | -653/+465 |
| |\ | | | | | | | get changes | ||||
| * | | delete of single items should now work again | Michael Meer | 2013-01-23 | 1 | -4/+10 |
| | | | |||||
* | | | plug potential hole in magic auth, add link to chanview to view in dedicated ↵ | friendica | 2013-01-23 | 1 | -3/+11 |
| |/ |/| | | | | | window | ||||
* | | fix some displayed links that were wonky | friendica | 2013-01-22 | 2 | -4/+9 |
| | | |||||
* | | some poco fixes | friendica | 2013-01-22 | 2 | -43/+42 |
| | | |||||
* | | fixed contactgroup editor | friendica | 2013-01-22 | 1 | -2/+1 |
| | | |||||
* | | clean up the photo storage backend, revamp mod/wall_upload | friendica | 2013-01-22 | 3 | -329/+15 |
| | | |||||
* | | security fixes related to directory access and sites that are off the grid | friendica | 2013-01-22 | 1 | -1/+14 |
| | | |||||
* | | hidden directory entries | friendica | 2013-01-22 | 1 | -3/+11 |
| | | |||||
* | | now we're into the minor nitty fixes | friendica | 2013-01-21 | 2 | -4/+4 |
| | | |||||
* | | testing begins | friendica | 2013-01-21 | 1 | -17/+17 |
| | | |||||
* | | magic auth - it's mostly done or at least all the code bits are written and ↵ | friendica | 2013-01-21 | 2 | -16/+16 |
| | | | | | | | | it looks in theory to be pretty secure and it doesn't white screen. Getting it to actually work(?), well we won't know how hard that will be until we get it on a couple of systems and try it. Magic auth on one box is a no-op because you're already authenticated. | ||||
* | | more work on magic auth | friendica | 2013-01-21 | 1 | -0/+6 |
| | | |||||
* | | sort out yet more api functions | friendica | 2013-01-20 | 1 | -26/+35 |
| | | |||||
* | | make lockview work, bring back acl widget theming in redbasic | friendica | 2013-01-20 | 1 | -2/+4 |
| | | |||||
* | | preserve event item[uri] if present | friendica | 2013-01-20 | 4 | -41/+64 |
| | | |||||
* | | more heavy lifting on API - though need to re-visit events and give them all ↵ | friendica | 2013-01-19 | 5 | -47/+76 |
| | | | | | | | | message_ids from the origination site. | ||||
* | | more hard slogging on the api | friendica | 2013-01-19 | 1 | -131/+108 |
| | | |||||
* | | directory services cleanup | friendica | 2013-01-19 | 1 | -2/+3 |
| | | |||||
* | | distributed directory search from the navbar | friendica | 2013-01-19 | 1 | -11/+18 |
| | | |||||
* | | add versioning info to basic identity export, create skeleton function for ↵ | friendica | 2013-01-18 | 1 | -0/+48 |
|/ | | | | import |