aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|/
* 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.
* 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 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
| |
| * 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
| |
| * 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
* | rev updateredmatrix2015-05-101-1/+1
|/
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-05-051-1/+1
|\
| * remove obsolete linebreakMario Vavti2015-05-041-1/+1
| |
* | turn consensus items into diaspora polls for that networkredmatrix2015-05-051-0/+15
|/
* more performance workfriendica2015-04-301-1/+9
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergefriendica2015-04-301-0/+2
|\
| * disable voting in blocks, layouts and webpagesMario Vavti2015-04-291-0/+2
| |
* | just a test, please do not try to implement this as there are severe ↵friendica2015-04-302-2/+20
|/ | | | security issues
* Provide webpage layout descriptionMario Vavti2015-04-251-1/+1
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergefriendica2015-04-242-1/+2
|\
| * add widget class to blocks again by default. we have the wrap variable now ↵Mario Vavti2015-04-241-1/+1
| | | | | | | | to remove the div wrapper if necessary.
| * provide block titles in blocklistMario Vavti2015-04-241-0/+1
| |
* | zotfeed issuesfriendica2015-04-241-3/+3
| |
* | mod/branchtopic - move an off-topic comment to its own thread as a fresh ↵friendica2015-04-241-1/+1
|/ | | | wall-to-wall post and the same delivery permissions as its parent. No adjustments are made for complex delivery chains.
* block unfederated posts from zot_feedfriendica2015-04-231-0/+6
|
* disconnectfriendica2015-04-231-7/+15
|
* fix webpage permsMario Vavti2015-04-221-1/+1
|
* use PERMS_SPECIFIC for anything that hasn't been specified. This way there's ↵friendica2015-04-211-24/+24
| | | | nothing that's "only yourself", and let's you add additional permissions at will rather than be forced to accept the defaults or turn on custom permissions just to give a friend delegation rights or the ability to post photos.
* issue #162friendica2015-04-201-0/+1
|
* issue #176, sender copy of item not obscured if using private mentionfriendica2015-04-201-1/+3
|
* force event obj_type on updatefriendica2015-04-201-1/+2
|
* issue #157, provide default directory sort orderfriendica2015-04-191-1/+7
|
* doco updatesfriendica2015-04-191-3/+0
|
* add favorites/create and destroy to apifriendica2015-04-191-36/+137
|
* api performance enhancerfriendica2015-04-191-5/+2
|
* assorted fixes to api direct messagesfriendica2015-04-191-31/+35
|
* some api cleanupfriendica2015-04-191-11/+15
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergefriendica2015-04-192-53/+31
|\
| * attach an id to menues, allow $menu_title to be empty, if no custom menu ↵Mario Vavti2015-04-191-6/+8
| | | | | | | | class is provided use default redbasic classes