aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Use own variable for "Go to previous comment" hintMax Kostikov2019-05-051-1/+2
|
* Add arrows to scroll between related commentsMax Kostikov2019-05-051-7/+5
|
* port db update improvements from zapMario Vavti2019-05-031-1/+8
|
* Merge branch 'replyto_fixes' into 'dev'Mario2019-05-031-3/+3
|\ | | | | | | | | provide xchan_url if there is no xchan_addr See merge request hubzilla/core!1622
| * more provide xchan_url if there is no xchan_addrMario Vavti2019-05-021-2/+2
| |
| * provide xchan_url if there is no xchan_addrMario Vavti2019-05-021-1/+1
| |
* | Merge branch 'unfriend_delete_posts_bug' into 'dev'Mario2019-05-031-2/+6
|\ \ | | | | | | | | | | | | Unfriend delete posts bug See merge request hubzilla/core!1624
| * | emojireaction compatzotlabs2019-05-021-0/+4
| | |
| * | move apschema to core to use for emojiReaction mapping for zot6zotlabs2019-05-021-2/+2
| | |
* | | Merge branch 'dev' into 'dev'Max Kostikov2019-05-021-1/+5
|\ \ \ | | |/ | |/| | | | # Conflicts: # Zotlabs/Lib/ThreadItem.php
| * | Revert "Merge branch 'dev' into 'dev'"Max Kostikov2019-05-021-1/+1
| | | | | | | | | This reverts merge request !1620
| * | Merge branch 'dev' into 'dev'Mario2019-05-021-1/+1
| |\ \ | | | | | | | | | | | | | | | | Check if 'reply on comment' enabled for this profile See merge request hubzilla/core!1620
| * \ \ Merge branch 'dev' into 'dev'Max Kostikov2019-05-021-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add Zap threads support See merge request hubzilla/core!1619
| * \ \ \ Merge branch 'dev' into 'dev'Max Kostikov2019-05-011-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add AS threaded comments support See merge request hubzilla/core!1618
| * \ \ \ \ Merge branch 'dev' into 'dev'Mario2019-05-011-5/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Add 'reply on comment' feature See merge request hubzilla/core!1614
| * | | | | event attachments still weren't being delivered to zot6zotlabs2019-04-281-2/+9
| | | | | |
| * | | | | hubloc confusion during magic auth where hublocs with more than one network ↵zotlabs2019-04-241-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | may exist
* | | | | | Add check if threads are enabled globallyMax Kostikov2019-05-021-1/+1
| |_|_|_|/ |/| | | |
* | | | | Check if 'reply on comment' enabled for this profileMax Kostikov2019-05-021-1/+1
| |_|_|/ |/| | |
* | | | Add Zap threads supportMax Kostikov2019-05-021-0/+1
| |_|/ |/| |
* | | Add threaded comments supportMax Kostikov2019-05-011-4/+11
| |/ |/|
* | Add "reply to" hint to submit buttonMax Kostikov2019-04-301-1/+1
| |
* | Add variables for threaded comments supportMax Kostikov2019-04-291-5/+5
|/
* typozotlabs2019-04-081-1/+1
|
* missing endTime on Zot6 encoded events, optimise the url fetch of embedphotoszotlabs2019-04-081-20/+26
|
* add punify() againMario2019-03-231-2/+2
|
* aparently we do not use underscores anymore. this fixes spaming of dreports ↵Mario2019-03-231-1/+1
| | | | with recipient not found entries for our own xchan
* revert accidental moving of Enotify.phpMario2019-03-231-0/+854
|
* fix typoMario2019-03-231-854/+0
|
* fix wrong variable in unused functionMario2019-03-231-1/+1
|
* Webfinger::zot_url() requires a string (webfinger address), empty var given ↵Mario2019-03-231-1/+1
| | | | in update_directory_entry()
* db_columns() requires a string, empty var given in ↵Mario2019-03-231-1/+1
| | | | process_channel_sync_delivery()
* share encoding issue between hz and zapzotlabs2019-03-181-0/+4
|
* messagefilter enhancements, fix edge case in unsupported advisory privacyzotlabs2019-03-181-1/+15
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMike Macgirvin2019-03-181-8/+10
|\
| * Cleanup and fixesMario2019-03-151-8/+10
| |
* | use php_eol for all mail header generationzotlabs2019-03-161-12/+12
|/
* authenticated fetch fixeszotlabs2019-03-091-1/+4
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2019-03-081-12/+9
|\
| * $sender is supposed to be string in libzotMario2019-03-081-12/+9
| |
* | port zot_record_preferredzotlabs2019-03-081-2/+22
| |
* | It is in fact the 'Content Import' app string that needs to be translated. A ↵zotlabs2019-03-071-0/+1
|/ | | | previous commit errantly included the string 'Content Filter'. But don't remove 'Content Filter'. That is actually a thing in Zap and will eventually make its way to Hubzilla.
* fetch private objects using delivery channel credentialszotlabs2019-03-071-5/+28
|
* channel_type is not integerzotlabs2019-03-051-5/+17
|
* maintain compatibility with recent zot6 changeszotlabs2019-03-051-0/+6
|
* api_router - allow parameters as final path argumentzotlabs2019-03-041-1/+9
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2019-03-041-1/+1
|\
| * while in legacy zot $sender is expected to be an array, in zot6 $sender is ↵Mario Vavti2019-03-021-1/+1
| | | | | | | | expected to be a string (xchan_hash)
* | translate name of content filter (addon) app.zotlabs2019-02-281-0/+1
|/
* support zot location independent urlszotlabs2019-02-183-22/+134
|