aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* hubzilla issue #810zotlabs2017-06-061-2/+2
|
* oembed: ensure that width and height are returned as type int and not floatzotlabs2017-06-031-2/+2
|
* don't allow negative age in directory listingszotlabs2017-05-311-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-301-1/+2
|\
| * fix issue #790 - zip->open returned error 19 (not a valid zip archive). in ↵Mario Vavti2017-05-301-1/+2
| | | | | | | | case there are further issues we should probably also put a ob_end_clean() right before readfile()
| * hubzilla issue #795zotlabs2017-05-272-3/+5
| |
| * wiki auto language select to match webpages implementationzotlabs2017-05-231-5/+27
| |
| * apporder style improvement and add to nav menu, also add language awareness ↵zotlabs2017-05-233-15/+50
| | | | | | | | to webpages
| * schema fixeszotlabs2017-05-231-0/+4
| |
| * apporder module and all the associated backend stuff to make it work; ↵zotlabs2017-05-232-0/+54
| | | | | | | | probably needs a bit of UI cleanup and a link to it from somewhere
* | provide ability to search webpages (either public or which contain the ↵zotlabs2017-05-301-2/+2
| | | | | | | | observer in the acl) in addition to conversations
* | move disapora xrd stuff to pluginzotlabs2017-05-301-13/+2
| |
* | more deprecate server_rolezotlabs2017-05-291-0/+5
| |
* | start deprecation of server_rolezotlabs2017-05-296-30/+6
| |
* | hubzilla issue #795zotlabs2017-05-262-3/+5
| |
* | update link to account roles help on new_channel pagezotlabs2017-05-251-1/+1
| |
* | update the link to account roles help on register pagezotlabs2017-05-251-1/+1
| |
* | start using the abook_not_here flag (requires changes in addons, not easily ↵zotlabs2017-05-251-0/+4
| | | | | | | | portable to hubzilla)
* | some minor help cleanup - add '-/foo' override of language detectionzotlabs2017-05-241-37/+37
| |
* | remove php version checks for older ( < 5.4) code incompatibilitieszotlabs2017-05-231-6/+0
| |
* | wiki auto language select to match webpages implementationzotlabs2017-05-221-5/+27
| |
* | apporder style improvement and add to nav menu, also add language awareness ↵zotlabs2017-05-223-15/+50
| | | | | | | | to webpages
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-221-1/+1
|\|
| * some styling for system notificationsMario Vavti2017-05-181-1/+1
| |
* | schema fixeszotlabs2017-05-221-0/+4
| |
* | apporder module and all the associated backend stuff to make it work; ↵zotlabs2017-05-212-0/+54
| | | | | | | | probably needs a bit of UI cleanup and a link to it from somewhere
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-162-5/+6
|\|
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-05-121-1/+1
| |\
| | * Merge pull request #770 from zotlabs/mast496git-marijus2017-05-121-1/+1
| | |\ | | | | | | | | consolidate and simplify the generation of activitystreams persons, a…
| | | * consolidate and simplify the generation of activitystreams persons, add a ↵zotlabs2017-05-111-1/+1
| | | | | | | | | | | | | | | | couple more fields hoping eventually Mastodon will accept legal follow activities without choking on them. Requires an update of plugins also.
| * | | Empty ACL should not result in no ACL when uploading a fileMario Vavti2017-05-111-4/+5
| |/ /
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-111-1/+3
|\| |
| * | send directory realm_token for navbar autocomplete searches - if configuredzotlabs2017-05-101-1/+3
| |/
| * get rid of edit activitieszotlabs2017-05-081-1/+11
| |
| * cover photo was unintentionally disabled when block_public in effectzotlabs2017-05-081-3/+4
| |
* | consolidate email validation checkszotlabs2017-05-112-2/+2
| |
* | errorzotlabs2017-05-081-1/+1
| |
* | cleanup of last checkinzotlabs2017-05-071-2/+4
| |
* | cover photo was unintentionally disabled when block_public in effectzotlabs2017-05-071-3/+4
| |
* | get rid of edit activitieszotlabs2017-05-071-1/+11
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-051-1/+2
|\|
| * abook_not_here flag created to indicate singleton connections which are ↵zotlabs2017-05-031-1/+2
| | | | | | | | connected to this channel but not on this hub. abook_instance enumerates which hubs the connections is valid, but we ultimately need something more efficiently searchable to decide what operations are supported w/r/t this connection in the context of this hub. This flag is ignored during sync to clones although the code to set it correctly during channel creation, import, and sync has not yet been implemented.
* | oauth2/oidc testing (please do not port - this requires several extra DB ↵zotlabs2017-05-032-0/+111
| | | | | | | | tables to work)
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-031-1/+6
|\|
| * add check for php zip extensionMario Vavti2017-05-031-1/+6
| |
| * authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵zotlabs2017-05-011-1/+2
| | | | | | | | local server bypass the network access and invoke zotfeed directly.
| * more work on client side e2eezotlabs2017-05-011-1/+25
| |
| * provide a broken feed as a separate modulezotlabs2017-04-263-2/+50
| |
* | authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵zotlabs2017-04-301-1/+2
| | | | | | | | local server bypass the network access and invoke zotfeed directly.
* | more work on client side e2eezotlabs2017-04-291-1/+25
| |