Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | photos cont. | friendica | 2013-01-26 | 1 | -103/+56 |
| | |||||
* | more photo backend stuff | friendica | 2013-01-26 | 1 | -38/+8 |
| | |||||
* | further baby steps on the photos API | friendica | 2013-01-25 | 1 | -11/+8 |
| | |||||
* | terminate script tag | friendica | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | start on photos rework | friendica | 2013-01-25 | 1 | -24/+4 |
| | |||||
* | clean up the photo storage backend, revamp mod/wall_upload | friendica | 2013-01-22 | 1 | -4/+7 |
| | |||||
* | fix show-stopping bugs | Zach Prezkuta | 2013-01-06 | 1 | -7/+7 |
| | |||||
* | implement Smarty3 | Zach Prezkuta | 2013-01-06 | 1 | -18/+87 |
| | |||||
* | start to whip the permissions into shape, also got rid of the mce drop ↵ | friendica | 2012-12-09 | 1 | -4/+7 |
| | | | | shadow until we can figure out how to do it without the ugly black bars. I tend to prefer "outy" shadows over "inny" shadows anyway, but maybe that's just me. | ||||
* | turn off some "advanced" features by default, like archives and saved search ↵ | friendica | 2012-11-03 | 1 | -1/+2 |
| | | | | - even though we don't yet have a screen to turn them on. That will come. | ||||
* | fixme note about discovered permission encryption | friendica | 2012-11-02 | 1 | -6/+7 |
| | |||||
* | comments sort of working again but now need to fix the threading which was ↵ | friendica | 2012-10-25 | 1 | -1/+1 |
| | | | | ported when it was only half working | ||||
* | fixes to photo linked items, shut up poller until I can get to that | friendica | 2012-10-25 | 1 | -29/+32 |
| | |||||
* | more progress on the main photos module | friendica | 2012-10-24 | 1 | -38/+38 |
| | |||||
* | more heavy lifting | friendica | 2012-10-23 | 1 | -9/+9 |
| | |||||
* | Can't see any posts currently - after the big shakeup, but we can now post ↵ | friendica | 2012-10-03 | 1 | -3/+3 |
| | | | | top level activities and store them. | ||||
* | here's where the heavy lifting begins - everything is likely to be broken ↵ | friendica | 2012-10-01 | 1 | -50/+68 |
| | | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers. | ||||
* | updates | friendica | 2012-09-09 | 1 | -31/+84 |
| | |||||
* | a few minor changes | friendica | 2012-08-26 | 1 | -1/+1 |
| | |||||
* | item table rename parent-uri, target-type, object-type (more to come later) | friendica | 2012-08-15 | 1 | -11/+11 |
| | |||||
* | updates | friendica | 2012-08-05 | 1 | -0/+1 |
| | |||||
* | implement page update modes | friendica | 2012-07-23 | 1 | -1/+1 |
| |