aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* more work on queue apiredmatrix2015-12-144-67/+45
|
* simplify queue insertion for normal itemsredmatrix2015-12-142-39/+44
|
* regenerate the item body for linked photo items that now have no body to ↵redmatrix2015-12-142-0/+22
| | | | provide legal activities when going to other networks. Remove the signature since the signed text was an empty string and we've just replaced it with content that will not verify.
* set following to falseredmatrix2015-12-141-1/+1
|
* revert include/photos.php:L380redmatrix2015-12-141-1/+1
|
* more work on api media uploadsredmatrix2015-12-133-9/+20
|
* remove the unqualified "OAuth" namespace from the project. We need to ↵redmatrix2015-12-133-15/+15
| | | | reference either OAuth1 or OAuth2.
* a couple of api improvementsredmatrix2015-12-112-2/+11
|
* add deprecated update_with_media endpointredmatrix2015-12-111-0/+1
|
* incorrect obj_type on several itemsredmatrix2015-12-112-2/+3
|
* some minor cleanup - change the default of the discover tab (public stream ↵redmatrix2015-12-101-10/+8
| | | | access)
* some major cleanup of api authentication stuff - still needs much more and ↵redmatrix2015-12-103-114/+109
| | | | this still may not solve #206
* start working on the singleton settingredmatrix2015-12-094-7/+34
|
* provide paths for include filesredmatrix2015-12-091-5/+5
|
* Fix #109.jeroenpraat2015-12-091-2/+2
|
* remove duplicated coderedmatrix2015-12-081-8/+10
|
* use killme() instead of die() so that any sessions are closed cleanly.redmatrix2015-12-081-4/+6
|
* remove some unused stuffredmatrix2015-12-081-6/+0
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-12-072-2/+2
|\
| * fix issue #210Mario Vavti2015-12-071-1/+1
| |
| * change album_id logic to make it work with ajax callsMario Vavti2015-12-071-1/+0
| |
| * make justify gallery work with more than one albums per page (eg album widget)Mario Vavti2015-12-071-0/+1
| |
* | a loose endredmatrix2015-12-071-1/+1
| |
* | abstract the message handlersredmatrix2015-12-071-6/+5
|/
* provide plugin hooks for blacklist checking functions.redmatrix2015-12-061-0/+13
|
* minor optimisationredmatrix2015-12-061-1/+0
|
* start of v4redmatrix2015-12-062-0/+420
|
* Merge branch 'master' into devredmatrix2015-12-051-1/+1
|\
| * fix rendering of unseen forum posts countMario Vavti2015-12-041-1/+1
| |
* | use the channel blacklist for items and mail, still todo: directory and stuffredmatrix2015-12-032-0/+25
|/
* use the std_version where applicable instead of matching to the git.redmatrix2015-12-031-4/+6
|
* prevent function name re-declaration in widget spaceredmatrix2015-12-021-4/+5
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-12-021-5/+6
|\
| * fix mail attachment and photo permissions. issue #202Mario Vavti2015-12-021-4/+5
| |
| * Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2015-12-022-5/+4
| |\
| * | fix attachment rendering for mailMario Vavti2015-12-021-1/+1
| | |
* | | introduce STD_VERSION and get_std_version() [in include/plugin.php], we ↵redmatrix2015-12-021-0/+11
| |/ |/| | | | | begin with 0.11.1 since it is an incompatible interface change to 0.11.
* | issue #204redmatrix2015-12-011-1/+1
| |
* | usercache is no longer usedredmatrix2015-12-011-4/+3
|/
* generalise the site black|white allow lists, also add a channel black|white ↵redmatrix2015-11-293-25/+62
| | | | list for future use
* report correct directory mode for standalone directories in siteinforedmatrix2015-11-291-1/+1
|
* create get_site_info() function so we can have a siteinfo.json module ↵redmatrix2015-11-291-0/+104
| | | | instead of or actually in addition to siteinfo/json
* issue #189redmatrix2015-11-291-1/+6
|
* don't try to pull public content from dead sitesredmatrix2015-11-291-1/+4
|
* log whatever is showing up in the delivery hash array since it seems that ↵redmatrix2015-11-291-0/+4
| | | | one site has something unusual there and it is throwing errors.
* move events tools to aside widgetMario Vavti2015-11-271-1/+15
|
* fixes #194 - New directory server is selected on every directory page reloadMario Vavti2015-11-271-1/+1
|
* don't show item_delayed_publish items in tag cloudsredmatrix2015-11-262-4/+3
|
* various css fixesMario Vavti2015-11-261-0/+1
|
* beautify event item codeMario Vavti2015-11-261-45/+32
|