Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add $deliver flag to item_store() and item_store_update() [default true]. If ↵ | redmatrix | 2016-01-16 | 1 | -1/+1 |
| | | | | false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS. | ||||
* | issue #251 | redmatrix | 2016-01-07 | 1 | -2/+1 |
| | |||||
* | don't send wall-post notifications when creating webpages on another channel | redmatrix | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | issue #235 | redmatrix | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | incorrect obj_type on several items | redmatrix | 2015-12-11 | 1 | -0/+1 |
| | |||||
* | issue #183 | redmatrix | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | issue #85, community tags and file tags lost during edits. This required ↵ | redmatrix | 2015-11-20 | 1 | -0/+23 |
| | | | | splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits. | ||||
* | new feature: 'suppress_duplicates' issue #146 triggered with less than two ↵ | redmatrix | 2015-11-19 | 1 | -0/+20 |
| | | | | minutes between posts having identical content. | ||||
* | revert html in markdown for posts, but trim the input before processing the ↵ | redmatrix | 2015-11-15 | 1 | -1/+1 |
| | | | | markdown | ||||
* | run markdown through html purifier for those who insist on mixing html with ↵ | redmatrix | 2015-11-11 | 1 | -1/+2 |
| | | | | markdown. | ||||
* | do a better job of preserving linebreaks in posts for channels that use markdown | redmatrix | 2015-11-10 | 1 | -0/+1 |
| | |||||
* | fix #83 | Mario Vavti | 2015-10-29 | 1 | -1/+3 |
| | |||||
* | looks like there may be issues with the datetime picker if the local ↵ | redmatrix | 2015-10-25 | 1 | -1/+1 |
| | | | | timezone isn't the same as your settings. | ||||
* | create photo object if feature large photos is enabled and display those ↵ | Mario Vavti | 2015-10-20 | 1 | -1/+0 |
| | | | | slightly different | ||||
* | issue with resetting post perms to default audience - not sticking.0.10 | redmatrix | 2015-10-01 | 1 | -6/+17 |
| | |||||
* | fix consensus items - issue #53 | Mario Vavti | 2015-09-22 | 1 | -0/+1 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-07 | 1 | -0/+13 |
|\ | | | | | | | | | | | | | Conflicts: include/items.php view/it/messages.po view/it/strings.php | ||||
| * | sync posted top level items rather than deliver them (actually we do both, ↵ | redmatrix | 2015-09-07 | 1 | -3/+30 |
| | | | | | | | | but sync comes first). This way we get the ACL transferred. | ||||
* | | consolidate import_items/sync_items | redmatrix | 2015-09-07 | 1 | -3/+22 |
| | | |||||
* | | issue #31 | redmatrix | 2015-09-01 | 1 | -1/+1 |
| | | |||||
* | | more AccessList stuff - this time it's mod-item, which is a biggie | redmatrix | 2015-08-28 | 1 | -72/+19 |
| | | |||||
* | | more work on AccessList integration | redmatrix | 2015-08-27 | 1 | -1/+0 |
| | | |||||
* | | First attempt to turn access control into an object class. The access ↵ | redmatrix | 2015-08-27 | 1 | -0/+3 |
| | | | | | | | | control manipulation is getting too complex and this will help keep it manageable and reduce a lot of code duplication. | ||||
* | | photo permission inheritance. We want to use the folder permissions unless ↵ | redmatrix | 2015-08-06 | 1 | -0/+17 |
| | | | | | | | | specific permissions have been set to over-ride them. If nothing is set, use the channel default. We may have to mess with his further in the case of somebody trying to create a public photo directory when their normal permissions are set to private. Kind of a chicken/egg problem because the folder permissions will be empty. | ||||
* | | turn attached audio/video into audio/video elements as well as providing an ↵ | redmatrix | 2015-07-01 | 1 | -1/+7 |
| | | | | | | | | attachment link | ||||
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-06-23 | 1 | -4/+5 |
|\| | | | | | | | | | | | Conflicts: include/items.php mod/item.php | ||||
| * | typo | redmatrix | 2015-06-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #356 from solstag/signature_edit_fix | redmatrix | 2015-06-23 | 1 | -2/+2 |
| |\ | | | | | | | properly trims edited posts before signing so signature verification … | ||||
| | * | properly trims edited posts before signing so signature verification works | Alexandre Hannud Abdo | 2015-06-23 | 1 | -2/+2 |
| | | | |||||
| * | | ensure we always sign a trimmed item body. | redmatrix | 2015-06-22 | 1 | -1/+1 |
| |/ | |||||
* | | fix attachment permissions when they also contain an image. | redmatrix | 2015-06-15 | 1 | -0/+15 |
| | | |||||
* | | convert the abook fields | redmatrix | 2015-06-14 | 1 | -2/+2 |
| | | |||||
* | | more work on items | redmatrix | 2015-06-11 | 1 | -6/+47 |
|\| | | | | | | | | | | | | | | | | | | | | | and Merge branch 'master' of https://github.com/redmatrix/redmatrix Conflicts: include/items.php view/it/messages.po view/it/strings.php | ||||
* | | more work on item table optimisation | redmatrix | 2015-06-10 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-06-10 | 1 | -21/+23 |
|\| | |||||
| * | correctly fix attachment permissions from private mentions | Alexandre Hannud Abdo | 2015-06-10 | 1 | -21/+23 |
| | | | | | | | | by postponing code that removes the attachment tag from the body | ||||
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-06-02 | 1 | -34/+36 |
|\| | |||||
| * | move the photo and attachment permission syncing past the tag replacement so ↵ | redmatrix | 2015-06-01 | 1 | -34/+36 |
| | | | | | | | | that attachments get the correct permissions when private mentions are used. | ||||
* | | more migration of page types | redmatrix | 2015-05-21 | 1 | -4/+2 |
| | | |||||
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-21 | 1 | -1/+4 |
|\| | |||||
| * | preserve lock on edited comments | redmatrix | 2015-05-21 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-20 | 1 | -2/+13 |
|\| | | | | | | | | | | | | | | | Conflicts: include/items.php include/text.php mod/item.php view/nl/messages.po | ||||
| * | PRIVACY: possible privacy leakage under a defined set of circumstances | redmatrix | 2015-05-20 | 1 | -4/+13 |
| | | |||||
* | | Merge branch 'master' into tres | redmatrix | 2015-05-14 | 1 | -25/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | convert ITEM_WALL from bitfield to standalone | redmatrix | 2015-05-06 | 1 | -6/+7 |
| | | | |||||
| * | | for hubzilla we won't be obscuring items, only private mail, this will allow ↵ | redmatrix | 2015-05-05 | 1 | -8/+0 |
| |/ | | | | | | | us to search and cache private posts | ||||
* | | Merge branch 'master' into tres | friendica | 2015-04-23 | 1 | -29/+76 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | issue #176, sender copy of item not obscured if using private mention | friendica | 2015-04-20 | 1 | -1/+1 |
| | | |||||
| * | provide a separate input field for rpost attachments | Mario Vavti | 2015-04-16 | 1 | -1/+1 |
| | | |||||
| * | item_check_service_class wasn't returning correct results | friendica | 2015-04-13 | 1 | -4/+8 |
| | |