aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into tresfriendica2015-04-2358-3887/+5463
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * 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
| | * Introduce wrap variable in comanche blocks (if set to none the block will ↵Mario Vavti2015-04-192-47/+23
| | | | | | | | | | | | not be wrapped in a div), fix menu item permissions (it was not possible to set them visible for everybody) and a typo
| * | api - unobscure mailfriendica2015-04-192-4/+15
| |/
| * log this since we may need it to track down failuresfriendica2015-04-181-2/+3
| |
| * remove failed experimentfriendica2015-04-171-2/+0
| |
| * add last post to api/account/verify_credentialsfriendica2015-04-171-5/+60
| |
| * allow jot to be displayed expanded, remove deprected datetimepicker js and ↵Mario Vavti2015-04-171-1/+2
| | | | | | | | some random fixes
| * provide a separate input field for rpost attachmentsMario Vavti2015-04-161-0/+1
| |
| * don't show directory keywords widget if globaldir setting is offfriendica2015-04-151-0/+5
| |
| * title=>nameMario Vavti2015-04-151-1/+1
| |
| * match parensfriendica2015-04-141-1/+1
| |
| * post_activity_item incorrectly setting the obj_type when a valid type was ↵friendica2015-04-141-1/+1
| | | | | | | | specified
| * dont suggest anything here it explains itselfMario Vavti2015-04-141-1/+1
| |
| * some more on webpagesMario Vavti2015-04-141-12/+15
| |
| * remove widget class from webpage blocks and make titles h2 to match the rest ↵Mario Vavti2015-04-131-1/+1
| | | | | | | | of the matrix
| * make dropItem more universal and move delete up in the dropdown menuMario Vavti2015-04-121-1/+1
| |
| * make fs deletion of directories workMario Vavti2015-04-121-2/+2
| |
| * reverse file activity logicMario Vavti2015-04-121-2/+2
| |
| * move style to style.cssMario Vavti2015-04-101-3/+3
| |
| * make r# work better with different font sizesMario Vavti2015-04-101-3/+3
| |
| * don't warn folks about the webaddress observer tag. We need it in ↵friendica2015-04-091-1/+1
| | | | | | | | constructed urls.
| * Merge https://github.com/redmatrix/redmatrix into pending_mergefriendica2015-04-092-382/+557
| |\
| | * Some documentation and whitespaces at line endings.Klaus Weidenbach2015-04-102-382/+557
| | |
| * | program the affinity slider labelsfriendica2015-04-091-7/+24
| |/
| * make jRange behave againMario Vavti2015-04-091-2/+2
| |
| * that didn't work out well - let's do this insteadfriendica2015-04-081-27/+16
| |
| * fix selector when sys channel activefriendica2015-04-081-0/+13
| |
| * system channel always has allow_code privilegesfriendica2015-04-081-6/+19
| |
| * update features, allow sys account page deletionfriendica2015-04-081-0/+5
| |
| * Renamed some functions to match other names in bbcode.php.Klaus Weidenbach2015-04-071-191/+211
| | | | | | | | | | | | Some documentation. Removed unused variables. Removed empty spaces at line endings.
| * missed oneHabeas Codice2015-04-071-1/+1
| |
| * "PHP Strict Standards: Only variables should be passed by reference"Habeas Codice2015-04-071-3/+4
| |
| * make open tag work correctly for multiple invocations in the same textfriendica2015-04-061-3/+7
| |
| * commit 59828593c broke some important poco stuff, looks like the cat might ↵friendica2015-04-061-0/+20
| | | | | | | | have climbed over the keyboard and deleted something that wasn't intended to be deleted.
| * Fix Design Tool navigation for sys channel.Klaus Weidenbach2015-04-061-6/+16
| | | | | | | | Fix creating menu for sys channel.
| * Update/fix Dutch and removing an ugly spacejeroenpraat2015-04-022-2/+2
| |
| * open bbcode tagfriendica2015-04-011-0/+11
| |