aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* add rel=noopener to all external target _blank linkszotlabs2017-06-131-1/+1
|
* clean up the warnings about connections on unclonable networkszotlabs2017-06-091-1/+17
|
* auto inline embed ostatus image attachmentszotlabs2017-06-091-1/+1
|
* put unreachable federated connections in the archived tab of the connections ↵zotlabs2017-06-082-4/+5
| | | | list page
* indicate on connections page if a federated connection from another network ↵zotlabs2017-06-081-2/+3
| | | | is unavailable from the current location
* partial fix for failure to sync photos - appears to be memory exhaustion and ↵zotlabs2017-06-071-0/+35
| | | | | | dependent on filesize although an unrelated issue was found with directory creation during file sync (we didn't check ownership when looking for duplicates). This checkin provides the means for a sync process to fetch the contents for various photo scales from the original server just as is done for the attach data now. It is still missing the bit for the sync process to spawn a mob of children to fetch these suckers and update the photo table with the results.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-072-8/+12
|\
| * hubzilla issue #810zotlabs2017-06-071-2/+2
| |
| * oembed: ensure that width and height are returned as type int and not floatzotlabs2017-06-071-2/+2
| |
| * don't allow negative age in directory listingszotlabs2017-06-071-1/+1
| |
| * rewrite wiki pages widget - no need for ajax on pageload, show the pages to ↵git-marijus2017-06-031-7/+11
| | | | | | | | not authenticated people.
| * convert randprof to use chanlink_hash() instead of chanlink_url() and filter ↵git-marijus2017-06-031-1/+1
| | | | | | | | sys channels by xchan.xchan_system instead of xchan_addr != sys@%
| * provide ability to search webpages (either public or which contain the ↵zotlabs2017-05-301-2/+2
| | | | | | | | observer in the acl) in addition to conversations
* | 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
| |