aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
Commit message (Expand)AuthorAgeFilesLines
* typoredmatrix2015-06-231-1/+1
* Merge pull request #356 from solstag/signature_edit_fixredmatrix2015-06-231-2/+2
|\
| * properly trims edited posts before signing so signature verification worksAlexandre Hannud Abdo2015-06-231-2/+2
* | ensure we always sign a trimmed item body.redmatrix2015-06-221-1/+1
|/
* correctly fix attachment permissions from private mentionsAlexandre Hannud Abdo2015-06-101-21/+23
* move the photo and attachment permission syncing past the tag replacement so ...redmatrix2015-06-011-34/+36
* preserve lock on edited commentsredmatrix2015-05-211-1/+4
* PRIVACY: possible privacy leakage under a defined set of circumstancesredmatrix2015-05-201-4/+13
* issue #176, sender copy of item not obscured if using private mentionfriendica2015-04-201-1/+1
* provide a separate input field for rpost attachmentsMario Vavti2015-04-161-1/+1
* item_check_service_class wasn't returning correct resultsfriendica2015-04-131-4/+8
* update features, allow sys account page deletionfriendica2015-04-081-0/+4
* add channel_lastpost timestamp to help optimise some outrageously expensive q...friendica2015-03-261-0/+7
* item_check_service_class - the join is totally unnecessaryfriendica2015-03-251-20/+20
* operation snakebite, cont.friendica2015-03-221-7/+20
* The random bad signatures are because something somewhere is trimming the bod...friendica2015-03-171-1/+1
* when fixing "naked links" make sure not to double link double urls as seen in...friendica2015-03-061-1/+1
* failure to auto update comments if it's your own.friendica2015-02-141-1/+1
* issue #896friendica2015-02-121-1/+1
* typofriendica2015-02-121-0/+1
* provide relief to sites that are severely impacted by the slow ITEM_UNSEEN se...friendica2015-02-121-3/+3
* item voting toolsfriendica2015-02-101-0/+5
* undo extra loggingfriendica2015-02-081-0/+1
* remote_user => remote_channelfriendica2015-01-281-2/+2
* local_user => local_channelfriendica2015-01-281-5/+5
* correct some activity object types (for comments), also fix a foreach warning...friendica2015-01-141-14/+21
* some back-end code to support location activity objects. Work in progress.friendica2015-01-141-0/+1
* provide a setting to control ALLOWCODE permissions at the channel level - it ...friendica2015-01-131-2/+2
* Allow tags in mail, many profile fields, and admin infoStefan Parviainen2015-01-131-1/+1
* Refactor mention code to make it more reusableStefan Parviainen2015-01-121-67/+15
* fix shares that are processed with markdown (regression, this was pulled from...friendica2015-01-011-3/+5
* issue #777, make photo cache time configurable, read the comments.friendica2014-12-271-1/+2
* Show tags in other channels profile field to make it easier to navigate to th...Stefan Parviainen2014-12-071-259/+3
* Merge remote-tracking branch 'upstream/master'Habeas Codice2014-11-131-14/+24
|\
| * some more work on sys publishingfriendica2014-11-111-11/+10
| * a couple of places where we need to look for a sys channel euid.friendica2014-11-111-10/+18
| * wall posted comment to a top-level wall post which arrived via a route (e.g. ...friendica2014-11-031-0/+3
* | PostgreSQL support initial commitHabeas Codice2014-11-131-3/+3
|/
* if any privacy tags are created on a top level post, restrict the post; since...friendica2014-10-281-1/+14
* several unrelated things - auto_follow wasn't working for new accounts, error...friendica2014-10-271-1/+2
* Issue #661Thomas Willingham2014-10-241-1/+1
* improved wall-to-wall detection for comments so we can handle Diaspora signin...friendica2014-10-221-6/+16
* private forum issuesfriendica2014-10-211-0/+15
* fix diaspora reshare tagsfriendica2014-10-101-1/+1
* add 'nopush' option to the post API so somebody could bulk load a bunch of ex...friendica2014-10-051-9/+16
* try to sort out walltowall translation for diaspora recipientsfriendica2014-09-191-1/+3
* This is long overdue - use a symblic constant NULL_DATE instead of the easily...friendica2014-09-081-2/+2
* provide a config option to prevent wall uploads (photos and files) from being...friendica2014-09-021-0/+9
* various diaspora issuesfriendica2014-08-291-0/+6
* switch everything over to crypto_encapsulate()friendica2014-08-231-2/+2