aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
Commit message (Collapse)AuthorAgeFilesLines
* photos upload - remove phantom duplicated blank album name from selection listfriendica2014-03-231-2/+1
|
* small changes to a couple of lookup functions which we need to use a bit morefriendica2014-02-201-1/+1
|
* shamelessly steal, and cut/paste from the settings page to get mod_photos ↵friendica2014-02-111-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 ↵friendica2014-02-031-4/+22
| | | | tagrm
* photo tagging still broken - but at least don't create a new linked item ↵friendica2014-01-271-0/+4
| | | | every time a photo is edited.
* bring photo tagging back which hasn't worked since forking from Friendica - ↵friendica2014-01-191-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 issuesfriendica2014-01-091-1/+8
|
* Pass hash and extension to the photo templates for plugins that requireThomas Willingham2014-01-081-0/+2
| | | | links we can't construct from what's already there.
* make storage limit service classes apply to accounts, not channels. Also ↵friendica2014-01-071-2/+2
| | | | include a css file that was missing from work yesterday.
* fix photos/upload album selectorfriendica2014-01-061-2/+11
|
* remove prettyphoto from core - this will affect the enhanced photo albums ↵friendica2013-12-261-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 ↵friendica2013-12-221-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 ↵friendica2013-12-221-16/+12
| | | | the correct permissions to add photos can also remove them
* issue deleting photos (attached item remained undeleted and became visible, ↵friendica2013-12-221-1/+1
| | | | though the photo was gone)
* comanchificate mod_photosfriendica2013-12-191-12/+5
|
* prepare for Comanchification of mod_photosfriendica2013-12-131-1/+4
|
* quite a bit of work on default acl permissions and various acl quirksfriendica2013-11-291-1/+12
|
* define js profile_uid in photos modulefriendica2013-11-141-1/+1
|
* e2ee in comments and a bit of cleanup so not every theme has to define how ↵friendica2013-11-141-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 pagesfriendica2013-11-051-1/+1
|
* Another stab at cleaning up the photos module. This should make permissions ↵friendica2013-10-241-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 ↵friendica2013-10-101-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 signaturesfriendica2013-10-021-9/+9
|
* sync photo permissions with the attached item whenever they change.friendica2013-09-171-1/+16
|
* assuming permissions are correct, unobscure photo comments. Should probably ↵friendica2013-09-161-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 ↵friendica2013-09-161-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 ↵friendica2013-09-101-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 ↵friendica2013-08-281-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 ↵friendica2013-08-271-1/+1
| | | | names a long time ago
* Preparatory work for photo conversations (third time). Also take away unused ↵friendica2013-08-271-11/+7
| | | | "post new activity" preferences until they actually do something.
* more loose endsfriendica2013-08-271-2/+3
|
* start using profile_flags in photo queries so we can start creating ↵friendica2013-07-181-13/+32
| | | | PHOTO_THING's
* some work on issue #62 (comments collapsing on liveupdate), but still a work ↵friendica2013-07-021-77/+57
| | | | | | in progress some work on photo consolidated "view/edit", but still a work in progress
* photo album listing widget brokenfriendica2013-06-051-3/+3
|
* convert most red photos to zmgfriendica2013-05-281-1/+1
|
* Merge branch 'photothread'friendica2013-04-291-100/+18
|\
| * Merge branch 'master' into photothreadfriendica2013-04-161-4/+4
| |\
| * | some work on updating photo threads for Redfriendica2013-04-081-100/+18
| | |
* | | photo driver abstractionfriendica2013-04-251-5/+8
| |/ |/|
* | turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵friendica2013-04-151-4/+4
|/ | | | means we can zidify them)
* Make prettyPhoto a feature, add slideshow for albums.Thomas Willingham2013-03-291-4/+14
|
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-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 apifriendica2013-02-051-0/+1
|
* debugging the photo apifriendica2013-02-021-1/+1
|
* more progress on photos apifriendica2013-02-021-239/+6
|
* photos cont.friendica2013-01-261-103/+56
|
* more photo backend stufffriendica2013-01-261-38/+8
|
* further baby steps on the photos APIfriendica2013-01-251-11/+8
|
* terminate script tagfriendica2013-01-251-1/+1
|
* start on photos reworkfriendica2013-01-251-24/+4
|