aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* reduce the likelihood that a given channel will have 30-40 valid hublocs ↵friendica2013-11-271-1/+1
| | | | with the same hubloc_url.
* allow editing posts on connectors that support editsfriendica2013-11-261-1/+3
|
* sort out the preview iconsfriendica2013-11-251-1/+1
|
* wp-to-red: now supports editing, titles, and native permalinksfriendica2013-11-251-0/+13
|
* Merge pull request #214 from tuscanhobbit/masterfriendica2013-11-251-3/+6
|\ | | | | admin user table now shows the channel list and ID, minor changes to admin summary table
| * admin user table now shows the channel list, minor changes to summarytuscanhobbit2013-11-241-3/+6
| |
* | Add some message_id meta information for wordpress posts so we'll know where ↵friendica2013-11-241-0/+10
|/ | | | to send comments
* a reference to account_id was missing in user admin tabletuscanhobbit2013-11-231-2/+3
|
* search should respect max items to load as wellmarijus2013-11-221-0/+2
|
* follow and accept_follow hooksfriendica2013-11-211-0/+8
|
* make default group for new connections workfriendica2013-11-211-0/+9
|
* white screenfriendica2013-11-211-7/+8
|
* mark hublocs with incorrect sitekeys deletedfriendica2013-11-211-0/+14
|
* 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 ↵friendica2013-11-211-2/+6
| | | | typically provide local resources. Site.md can either include the complete contents of Help.md or link to it, as you choose.
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵friendica2013-11-205-6/+14
| | | | we can more easily retire 'aes256cbc' once it is no longer viable.
* admin/users - add expiration date to table and ability to sort by reverse ↵friendica2013-11-181-20/+29
| | | | expiration and also filter by service class through url options
* resetting password tries to update email address even if it didn't change - ↵friendica2013-11-181-1/+1
| | | | and if you've got the admin email this spits out a warning.
* 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 ↵friendica2013-11-181-1/+0
| | | | commenting it
* change the way magic-auth works - we rarely need a destination channel and ↵friendica2013-11-181-106/+105
| | | | | | if that channel has problems it shouldn't mess up authentication to the hub.
* 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
| | | | - if not allowed to, do it if that condition changes
* 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 ↵friendica2013-11-141-1/+2
| | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step.
* acl in webpages and a couple of other little bits related to webpages - sort ↵friendica2013-11-143-18/+40
| | | | the list of pages by last edited and use prepare_body() so we get private stuff (and attachments, categories, etc.) formatted correctly
* E2EE on private mail (also fixed autocomplete results dropdown for recipient ↵friendica2013-11-131-0/+15
| | | | which was positioned below the navbar instead of next to the recipient input box)
* 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
| | | | event - not edit event. Need to also check permissions on event module because reaching this form shouldn't have been possible without event write permissions.
* 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 ↵friendica2013-11-123-14/+22
| | | | with but it's a start
* 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
| | | | | an initial xconfig is set - the first one will turn safe search on (ie, do nothing from a users point of view). Fix that.
* When toggling safesearch, go back to the directory page, rather than the ↵Thomas Willingham2013-11-111-1/+1
| | | | z_root by default.
* Merge https://github.com/friendica/red into zpullfriendica2013-11-093-7/+38
|\ | | | | | | | | Conflicts: mod/directory.php
| * 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
| |