| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | $data only contains the link to the image if the image is in os storage. The ... | Mario Vavti | 2018-11-08 | 1 | -1/+2 |
| |/ / / |
|
| * | | | Merge branch 'patch-1' into 'dev' | Mario | 2018-11-08 | 1 | -6/+6 |
| |\ \ \ |
|
| | * | | | Disable image caching if personal or group permissions enabled | Max Kostikov | 2018-11-07 | 1 | -6/+6 |
| * | | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2018-11-08 | 1 | -6/+14 |
| |\| | | |
|
| | * | | | Merge branch 'patch-1' into 'dev' | M. Dent | 2018-11-07 | 1 | -6/+14 |
| | |\ \ \
| | | |_|/
| | |/| | |
|
| | | * | | Added `If-Modified-Since` header support for better image caching and fixed a... | Max Kostikov | 2018-11-07 | 1 | -6/+14 |
| | |/ / |
|
| * | | | provide a function to log to syslog | Mario Vavti | 2018-11-08 | 1 | -0/+13 |
| * | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-11-07 | 3 | -45/+95 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | signature issue | zotlabs | 2018-11-06 | 1 | -1/+1 |
| | * | | these changes needed to ensure cloning/syncing works in the future to non-zot... | zotlabs | 2018-11-05 | 2 | -44/+94 |
| * | | | fix es-es hstrings.php | Mario Vavti | 2018-11-07 | 1 | -2/+2 |
| | |/
| |/| |
|
| * | | Merge branch 'revert-40d9277e' into 'dev' | Mario | 2018-11-07 | 1 | -1/+2 |
| |\ \ |
|
| | * | | Revert "remove 'Expiries' HTTP header" | Max Kostikov | 2018-11-07 | 1 | -1/+2 |
| |/ / |
|
| * | | Merge branch 'patch-25' into 'dev' | M. Dent | 2018-11-06 | 1 | -13/+20 |
| |\ \ |
|
| | * | | remove 'Expiries' HTTP header | Max Kostikov | 2018-11-06 | 1 | -2/+1 |
| | * | | Update Photo.php | Max Kostikov | 2018-11-06 | 1 | -2/+2 |
| | * | | Update Photo.php | Max Kostikov | 2018-11-06 | 1 | -4/+2 |
| | * | | Update Photo.php | Max Kostikov | 2018-11-06 | 1 | -2/+3 |
| | * | | 'Last-Modified' and 'Content-Length' HTTP headers added for better image caching | Max Kostikov | 2018-11-06 | 1 | -9/+18 |
| * | | | Merge branch 'patch-26' into 'dev' | M. Dent | 2018-11-06 | 9 | -9/+9 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Update hmessages.po | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | * | | Update hmessages.po | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | * | | New pt-br plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | * | | New nl plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | * | | New nb-no plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | * | | New it plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | * | | New he plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | * | | New fi plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | * | | New es plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | * | | New fr plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | * | | New plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge branch 'patch-23' into 'dev' | M. Dent | 2018-11-06 | 1 | -4/+2 |
| |\ \ |
|
| | * | | Update Photo.php | Max Kostikov | 2018-11-05 | 1 | -1/+1 |
| | * | | Use modern get_config() syntax | Max Kostikov | 2018-11-05 | 1 | -4/+2 |
| |/ / |
|
| * | | Merge branch 'patch-20181028a' into 'dev' | Mario | 2018-11-05 | 6 | -20/+157 |
| |\ \ |
|
| | * | | strpos needs to test with ===0 not ==0 | M.Dent | 2018-11-01 | 1 | -3/+3 |
| | * | | Add tracking of deleted pconfig variables | M.Dent | 2018-10-29 | 1 | -4/+40 |
| | * | | Fix to set update time in pconfig on update | M.Dent | 2018-10-28 | 1 | -3/+3 |
| | * | | Add timestamp and associated logic to pconfig | M.Dent | 2018-10-28 | 3 | -16/+90 |
| | * | | DB Updates to prep for pconfig timestamps. | M.Dent | 2018-10-28 | 3 | -1/+28 |
| * | | | update changelog and bump version | Mario Vavti | 2018-11-05 | 2 | -1/+15 |
| * | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-11-05 | 3 | -129/+319 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | debug zot6 discovery | zotlabs | 2018-11-04 | 1 | -118/+283 |
| | * | | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge | zotlabs | 2018-11-04 | 5 | -8/+13 |
| | |\ \ |
|
| | * | | | z6 updates to owa, linkinfo improved image detection | zotlabs | 2018-11-04 | 2 | -11/+36 |
* | | | | | version 3.8.33.8.3 | Mario Vavti | 2018-11-05 | 1 | -1/+1 |
* | | | | | update changelog | Mario Vavti | 2018-11-05 | 1 | -0/+14 |
* | | | | | update linkinfo from dev | Mario Vavti | 2018-11-05 | 1 | -7/+30 |
* | | | | | Merge branch 'dev' | Mario Vavti | 2018-11-05 | 316 | -5295/+6481 |
|\| | | | |
|
| * | | | | Merge branch 'dev' into 'dev' | Mario | 2018-11-05 | 2 | -2/+6 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|