aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-191-1/+2
|\ | | | | | | | | | | Conflicts: view/nl/messages.po view/nl/strings.php
| * remove dbg codeMario Vavti2015-05-191-1/+1
| |
| * be verbose about what type of element (block, layout, webpage) is beeing ↵Mario Vavti2015-05-191-1/+2
| | | | | | | | installed
* | mail_obscure - AES-256 is way too slow, simplify. Ideally a substitution ↵redmatrix2015-05-194-33/+29
| | | | | | | | cipher would be adequate for our requirements.
* | vsprintf errorredmatrix2015-05-181-1/+1
| |
* | consensus items not working correctly and make the collections widget abide ↵redmatrix2015-05-182-4/+8
| | | | | | | | by the corresponding feature setting. This needs to be backported as it is borken in redmatrix. Also provide the ability to change the number of most recent expanded comments to conversations on a site-wide basis, increase it to 3 by default. We may also want this as a personal setting.
* | bring the new photo schema into playredmatrix2015-05-182-24/+16
| |
* | fix some merge errorsredmatrix2015-05-181-1/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-181-2/+9
|\| | | | | | | | | | | Conflicts: view/nl/messages.po view/nl/strings.php
| * if block title contains $content but $content title is empty do not show an ↵Mario Vavti2015-05-181-1/+1
| | | | | | | | empty <h3> tag
| * remove dbg codeMario Vavti2015-05-181-2/+0
| |
| * allow block title to contain $content titleMario Vavti2015-05-181-2/+11
| |
* | Merge branch 'master' into tresredmatrix2015-05-179-45/+216
|\ \
| * | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-179-45/+216
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/bb2diaspora.php include/diaspora.php include/enotify.php mod/admin.php mod/cloud.php mod/dav.php mod/home.php mod/invite.php mod/like.php mod/mitem.php mod/p.php mod/pubsites.php mod/setup.php mod/siteinfo.php util/messages.po
| | * missing $redmatrix2015-05-171-1/+1
| | |
| | * Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-05-172-32/+105
| | |\
| | | * Merge pull request #322 from dawnbreak/masterredmatrix2015-05-181-0/+66
| | | |\ | | | | | | | | | | Add functions to parse and get some values from php.ini.
| | | | * Add functions to parse and get some values from php.ini.Klaus Weidenbach2015-05-161-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get upload limits from php.ini. These functions will be used for checking against upload limits and to give information in the frontend. Wasn't sure in which file to put these functions, so I created a new one include/environment.php.
| | | * | Merge pull request #323 from dawnbreak/docuredmatrix2015-05-181-32/+39
| | | |\ \ | | | | | | | | | | | | Add some more documentation to attach_store()
| | | | * | Add some more documentation to attach_store()Klaus Weidenbach2015-05-171-32/+39
| | | | |/
| | * | / Implement permission checking for OAuth clients using the xperm table. ↵redmatrix2015-05-173-5/+95
| | |/ / | | | | | | | | | | | | Currently 'all' permissions are applied to OAuth clients which gives them the same rights as the channel owner and full access to API functions as the channel owner. However, individual permissions can now be created. These mirror the permission names from the normal permission table (although it isn't required that they do so). Lack of an xp_perm entry for the specified permission and lack of an 'all' override indicates permission denied.
| | * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-05-171-1/+8
| | |\|
| | | * allow a block to contain $contentMario Vavti2015-05-151-1/+8
| | | |
| | * | more work isolating the projectname from core.redmatrix2015-05-173-7/+7
| | |/
* | | Merge branch 'master' into tresredmatrix2015-05-1424-119/+234
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Import/refimport.php include/activities.php include/attach.php include/event.php include/externals.php include/identity.php include/items.php include/notifier.php include/photos.php include/taxonomy.php include/zot.php mod/channel.php mod/connedit.php mod/events.php mod/item.php mod/like.php mod/manage.php mod/mood.php mod/ping.php mod/poke.php mod/subthread.php mod/tagger.php mod/thing.php
| * | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-136-9/+9
| |\| | | | | | | | | | | | | | | | | | | Conflicts: boot.php include/api.php include/enotify.php
| | * product was a bad string to use because we may require it for e-commerce, ↵redmatrix2015-05-136-9/+9
| | | | | | | | | | | | and RED_PLATFORM is equally problematic for other reasons.
| * | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-124-4/+23
| |\| | | | | | | | | | | | | | | | Conflicts: mod/mitem.php view/nl/strings.php
| | * provide a method for loading site/custom widgetsredmatrix2015-05-121-0/+3
| | |
| | * replace project name with $product or $Product in strings to avoid merge ↵redmatrix2015-05-121-2/+15
| | | | | | | | | | | | issues across different project names. Currently a place-holder. The strings themselves have not yet been modified.
| | * fix a couple of miscellaneous errors which showed up in the logsredmatrix2015-05-112-2/+5
| | |
| * | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-102-2/+20
| |\| | | | | | | | | | | | | | | | | | | Conflicts: mod/mitem.php view/de/messages.po view/de/strings.php
| | * Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-05-103-8/+88
| | |\
| | | * uid > channel id to make submenus visible for observersMario Vavti2015-05-101-3/+3
| | | |
| | | * provide ability to create submenusMario Vavti2015-05-101-1/+19
| | | |
| | * | rev updateredmatrix2015-05-101-1/+1
| | | |
| * | | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-073-5/+59
| |\ \ \ | | | |/ | | |/|
| | * | provide wrap variable for comanche menusMario Vavti2015-05-072-4/+18
| | | |
| | * | provide a possibility to include js/css libsMario Vavti2015-05-071-0/+40
| | | |
| | * | adjust icon sizeMario Vavti2015-05-071-1/+1
| | | |
| * | | missed one...redmatrix2015-05-061-0/+2
| | | |
| * | | forgot to saveredmatrix2015-05-061-2/+0
| | | |
| * | | Hopefully this will make item_cache the defaultredmatrix2015-05-062-14/+54
| | | |
| * | | convert ITEM_WALL from bitfield to standaloneredmatrix2015-05-0614-49/+54
| | | |
| * | | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-062-2/+25
| |\| |
| | * | allow blocks to have custom classes and add a new template called zen which ↵Mario Vavti2015-05-061-2/+10
| | |/ | | | | | | | | | gives you an empty page to work with
| | * Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-05-051-1/+1
| | |\
| | * | turn consensus items into diaspora polls for that networkredmatrix2015-05-051-0/+15
| | | |
| * | | no need to obscure the diaspora signature if we're not obscuring the postsredmatrix2015-05-062-6/+12
| | | |
| * | | for hubzilla we won't be obscuring items, only private mail, this will allow ↵redmatrix2015-05-052-59/+1
| | | | | | | | | | | | | | | | us to search and cache private posts