Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file replace option for wall attachments. | friendica | 2013-01-30 | 1 | -18/+53 |
| | |||||
* | enforce the new enhanced permissions (not just simple access controls) on ↵ | friendica | 2013-01-30 | 1 | -5/+9 |
| | | | | photos - caveat: the default profile photo cannot be restricted. Any such restrictions will be ignored. | ||||
* | beginning of backend file/attachment api | friendica | 2013-01-30 | 1 | -3/+1 |
| | |||||
* | mark for death implemented | friendica | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | missing permission settings | friendica | 2013-01-29 | 1 | -8/+17 |
| | |||||
* | delete item should now mostly work | friendica | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Someday the social graph will work, but alas not today. Add more debugging. | friendica | 2013-01-28 | 1 | -6/+14 |
| | |||||
* | check for mcrypt during install, allow admin email account to be admin *if* ↵ | friendica | 2013-01-27 | 1 | -0/+5 |
| | | | | it's the first account. | ||||
* | suppose I should do this right. | friendica | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | still no social graph - oh maybe it's because the observer hash isn't valid ↵ | friendica | 2013-01-27 | 1 | -1/+1 |
| | | | | and everybody's permission is denied. Well it's just another bug, but not the real bug. We're connecting as anonymous so that shouldn't make a difference. | ||||
* | var spelling | friendica | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | simplify friendship approval - merge with connection editing | friendica | 2013-01-27 | 1 | -7/+53 |
| | |||||
* | log directory source url | friendica | 2013-01-27 | 1 | -0/+1 |
| | |||||
* | lostpass fixes and login/logout flow if authenticated but no default channel ↵ | friendica | 2013-01-27 | 2 | -9/+13 |
| | | | | exists | ||||
* | maybe 'lostpass' will work now, maybe not. Didn't try it, but theoretically ↵ | friendica | 2013-01-27 | 1 | -39/+42 |
| | | | | it's updated. | ||||
* | photos cont. | friendica | 2013-01-26 | 1 | -103/+56 |
| | |||||
* | more photo backend stuff | friendica | 2013-01-26 | 1 | -38/+8 |
| | |||||
* | further baby steps on the photos API | friendica | 2013-01-25 | 1 | -11/+8 |
| | |||||
* | terminate script tag | friendica | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | start on photos rework | friendica | 2013-01-25 | 1 | -24/+4 |
| | |||||
* | make contact_remove sort of work so I can actually get rid of Oliver's and ↵ | friendica | 2013-01-25 | 3 | -5/+5 |
| | | | | Michael J's dead contacts and not poll them every ten minutes forever | ||||
* | upstream fixes, template regeneration | friendica | 2013-01-25 | 2 | -2/+21 |
| | |||||
* | Putting the final wraps on the backend private message API. This is more or ↵ | friendica | 2013-01-25 | 1 | -58/+30 |
| | | | | less what needs to happen for every data type and get all the SQL code out of the front-end controllers. | ||||
* | add tooltip to toggle full screen mode | friendica | 2013-01-25 | 1 | -1/+2 |
| | |||||
* | make all private message functionality api-able | friendica | 2013-01-24 | 1 | -68/+12 |
| | |||||
* | turn down the log noise a bit | friendica | 2013-01-24 | 1 | -5/+14 |
| | |||||
* | turn private_messages_list into backend functionality and separate it from ↵ | friendica | 2013-01-24 | 1 | -45/+8 |
| | | | | the controller | ||||
* | why oh why is poco_load not getting called? oh - that's why. | friendica | 2013-01-24 | 2 | -5/+4 |
| | |||||
* | auto permissions (such as for forums or whatever) - untested but might just work | friendica | 2013-01-23 | 2 | -114/+140 |
| | |||||
* | plug potential hole in magic auth, add link to chanview to view in dedicated ↵ | friendica | 2013-01-23 | 4 | -28/+48 |
| | | | | window | ||||
* | @tags sorta work, but we might have an issue with sending zids in @tags | friendica | 2013-01-23 | 1 | -3/+2 |
| | |||||
* | make @tags half-ass work | friendica | 2013-01-23 | 2 | -16/+13 |
| | |||||
* | some poco fixes | friendica | 2013-01-22 | 1 | -2/+1 |
| | |||||
* | fixed contactgroup editor | friendica | 2013-01-22 | 2 | -12/+12 |
| | |||||
* | fix observer permissions on wall_attach | friendica | 2013-01-22 | 1 | -52/+19 |
| | |||||
* | clean up the photo storage backend, revamp mod/wall_upload | friendica | 2013-01-22 | 4 | -83/+105 |
| | |||||
* | security fixes related to directory access and sites that are off the grid | friendica | 2013-01-22 | 4 | -9/+13 |
| | |||||
* | hidden directory entries | friendica | 2013-01-22 | 3 | -5/+11 |
| | |||||
* | now we're into the minor nitty fixes | friendica | 2013-01-21 | 1 | -1/+2 |
| | |||||
* | testing begins | friendica | 2013-01-21 | 1 | -3/+3 |
| | |||||
* | magic auth - it's mostly done or at least all the code bits are written and ↵ | friendica | 2013-01-21 | 2 | -62/+208 |
| | | | | 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. | ||||
* | oopsie | friendica | 2013-01-21 | 1 | -1/+2 |
| | |||||
* | re-arrange the order a bit | friendica | 2013-01-21 | 1 | -1/+3 |
| | |||||
* | more work on magic auth | friendica | 2013-01-21 | 2 | -1/+11 |
| | |||||
* | fix the visual group editor | friendica | 2013-01-20 | 1 | -2/+2 |
| | |||||
* | Ensure that Red members never see the accursed "and nobody was found..." ↵ | friendica | 2013-01-20 | 3 | -90/+127 |
| | | | | when you've put in an explicit address of a channel you know for certain exists. | ||||
* | missing scope | friendica | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | make lockview work, bring back acl widget theming in redbasic | friendica | 2013-01-20 | 1 | -28/+22 |
| | |||||
* | more heavy lifting on API - though need to re-visit events and give them all ↵ | friendica | 2013-01-19 | 1 | -2/+1 |
| | | | | message_ids from the origination site. | ||||
* | directory services cleanup | friendica | 2013-01-19 | 2 | -17/+12 |
| |