Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | implement the top option in items_fetch | Mario Vavti | 2021-09-23 | 1 | -2/+5 | |
|/ | ||||||
* | more deprecate legacy zot | Mario | 2021-06-28 | 1 | -1/+1 | |
| | ||||||
* | New landing page HQ with separate views for direct messages, public/limited ↵ | Mario | 2021-06-17 | 1 | -1/+1 | |
| | | | | messages and starred messages if the feature is enabled | |||||
* | remove unobscure() | Mario | 2021-05-28 | 1 | -1/+0 | |
| | ||||||
* | remove deprecated mail code | Mario | 2021-05-28 | 1 | -289/+0 | |
| | ||||||
* | remove include/message | Mario | 2021-05-27 | 1 | -1/+0 | |
| | ||||||
* | remove most legacy zot quirks | Mario | 2021-05-26 | 1 | -1/+1 | |
| | ||||||
* | import_author_xchan(): do not import legacy zot | Mario | 2021-05-26 | 1 | -53/+19 | |
| | ||||||
* | some cleanup | Mario | 2021-05-23 | 1 | -40/+11 | |
| | ||||||
* | remove todo since the zot6 xchan should be merely imported in this case. ↵ | Mario | 2021-05-21 | 1 | -2/+4 | |
| | | | | also only return if we already have a result. | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-05-21 | 1 | -3/+4 | |
|\ | ||||||
| * | Merge branch 'Malend-dev-patch-02229' into 'dev' | Mario | 2021-05-21 | 1 | -3/+4 | |
| |\ | | | | | | | | | | | | | Remove useless test See merge request hubzilla/core!1957 | |||||
| | * | Remove useless test | Malendur | 2021-05-20 | 1 | -3/+4 | |
| | | | ||||||
* | | | introduce the direct flag for direct messages | Mario | 2021-05-21 | 1 | -9/+16 | |
|/ / | ||||||
* / | make sure to set the correct item_private state | Mario | 2021-05-20 | 1 | -1/+2 | |
|/ | ||||||
* | next batch of fixes | Mario | 2021-04-21 | 1 | -13/+43 | |
| | ||||||
* | start sending author id, id_sig and key fields along with author/owner and ↵ | Mario | 2021-04-21 | 1 | -9/+19 | |
| | | | | adjust import_author_xchan() accordingly | |||||
* | php8: fix some undefined variables | Mario | 2021-03-14 | 1 | -17/+15 | |
| | ||||||
* | mod subthread issue continued | Mario | 2021-03-14 | 1 | -2/+8 | |
| | ||||||
* | Stricter item array checks | Max Kostikov | 2021-03-11 | 1 | -19/+19 | |
| | ||||||
* | save the rewritten llink | Mario | 2021-03-11 | 1 | -1/+2 | |
| | ||||||
* | if rewriting the mid also rewrite the llink | Mario | 2021-03-10 | 1 | -0/+1 | |
| | ||||||
* | php8: random fixes deriving from mod network | Mario | 2021-03-10 | 1 | -3/+3 | |
| | ||||||
* | Fix deprecated function arguments order | Max Kostikov | 2021-03-09 | 1 | -1/+1 | |
| | ||||||
* | export compatibility from hubzilla to zap | Zot | 2021-02-24 | 1 | -9/+53 | |
| | ||||||
* | fix recursive shares | Mario | 2021-02-19 | 1 | -18/+16 | |
| | ||||||
* | make sure we do not try to update columns which do not exist | Mario | 2021-02-16 | 1 | -3/+8 | |
| | ||||||
* | port Lib/Crypto from zap | Mario | 2021-02-09 | 1 | -3/+4 | |
| | ||||||
* | fix file permissions. 755 for dirs, 644 for files | Mario | 2021-01-27 | 1 | -0/+0 | |
| | ||||||
* | revert externals/zotfeed functionality due to scaling issues. Save zotfeed ↵ | Mario | 2021-01-24 | 1 | -26/+5 | |
| | | | | consumers that are not our contacts in thread listeners | |||||
* | cleanup | Mario | 2021-01-22 | 1 | -36/+34 | |
| | ||||||
* | implement externals via zot6 and zotfeed - part 2 | Mario Vavti | 2021-01-22 | 1 | -17/+37 | |
| | ||||||
* | onepoll via zot6 to /zotfeed which implements an outbox | Mario | 2021-01-20 | 1 | -3/+17 | |
| | ||||||
* | force arg is not used anymore in drop_item_lolevel() | Mario | 2021-01-18 | 1 | -3/+2 | |
| | ||||||
* | fix undefined variable | Mario | 2021-01-18 | 1 | -1/+1 | |
| | ||||||
* | missing import | Mario | 2021-01-17 | 1 | -0/+1 | |
| | ||||||
* | get_item_elements() check against zot6 | Mario | 2021-01-17 | 1 | -2/+2 | |
| | ||||||
* | wrong logic | Mario | 2021-01-16 | 1 | -1/+1 | |
| | ||||||
* | only var can be passed by reference | Mario | 2021-01-15 | 1 | -2/+2 | |
| | ||||||
* | also check for zot6 | Mario | 2021-01-15 | 1 | -1/+1 | |
| | ||||||
* | do not turn the groups own direkt messages into group items - fixes #1510 | Mario | 2021-01-13 | 1 | -0/+5 | |
| | ||||||
* | set resource_type = group_item and resource_id = original mid for forum ↵ | Mario | 2021-01-08 | 1 | -8/+20 | |
| | | | | items so we do not need to query the body for the original mid on edit. | |||||
* | fix issue where categories were not saved on forum wall post | Mario Vavti | 2021-01-04 | 1 | -0/+2 | |
| | ||||||
* | make share title h3 | Mario | 2021-01-02 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'dev' into 'dev' | Max Kostikov | 2020-12-19 | 1 | -4/+6 | |
|\ | | | | | | | | | Dev sync See merge request kostikov/core!4 | |||||
| * | deprecate ! and !! forum tags | Mario | 2020-12-18 | 1 | -4/+6 | |
| | | ||||||
| * | merge branch files_ng into dev | Mario | 2020-12-14 | 1 | -0/+5 | |
| | | ||||||
| * | Remove duplicate delete terms query | Max Kostikov | 2020-12-12 | 1 | -5/+0 | |
| | | ||||||
* | | Remove duplicate delete terms query | Max Kostikov | 2020-12-12 | 1 | -5/+0 | |
|/ | ||||||
* | remove announce activity from response activites array | Mario | 2020-12-07 | 1 | -7/+7 | |
| | | | (cherry picked from commit 52c78c757ae73082ed29e48707b2313e65020db3) |