aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bump versionMario2024-12-201-1/+1
|
* improved imagesLoaded() and formattingMario2024-12-202-166/+189
|
* versionMario2024-12-201-1/+1
|
* port scrollToItem() to vanilla js and more fixesMario2024-12-202-30/+40
|
* improved imagesLoaded() and notifications fixesMario2024-12-204-143/+144
|
* bump versionMario2024-12-191-1/+1
|
* various fixes for the last commitMario2024-12-192-12/+21
|
* refactor notifications widget and updateConvItems() to not require jqueryMario2024-12-195-446/+618
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-12-192-6/+9
|\
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2024-12-131-1/+1
| |\
| * | composer dump autoloadMario Vavti2024-12-132-6/+9
| | |
* | | changelogMario2024-12-191-0/+37
| |/ |/|
* | bump dev versionMario2024-12-131-1/+1
|/
* version 10.0RC and stringsMario2024-12-132-8176/+7989
|
* remove jquery.timeago.js in favor of a native js implementationMario2024-12-1215-323/+76
|
* add test for item_forwardable()Mario Vavti2024-12-102-2/+134
|
* introduce item_forwardable() and check it before we call the notifier to ↵Mario2024-12-104-26/+27
| | | | possibly safe some processes - test will follow, also add some other possibly blocking flags to the add item
* pubcrawl: support for inbound add/remove activities and minor cleanupMario2024-12-102-28/+49
|
* hq: improved file filteringMario2024-12-091-2/+10
|
* fix delayed post handling in cron, always set item_delayed if we select a ↵Mario2024-12-086-38/+22
| | | | create date
* fix expirationMario2024-12-071-4/+3
|
* add test for relative_time()Mario Vavti2024-12-073-8/+64
|
* add more indicators and a new function to return relative time in the past ↵Mario2024-12-075-14/+60
| | | | and the future
* Libzot: remove commented code which duplicates code in Activity::decode_note()Mario2024-12-071-21/+0
|
* more cleanupMario2024-12-071-41/+2
|
* provide a comments disabled indicator and some cleanupMario2024-12-073-43/+18
|
* only allow disable_comments on thread topMario2024-12-071-0/+1
|
* Ãfix issue where poll updates were dismissed due to missing edited update, ↵Mario2024-12-063-4/+13
| | | | fix wrong array key when retaining item, update dreport push to also push the related item
* an attempt to fix some comments on/off anomaliesMario2024-12-065-9/+14
|
* set item_type so that notifier can do the right thingMario2024-12-061-0/+1
|
* wrong classMario2024-12-053-3/+3
|
* even more fa2biMario2024-12-052-54/+60
|
* we use the chat-quote icon for forums throughout the app. basically because ↵Mario2024-12-051-1/+1
| | | | the forum posts a quote of the original post
* more fa2bi issuesMario2024-12-051-5/+5
|
* another fa2bi issueMario2024-12-051-1/+1
|
* filtering censored xchans in mod pubstream queries has possible performance ↵Mario2024-12-052-16/+10
| | | | issues. we will filter them in process_delivery() instead
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-12-021-11/+11
|\
| * Merge branch 'fix/chat-icon-fix' into 'dev'Mario2024-12-021-11/+11
| |\ | | | | | | | | | | | | Fixed notification icons in chat See merge request hubzilla/core!2177
| | * Fixed notification icons in chatSK2024-12-021-11/+11
| |/
* / also copy the item_restrict field to the add activity and check for this ↵Mario2024-12-022-1/+2
|/ | | | field in the notifier
* save a loop by ordering results by item_wall and more uuid only lookupMario2024-11-282-9/+9
|
* sql lookup by uuid should be sufficient by now, remove superfluous ↵Mario2024-11-281-5/+1
| | | | require_once()
* fix more issues reported by phpstanMario Vavti2024-11-276-10/+10
|
* Merge branch 'phpstan-ignore-some-warnings' into 'dev'Mario2024-11-271-0/+2
|\ | | | | | | | | phpstan: Ignore warnings on missing return statement. See merge request hubzilla/core!2175
| * phpstan: Ignore warnings on missing return statement.Harald Eilertsen2024-11-251-0/+2
| | | | | | | | | | | | While some of these may be fixable without too much hassle, quite a few of them will possibly require architectural restructuring. We should revisit these, but let's silence them for now.
* | Merge branch 'dev' into 'dev'Mario2024-11-279-23/+23
|\ \ | | | | | | | | | | | | updated fork-awesome icons to bootstrap See merge request hubzilla/core!2174
| * | updated fork-awesome icons to bootstrapSK2024-11-229-23/+23
| | |
* | | Merge branch 'module-admin-accounts-enhancements' into 'dev'Mario2024-11-275-165/+395
|\ \ \ | | | | | | | | | | | | | | | | Fix and refactor module Admin\Accounts part I See merge request hubzilla/core!2173
| * | | Fix and refactor module Admin\Accounts part IHarald Eilertsen2024-11-2711-213/+557
| | | |
* | | | make sure to toggle aside if a notification or message is clicked and some ↵Mario2024-11-261-11/+10
| |_|/ |/| | | | | | | | whitespace cleanup