aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* make permission quick links workfriendica2012-12-081-2/+5
|
* a bit of e_all cleanupfriendica2012-12-081-14/+8
|
* upstream fixes, revision updated, and mail autocomplete was lost after a ↵friendica2012-12-081-0/+1
| | | | recent change I made
* progress on the acl selector - it should mostly work, but the returned data ↵friendica2012-12-071-2/+4
| | | | isn't yet parsed correctly in mod_item
* lookup channels in local xchan table even if provided an unknown url - this ↵friendica2012-12-061-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.friendica2012-12-061-21/+19
|
* "webbie" isn't going to cut it. We'll go with "channel address" for now.friendica2012-12-063-4/+10
|
* 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-051-1/+1
|
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-043-113/+120
| | | | though
* most of the basic "make friends" stuff except for email notifications, drop ↵friendica2012-12-031-0/+99
| | | | community tab
* profile viewer in iframe module, todo - magic authfriendica2012-12-032-73/+45
|
* connection notificationsfriendica2012-12-021-2/+32
|
* add pending check on group queriesfriendica2012-11-292-9/+14
|
* further progress on new network/home notificationsfriendica2012-11-291-6/+6
|
* 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-291-5/+14
| | | | with blocked,ignored, and pending set. No "friend notifications" yet.
* backport features categories and add some new ones like the affinity sliderfriendica2012-11-283-33/+42
|
* basic (very basic) communication showing up on network pagefriendica2012-11-262-6/+9
|
* You've got mail! (actually a post, mail is for another day)friendica2012-11-261-1/+1
|
* "heavy lifting" - zot messages flowing, now just need to be parsed and ↵friendica2012-11-191-9/+84
| | | | stored at the other end.
* DATABASE: outq additions, delivery now getting the notify across to the ↵friendica2012-11-191-19/+20
| | | | other side
* more notesfriendica2012-11-161-2/+2
|
* make the json workfriendica2012-11-161-1/+1
|
* site/friendica is now site/siteinfofriendica2012-11-161-5/+11
|
* more progress on notifier cleanup and encoding items for transit.friendica2012-11-151-1/+1
|
* cleanupfriendica2012-11-142-27/+16
|
* make the visual group editor work again in the new worldfriendica2012-11-141-15/+28
|
* cleanupfriendica2012-11-132-34/+4
|
* mood mostly workingfriendica2012-11-131-33/+26
|
* a bit more progress on the new network/home ajax notifications, at least ↵friendica2012-11-131-0/+1
| | | | I've now got a plan
* sometimes it gets confusing when using two trees with completely different ↵friendica2012-11-131-1/+1
| | | | structures
* self-signed cert? Since you won't listen to me and insist on annoying your ↵friendica2012-11-131-24/+0
| | | | friends, sorry, but red won't talk to you. This snake is dead.
* provide json parameter to viewsrc to support end-to-end encryptionfriendica2012-11-131-2/+2
|
* still a lot of files to bring up to date with new architecture - keep ↵friendica2012-11-131-18/+20
| | | | plugging away at them
* usability improvementsfriendica2012-11-132-25/+21
|
* got zotfriendica2012-11-121-0/+3
|
* one could say we've sort of got zot - at least there are two-way ↵friendica2012-11-122-18/+65
| | | | communications for channel meta info, don't yet know if it's working
* rework a couple of zot basicsfriendica2012-11-102-5/+9
|
* starting to get into the hairy parts of zot - identity, location, and ↵friendica2012-11-102-13/+28
| | | | permission synchronisation. After this, messaging should be a piece of cake.
* when connnection permissions change, notify the other side so they can ↵friendica2012-11-101-3/+5
| | | | refresh their info
* some cleanup of mod-connections to bring it in line with the new architecturefriendica2012-11-101-71/+22
|
* fix about half of the admin pagefriendica2012-11-101-83/+54
|
* turn star into a featurefriendica2012-11-081-9/+18
|
* start implementing zot-idfriendica2012-11-088-10/+10
|
* permissions and contact permissions are now stickyfriendica2012-11-082-40/+50
|
* turn multiple profiles into a feature, implement connection flags ↵friendica2012-11-071-4/+51
| | | | (block,hide,archive,etc.)
* allow theme selectionfriendica2012-11-073-12/+13
|
* ensure admin setting gets passed through setupfriendica2012-11-061-0/+5
|
* "follow" now creates an address book entry, which means we can start tying ↵friendica2012-11-061-22/+40
| | | | that into the "connections" module - still have to turn the "contact edit" page from a mockup to real code, but it's all starting to flow.