aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* add highlight/mark buttonRocky2025-02-012-0/+6
|
* fix auto save draft not set correctly and use round instead of ceil for ↵Mario Vavti2025-01-231-2/+2
| | | | cover height calculation
* tagsinput still requires jqueryMario Vavti2025-01-231-4/+2
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2025-01-171-1/+1
|\
| * use bin2hex() instead of btoa() to create an id for the toast. btoa() will ↵Mario Vavti2025-01-151-1/+1
| | | | | | | | not work with nonascii chars.
* | rewrite redbasic javascript without jqueryMario Vavti2025-01-172-287/+328
|/
* fix regression in notifications filterMario Vavti2025-01-061-1/+1
|
* hotfix for loop caused in Daemon/ExpireMario2024-12-251-1/+1
|
* once more improved imagesLoaded()Mario2024-12-221-30/+27
|
* better pubs notofication fiy and also fix a javascript error and remove last ↵Mario2024-12-211-2/+2
| | | | bit of jquery from notifications
* deduplicate the images array by srcMario2024-12-211-4/+6
|
* track processed imagesMario2024-12-201-9/+15
|
* improved imagesLoaded() and formattingMario2024-12-202-166/+189
|
* port scrollToItem() to vanilla js and more fixesMario2024-12-202-30/+40
|
* improved imagesLoaded() and notifications fixesMario2024-12-203-142/+143
|
* various fixes for the last commitMario2024-12-192-12/+21
|
* refactor notifications widget and updateConvItems() to not require jqueryMario2024-12-192-440/+613
|
* remove jquery.timeago.js in favor of a native js implementationMario2024-12-1212-67/+74
|
* hq: improved file filteringMario2024-12-091-2/+10
|
* fix delayed post handling in cron, always set item_delayed if we select a ↵Mario2024-12-082-0/+2
| | | | create date
* add more indicators and a new function to return relative time in the past ↵Mario2024-12-073-11/+23
| | | | and the future
* provide a comments disabled indicator and some cleanupMario2024-12-072-4/+10
|
* an attempt to fix some comments on/off anomaliesMario2024-12-061-2/+2
|
* wrong classMario2024-12-052-2/+2
|
* 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
|
* Fixed notification icons in chatSK2024-12-021-11/+11
|
* Merge branch 'dev' into 'dev'Mario2024-11-278-21/+21
|\ | | | | | | | | updated fork-awesome icons to bootstrap See merge request hubzilla/core!2174
| * updated fork-awesome icons to bootstrapSK2024-11-228-21/+21
| |
* | make sure to toggle aside if a notification or message is clicked and some ↵Mario2024-11-261-11/+10
| | | | | | | | whitespace cleanup
* | mod cal: if a day is provided default to week view except the date has a ! ↵Mario2024-11-211-5/+7
| | | | | | | | prepended
* | mod cal: provide a possibility to link to a specific month or day by passing ↵Mario2024-11-212-3/+25
| | | | | | | | a fragment
* | Update chat.tpl to correct expand and contract icons from forkawesome to ↵Mario2024-11-191-2/+2
|/ | | | | | | bootstrap icons. (cherry picked from commit c626985448e13b80fedb4c561f82b8d26bf8b282) Co-authored-by: Saiwal K <sk@utsukta.org>
* fix some errors detected by phpstanMario Vavti2024-11-171-1/+1
|
* css fixesMario2024-11-142-4/+4
|
* fix some conent import issuesMario Vavti2024-11-141-0/+6
|
* fix click area in dropdown add/remove reactionMario2024-11-111-4/+2
|
* Merge branch 'dev' into containersMario Vavti2024-11-091-1/+0
|\
| * Remove obsolete and unused tiptip libraryHarald Eilertsen2024-11-081-1/+0
| |
* | update border colorMario Vavti2024-11-091-1/+1
| |
* | make sure to store target information when decoding and indicate contained ↵Mario Vavti2024-11-093-6/+10
|/ | | | conversations with a colored border for now
* fix allday not set if a rsource is providedMario2024-11-071-0/+6
|
* fix allday variable not set when clicking an eventMario2024-11-061-1/+3
|
* Merge branch 'move-norwegian-locale' into 'dev'Mario2024-11-069-13744/+13521
|\ | | | | | | | | Move and update norwegian locale See merge request hubzilla/core!2158
| * Update translations for Norwegian BokmålHarald Eilertsen2024-11-042-13740/+13518
| |
| * Move Norwegian translations from nb-no to nbHarald Eilertsen2024-11-039-23/+22
| |
* | correctly hide modals and remove unneeded toString() conversion since we are ↵Mario2024-11-061-18/+34
|/ | | | not dealing with string objects here
* Fix missing CSRF checks in admin/account_editHarald Eilertsen2024-11-024-5/+6
|