aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Expand)AuthorAgeFilesLines
...
* Add #include mechanism for help pages - see the top of mod/help.php for detailsfriendica2013-11-211-0/+24
* mod/help - load Site.md (if it exists) before Home.md. Site.md will typically...friendica2013-11-211-2/+6
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ...friendica2013-11-205-6/+14
* admin/users - add expiration date to table and ability to sort by reverse exp...friendica2013-11-181-20/+29
* resetting password tries to update email address even if it didn't change - a...friendica2013-11-181-1/+1
* set a default value for $webbie - it's the right thing to do.friendica2013-11-181-0/+2
* to clarify the fact, we'll remove the line we no longer need instead of comme...friendica2013-11-181-1/+0
* change the way magic-auth works - we rarely need a destination channel and if...friendica2013-11-181-106/+105
* magic auth issuesfriendica2013-11-172-4/+4
* pull in some posts when we first connect with a new channel (if allowed to) -...friendica2013-11-173-10/+8
* populate some posts when somebody is granted "read stream" permissionfriendica2013-11-173-2/+7
* more work on redmtx.com magic-auth situationfriendica2013-11-171-4/+22
* implement admin remove accountfriendica2013-11-171-3/+3
* document extra featuresfriendica2013-11-171-2/+2
* revert to prepare_page - but have it call prepare_bodyfriendica2013-11-151-1/+1
* allow rpost to set source appfriendica2013-11-151-0/+2
* baby steps tring to get magix auth working for redmtxfriendica2013-11-141-4/+15
* dirsearch and pubsites - force non-SSL sites to float to the bottom of the listfriendica2013-11-142-2/+10
* making it less complicated to joinfriendica2013-11-142-2/+3
* define js profile_uid in photos modulefriendica2013-11-141-1/+1
* e2ee in comments and a bit of cleanup so not every theme has to define how to...friendica2013-11-141-1/+2
* acl in webpages and a couple of other little bits related to webpages - sort ...friendica2013-11-143-18/+40
* E2EE on private mail (also fixed autocomplete results dropdown for recipient ...friendica2013-11-131-0/+15
* some minor documentation updates and correctionsfriendica2013-11-131-0/+2
* clicking on an event notification from somebody else should take you to view ...friendica2013-11-131-1/+1
* fix photo permissions on encrypted postsfriendica2013-11-131-2/+8
* fix forbidden photos and vcard photo templatefriendica2013-11-121-3/+4
* too many friendica references in the siteinfo panelfriendica2013-11-121-5/+5
* removeme sort of works for a single channel - lots of loose ends to deal with...friendica2013-11-123-14/+22
* fix editpost which showed an encrypt button but no other buttonsfriendica2013-11-111-0/+2
* More safe search - since the default is one, toggle only works afterThomas Willingham2013-11-111-3/+4
* When toggling safesearch, go back to the directory page, rather than the z_ro...Thomas Willingham2013-11-111-1/+1
* Merge https://github.com/friendica/red into zpullfriendica2013-11-093-7/+38
|\
| * Clean upThomas Willingham2013-11-091-2/+1
| * Bring safe search to the UIThomas Willingham2013-11-091-1/+4
| * Add a safesearch toggleThomas Willingham2013-11-091-0/+22
| * Kill logging/commentThomas Willingham2013-11-091-2/+0
| * Fix safe search, and also make it an xconfigThomas Willingham2013-11-092-6/+14
* | oups... should not do that...marijus2013-11-091-1/+1
* | fix directory leaking to ppl which aint got zot in searchbar-autocomplete if ...marijus2013-11-092-1/+10
|/
* make PM expiry UI match the main post editor, e.g. JS input triggered by an i...friendica2013-11-071-6/+10
* provide expire feature on post and comments as well as private messages. This...friendica2013-11-076-8/+22
* allow private mail sender to set an expiration on their messages. Once expire...friendica2013-11-061-6/+6
* DB - allow private messages to expirefriendica2013-11-061-2/+2
* INSTALL for dummies - step 1: ensure that we throw an ugly error message in t...friendica2013-11-051-0/+19
* add shameless plug if they've not got zot, and add photo favicon to photos pagesfriendica2013-11-051-1/+1
* private tagged posts weren't creating second delivery chain - they were incor...friendica2013-11-041-1/+1
* hmmph. That's why the sort order didn't change...friendica2013-11-031-2/+2
* make date order the default for the directoryfriendica2013-11-031-1/+1
* return a login form on some protoected pages if not logged in.friendica2013-11-023-5/+5