Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | do zot_finger/import_xchan on zid requests so we get the info cached locally | friendica | 2012-12-06 | 2 | -42/+11 | |
| | ||||||
* | move 'Connect' button to local chanview page, remove from remote profile ↵ | friendica | 2012-12-06 | 1 | -2/+15 | |
| | | | | pages - still requires some theming love | |||||
* | Fixing the acl widget is going to be hard. Here's a start. | friendica | 2012-12-06 | 1 | -2/+14 | |
| | ||||||
* | templatise micropro | friendica | 2012-12-06 | 1 | -39/+28 | |
| | ||||||
* | use consistent quote encoding | friendica | 2012-12-06 | 2 | -4/+4 | |
| | ||||||
* | contact photo issues | friendica | 2012-12-06 | 2 | -3/+3 | |
| | ||||||
* | move autosubmit up a level where it will actually work | friendica | 2012-12-06 | 1 | -1/+1 | |
| | ||||||
* | fixed several little nit bugs that cropped up during deployment | friendica | 2012-12-06 | 5 | -5/+5 | |
| | ||||||
* | third param to zot_finger no longer needed | friendica | 2012-12-05 | 1 | -1/+1 | |
| | ||||||
* | make mail replies work | friendica | 2012-12-05 | 1 | -1/+6 | |
| | ||||||
* | y'all got mail | friendica | 2012-12-05 | 5 | -55/+278 | |
| | ||||||
* | DB: do the mail table again. Mail almost working onsite, still needs to zot ↵ | friendica | 2012-12-04 | 2 | -160/+30 | |
| | | | | though | |||||
* | most of the basic "make friends" stuff except for email notifications, drop ↵ | friendica | 2012-12-03 | 1 | -12/+3 | |
| | | | | community tab | |||||
* | local delivery | friendica | 2012-12-02 | 2 | -9/+21 | |
| | ||||||
* | notify stuff | friendica | 2012-12-02 | 1 | -5/+5 | |
| | ||||||
* | auto-friending for forums and stuff is almost trivial now. But we will need ↵ | friendica | 2012-12-01 | 1 | -11/+28 | |
| | | | | 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 | 4 | -11/+15 | |
| | ||||||
* | 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 | 2 | -8/+9 | |
| | ||||||
* | rm pidfile stuff since we won't need poller locking | friendica | 2012-11-29 | 3 | -44/+0 | |
| | ||||||
* | Now if you follow somebody it will create an abook entry on the other site ↵ | friendica | 2012-11-29 | 2 | -9/+31 | |
| | | | | 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 | 1 | -16/+39 | |
| | ||||||
* | trace through the threaded conversation spaghetti to bring back a sane ↵ | friendica | 2012-11-28 | 2 | -4/+26 | |
| | | | | looking network page | |||||
* | got comments going back and forth - we really need local_deliver now since ↵ | friendica | 2012-11-27 | 3 | -18/+35 | |
| | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | You've got mail! (actually a post, mail is for another day) | friendica | 2012-11-26 | 2 | -11/+97 | |
| | ||||||
* | 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 | 2 | -12/+71 | |
| | | | | 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 | 1 | -6/+28 | |
| | ||||||
* | "heavy lifting" - zot messages flowing, now just need to be parsed and ↵ | friendica | 2012-11-19 | 2 | -1/+70 | |
| | | | | stored at the other end. | |||||
* | DATABASE: outq additions, delivery now getting the notify across to the ↵ | friendica | 2012-11-19 | 3 | -46/+114 | |
| | | | | 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 | 1 | -535/+50 | |
| | | | | 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 | |
| | ||||||
* | little stuff | friendica | 2012-11-16 | 1 | -4/+19 | |
| | ||||||
* | finish basic item encoding, add plugin compatibility tag, notes on improving ↵ | friendica | 2012-11-16 | 3 | -4/+35 | |
| | | | | $global_perms for edge cases | |||||
* | more progress on notifier cleanup and encoding items for transit. | friendica | 2012-11-15 | 4 | -27/+177 | |
| | ||||||
* | start on item feed structures | friendica | 2012-11-14 | 1 | -5/+27 | |
| | ||||||
* | make the visual group editor work again in the new world | friendica | 2012-11-14 | 2 | -6/+8 | |
| | ||||||
* | more infrastructure changes | friendica | 2012-11-14 | 1 | -15/+164 | |
| | ||||||
* | groups now take xchans, so you can have groups containing channels that you ↵ | friendica | 2012-11-14 | 2 | -50/+37 | |
| | | | | aren't connected with | |||||
* | starting the big notifier cleanup | friendica | 2012-11-14 | 2 | -63/+69 | |
| | ||||||
* | cleanup | friendica | 2012-11-13 | 2 | -207/+0 | |
| | ||||||
* | mood mostly working | friendica | 2012-11-13 | 3 | -53/+51 | |
| | ||||||
* | a bit more progress on the new network/home ajax notifications, at least ↵ | friendica | 2012-11-13 | 2 | -54/+39 | |
| | | | | I've now got a plan | |||||
* | self-signed cert? Since you won't listen to me and insist on annoying your ↵ | friendica | 2012-11-13 | 1 | -7/+5 | |
| | | | | friends, sorry, but red won't talk to you. This snake is dead. | |||||
* | still a lot of files to bring up to date with new architecture - keep ↵ | friendica | 2012-11-13 | 1 | -9/+9 | |
| | | | | plugging away at them |