Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc update | friendica | 2014-08-15 | 1 | -0/+1 |
| | |||||
* | pkcs1 to pkcs8 key conversion - this is a lot easier than parsing ASN.1 DER ↵ | friendica | 2014-08-14 | 1 | -0/+5 |
| | | | | formats and rebuilding the darn things like we used to do. Check for illegal hex encoded album names in mod/photo so we don't throw php errors. Don't know where they come from but we get a lot of them. | ||||
* | Add HTML5 datalist to edit photo album field. | Klaus Weidenbach | 2014-06-22 | 1 | -0/+5 |
| | | | | | | | This patch provides a datalist for the edit photo album field. This makes it easier to move a picture to another existing folder in the way that it provides a list of all available albums as values for the album field. | ||||
* | oh this is nice... http://kmkeen.com/jshon - this is what we need to make ↵ | friendica | 2014-06-18 | 1 | -4/+2 |
| | | | | shred -- well "shred". I also had to change the photos album list API a bit to fix any imagined and/or real parsing issues and also fixed shred so it can find its auxiliary files. | ||||
* | only show jotnets when posting conversation items | friendica | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | photos upload - remove phantom duplicated blank album name from selection list | friendica | 2014-03-23 | 1 | -2/+1 |
| | |||||
* | small changes to a couple of lookup functions which we need to use a bit more | friendica | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | shamelessly steal, and cut/paste from the settings page to get mod_photos ↵ | friendica | 2014-02-11 | 1 | -0/+4 |
| | | | | edit permissions working - and it looks like we still have some other fancybox instances (yet another lightbox) which haven't yet been converted to colorbox and will need to be fixed. Way too many lightboxes. | ||||
* | photo tagging somewhat working - but can't remove photo tags until we update ↵ | friendica | 2014-02-03 | 1 | -4/+22 |
| | | | | tagrm | ||||
* | photo tagging still broken - but at least don't create a new linked item ↵ | friendica | 2014-01-27 | 1 | -0/+4 |
| | | | | every time a photo is edited. | ||||
* | bring photo tagging back which hasn't worked since forking from Friendica - ↵ | friendica | 2014-01-19 | 1 | -180/+49 |
| | | | | this is untested and displaying photo tags will now be broken as we're now storing tags with the item attached to the photo and not in the photo. But the point is we've eliminated the OStatus/SWAP0 forced spam crap and can start fresh. | ||||
* | some minor cleanup on plinks for some very subtle permissions issues | friendica | 2014-01-09 | 1 | -1/+8 |
| | |||||
* | Pass hash and extension to the photo templates for plugins that require | Thomas Willingham | 2014-01-08 | 1 | -0/+2 |
| | | | | links we can't construct from what's already there. | ||||
* | make storage limit service classes apply to accounts, not channels. Also ↵ | friendica | 2014-01-07 | 1 | -2/+2 |
| | | | | include a css file that was missing from work yesterday. | ||||
* | fix photos/upload album selector | friendica | 2014-01-06 | 1 | -2/+11 |
| | |||||
* | remove prettyphoto from core - this will affect the enhanced photo albums ↵ | friendica | 2013-12-26 | 1 | -14/+13 |
| | | | | feature on the short term which has been disabled until we figure out how to make the setting per-theme instead of a core option. The library is still available in core (library/prettyphoto) currently but needs to be moved to theme js and loaded/accessed from there [for themes which use it]. Then the library will be removed. It appears that other lightboxes commonly use rel= to group photo albums. So we may provide a generic rel= tag in photo album templates so that the choice of lightbox or album viewer is not only a theme option but could also be accomplished with plugins. | ||||
* | remove a couple of mysql reserved words from being used as table or row ↵ | friendica | 2013-12-22 | 1 | -9/+9 |
| | | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code. | ||||
* | more (somewhat minor) but important cleanup for mod_photos so visitors with ↵ | friendica | 2013-12-22 | 1 | -16/+12 |
| | | | | the correct permissions to add photos can also remove them | ||||
* | issue deleting photos (attached item remained undeleted and became visible, ↵ | friendica | 2013-12-22 | 1 | -1/+1 |
| | | | | though the photo was gone) | ||||
* | comanchificate mod_photos | friendica | 2013-12-19 | 1 | -12/+5 |
| | |||||
* | prepare for Comanchification of mod_photos | friendica | 2013-12-13 | 1 | -1/+4 |
| | |||||
* | quite a bit of work on default acl permissions and various acl quirks | friendica | 2013-11-29 | 1 | -1/+12 |
| | |||||
* | define js profile_uid in photos module | friendica | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | e2ee in comments and a bit of cleanup so not every theme has to define how ↵ | friendica | 2013-11-14 | 1 | -1/+2 |
| | | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step. | ||||
* | add shameless plug if they've not got zot, and add photo favicon to photos pages | friendica | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | Another stab at cleaning up the photos module. This should make permissions ↵ | friendica | 2013-10-24 | 1 | -31/+19 |
| | | | | behave a bit better and show the "this is you" photo for commenting and get rid of most of the old "visitor and "contact" cruft. | ||||
* | more icon tweaks - this could be going on for some time; try to get icon ↵ | friendica | 2013-10-10 | 1 | -2/+2 |
| | | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. | ||||
* | post signatures | friendica | 2013-10-02 | 1 | -9/+9 |
| | |||||
* | sync photo permissions with the attached item whenever they change. | friendica | 2013-09-17 | 1 | -1/+16 |
| | |||||
* | assuming permissions are correct, unobscure photo comments. Should probably ↵ | friendica | 2013-09-16 | 1 | -1/+2 |
| | | | | make sure permissions are correct and figure out why some photo comments on public photos are getting stored with privacy. This probably requires that whenever we change photo permissions for linked photos/items we change the item permissions to match. They might be out of sync. | ||||
* | use prepare_body in api calls to properly render content, add 'mode' to ↵ | friendica | 2013-09-16 | 1 | -0/+2 |
| | | | | conversation templates so that themes can use the module context to suppress or show comments as desired | ||||
* | provide detailed error to remote site for the myriad of things that can go ↵ | friendica | 2013-09-10 | 1 | -1/+3 |
| | | | | wrong inside item_store(), !! this changes the return of item_store !! | ||||
* | It's a wretched mess, but at least photo comments show up again when viewing ↵ | friendica | 2013-08-28 | 1 | -44/+27 |
| | | | | the photo. This is just temporary until these conversations are merged into the common conversation viewer, so it's not worth spending a lot of time cleaning up the remnants. | ||||
* | put backticks on mysql reseved words which we unfortunately used for row ↵ | friendica | 2013-08-27 | 1 | -1/+1 |
| | | | | names a long time ago | ||||
* | Preparatory work for photo conversations (third time). Also take away unused ↵ | friendica | 2013-08-27 | 1 | -11/+7 |
| | | | | "post new activity" preferences until they actually do something. | ||||
* | more loose ends | friendica | 2013-08-27 | 1 | -2/+3 |
| | |||||
* | start using profile_flags in photo queries so we can start creating ↵ | friendica | 2013-07-18 | 1 | -13/+32 |
| | | | | PHOTO_THING's | ||||
* | some work on issue #62 (comments collapsing on liveupdate), but still a work ↵ | friendica | 2013-07-02 | 1 | -77/+57 |
| | | | | | | in progress some work on photo consolidated "view/edit", but still a work in progress | ||||
* | photo album listing widget broken | friendica | 2013-06-05 | 1 | -3/+3 |
| | |||||
* | convert most red photos to zmg | friendica | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'photothread' | friendica | 2013-04-29 | 1 | -100/+18 |
|\ | |||||
| * | Merge branch 'master' into photothread | friendica | 2013-04-16 | 1 | -4/+4 |
| |\ | |||||
| * | | some work on updating photo threads for Red | friendica | 2013-04-08 | 1 | -100/+18 |
| | | | |||||
* | | | photo driver abstraction | friendica | 2013-04-25 | 1 | -5/+8 |
| |/ |/| | |||||
* | | turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵ | friendica | 2013-04-15 | 1 | -4/+4 |
|/ | | | | means we can zidify them) | ||||
* | Make prettyPhoto a feature, add slideshow for albums. | Thomas Willingham | 2013-03-29 | 1 | -4/+14 |
| | |||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -11/+11 |
| | | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. | ||||
* | convert wall_upload to use the photo api | friendica | 2013-02-05 | 1 | -0/+1 |
| | |||||
* | debugging the photo api | friendica | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | more progress on photos api | friendica | 2013-02-02 | 1 | -239/+6 |
| |