aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* db query looping without bounds if group table wasn't manually updated to ↵friendica2012-12-141-1/+1
| | | | add the 'hash' column.
* admittedly local magic-auth is easy so that's mostly done. Now it gets hard.friendica2012-12-131-4/+3
|
* typofriendica2012-12-121-1/+1
|
* So what if Red could do more CMS types of things? And you could add ↵friendica2012-12-121-0/+2
| | | | arbitrary web content pages of your own design to your channel resources? Oh wait...
* revamp permissions, blocking a contact takes priority over all other ↵friendica2012-12-101-51/+65
| | | | permission settings, such as "allow anybody in network to do xyz". If they're blocked they can't do it.
* Allow forum/account delegation by anybody? On any site? But of course...friendica2012-12-101-0/+1
|
* get rid of more targeted windows and direct all profile view to local sitefriendica2012-12-091-19/+1
|
* start whipping the item photo menu into shapefriendica2012-12-091-37/+17
|
* start to whip the permissions into shape, also got rid of the mce drop ↵friendica2012-12-093-80/+7
| | | | 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.
* a bit of e_all cleanupfriendica2012-12-084-4/+9
|
* permissions should now be stored correctly on postingfriendica2012-12-071-1/+1
|
* do zot_finger/import_xchan on zid requests so we get the info cached locallyfriendica2012-12-062-42/+11
|
* move 'Connect' button to local chanview page, remove from remote profile ↵friendica2012-12-061-2/+15
| | | | pages - still requires some theming love
* Fixing the acl widget is going to be hard. Here's a start.friendica2012-12-061-2/+14
|
* templatise microprofriendica2012-12-061-39/+28
|
* use consistent quote encodingfriendica2012-12-062-4/+4
|
* contact photo issuesfriendica2012-12-062-3/+3
|
* move autosubmit up a level where it will actually workfriendica2012-12-061-1/+1
|
* fixed several little nit bugs that cropped up during deploymentfriendica2012-12-065-5/+5
|
* third param to zot_finger no longer neededfriendica2012-12-051-1/+1
|
* make mail replies workfriendica2012-12-051-1/+6
|
* y'all got mailfriendica2012-12-055-55/+278
|
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-042-160/+30
| | | | though
* most of the basic "make friends" stuff except for email notifications, drop ↵friendica2012-12-031-12/+3
| | | | community tab
* local deliveryfriendica2012-12-022-9/+21
|
* notify stufffriendica2012-12-021-5/+5
|
* auto-friending for forums and stuff is almost trivial now. But we will need ↵friendica2012-12-011-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 queriesfriendica2012-11-294-11/+15
|
* remove previous iterations of threading code because it's not being used and ↵friendica2012-11-291-779/+0
| | | | just confusing things
* further progress on new network/home notificationsfriendica2012-11-292-8/+9
|
* rm pidfile stuff since we won't need poller lockingfriendica2012-11-293-44/+0
|
* Now if you follow somebody it will create an abook entry on the other site ↵friendica2012-11-292-9/+31
| | | | with blocked,ignored, and pending set. No "friend notifications" yet.
* backport features categories and add some new ones like the affinity sliderfriendica2012-11-281-16/+39
|
* trace through the threaded conversation spaghetti to bring back a sane ↵friendica2012-11-282-4/+26
| | | | looking network page
* got comments going back and forth - we really need local_deliver now since ↵friendica2012-11-273-18/+35
| | | | even local deliveries are going through zot and that isn't necessary or desirable in the long term
* tracking through commentsfriendica2012-11-272-4/+12
|
* basic (very basic) communication showing up on network pagefriendica2012-11-261-1/+1
|
* You've got mail! (actually a post, mail is for another day)friendica2012-11-262-11/+97
|
* fix item_private flagfriendica2012-11-261-1/+4
|
* more heavy lifting on delivery - now we can find all the recipients on the ↵friendica2012-11-262-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 permissionsfriendica2012-11-251-6/+28
|
* "heavy lifting" - zot messages flowing, now just need to be parsed and ↵friendica2012-11-192-1/+70
| | | | stored at the other end.
* DATABASE: outq additions, delivery now getting the notify across to the ↵friendica2012-11-193-46/+114
| | | | other side
* For private messages, use hush-hush ultra top-secret mode by defaultfriendica2012-11-183-9/+14
|
* Now we are able to get a zot notification packet and the resulting json ↵friendica2012-11-181-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 thingsfriendica2012-11-171-13/+82
|
* mostly working item_decode, but without full input santisingfriendica2012-11-171-27/+32
|
* remove include/salmonfriendica2012-11-162-196/+0
|
* little stufffriendica2012-11-161-4/+19
|
* finish basic item encoding, add plugin compatibility tag, notes on improving ↵friendica2012-11-163-4/+35
| | | | $global_perms for edge cases