aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* add numbers to the techlevel descriptions because that's what we will use to ↵zotlabs2017-06-141-6/+6
| | | | indicate a minimum level in documentation
* more client-side mail privacy workzotlabs2017-06-091-46/+28
|
* partial fix for failure to sync photos - appears to be memory exhaustion and ↵zotlabs2017-06-081-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.
* 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-032-36/+39
| | | | 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
* 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-232-6/+28
|
* 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
|
* some issues with the app order template logiczotlabs2017-05-231-2/+2
|
* apporder module and all the associated backend stuff to make it work; ↵zotlabs2017-05-233-1/+140
| | | | probably needs a bit of UI cleanup and a link to it from somewhere
* some styling for system notificationsMario Vavti2017-05-181-1/+1
|
* Merge pull request #783 from zotlabs/app_ordergit-marijus2017-05-171-0/+44
|\ | | | | provide mechanism to arbitrarily sort the nav tray apps, currently th…
| * provide mechanism to arbitrarily sort the nav tray apps, currently the ↵zotlabs2017-05-161-0/+44
| | | | | | | | preferred order list needs to be manually created
* | Merge pull request #782 from dawnbreak/QA_testinggit-marijus2017-05-171-52/+106
|\ \ | | | | | | :construction_worker::white_check_mark: Documentation Permissions.php.
| * | :construction_worker::white_check_mark: Documentation Permissions.php.Klaus Weidenbach2017-05-171-52/+106
| |/ | | | | | | | | Also add some phpunit tests for this class, but there are some problems yet with mocking static functions.
* | Merge pull request #774 from zotlabs/pgappsgit-marijus2017-05-171-5/+5
|\ \ | |/ |/| Do not yet understand why on postgres, app['plugin'] gets set to 3 li…
| * Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds ↵zotlabs2017-05-141-5/+5
| | | | | | | | but this prevents it from rendering
* | 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 pull request #767 from zotlabs/realm_acgit-marijus2017-05-111-1/+3
|\ \ | |/ |/| send directory realm_token for navbar autocomplete searches - if conf…
| * send directory realm_token for navbar autocomplete searches - if configuredzotlabs2017-05-101-1/+3
| |
* | use correct data typezotlabs2017-05-101-1/+1
| |
* | zot protocol doco updateszotlabs2017-05-101-2/+2
|/
* Implemented switch statement logic in Comanche layout parser.root2017-05-081-1/+43
|
* get rid of edit activitieszotlabs2017-05-081-1/+11
|
* cover photo was unintentionally disabled when block_public in effectzotlabs2017-05-081-3/+4
|
* markdown autolinks - hubzilla bug #752zotlabs2017-05-051-5/+12
|
* 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.
* add check for php zip extensionMario Vavti2017-05-031-1/+6
|
* :white_check_mark::bulb: Add Unit Tests for AccessList class.Klaus Weidenbach2017-05-011-30/+98
| | | | Also some Doxygen docu for this class.
* use hostname, not urlzotlabs2017-05-011-1/+1
|
* authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵zotlabs2017-05-012-5/+22
| | | | local server bypass the network access and invoke zotfeed directly.
* more work on client side e2eezotlabs2017-05-011-1/+25
|
* issues from hubzilla:#737zotlabs2017-04-273-5/+16
|
* provide a broken feed as a separate modulezotlabs2017-04-263-2/+50
|
* make mastodon happy argsMario Vavti2017-04-262-2/+2
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-04-261-10/+10
|\
| * database support for client side e2ee for private mailzotlabs2017-04-251-10/+10
| |
| * if there is no site record, site_dead won't be 0, in a left join it will in ↵zotlabs2017-04-231-1/+1
| | | | | | | | fact be null. As long as it isn't 1, we should attempt delivery.
* | The rest of the library and backend changes to support client-side e2ee and ↵zotlabs2017-04-264-19/+10
| | | | | | | | deprecate previous uses of item_obscured.
* | In the rare case where a default channel is not selected but channels ↵zotlabs2017-04-261-78/+82
| | | | | | | | actually exist, you should be able to visit /manage and set a default channel. Originally I believe this may have been possible but the ability was lost when delegation was added to the interface - which requires an active channel. Remove the active channel restriction so that the rest of the interface works (channel selections can be made and the ability to set a default is provided) however delegation info isn't presented unless there is an active channel.
* | provide a broken feed for services which require a broken feedzotlabs2017-04-263-32/+37
| |