Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correctly hide modals and remove unneeded toString() conversion since we are ↵ | Mario | 2024-11-06 | 1 | -18/+34 |
| | | | | not dealing with string objects here | ||||
* | bring filed items to mod hq | Mario | 2024-10-19 | 1 | -1/+1 |
| | |||||
* | Reflect change to btn-link in js template | Mario | 2024-10-04 | 1 | -1/+1 |
| | |||||
* | Fix modal backdrop not removed when like/unlike from the modal | Mario | 2024-10-04 | 1 | -0/+3 |
| | |||||
* | Use html details element for toc on top of help pages. | Harald Eilertsen | 2024-09-29 | 1 | -11/+0 |
| | | | | | This allows us to get rid of some more unneccessary JavaScript that just implements stuff that web browsers now do anyways. | ||||
* | improved content and comment collapse/expand rendering | Mario | 2024-08-04 | 1 | -6/+9 |
| | |||||
* | fa2bi fixes | Mario | 2024-08-02 | 1 | -2/+2 |
| | |||||
* | fa2bi: some sed woodoo on templates and manual fixes in js and php files | Mario | 2024-08-02 | 3 | -14/+14 |
| | |||||
* | Merge branch 'improve-help-locale-handling' into 'dev' | Mario | 2024-07-29 | 1 | -50/+0 |
|\ | | | | | | | | | Improve handling of locale in Help module See merge request hubzilla/core!2140 | ||||
| * | Remove language selector from help pages. | Harald Eilertsen | 2024-07-23 | 1 | -48/+0 |
| | | | | | | | | | | | | | | | | It is not in sync with the languages available for the rest of the Hubzilla UI, so it was confusing and in the way of just supporting localized help using the same mechanism as the rest of the code. Also allowed deleting a good chunck of javascript from the help logic. | ||||
| * | Don't modify address bar when loading help topic. | Harald Eilertsen | 2024-07-23 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifying the current URL like this causes several problems, and is imo bad practice. When requesting a help topic without specifying the language in the URL (like `help/member/member_guide`) the locale for the current channel is used to fetch the topic. On the other hand, if fetching a topic with the language in the URL, the detected language will be used. Since the channel locale may not match the locale supported by the help system, weird situations may arise. I.e. fetching the topic without language in the URL works, but as the URL has now been rewritten, reloading the page will fail with a 404 status. Being a bit less clever solves this issue, and leaves the web browser to behave more as expected by the user. | ||||
* | | fa2bi and a php error in mod appman | Mario | 2024-07-23 | 1 | -8/+8 |
| | | |||||
* | | item buttons redesign - initial checkin | Mario | 2024-07-22 | 1 | -12/+11 |
|/ | |||||
* | more f arg removal | Mario | 2024-07-19 | 1 | -1/+1 |
| | |||||
* | remove unused functions and start removing the ominous f argument | Mario | 2024-07-19 | 1 | -128/+6 |
| | |||||
* | fix issue where event items were parsed multiple times | Mario | 2024-06-21 | 1 | -1/+1 |
| | |||||
* | make sure to always move the recent notification to the top | Mario | 2024-05-03 | 1 | -4/+5 |
| | |||||
* | add some deduplication | Mario | 2024-05-02 | 1 | -4/+9 |
| | |||||
* | another css fix | Mario | 2024-05-02 | 1 | -1/+1 |
| | |||||
* | remove jgrowl | Mario | 2024-05-02 | 1 | -2/+2 |
| | |||||
* | remove redundant comma | Mario | 2024-05-02 | 1 | -1/+1 |
| | |||||
* | start removing jgrowl | Mario | 2024-05-02 | 1 | -2/+21 |
| | |||||
* | if the updated item contains an open modal, the modal we be replaced with ↵ | Mario | 2024-03-26 | 1 | -0/+2 |
| | | | | the new data but the backdrop will stay because it is attached to the end of the page -> remove it | ||||
* | refactor sodium b2b encryption | Mario | 2024-03-15 | 1 | -13/+25 |
| | |||||
* | implement sodium-plus library to replace unmaintained sjcl | Mario | 2024-03-10 | 1 | -5/+81 |
| | |||||
* | more work on emojis | Mario | 2024-03-09 | 1 | -3/+3 |
| | |||||
* | do away with deprecated activity types | Mario | 2024-02-28 | 1 | -5/+0 |
| | |||||
* | start using uuid for internal reference instead of base64 encoded mid | Mario | 2024-02-01 | 1 | -4/+4 |
| | |||||
* | native repeats continued | Mario | 2024-01-19 | 1 | -1/+1 |
| | |||||
* | fix regression collapsing non conv item content | Mario | 2024-01-07 | 1 | -3/+4 |
| | |||||
* | require ext-sodium, dump composer autoload and a minor js fix | Mario | 2024-01-05 | 1 | -3/+2 |
| | |||||
* | Ãdisplay selected mid in an open state - issue #1425 | Mario | 2024-01-05 | 1 | -3/+15 |
| | |||||
* | fix javascript error | Mario | 2023-09-21 | 1 | -2/+2 |
| | |||||
* | theme fixes | Mario | 2023-09-13 | 2 | -4/+22 |
| | |||||
* | more performance improvements | Mario | 2023-07-21 | 1 | -3/+3 |
| | |||||
* | move trigger out of the loop for better performance and some var -> let | Mario | 2023-07-20 | 1 | -9/+14 |
| | |||||
* | implement optional moderation of unsolicited comments, minor css fixes and ↵ | Mario | 2023-06-23 | 1 | -0/+12 |
| | | | | some more work on ocap | ||||
* | Revert "some work on bringing bang tags back for forums" | Mario | 2023-03-03 | 1 | -23/+2 |
| | | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150. | ||||
* | some work on bringing bang tags back for forums | Mario | 2023-03-02 | 1 | -2/+23 |
| | |||||
* | slightly improve contact search | Mario | 2023-02-24 | 1 | -1/+3 |
| | |||||
* | revisit author_id and fix issue with pinned content | Mario | 2023-02-15 | 1 | -1/+1 |
| | |||||
* | restructure wall-item-head | Mario | 2023-02-15 | 1 | -2/+2 |
| | |||||
* | fix mod cal after fullcalendar update | Mario | 2023-02-14 | 1 | -22/+0 |
| | |||||
* | css fixes | Mario | 2023-02-12 | 1 | -1/+1 |
| | |||||
* | implement hq widget author image and notifications updates | Mario | 2023-02-12 | 1 | -1/+1 |
| | |||||
* | fix more hubloc confusion, implement hq widget author filter and some ↵ | Mario | 2023-02-09 | 3 | -14/+15 |
| | | | | autocomplete fixes | ||||
* | fix affinity slider updates - issue #1714 | Mario | 2023-01-05 | 1 | -6/+5 |
| | |||||
* | provide inline error messages for mod cloud | Mario | 2023-01-03 | 1 | -0/+3 |
| | |||||
* | hq widget: implement thread unseen items count | Mario | 2022-11-18 | 1 | -2/+4 |
| | |||||
* | jQuery.timeago.settings.strings should not be in document.ready | Mario | 2022-10-11 | 1 | -27/+24 |
| |