aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 5.0RC testing: comment out global removeMario2020-09-235-6/+18
| | | (cherry picked from commit 5edec37d571b79dc4fcc30aac1c48b2fc1ae66c9)
* 5.0RC testing: do not use intval() on hubloc_id_urlMario2020-09-231-1/+1
| | | (cherry picked from commit 42ef6208c14ac579c1071ea880664dbcd42df907)
* 5.0RC testing: update hublocs by hubloc_id_url of we mark it deleted or ↵Mario2020-09-232-15/+17
| | | | | change primary to catch both zot and zot6 hublocs. only set the zot6 hubloc as primary. (cherry picked from commit 6f508b81d62f9fec91840d4b7a35eaa5209bdeca)
* 5.0RC testing: fix mod locsMario2020-09-231-8/+10
| | | (cherry picked from commit 81e2f73c9870b502ab0b56009459932282f87f02)
* 5.0RC testing: on channel removal mark both zot6 and zot xchans and hublocs ↵Mario2020-09-231-7/+12
| | | | | deleted (cherry picked from commit 60fd27eca426aa5001f25f52fc89634ef9c00b9d)
* fix notifications html not reset on markRead()Mario2020-09-231-0/+2
| | | (cherry picked from commit dfad87f67414c200770e8d279a76d820ffe4a87b)
* changelog and use dbq() where apropriate in z6trans_connections()Mario2020-09-222-4/+96
| | | (cherry picked from commit be627c3f3aa7b4ab4834aff30fba79ee67b4fa50)
* 5.0RC testing: provide hubloc_id_url for new created zot hublocsMario2020-09-211-1/+2
| | | (cherry picked from commit 1a41c44c2f54d7ee4f1ee2597c6e3ff3de3450f7)
* use channel indexnobody2020-09-211-1/+1
| | | | | (cherry picked from commit 846d30239d97091d1e6b56e923c1965471f6bbff) (cherry picked from commit f422362747e6def2feffe99aa8a2e555be3b409b)
* apply channel name changes to all associated xchansnobody2020-09-212-4/+5
| | | | | (cherry picked from commit f2ac1e4b7d2aa4854ed08ded49b2ed2dd10fab59) (cherry picked from commit 34217f5f901ae4dca180bceccef425de1eef4aeb)
* allow to show unchecked box if the value is 0 or falseMario2020-09-211-2/+2
| | | (cherry picked from commit 04af502e3a9f360239a0bb4bca46cca1e866d2bf)
* ÃRC1Mario2020-09-201-1/+1
|
* adapt mod z6trans to point to util/z6convert.php in case anyone stumbles ↵Mario Vavti2020-09-201-1/+14
| | | | | over outdated doco. (cherry picked from commit c38fc0b9067382b91dcd26b4da9742fd9d650f6c)
* add z6convert.phpMario Vavti2020-09-201-0/+149
| | | (cherry picked from commit 2758d3c3eb278a9615552e1cfc11ec2ae4ff5a60)
* 5.0RC testing: their_perms should be reset before they are recreated. ↵Mario2020-09-191-0/+8
| | | | | Otherwise withdrawn permissions will not take effect locally. (cherry picked from commit 9c8d73208123a2566aa44db4dfe53201cc8cb3ab)
* Update Russian hmessages.poMax Kostikov2020-09-191-2183/+2005
| | | (cherry picked from commit ba0410dd24fcc162e594ebaaa5212543b55aa6b6)
* Update Russian hstrings.phpMax Kostikov2020-09-191-112/+68
| | | (cherry picked from commit da44cef9a3fe39af4a79ab3c4052eee2517b0a22)
* Boost DB conversion speed to Z6Max Kostikov2020-09-191-3/+21
| | | (cherry picked from commit a9377d6a3f8156ed686f122f791a813caef2e93f)
* MissprintMax Kostikov2020-09-191-1/+1
| | | (cherry picked from commit b223b71d0d8c866da4c713d68459fccc7c269b03)
* update stringsMario2020-09-171-2628/+2644
|
* version 5.0RCMario2020-09-171-1/+1
|
* regenerate autoload fileMario2020-09-173-1/+7
|
* deprecate $a variable for *_plugin_admin() and *_plugin_admin_post()Mario2020-09-161-2/+2
|
* respect advanced profile setting in sexual preference selector - issue #1477Mario2020-09-141-0/+4
|
* Merge branch 'dev' into 'dev'Mario2020-09-131-41/+85
|\ | | | | | | | | Support remote host cache directives on profile photo fetching See merge request hubzilla/core!1871
| * Support remote host cache directives on profile photo fetchingMax Kostikov2020-09-131-41/+85
|/
* whitespaceMario2020-09-111-2/+2
|
* disable community tags until we agree on how to implemnt this in ↵Mario2020-09-112-2/+6
| | | | zot6/activitypub
* fix get_plink() for zot6Mario2020-09-041-1/+1
|
* Merge branch 'dev' into 'dev'Mario2020-09-045-678/+982
|\ | | | | | | | | Update of the .homeinstall folder See merge request hubzilla/core!1869
| * Update of the home install setup scriptPapa Dragon2020-08-305-678/+982
|/ | | | | | | | | - "hubzilla" replaced by "zotserver" in file names and file content when relevant - Nginx can now be installed as the web server (Apache still chosen by default in the config file) - Setup script now allows installation of multiple hub/instances on the same server - Daily cron jobs script was updated an splitted : one global script launches shared commands (SSL cert renewal + global backup on external device) and every instance has its own script for git pull (individual scripts are launched by the global one)
* move z6trans_connections() to cron from cron dailyMario Vavti2020-08-262-1/+5
|
* remove hublocs without a hubloc_hash and also remove hublocs where ↵Mario Vavti2020-08-262-18/+39
| | | | hubloc_id_url could not be fixed
* add check against nullMario Vavti2020-08-252-4/+8
|
* prefix table namesMario Vavti2020-08-242-8/+8
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2020-08-241-7/+3
|\
| * Revert "more prefer zot6"Mario2020-08-241-7/+3
| | | | | | This reverts commit e9a264cb43e4c782160db645329d59db9835e388
* | provide some sort of feedbackMario Vavti2020-08-241-0/+5
|/
* more prefer zot6Mario Vavti2020-08-241-3/+7
|
* prefer zot6 and also check for hubloc_deletedMario Vavti2020-08-241-2/+5
|
* an attempt to fix update 1238 for older hubs with broken xchan entriesMario Vavti2020-08-232-9/+11
|
* only show poke link if poke app is installedMario Vavti2020-08-221-1/+3
|
* move cryptojs to addonMario Vavti2020-08-2292-7203/+16
|
* Revert "composer update pear/text_languagedetect"Mario2020-08-2218-256/+39
| | | This reverts commit 646dce7765b36afab5c1688c51ebab48a214864e
* composer update pear/text_languagedetectMario Vavti2020-08-2218-39/+256
|
* composer update html-to-markdownMario Vavti2020-08-228-15/+89
|
* composer update htmlpurifierMario Vavti2020-08-2274-8938/+62
|
* bootstrap filesMario Vavti2020-08-227-0/+282
|
* composer update bootstrapMario Vavti2020-08-22128-2900/+2194
|
* composer update jquery-file-uploadMario Vavti2020-08-226-711/+448
|