aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add error handler and try/catch for all () callsDM42.Net (Matt Dent)2018-04-071-7/+53
| | |/ | |/|
* | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-081-1/+1
|\ \ \ | |/ / |/| |
| * | we shouldn't need distinct here, since ids_to_querystr() will filter ↵zotlabs2018-04-071-1/+1
| | | | | | | | | | | | duplicates. It might have an effect on pager totals. Need to monitor for a few days.
* | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-071-1/+1
|\| |
| * | channel import failing to provide channel_password valuezotlabs2018-04-061-1/+1
| | |
* | | rename button label in editpost from edit to submitMario Vavti2018-04-071-1/+1
| | |
* | | rename relation to relationship - issue #1044Mario Vavti2018-04-071-1/+1
| | |
* | | use Title instead of Caption - issue #1037Mario Vavti2018-04-071-3/+3
| | |
* | | Use Add Files/Photos instead of Upload to open the upload dialogMario Vavti2018-04-075-6/+6
|/ /
* | put directory server in siteinfo - there are a lot of sites using broken ↵zotlabs2018-04-061-0/+1
| | | | | | | | directories
* | bring back the dnt policy document, not sure when it was lostzotlabs2018-04-052-1/+222
| |
* | oauth2 client settings pagezotlabs2018-04-057-9/+242
| |
* | use profile_store_lowlevel() when importing profile structures to ensure all ↵zotlabs2018-04-052-5/+8
| | | | | | | | non-null fields are present
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-04-057-1/+387
|\ \
| * \ Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-059-57/+51
| |\ \
| * \ \ Merge pull request #1039 from phellmes/doco-feat-addgit-marijus2018-04-057-1/+387
| |\ \ \ | | |_|/ | |/| | add basic structure for additional features documentation
| | * | add basic structure for additional features documentationphellmes2018-04-047-1/+387
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the raw frame with overview, short descriptions like in code and already revealing skill levels. Based on the current (recently modified) structure of the feature settings. Detailed descriptions in work and coming with later commits as well as a dedicated admin section for that topic. Better menu integration may be possible with Andrew's new doco structure work in progress later.
* | | | fix permalinks to children of articles and cardszotlabs2018-04-054-3/+6
| |_|/ |/| |
* | | bbcode() - ensure that $options is always an array, as the interface has ↵zotlabs2018-04-041-0/+4
| | | | | | | | | | | | changed slightly
* | | oauth2 dynamic client registration updatezotlabs2018-04-041-19/+11
| | |
* | | private forum mentionszotlabs2018-04-043-4/+8
| | |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-04-041-1/+4
|\| |
| * | do not use punify() in get_baseurl() due to performance issuesMario Vavti2018-04-041-1/+4
| |/
* | allow the profile recrods to be cloned separatelyzotlabs2018-04-042-2/+3
| |
* | allow the link target attribute to be modified in bbcode() from much further ↵zotlabs2018-04-044-32/+25
|/ | | | up the call stack in prepare_page() which will usually refer to a local item.
* disable the oauth2testvehicle completely until it is safezotlabs2018-04-031-1/+3
|
* get rid of dangerous test codezotlabs2018-04-031-68/+0
|
* OAuth2 integrationzotlabs2018-04-036-11/+195
|
* Merge branch 'master' into oauth2zotlabs2018-04-039-84/+87
|\
| * community tags: allow signature of either author or owner so that it stands ↵zotlabs2018-04-031-1/+1
| | | | | | | | a chance of working across multiple delivery chains
| * some more work on hubzilla issue #1019zotlabs2018-04-022-2/+6
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-04-022-6/+6
| |\
| | * fix missing login/out buttons for medium screensizeMario Vavti2018-04-012-6/+6
| | |
| * | community tagging refactor - we no longer send an edited post/comment to ↵zotlabs2018-04-021-11/+9
| | | | | | | | | | | | everybody. The post owner approves the tag and this is transmitted along with the tag activity. Recipients check the signature of the approval and add the tag to their local copy of the post.
| * | commtag refactorzotlabs2018-04-021-35/+58
| | |
| * | missing year on profile birthday input, some optimisations to statszotlabs2018-04-023-39/+17
| | |
| * | obscurify chatszotlabs2018-04-012-3/+3
| |/
* | Merge branch 'oauth2' of https://github.com/anaqreon/hubzilla into oauth2zotlabs2018-03-318-51/+372
|\ \ | |/ |/|
| * Merge branch 'dev' into oauth2Andrew Manning2018-03-3124-50/+99
| |\
| * \ Merge branch 'dev' into oauth2Andrew Manning2018-03-27864-27843/+50994
| |\ \
| * \ \ Merge branch 'dev' into oauth2Andrew Manning2018-03-125-24/+31
| |\ \ \
| * | | | Fixed access_token request bug and returned oauth2-server-php library to ↵Andrew Manning2018-03-102-8/+9
| | | | | | | | | | | | | | | | | | | | unmodified state.
| * | | | Merge branch 'dev' into oauth2Andrew Manning2018-03-1024-211/+493
| |\ \ \ \
| * \ \ \ \ Merge branch 'dev' into oauth2Andrew Manning2018-03-0512-1486/+1863
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'dev' into oauth2Andrew Manning2018-03-0493-1686/+3030
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'dev' into oauth2Andrew Manning2018-02-2813-202/+305
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'dev' into oauth2Andrew Manning2018-02-26813-140847/+4362
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Successful OAuth2 sequence demonstrated with the test vehicle, including an ↵Andrew Manning2018-02-265-82/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | authenticated API call using an access_token.
| * | | | | | | | | Merge branch 'dev' into oauth2Andrew Manning2018-02-2514-16/+79
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | An authorization token is received, but I had to modify the Request class in ↵Andrew Manning2018-02-254-16/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vendor/bshaffer/oauth2-server-php/ to accept $_REQUEST instead of $_POST.