aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* fix channel page permissions for public viewingfriendica2012-12-281-2/+1
|
* This was bloody hard to sort out.... but now it's sorted and we can move ↵friendica2012-12-271-9/+11
| | | | forward again. Put back xtag for efficient keyword searching, use it in conjunction with xprof['keywords'] to avoid a SQL triple join and group_concat (which simply won't scale on a directory server), figured out how best to work timezone corrected birthdays into the protocol. The directory can even provide an age if one was provided to it. Both of these things need some more work, but we have the mechanisms and a plan how to do it right instead of "how the !@#$ are we going to do pull this off?"
* directory server json search modulefriendica2012-12-271-0/+116
|
* will have to search tags/keywords another wayfriendica2012-12-261-4/+4
|
* local search against the directory - need to convert this to client/server rolefriendica2012-12-261-38/+34
|
* typo in mod_matchfriendica2012-12-261-1/+1
|
* Merge https://github.com/friendica/red into zpullfriendica2012-12-261-0/+2
|\
| * Merge pull request #9 from oohlaf/fixesfriendica2012-12-261-0/+2
| |\ | | | | | | HTTP redirect fixes and a include file fix
| | * Include zot for magicOlaf Conradi2012-12-261-0/+2
| | |
* | | add keywords to zot-info profilefriendica2012-12-261-0/+10
| | |
* | | add important profile fields to zot-info if permitted - for directoryfriendica2012-12-261-12/+22
|/ /
* / remove the private keywords stuff to reduce directory and search complexityfriendica2012-12-265-20/+14
|/
* allow toplevel domain redirects for zot-infofriendica2012-12-251-0/+11
|
* add permission controls to "storage" objects such as attachments or other ↵friendica2012-12-221-0/+2
| | | | stored files
* cleanup editpostfriendica2012-12-212-25/+13
|
* directory structuresfriendica2012-12-211-2/+3
|
* more DB cleanupfriendica2012-12-202-746/+0
|
* mod_display - now barely functional but that's a lot better than being ↵friendica2012-12-201-43/+51
| | | | totally buggered.
* removing dfrn stufffriendica2012-12-204-2493/+0
|
* wrong constantfriendica2012-12-201-2/+2
|
* directory discoveryfriendica2012-12-201-0/+14
|
* some changes for directory servicesfriendica2012-12-191-0/+4
|
* directory page still needs a lot of work, look up locally if local master or ↵friendica2012-12-191-109/+120
| | | | standalone, need to put some basic profile info in discovery page and direct to local directory master
* get notification backend working againfriendica2012-12-191-1/+1
|
* set_baseurl issue, more cleanupfriendica2012-12-191-13/+4
|
* send stuff to zothub as a fallback directory master for nowfriendica2012-12-182-10/+9
|
* several small fixes and adjustmentsfriendica2012-12-163-9/+12
|
* fixing permissions_sql - may need more tweaksfriendica2012-12-161-1/+1
|
* there are now 2 permalinks - one is the remote original post (plink) and the ↵friendica2012-12-161-0/+2
| | | | other is a pointer to a local copy (llink). mod_display is not longer tied to a particular id or channel so if a message is publicly viewable it will appear without any ownership info.
* typofriendica2012-12-161-1/+1
|
* add live page loading and and endless scroll to home (mod_channel)friendica2012-12-163-24/+52
|
* pass module name to build_cmd, so we can use it elsewherefriendica2012-12-141-0/+1
|
* converging on a workable crypto auth handshakefriendica2012-12-141-2/+20
|
* start of a framework for forward magic auth, need a lot more coffee to write ↵friendica2012-12-131-57/+15
| | | | the other side and even more to write the reverse direction.
* admittedly local magic-auth is easy so that's mostly done. Now it gets hard.friendica2012-12-132-4/+52
|
* templatise the building of page queries so we can re-use it elsewherefriendica2012-12-131-51/+20
|
* start to whip the permissions into shape, also got rid of the mce drop ↵friendica2012-12-093-53/+28
| | | | 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.
* revise auto_update system so as not to conflict with pre-existing Friendica ↵friendica2012-12-091-4/+6
| | | | settings
* 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
|