aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed several little nit bugs that cropped up during deploymentfriendica2012-12-069-51/+44
|
* use all default templates in default themefriendica2012-12-053-110/+0
|
* bring back profile edit popup menu, needs some more themingfriendica2012-12-053-64/+39
|
* third param to zot_finger no longer neededfriendica2012-12-051-1/+1
|
* check permissions for mail to non-connected people, reject if no permission ↵friendica2012-12-052-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 workfriendica2012-12-052-2/+7
|
* y'all got mailfriendica2012-12-056-56/+279
|
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-0412-285/+174
| | | | though
* DB UPDATE! Drop your mail table and reload it from install/database.sqlfriendica2012-12-031-21/+9
|
* most of the basic "make friends" stuff except for email notifications, drop ↵friendica2012-12-035-31/+113
| | | | community tab
* profile viewer in iframe module, todo - magic authfriendica2012-12-035-74/+66
|
* local deliveryfriendica2012-12-022-9/+21
|
* notify stufffriendica2012-12-021-5/+5
|
* connection notificationsfriendica2012-12-022-3/+33
|
* auto-friending for forums and stuff is almost trivial now. But we will need ↵friendica2012-12-012-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 queriesfriendica2012-11-296-20/+29
|
* 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-293-14/+15
|
* rm pidfile stuff since we won't need poller lockingfriendica2012-11-294-53/+8
|
* make poco work againfriendica2012-11-291-23/+42
|
* Now if you follow somebody it will create an abook entry on the other site ↵friendica2012-11-296-18/+51
| | | | with blocked,ignored, and pending set. No "friend notifications" yet.
* backport features categories and add some new ones like the affinity sliderfriendica2012-11-285-50/+86
|
* trace through the threaded conversation spaghetti to bring back a sane ↵friendica2012-11-286-18/+38
| | | | looking network page
* Allow anybody to completely over-ride any module on their own site without ↵friendica2012-11-281-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 ↵friendica2012-11-274-19/+36
| | | | 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-263-7/+10
|
* You've got mail! (actually a post, mail is for another day)friendica2012-11-263-12/+98
|
* fix item_private flagfriendica2012-11-261-1/+4
|
* more heavy lifting on delivery - now we can find all the recipients on the ↵friendica2012-11-263-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 permissionsfriendica2012-11-252-7/+29
|
* "heavy lifting" - zot messages flowing, now just need to be parsed and ↵friendica2012-11-193-10/+154
| | | | stored at the other end.
* DATABASE: outq additions, delivery now getting the notify across to the ↵friendica2012-11-196-67/+140
| | | | 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-182-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 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
|
* more notesfriendica2012-11-163-11/+11
|
* little stufffriendica2012-11-163-6/+21
|
* DATABASE: minor changes in group_member and outq tablesfriendica2012-11-161-15/+7
|
* notes on need for 'xsite' table for global directory and a catalogfriendica2012-11-161-0/+8
| | | | of known sites
* make the json workfriendica2012-11-161-1/+1
|
* site/friendica is now site/siteinfofriendica2012-11-161-5/+11
|
* version updatefriendica2012-11-161-1/+1
|
* finish basic item encoding, add plugin compatibility tag, notes on improving ↵friendica2012-11-163-4/+35
| | | | $global_perms for edge cases
* more progress on notifier cleanup and encoding items for transit.friendica2012-11-156-29/+179
|
* start on item feed structuresfriendica2012-11-141-5/+27
|
* cleanupfriendica2012-11-143-28/+17
|
* make the visual group editor work again in the new worldfriendica2012-11-143-21/+36
|