aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
...
* make simple update more simple againMario2020-11-215-5/+5
|
* restrict returned html usage to local_channel() until some issues will be ↵Mario2020-11-212-59/+70
| | | | worked out
* fix pubstream id issueMario2020-11-211-2/+2
|
* returning the rendered html when liking a post or commentMario2020-11-201-3/+58
|
* returning the rendered html when posting a comment will make the following ↵Mario2020-11-201-2/+12
| | | | update (and its implication in mod pubstream) obsolete
* fix regression in relation to pustream notificationsMario2020-11-181-0/+3
|
* Do away with auto updates except for our own actions. We might consider to ↵Mario2020-11-189-123/+41
| | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488
* remove dotMario2020-11-141-1/+1
|
* Polling fallback to server sent events. Polling is the default. SSE must be ↵Mario2020-11-142-28/+87
| | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired.
* less hubloc confusionMario2020-11-083-15/+4
|
* fix vsprintf() warningMario2020-11-011-2/+3
|
* Merge branch 'dev' into 'dev'Mario2020-10-311-12/+14
|\ | | | | | | | | Don't try to fetch profile photo for unknown channel See merge request hubzilla/core!1880
| * Don't try to fetch profile photo for unknown channel Max Kostikov2020-10-251-12/+14
| |
* | fix issue #1484Mario Vavti2020-10-271-1/+1
|/
* adapt notifications and mark item seen handling to play well with client ↵Mario2020-10-226-106/+38
| | | | side page caching
* reduce result set for notificationsÃMario2020-10-161-1/+1
|
* make acl selector work correctly if we provide a cid in mod networkMario2020-10-161-11/+14
|
* add zot6 to the authenticatable options and fix array key in reshare headerMario2020-10-091-4/+4
|
* reduce result set for query in zid_init() and use ↵Mario2020-10-081-8/+11
| | | | Libzot::zot_record_preferred() in mod rmagic
* more bdi tagsMario2020-10-071-4/+4
|
* 5.0RC testing: use the zot6 xchan if availableMario2020-10-071-9/+9
|
* more work on delete/undoMario2020-10-021-2/+2
|
* item/activity fetchingMario2020-10-022-2/+194
|
* RC5.0 testing: fix purge and some cleanupMario2020-09-281-48/+50
|
* deprecate \Zotlabs\Zot\Finger where apropriateMario Vavti2020-09-263-236/+131
|
* if we do not have App::$poi here we would already have returned. No need to ↵Mario Vavti2020-09-251-13/+11
| | | | check here.
* port mod chanviewMario Vavti2020-09-251-25/+31
|
* 5.0RC testing: comment out global removeMario2020-09-232-4/+4
|
* 5.0RC testing: update hublocs by hubloc_id_url of we mark it deleted or ↵Mario2020-09-231-7/+9
| | | | change primary to catch both zot and zot6 hublocs. only set the zot6 hubloc as primary.
* 5.0RC testing: fix mod locsMario2020-09-231-8/+10
|
* use channel indexnobody2020-09-211-1/+1
| | | (cherry picked from commit 846d30239d97091d1e6b56e923c1965471f6bbff)
* apply channel name changes to all associated xchansnobody2020-09-212-4/+5
| | | (cherry picked from commit f2ac1e4b7d2aa4854ed08ded49b2ed2dd10fab59)
* adapt mod z6trans to point to util/z6convert.php in case anyone stumbles ↵Mario Vavti2020-09-201-1/+14
| | | | over outdated doco.
* Boost DB conversion speed to Z6Max Kostikov2020-09-181-4/+22
|
* deprecate $a variable for *_plugin_admin() and *_plugin_admin_post()Mario2020-09-161-2/+2
|
* remove hublocs without a hubloc_hash and also remove hublocs where ↵Mario Vavti2020-08-261-10/+23
| | | | hubloc_id_url could not be fixed
* add check against nullMario Vavti2020-08-251-2/+4
|
* prefix table namesMario Vavti2020-08-241-4/+4
|
* provide some sort of feedbackMario Vavti2020-08-241-0/+5
|
* an attempt to fix update 1238 for older hubs with broken xchan entriesMario Vavti2020-08-231-5/+6
|
* use the default setting and also add the mode to the cipher. aes-128 is to ↵Mario Vavti2020-08-211-1/+1
| | | | be preferred over aes-256 according to bruce schneier https://www.schneier.com/blog/archives/2009/07/another_new_aes.html#c386957
* first cut on implementing additional encryption with the SJCL library. aes ↵Mario Vavti2020-08-201-1/+1
| | | | only and no backward compatibility.
* $id is expected to be an array with a calendarId and an instanceId for caldavMario Vavti2020-08-151-1/+1
|
* update profile|cover photo activities converted to z6Zot2020-08-051-8/+0
|
* respect notifications settingsMario2020-07-301-1/+34
|
* whitespaceMario2020-07-261-1/+1
|
* fix hubloc_id_url for activitypub with broken xchan_urlMario2020-07-261-6/+23
|
* improve profile detection and reduce feed result setMario2020-07-261-1/+1
|
* tool to fix missing hubloc_id_url entriesMario2020-07-241-0/+41
|
* more itemspage workMario2020-07-161-5/+5
|