Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-25 | 1 | -1/+5 |
|\ | |||||
| * | Fix wall photo uploads. | Thomas Willingham | 2014-03-25 | 1 | -1/+5 |
| | | |||||
* | | missed one | friendica | 2014-03-25 | 1 | -1/+0 |
| | | |||||
* | | ensure wall_upload always has width and height if the image is valid | friendica | 2014-03-25 | 1 | -1/+5 |
|/ | |||||
* | add width and height to uploaded photo body | marijus | 2014-03-22 | 1 | -1/+3 |
| | |||||
* | use border-box for everything | marijus | 2014-03-22 | 1 | -1/+1 |
| | |||||
* | missing filename in uploaded photos (we don't really use this, but we will ↵ | friendica | 2014-01-22 | 1 | -0/+1 |
| | | | | need to have a filename to export via DAV or API and the original filename would be the most likely choice). | ||||
* | API: provide a link to photo albums in api/red/albums | friendica | 2014-01-22 | 1 | -1/+5 |
| | |||||
* | some minor cleanup on plinks for some very subtle permissions issues | friendica | 2014-01-09 | 1 | -0/+5 |
| | |||||
* | make storage limit service classes apply to accounts, not channels. Also ↵ | friendica | 2014-01-07 | 1 | -4/+2 |
| | | | | include a css file that was missing from work yesterday. | ||||
* | remove a couple of mysql reserved words from being used as table or row ↵ | friendica | 2013-12-22 | 1 | -1/+1 |
| | | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code. | ||||
* | add 'src' parameter to api photo list | friendica | 2013-12-19 | 1 | -1/+4 |
| | |||||
* | prepare for Comanchification of mod_photos | friendica | 2013-12-13 | 1 | -2/+10 |
| | |||||
* | missing verb on items linked to photos | friendica | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | provide detailed error to remote site for the myriad of things that can go ↵ | friendica | 2013-09-10 | 1 | -2/+4 |
| | | | | wrong inside item_store(), !! this changes the return of item_store !! | ||||
* | big changes to photo->store() which is now photo->save() and takes an array ↵ | friendica | 2013-08-07 | 1 | -4/+12 |
| | | | | instead of a list of args. Also the beginning of the migration to using photo_flags to indicate special purpose photos such as profile photos and contact photos and "thing" photos. | ||||
* | start using profile_flags in photo queries so we can start creating ↵ | friendica | 2013-07-18 | 1 | -4/+9 |
| | | | | PHOTO_THING's | ||||
* | add photos and albums enumeration to Red API (will allow us to export either ↵ | friendica | 2013-05-29 | 1 | -3/+36 |
| | | | | all our photos or individual albums using a script) | ||||
* | convert most red photos to zmg | friendica | 2013-05-28 | 1 | -2/+2 |
| | |||||
* | photo driver abstraction | friendica | 2013-04-25 | 1 | -1/+3 |
| | |||||
* | 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) | ||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -7/+7 |
| | | | | 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. | ||||
* | update for js_upload | friendica | 2013-03-21 | 1 | -3/+3 |
| | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | partial cleanup of mod/profile_photo - needs a LOT more | friendica | 2013-02-05 | 1 | -0/+1 |
| | |||||
* | convert wall_upload to use the photo api | friendica | 2013-02-05 | 1 | -1/+3 |
| | |||||
* | debugging the photo api | friendica | 2013-02-02 | 1 | -4/+4 |
| | |||||
* | more progress on photos api | friendica | 2013-02-02 | 1 | -1/+37 |
| | |||||
* | photos cont. | friendica | 2013-01-26 | 1 | -1/+45 |
| | |||||
* | more photo backend stuff | friendica | 2013-01-26 | 1 | -1/+28 |
| | |||||
* | further baby steps on the photos API | friendica | 2013-01-25 | 1 | -1/+25 |
| | |||||
* | start on photos rework | friendica | 2013-01-25 | 1 | -0/+226 |