Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | profile photo issue on postgres | zotlabs | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | need to perform dbunescbin on stored filenames as well as binary data - this ↵ | zotlabs | 2016-10-23 | 1 | -2/+2 |
| | | | | is a no-op under mysql but could provide unpredictable data under postgres | ||||
* | remove requirement that imported profile photos be in the profile photos album | zotlabs | 2016-10-18 | 1 | -1/+1 |
| | |||||
* | Change the behaviour of 'use existing photo for profile'. For a channel with ↵ | zotlabs | 2016-10-18 | 1 | -11/+31 |
| | | | | one profile, works just as it did previously. For multiple profiles, go back to the "upload form" but with a pre-existing file selected so that the correct profile can be selected. The text on this page and the resulting form are changed to remove the 'upload' text and file selection; but falls through to cropping in either case. | ||||
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 1 | -1/+1 |
| | | | | queries | ||||
* | force immediate avatar update | Treer | 2016-07-03 | 1 | -0/+2 |
| | |||||
* | still working through some issues with curl magic-auth | redmatrix | 2016-06-27 | 1 | -3/+2 |
| | | | | fixed profile photo upload | ||||
* | remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵ | redmatrix | 2016-06-26 | 1 | -1/+1 |
| | | | | which should fix issue #431 | ||||
* | code cleanup for profile_photos | redmatrix | 2016-06-23 | 1 | -43/+58 |
| | |||||
* | set profile when "use existing photo" | redmatrix | 2016-06-22 | 1 | -4/+14 |
| | |||||
* | missing class selector when "use photo as profile photo" | redmatrix | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | db statement debugging | redmatrix | 2016-06-22 | 1 | -3/+2 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -22/+22 |
| | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. | ||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | (connections.php) | ||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -2/+2 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+436 |