Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync cover photo removal with clones | Max Kostikov | 2019-04-03 | 1 | -2/+13 |
| | |||||
* | Fix sync cover photo for clonned channels | Max Kostikov | 2019-04-03 | 1 | -2/+5 |
| | |||||
* | Add text to cover remove button | Max Kostikov | 2019-04-01 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2019-04-01 | 1 | -0/+10 |
|\ | | | | | | | | | Add remove cover photo function See merge request hubzilla/core!1577 | ||||
| * | Add remove cover photo processing | Max Kostikov | 2019-03-30 | 1 | -0/+10 |
| | | |||||
* | | Merge branch 'dev' of ../hz into dev | zotlabs | 2019-03-31 | 1 | -1/+1 |
|\ \ | |||||
| * | | nomadic is not a parameter in the hz version of encode_item_collection | zotlabs | 2019-03-21 | 1 | -1/+1 |
| | | | |||||
| * | | clone systems apps to the extent possible, auto-configure imagick thumbnail ↵ | zotlabs | 2019-03-17 | 2 | -0/+9 |
| | | | | | | | | | | | | binary during setup if possible | ||||
| * | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mike Macgirvin | 2019-03-18 | 1 | -5/+8 |
| |\ \ | |||||
| * | | | use the php_eol constant for encoded subjects | zotlabs | 2019-03-16 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge branch 'connections_ordering' into 'dev' | M. Dent | 2019-03-29 | 1 | -2/+16 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | add backend support for connections ordering See merge request hubzilla/core!1576 | ||||
| * | | | | add backend support for connections ordering | Mario Vavti | 2019-03-27 | 1 | -2/+16 |
| | |_|/ | |/| | | |||||
* | | | | backslash | Mario Vavti | 2019-03-29 | 1 | -1/+1 |
| | | | | |||||
* | | | | missing use declaration | Mario Vavti | 2019-03-29 | 1 | -0/+2 |
| | | | | |||||
* | | | | fix typo | Mario Vavti | 2019-03-28 | 1 | -2/+2 |
| | | | | |||||
* | | | | another fix for z6_discover() and create a zot6 hubloc if applicable | Mario Vavti | 2019-03-28 | 1 | -1/+33 |
|/ / / | |||||
* | | | Add ITEM_TYPE_CUSTOM support to Zotlabs/Module/Display.php | DM42.Net (Matt Dent) | 2019-03-24 | 1 | -0/+5 |
| | | | |||||
* | | | fix typo | Mario | 2019-03-23 | 1 | -1/+1 |
| | | | |||||
* | | | fix subthread on sys channel items | Mario | 2019-03-23 | 1 | -1/+1 |
| | | | |||||
* | | | fix revert accidental moving of Features.php | Mario | 2019-03-23 | 3 | -105/+105 |
| | | | |||||
* | | | fix variables for xporof_locale and xprof_postcode | Mario | 2019-03-23 | 1 | -4/+4 |
| | | | |||||
* | | | revert accidental moving of Features.php | Mario | 2019-03-23 | 1 | -0/+0 |
| | | | |||||
* | | | fix 48 hours timeframe check and remove unused var in mod changeaddr | Mario | 2019-03-23 | 2 | -2/+2 |
| | | | |||||
* | | | revert accidental moving of Enotify.php | Mario | 2019-03-23 | 1 | -854/+0 |
| | | | |||||
* | | | fix typo | Mario | 2019-03-23 | 2 | -1/+855 |
| | | | |||||
* | | | fix typos | Mario Vavti | 2019-03-18 | 1 | -2/+2 |
| | | | |||||
* | | | some more xss prevention | Mario Vavti | 2019-03-18 | 5 | -16/+16 |
| | | | |||||
* | | | use urlencode | Mario Vavti | 2019-03-18 | 4 | -5/+5 |
| | | | |||||
* | | | ENT_COMPAT will only take care of double-quotes. Use double-quotes here to ↵ | Mario Vavti | 2019-03-18 | 4 | -5/+5 |
| | | | | | | | | | | | | prevent XSS | ||||
* | | | clone systems apps to the extent possible, auto-configure imagick thumbnail ↵ | Zot | 2019-03-18 | 3 | -1/+11 |
| |/ |/| | | | | | binary during setup if possible | ||||
* | | fix dreport redeliver | Mario Vavti | 2019-03-15 | 1 | -6/+9 |
|/ | |||||
* | add zot6 to clonable networks | Mario Vavti | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | limit 1 | Mike Macgirvin | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | rework authenticated item fetches (check ACL on the parent, not on the ↵ | zotlabs | 2019-03-12 | 1 | -56/+41 |
| | | | | requested item) | ||||
* | add owner permission checks to AS item fetch | zotlabs | 2019-03-12 | 1 | -2/+37 |
| | |||||
* | authenticated fetch fixes | zotlabs | 2019-03-09 | 1 | -0/+1 |
| | |||||
* | mod_oep: photos/album/xxxxx is no longer hex2bin/bin2hex but the album hash ↵ | zotlabs | 2019-03-04 | 1 | -1/+1 |
| | | | | and is throwing php warnings when trying to decode | ||||
* | Update PHP Version check during Setup. | Klaus Weidenbach | 2019-02-21 | 1 | -31/+30 |
| | | | | | Hubzilla 4.0 requires PHP7. The oldest still supported PHP branch is 7.1. So check during Setup for PHP >= 7.1. | ||||
* | fix summary and use item_normal_search() for viewsrc so we can also view the ↵ | Mario Vavti | 2019-02-21 | 1 | -1/+1 |
| | | | | source for articles, cards, etc. | ||||
* | hubzilla has uuid - use that instead of wildcard | zotlabs | 2019-02-19 | 1 | -4/+4 |
| | |||||
* | fix ability for file storage creators (visitors) to be able to delete their ↵ | zotlabs | 2019-02-19 | 1 | -10/+30 |
| | | | | own content | ||||
* | Merge branch 'dev' of https://framagit.org/zot/core into dev | zotlabs | 2019-02-19 | 1 | -3/+2 |
|\ | |||||
| * | if local_channel() and updating the page do not query for another item if ↵ | Mario Vavti | 2019-02-18 | 1 | -3/+2 |
| | | | | | | | | the first query returned no results. we will most probably find an item from another channel (e.g. after liking a comment) and end up with multiple items with the same mid from different channels after the page update | ||||
* | | mod_id should return object not collection | zotlabs | 2019-02-19 | 1 | -76/+9 |
| | | |||||
* | | support zot location independent urls | zotlabs | 2019-02-18 | 1 | -0/+186 |
|/ | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2019-02-18 | 1 | -1/+1 |
|\ | | | | | | | | | MySQL 8 admin summary compatibility See merge request hubzilla/core!1517 | ||||
| * | MySQL 8 admin summary compatibility | Max Kostikov | 2019-02-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'exclude_addon_common' into 'dev' | M. Dent | 2019-02-15 | 1 | -1/+4 |
|\ \ | | | | | | | | | | | | | exclude addon_common from addon list See merge request hubzilla/core!1513 | ||||
| * | | exclude addon_common from addon list | Mario | 2019-02-15 | 1 | -1/+4 |
| | | | |||||
* | | | missing use app | Mario Vavti | 2019-02-14 | 1 | -0/+1 |
| | | |