aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* URL escape zid param in head.tplHarald Eilertsen2024-10-311-1/+1
| | | | This should fix issue #1877 fully.
* bring filed items to mod hqMario2024-10-192-6/+51
|
* fix edit button not clickable if below right asideMario2024-10-182-2/+2
|
* fix tags rendering in the editorMario2024-10-171-6/+10
|
* Remove addon repo management from admin/addons.Harald Eilertsen2024-10-092-173/+3
| | | | | | This functionality was broken anyways, and needs to be rethought. Addon reporitories can still be managed from the terminal using the tools in util/.
* css fixesMario2024-10-041-1/+1
|
* remove bogus icon idMario2024-10-041-1/+1
|
* more fa2bi fixesMario2024-10-041-1/+1
|
* Reflect change to btn-link in js templateMario2024-10-041-1/+1
|
* Fix modal backdrop not removed when like/unlike from the modalMario2024-10-041-0/+3
|
* Fix missing handle icon in mod pdledit_guiMario2024-10-041-1/+1
|
* due to popular demand: indicate reacted state via icon colorMario2024-10-033-23/+19
|
* Replace drop shadow in help toc with brighter color.Harald Eilertsen2024-09-291-2/+2
| | | | | | The drop shadow looked terrible in dark mode. While that could be fixed, I think it looks better with just using the link hover color and making the selected item bold.
* Move some help related styling from redbasic to module css.Harald Eilertsen2024-09-292-14/+14
|
* Use html details element for toc on top of help pages.Harald Eilertsen2024-09-293-19/+12
| | | | | This allows us to get rid of some more unneccessary JavaScript that just implements stuff that web browsers now do anyways.