aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* version 5.0.7Mario2020-12-211-1/+1
|
* update to fix empty hubloc_id_url caused by clone import bug for zot hublocs ↵Mario Vavti2020-12-171-2/+2
| | | | which was fixed in 4693069a0618775167fd5c5b8c91b80f8a832da0
* bump versionMario2020-12-121-1/+1
|
* version 5.0.45.0.4Mario2020-12-011-1/+1
|
* Merge branch 'dev'5.0.3Mario2020-11-261-1/+1
|\
| * versionMario2020-11-251-1/+1
| |
| * returning the rendered html when liking a post or commentMario2020-11-201-1/+1
| |
| * versionMario2020-11-201-1/+1
| |
| * Do away with auto updates except for our own actions. We might consider to ↵Mario2020-11-181-1/+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
* | Merge branch 'dev'Mario2020-11-161-2/+3
|\|
| * bump versionMario2020-11-141-1/+1
| |
| * Polling fallback to server sent events. Polling is the default. SSE must be ↵Mario2020-11-141-0/+1
| | | | | | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired.
| * update to fix more broken hublocs and version bumpMario2020-11-131-2/+2
| |
* | Merge branch 'dev'5.0.1Mario2020-11-121-1/+1
|\|
| * changelog and version bumpMario2020-11-121-1/+1
| |
* | version 5.0Mario2020-11-051-1/+1
| |
* | version 5.0RC8Mario2020-10-311-1/+1
| |
* | Merge branch 'dev' into 5.0RCMario2020-10-231-1/+1
|\|
| * adapt notifications and mark item seen handling to play well with client ↵Mario2020-10-221-1/+1
| | | | | | | | side page caching
| * make acl selector work correctly if we provide a cid in mod networkMario2020-10-161-1/+1
| |
| * bump dev versionMario2020-09-171-1/+1
| |
* | version 5.0RC6Mario2020-10-141-1/+1
| |
* | version 5.0RC5Mario2020-10-131-1/+1
| |
* | version 5.0RC4Mario2020-10-121-1/+1
| |
* | version 5.0RC3Mario2020-10-051-1/+1
| |
* | version 5.0RC2Mario2020-09-301-1/+1
| |
* | ÃRC1Mario2020-09-201-1/+1
|/
* version 5.0RCMario2020-09-171-1/+1
|
* versionMario2020-07-261-1/+1
|
* versionMario2020-07-261-1/+1
|
* versionMario2020-07-161-1/+1
|
* bump zot revision to 6.0 std version to 4.7.9Mario2020-07-141-2/+2
|
* bump versionMario2020-05-181-1/+1
|
* bump versionMario2020-05-121-1/+1
|
* DB update 1238 to fix hubloc_id_url for existing hublocs and set ↵Mario2020-05-121-1/+1
| | | | hubloc_id_url in Activity::actor_store()
* deprecate premium channel appMario2020-05-071-1/+1
|
* version 4.7.6Mario2020-05-031-1/+1
|
* Merge branch 'dev' into 'dev'Mario2020-04-031-0/+16
|\ | | | | | | | | fix app links in DB when doing a site rename See merge request hubzilla/core!1846
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2020-03-121-1/+1
| |\
| * | fix app links in DB when doing a site renamezotlabs2020-03-111-0/+16
| | |
* | | bump versionMario2020-04-011-1/+1
| | |
* | | Update 1236 and bump version to 4.7.4Mario2020-03-161-2/+2
| |/ |/|
* | Merge branch 'dev' into 'dev'Mario2020-02-271-1/+1
|\| | | | | | | | | add iconfig to zot6 objects See merge request hubzilla/core!1835
| * add iconfig to zot6 objectszotlabs2020-02-231-1/+1
| |
* | version 4.7.3Mario2020-02-271-1/+1
| |
* | bump version4.7.2Mario2020-02-271-1/+1
|/
* move mail frontend to addons and remove mail app from system appsMario2020-01-181-2/+2
|
* Add .webp image format supportMax Kostikov2019-12-071-2/+9
|
* Move auto_save_draft to header from thread commentDM42.Net Hubzilla Development2019-11-281-1/+2
|
* sse: implement notifications for anonymous visitors (info, notice and pubs) ↵Mario2019-11-151-7/+22
| | | | and fix a potential memory leak