aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* superblock enhancementsfriendica2015-01-261-5/+9
|
* provide a json feed of search resultsfriendica2015-01-261-0/+17
|
* abstract poco into a single function in socgraph so we can provide different ↵friendica2015-01-252-207/+11
| | | | wrappers for it providing slightly different functionality.
* Hide all the scary decision making stuff that sends intellectually ↵friendica2015-01-251-0/+2
| | | | challenged beings into siezures and brain melt-downs and online freak-outs.
* rework the new connection stuff so we don't need a "permissions have been ↵friendica2015-01-251-10/+3
| | | | changed but not saved" message.
* misspellinganaqreon2015-01-251-1/+1
|
* standardize sqlHabeas Codice2015-01-241-1/+1
|
* Merge branch 'master' of https://github.com/friendica/redHabeas Codice2015-01-233-30/+13
|\
| * some more kissmarijus2015-01-241-30/+9
| |
| * some code restructuremarijus2015-01-232-3/+4
| |
| * this will require more fixing in include/enotifymarijus2015-01-231-1/+1
| |
| * possible performance improvement for sharedwithme update querymarijus2015-01-221-4/+7
| |
* | rand() fixesHabeas Codice2015-01-232-3/+5
|/
* Merge branch 'master' of https://github.com/friendica/redHabeas Codice2015-01-213-42/+49
|\
| * Merge branch 'master' of https://github.com/friendica/redmarijus2015-01-221-3/+9
| |\
| | * couple of hubloc manager issuesfriendica2015-01-211-1/+5
| | |
| | * Merge https://github.com/friendica/red into pending_mergefriendica2015-01-212-39/+39
| | |\
| | * | hubloc manage issuefriendica2015-01-211-2/+4
| | | |
| * | | make $links an array of linksmarijus2015-01-221-1/+2
| | |/ | |/|
| * | change mod/sharedwithme backend to use activity object - this is not ↵marijus2015-01-222-39/+39
| |/ | | | | | | backwards compatible
* / directory server dba sql fixesHabeas Codice2015-01-211-3/+3
|/
* Merge pull request #862 from pafcu/helpRedMatrix2015-01-191-12/+13
|\ | | | | Add some database documentation + mod/help.php bugfix
| * Don't try to open unexisting files in helpStefan Parviainen2015-01-181-12/+13
| |
* | fix linkmarijus2015-01-181-2/+2
| |
* | fix goaway linkmarijus2015-01-181-2/+2
| |
* | fix profile tabs linkmarijus2015-01-181-1/+1
| |
* | basic proof of concept file activity support - will send activity via the ↵marijus2015-01-182-0/+123
| | | | | | | | filestorage module and via attach_delete()
* | mod_prep usability enhancements, doc updatesfriendica2015-01-161-11/+18
| |
* | fix to poco chatroomsfriendica2015-01-151-4/+4
| |
* | errors in mod_pocofriendica2015-01-151-2/+2
| |
* | more heavy lifting on poco repfriendica2015-01-151-7/+28
| |
* | make sure mod/prep follows the poco_rating allow preferencefriendica2015-01-151-0/+9
| |
* | poco rating - add a test module for pulling out ratingsfriendica2015-01-152-4/+52
| |
* | editing stuff for poco reputationfriendica2015-01-151-2/+15
| |
* | more backend work on poco ratingfriendica2015-01-152-1/+10
|/
* provide correct permissions role default for old-timers that didn't have any ↵friendica2015-01-141-1/+4
| | | | role configured.
* correct some activity object types (for comments), also fix a foreach ↵friendica2015-01-141-14/+21
| | | | warning resulting from recent tag work
* some back-end code to support location activity objects. Work in progress.friendica2015-01-141-0/+1
|
* honor disable_discover_tab in mod/home - it isn't a tab here but basically ↵friendica2015-01-141-0/+5
| | | | block public content from showing if it's set.
* now that's useful...friendica2015-01-131-2/+8
|
* provide a setting to control ALLOWCODE permissions at the channel level - it ↵friendica2015-01-132-4/+4
| | | | isn't always appropriate to apply this to all channels in an account.
* revert recent 3.0 changes to mod/cloud so we can work on this completely in ↵friendica2015-01-131-30/+19
| | | | another branch and not destabilise core
* Merge branch 'moretagging' of git://github.com/pafcu/red into pafcu-moretaggingfriendica2015-01-137-3/+30
|\ | | | | | | | | Conflicts: mod/profiles.php
| * Allow tags in event description and locationStefan Parviainen2015-01-131-0/+4
| |
| * Allow tags in mail, many profile fields, and admin infoStefan Parviainen2015-01-136-3/+25
| |
* | hide friends broken, add parameter for item search by verbfriendica2015-01-136-2/+7
| |
* | theme toggle issue when viewing mod/cloud of another channelfriendica2015-01-122-18/+0
| |
* | document the pros and cons of the not-yet written hassle-free connection ↵friendica2015-01-121-0/+9
| | | | | | | | auto-permission setting.
* | change deletion behaviour of linked photo items. Previously deleting the ↵friendica2015-01-121-1/+1
| | | | | | | | visible item in the conversation deleted the photo as well. Now photos must be deleted in the photos module. Deleting the linked item removes any attached conversation elements (likes, etc.) and sets the conversation item to hidden. This may create an issue in the future if we move the photo tags, title, or other photo elements to the linked item rather than the photo. Noting here so this can potentially be discovered and remembered at that time.
* | Merge https://github.com/friendica/red into pending_mergefriendica2015-01-122-115/+34
|\|