aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Revert "keyid adapt for backward compatibility to current release part 2"Mario2021-01-131-1/+1
| | | | This reverts commit efb8a29b5fcacd491c5e080572581437b6000f87.
* do not turn the groups own direkt messages into group items - fixes #1510Mario2021-01-131-0/+5
|
* can not access global from statc methodMario2021-01-111-3/+4
|
* keyid adapt for backward compatibility to current release part 2Mario2021-01-091-1/+1
|
* fix some php8 fatal errorsMario2021-01-092-3/+3
|
* more streamline keyidMario2021-01-091-1/+1
|
* streamline keyidMario2021-01-091-1/+1
|
* set resource_type = group_item and resource_id = original mid for forum ↵Mario2021-01-082-9/+21
| | | | items so we do not need to query the body for the original mid on edit.
* error in logicMario2021-01-061-1/+1
|
* simplify attach_folder_select_list()Mario2021-01-061-4/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-01-042-4/+7
|\
| * fix no channel_id provided for contact_remove() in reply_purge(). fix wrong ↵Mario2021-01-031-1/+1
| | | | | | | | notifier command
| * mod cloud stringsMario2021-01-031-3/+6
| |
* | fix issue where categories were not saved on forum wall postMario Vavti2021-01-041-0/+2
|/
* do not check against undefined variableMario2021-01-021-6/+6
|
* fix typoMario2021-01-021-12/+12
|
* wrong variableMario2021-01-021-1/+1
|
* wrong variableMario2021-01-021-2/+2
|
* make share title h3Mario2021-01-021-1/+1
|
* random_profile: return zot6 entriesMario Vavti2020-12-291-1/+1
|
* Implement Imagemagick resources consumption limitingMax Kostikov2020-12-261-0/+4
|
* files_ng: implement directory and bulk file downloadMario2020-12-211-1/+38
|
* Fix CardDAV address book IDMax Kostikov2020-12-191-0/+1
|
* Merge branch 'dev' into 'dev'Max Kostikov2020-12-1911-109/+482
|\ | | | | | | | | Dev sync See merge request kostikov/core!4
| * deprecate ! and !! forum tagsMario2020-12-182-10/+14
| |
| * flag forums where we do not have post permissions and filter them from the ↵Mario2020-12-182-4/+36
| | | | | | | | acl selector
| * handle owa with hubloc_id_url onlyMario Vavti2020-12-181-6/+2
| |
| * files_ng: fix regression in finding the right path in certain situations and ↵Mario2020-12-161-7/+28
| | | | | | | | add a info panel with attach and zrl bbcode
| * fix issue with abconfig when cloning a channelMario2020-12-151-1/+15
| |
| * try to fix more hubloc anomalies: use refresh_all in ↵Mario2020-12-151-1/+3
| | | | | | | | remove_obsolete_hublocs() and use Libzot::encode_locations() instead of zot_encode_locations() in notifier
| * fix file sync issuesMario2020-12-141-2/+5
| |
| * handle removal of terms in attach_delete() when deleting a ressourceMario2020-12-141-1/+7
| |
| * sync categoriesMario2020-12-142-2/+31
| |
| * merge branch files_ng into devMario2020-12-146-70/+341
| |
| * try to prevent hubloc confusion in some placesMario2020-12-121-9/+9
| | | | | | (cherry picked from commit 61cfeb5bdb749319357912d958cd13304b895bce)
| * Remove duplicate delete terms queryMax Kostikov2020-12-121-5/+0
| |
* | Remove duplicate delete terms queryMax Kostikov2020-12-121-5/+0
|/
* fix hubloc issue in mod getfileMario2020-12-111-10/+10
| | | (cherry picked from commit b0b9b9f28974f9016e47491e81876224c57a7e3b)
* remove announce activity from response activites arrayMario2020-12-071-7/+7
| | | (cherry picked from commit 52c78c757ae73082ed29e48707b2313e65020db3)
* add a uuid version 5 based uuid to imported feeds. if rewrite author for ↵Mario2020-11-252-2/+23
| | | | sourced items, also rewrite mid to be fetchable
* do not reset item_origin to 1 for deleted items to prevent possible looping ↵Mario2020-11-251-2/+2
| | | | and do not set item_uplink for sourced rss items - we can not sen anything to them.
* fix #1492Mario2020-11-211-0/+2
|
* returning the rendered html when posting a comment will make the following ↵Mario2020-11-201-1/+4
| | | | update (and its implication in mod pubstream) obsolete
* be more specificMario2020-11-181-1/+1
|
* Do away with auto updates except for our own actions. We might consider to ↵Mario2020-11-182-21/+1
| | | | 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
* fix ping_site()Mario2020-11-151-20/+8
|
* minor queue adjustmentsMario2020-11-132-4/+5
|
* some work on include/importMario2020-11-121-19/+26
|
* wrong variable nameMario2020-11-051-1/+1
|
* if restarting a previously interrupted upload just return where we ended - ↵Mario2020-10-311-0/+6
| | | | fix issue #1485