aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
Commit message (Collapse)AuthorAgeFilesLines
* create photo object if feature large photos is enabled and display those ↵Mario Vavti2015-10-201-1/+0
| | | | slightly different
* issue with resetting post perms to default audience - not sticking.0.10redmatrix2015-10-011-6/+17
|
* fix consensus items - issue #53Mario Vavti2015-09-221-0/+1
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-071-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, ↵redmatrix2015-09-071-3/+30
| | | | | | | | but sync comes first). This way we get the ACL transferred.
* | consolidate import_items/sync_itemsredmatrix2015-09-071-3/+22
| |
* | issue #31redmatrix2015-09-011-1/+1
| |
* | more AccessList stuff - this time it's mod-item, which is a biggieredmatrix2015-08-281-72/+19
| |
* | more work on AccessList integrationredmatrix2015-08-271-1/+0
| |
* | First attempt to turn access control into an object class. The access ↵redmatrix2015-08-271-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 ↵redmatrix2015-08-061-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 ↵redmatrix2015-07-011-1/+7
| | | | | | | | attachment link
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-231-4/+5
|\| | | | | | | | | | | Conflicts: include/items.php mod/item.php
| * 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 …
| | * 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
| |/
* | fix attachment permissions when they also contain an image.redmatrix2015-06-151-0/+15
| |
* | convert the abook fieldsredmatrix2015-06-141-2/+2
| |
* | more work on itemsredmatrix2015-06-111-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 optimisationredmatrix2015-06-101-4/+4
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-101-21/+23
|\|
| * correctly fix attachment permissions from private mentionsAlexandre Hannud Abdo2015-06-101-21/+23
| | | | | | | | by postponing code that removes the attachment tag from the body
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-021-34/+36
|\|
| * move the photo and attachment permission syncing past the tag replacement so ↵redmatrix2015-06-011-34/+36
| | | | | | | | that attachments get the correct permissions when private mentions are used.
* | more migration of page typesredmatrix2015-05-211-4/+2
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-211-1/+4
|\|
| * preserve lock on edited commentsredmatrix2015-05-211-1/+4
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-201-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 circumstancesredmatrix2015-05-201-4/+13
| |
* | Merge branch 'master' into tresredmatrix2015-05-141-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 standaloneredmatrix2015-05-061-6/+7
| | |
| * | for hubzilla we won't be obscuring items, only private mail, this will allow ↵redmatrix2015-05-051-8/+0
| |/ | | | | | | us to search and cache private posts
* | Merge branch 'master' into tresfriendica2015-04-231-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 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 ↵friendica2015-03-261-0/+7
| | | | | | | | queries.
| * 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 ↵friendica2015-03-171-1/+1
| | | | | | | | body text. It could be any one of hundreds of functions that touch the message body. We really want to trim the body text, so I'm putting back all the trim statements - in mod/item and item_store and item_store_update. The last fix for random bad sigs noted that one of the trims wasn't there, so the others were removed. The correct fix is for all the trims to be there. We will probably have a few (quite a few) bad sigs during the transition back to trimmed text but this should nail it for anybody on recent code and with new content.
| * when fixing "naked links" make sure not to double link double urls as seen ↵friendica2015-03-061-1/+1
| | | | | | | | in archive.org - which has the complete unescaped target url, scheme and all, as part of its own.
| * 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 ↵friendica2015-02-121-3/+3
| | | | | | | | searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief.
| * item voting toolsfriendica2015-02-101-0/+5
| |
* | Merge branch 'master' into tresfriendica2015-02-081-0/+1
|\| | | | | | | | | | | Conflicts: mod/events.php view/css/mod_events.css
| * undo extra loggingfriendica2015-02-081-0/+1
| |