Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow toplevel domain redirects for zot-info | friendica | 2012-12-25 | 1 | -0/+11 |
| | |||||
* | add permission controls to "storage" objects such as attachments or other ↵ | friendica | 2012-12-22 | 1 | -0/+2 |
| | | | | stored files | ||||
* | cleanup editpost | friendica | 2012-12-21 | 2 | -25/+13 |
| | |||||
* | directory structures | friendica | 2012-12-21 | 1 | -2/+3 |
| | |||||
* | more DB cleanup | friendica | 2012-12-20 | 2 | -746/+0 |
| | |||||
* | mod_display - now barely functional but that's a lot better than being ↵ | friendica | 2012-12-20 | 1 | -43/+51 |
| | | | | totally buggered. | ||||
* | removing dfrn stuff | friendica | 2012-12-20 | 4 | -2493/+0 |
| | |||||
* | wrong constant | friendica | 2012-12-20 | 1 | -2/+2 |
| | |||||
* | directory discovery | friendica | 2012-12-20 | 1 | -0/+14 |
| | |||||
* | some changes for directory services | friendica | 2012-12-19 | 1 | -0/+4 |
| | |||||
* | directory page still needs a lot of work, look up locally if local master or ↵ | friendica | 2012-12-19 | 1 | -109/+120 |
| | | | | standalone, need to put some basic profile info in discovery page and direct to local directory master | ||||
* | get notification backend working again | friendica | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | set_baseurl issue, more cleanup | friendica | 2012-12-19 | 1 | -13/+4 |
| | |||||
* | send stuff to zothub as a fallback directory master for now | friendica | 2012-12-18 | 2 | -10/+9 |
| | |||||
* | several small fixes and adjustments | friendica | 2012-12-16 | 3 | -9/+12 |
| | |||||
* | fixing permissions_sql - may need more tweaks | friendica | 2012-12-16 | 1 | -1/+1 |
| | |||||
* | there are now 2 permalinks - one is the remote original post (plink) and the ↵ | friendica | 2012-12-16 | 1 | -0/+2 |
| | | | | other is a pointer to a local copy (llink). mod_display is not longer tied to a particular id or channel so if a message is publicly viewable it will appear without any ownership info. | ||||
* | typo | friendica | 2012-12-16 | 1 | -1/+1 |
| | |||||
* | add live page loading and and endless scroll to home (mod_channel) | friendica | 2012-12-16 | 3 | -24/+52 |
| | |||||
* | pass module name to build_cmd, so we can use it elsewhere | friendica | 2012-12-14 | 1 | -0/+1 |
| | |||||
* | converging on a workable crypto auth handshake | friendica | 2012-12-14 | 1 | -2/+20 |
| | |||||
* | start of a framework for forward magic auth, need a lot more coffee to write ↵ | friendica | 2012-12-13 | 1 | -57/+15 |
| | | | | the other side and even more to write the reverse direction. | ||||
* | admittedly local magic-auth is easy so that's mostly done. Now it gets hard. | friendica | 2012-12-13 | 2 | -4/+52 |
| | |||||
* | templatise the building of page queries so we can re-use it elsewhere | friendica | 2012-12-13 | 1 | -51/+20 |
| | |||||
* | start to whip the permissions into shape, also got rid of the mce drop ↵ | friendica | 2012-12-09 | 3 | -53/+28 |
| | | | | shadow until we can figure out how to do it without the ugly black bars. I tend to prefer "outy" shadows over "inny" shadows anyway, but maybe that's just me. | ||||
* | revise auto_update system so as not to conflict with pre-existing Friendica ↵ | friendica | 2012-12-09 | 1 | -4/+6 |
| | | | | settings | ||||
* | make permission quick links work | friendica | 2012-12-08 | 1 | -2/+5 |
| | |||||
* | a bit of e_all cleanup | friendica | 2012-12-08 | 1 | -14/+8 |
| | |||||
* | upstream fixes, revision updated, and mail autocomplete was lost after a ↵ | friendica | 2012-12-08 | 1 | -0/+1 |
| | | | | recent change I made | ||||
* | progress on the acl selector - it should mostly work, but the returned data ↵ | friendica | 2012-12-07 | 1 | -2/+4 |
| | | | | isn't yet parsed correctly in mod_item | ||||
* | lookup channels in local xchan table even if provided an unknown url - this ↵ | friendica | 2012-12-06 | 1 | -1/+5 |
| | | | | will show their pseudo vcard and connect button if they've ever been seen on this site before. | ||||
* | Fixing the acl widget is going to be hard. Here's a start. | friendica | 2012-12-06 | 1 | -21/+19 |
| | |||||
* | "webbie" isn't going to cut it. We'll go with "channel address" for now. | friendica | 2012-12-06 | 3 | -4/+10 |
| | |||||
* | check permissions for mail to non-connected people, reject if no permission ↵ | friendica | 2012-12-05 | 2 | -8/+70 |
| | | | | - but you can try and send mail to any webbie. We probably should check for this before you send the message but perhaps we can find another way to let you know if it's allowed or not without an expensive probe. Like mod_follow, a webbie without an @ is treated as a local address. | ||||
* | make mail replies work | friendica | 2012-12-05 | 1 | -1/+1 |
| | |||||
* | DB: do the mail table again. Mail almost working onsite, still needs to zot ↵ | friendica | 2012-12-04 | 3 | -113/+120 |
| | | | | though | ||||
* | most of the basic "make friends" stuff except for email notifications, drop ↵ | friendica | 2012-12-03 | 1 | -0/+99 |
| | | | | community tab | ||||
* | profile viewer in iframe module, todo - magic auth | friendica | 2012-12-03 | 2 | -73/+45 |
| | |||||
* | connection notifications | friendica | 2012-12-02 | 1 | -2/+32 |
| | |||||
* | add pending check on group queries | friendica | 2012-11-29 | 2 | -9/+14 |
| | |||||
* | further progress on new network/home notifications | friendica | 2012-11-29 | 1 | -6/+6 |
| | |||||
* | make poco work again | friendica | 2012-11-29 | 1 | -23/+42 |
| | |||||
* | Now if you follow somebody it will create an abook entry on the other site ↵ | friendica | 2012-11-29 | 1 | -5/+14 |
| | | | | with blocked,ignored, and pending set. No "friend notifications" yet. | ||||
* | backport features categories and add some new ones like the affinity slider | friendica | 2012-11-28 | 3 | -33/+42 |
| | |||||
* | basic (very basic) communication showing up on network page | friendica | 2012-11-26 | 2 | -6/+9 |
| | |||||
* | You've got mail! (actually a post, mail is for another day) | friendica | 2012-11-26 | 1 | -1/+1 |
| | |||||
* | "heavy lifting" - zot messages flowing, now just need to be parsed and ↵ | friendica | 2012-11-19 | 1 | -9/+84 |
| | | | | stored at the other end. | ||||
* | DATABASE: outq additions, delivery now getting the notify across to the ↵ | friendica | 2012-11-19 | 1 | -19/+20 |
| | | | | other side | ||||
* | more notes | friendica | 2012-11-16 | 1 | -2/+2 |
| | |||||
* | make the json work | friendica | 2012-11-16 | 1 | -1/+1 |
| |