Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progress on the acl selector - it should mostly work, but the returned data ↵ | friendica | 2012-12-07 | 2 | -6/+8 |
| | | | | isn't yet parsed correctly in mod_item | ||||
* | Some update commands | friendica | 2012-12-06 | 1 | -0/+2 |
| | |||||
* | DB: alter table group add hash char(255) not null default '' after id, add ↵ | friendica | 2012-12-06 | 1 | -2/+6 |
| | | | | | | index (hash); alter table photo add size int(10) unsigned not null default '0' after width, add index (size); | ||||
* | do zot_finger/import_xchan on zid requests so we get the info cached locally | friendica | 2012-12-06 | 2 | -42/+11 |
| | |||||
* | 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. | ||||
* | move 'Connect' button to local chanview page, remove from remote profile ↵ | friendica | 2012-12-06 | 4 | -18/+26 |
| | | | | pages - still requires some theming love | ||||
* | Fixing the acl widget is going to be hard. Here's a start. | friendica | 2012-12-06 | 2 | -23/+33 |
| | |||||
* | templatise micropro | friendica | 2012-12-06 | 3 | -39/+30 |
| | |||||
* | use consistent quote encoding | friendica | 2012-12-06 | 2 | -4/+4 |
| | |||||
* | contact photo issues | friendica | 2012-12-06 | 3 | -4/+4 |
| | |||||
* | move autosubmit up a level where it will actually work | friendica | 2012-12-06 | 2 | -2/+2 |
| | |||||
* | "webbie" isn't going to cut it. We'll go with "channel address" for now. | friendica | 2012-12-06 | 3 | -4/+10 |
| | |||||
* | fixed several little nit bugs that cropped up during deployment | friendica | 2012-12-06 | 9 | -51/+44 |
| | |||||
* | use all default templates in default theme | friendica | 2012-12-05 | 3 | -110/+0 |
| | |||||
* | bring back profile edit popup menu, needs some more theming | friendica | 2012-12-05 | 3 | -64/+39 |
| | |||||
* | third param to zot_finger no longer needed | friendica | 2012-12-05 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -2/+7 |
| | |||||
* | y'all got mail | friendica | 2012-12-05 | 6 | -56/+279 |
| | |||||
* | DB: do the mail table again. Mail almost working onsite, still needs to zot ↵ | friendica | 2012-12-04 | 12 | -285/+174 |
| | | | | though | ||||
* | DB UPDATE! Drop your mail table and reload it from install/database.sql | friendica | 2012-12-03 | 1 | -21/+9 |
| | |||||
* | most of the basic "make friends" stuff except for email notifications, drop ↵ | friendica | 2012-12-03 | 5 | -31/+113 |
| | | | | community tab | ||||
* | profile viewer in iframe module, todo - magic auth | friendica | 2012-12-03 | 5 | -74/+66 |
| | |||||
* | local delivery | friendica | 2012-12-02 | 2 | -9/+21 |
| | |||||
* | notify stuff | friendica | 2012-12-02 | 1 | -5/+5 |
| | |||||
* | connection notifications | friendica | 2012-12-02 | 2 | -3/+33 |
| | |||||
* | auto-friending for forums and stuff is almost trivial now. But we will need ↵ | friendica | 2012-12-01 | 2 | -12/+29 |
| | | | | a page to set the permissions on the "self" abook record. These will be the default permissions for anybody we wish to connect with. | ||||
* | add pending check on group queries | friendica | 2012-11-29 | 6 | -20/+29 |
| | |||||
* | remove previous iterations of threading code because it's not being used and ↵ | friendica | 2012-11-29 | 1 | -779/+0 |
| | | | | just confusing things | ||||
* | further progress on new network/home notifications | friendica | 2012-11-29 | 3 | -14/+15 |
| | |||||
* | rm pidfile stuff since we won't need poller locking | friendica | 2012-11-29 | 4 | -53/+8 |
| | |||||
* | 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 | 6 | -18/+51 |
| | | | | 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 | 5 | -50/+86 |
| | |||||
* | trace through the threaded conversation spaghetti to bring back a sane ↵ | friendica | 2012-11-28 | 6 | -18/+38 |
| | | | | looking network page | ||||
* | Allow anybody to completely over-ride any module on their own site without ↵ | friendica | 2012-11-28 | 1 | -12/+15 |
| | | | | any core code edits. Just copy an existing module file to 'custom/{module}.php' and edit to your liking. | ||||
* | got comments going back and forth - we really need local_deliver now since ↵ | friendica | 2012-11-27 | 4 | -19/+36 |
| | | | | even local deliveries are going through zot and that isn't necessary or desirable in the long term | ||||
* | tracking through comments | friendica | 2012-11-27 | 2 | -4/+12 |
| | |||||
* | basic (very basic) communication showing up on network page | friendica | 2012-11-26 | 3 | -7/+10 |
| | |||||
* | You've got mail! (actually a post, mail is for another day) | friendica | 2012-11-26 | 3 | -12/+98 |
| | |||||
* | fix item_private flag | friendica | 2012-11-26 | 1 | -1/+4 |
| | |||||
* | more heavy lifting on delivery - now we can find all the recipients on the ↵ | friendica | 2012-11-26 | 3 | -13/+72 |
| | | | | system who have any acceptable permissions for receiving a post. Next we just need to process edits and deletes, and otherwise store the message - yay. Still a lot of work, but we've come a long way baby. | ||||
* | more but slow progress on deliveries. The b*tch is trying to match permissions | friendica | 2012-11-25 | 2 | -7/+29 |
| | |||||
* | "heavy lifting" - zot messages flowing, now just need to be parsed and ↵ | friendica | 2012-11-19 | 3 | -10/+154 |
| | | | | stored at the other end. | ||||
* | DATABASE: outq additions, delivery now getting the notify across to the ↵ | friendica | 2012-11-19 | 6 | -67/+140 |
| | | | | other side | ||||
* | For private messages, use hush-hush ultra top-secret mode by default | friendica | 2012-11-18 | 3 | -9/+14 |
| | |||||
* | Now we are able to get a zot notification packet and the resulting json ↵ | friendica | 2012-11-18 | 2 | -536/+51 |
| | | | | encoded message into the queue, it's still a hard slog, but there's light at the end of the tunnel - "a message is ready and waiting to be delivered". | ||||
* | and there's the import side of things | friendica | 2012-11-17 | 1 | -13/+82 |
| | |||||
* | mostly working item_decode, but without full input santising | friendica | 2012-11-17 | 1 | -27/+32 |
| | |||||
* | remove include/salmon | friendica | 2012-11-16 | 2 | -196/+0 |
| |