aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* if the updated item contains an open modal, the modal we be replaced with ↵Mario2024-03-261-0/+2
| | | | the new data but the backdrop will stay because it is attached to the end of the page -> remove it
* deprecated bootstrap namespace in list modeMario2024-03-251-1/+1
|
* wrong dreport link in blog modeMario2024-03-251-1/+1
|
* more bootstrap overrideMario2024-03-251-1/+1
|
* tilt the piinMario2024-03-251-0/+4
|
* Fix smarty deprecation warning in category widget.Harald Eilertsen2024-03-251-1/+1
|
* Merge branch 'deprecate-include-config-in-core' into 'dev'Mario2024-03-241-2/+4
|\ | | | | | | | | Deprecate *_config() functions in core. See merge request hubzilla/core!2114
| * Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-2/+4
| |
* | remove some unused variablesMario2024-03-222-10/+0
| |
* | more whitespace fixes and some docuMario2024-03-211-0/+4
| |
* | css fixMario2024-03-201-2/+2
| |
* | no extra margin under listsMario2024-03-201-0/+4
| |
* | Recreated hmessage.po for pt-brPascal Deklerck2024-03-191-6737/+14119
|/
* make theme compatible with rc versionMario2024-03-181-1/+1
|
* css fixMario2024-03-181-1/+0
|
* theme min/max version and minor css fixMario2024-03-172-5/+5
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-03-173-30/+23
|\
| * fix hardcoded color attrMario2024-03-171-1/+1
| |
| * slightly adjust text sizingMario2024-03-163-27/+20
| | | | | | (cherry picked from commit 9600789d6be3fc3e8ed0803f1d80d5dbf0dd4779)
| * css fixesMario2024-03-162-4/+4
| |
* | cleanup some ancient code and fix check for $path so that it will not pass ↵Mario2024-03-171-0/+1
|/ | | | if theme_include() will not return anything. also add an empty zen.css file for the zen template
* update redbasic screenshotMario2024-03-151-0/+0
|
* refactor sodium b2b encryptionMario2024-03-151-13/+25
|
* fix overlay z-indexMario2024-03-141-0/+1
|
* remove some now redundant cssMario2024-03-141-3/+0
|
* fix dreport links after recent changesMario2024-03-141-1/+1
|
* fix modal headerÃMario2024-03-121-1/+1
|
* deprecated functionMario2024-03-111-1/+1
|
* implement sodium-plus library to replace unmaintained sjclMario2024-03-105-9/+86
|
* more work on emojisMario2024-03-092-7/+11
|
* inbound support for custom emojisMario2024-03-081-1/+7
|
* minor mod thing fixesMario2024-03-062-4/+4
|
* improve things display a littleMario2024-03-051-5/+7
|
* Merge branch 'fix-admin-site-page' into 'dev'Mario2024-03-041-2/+0
|\ | | | | | | | | Remove obsolete field for system lang from site admin page. See merge request hubzilla/core!2111
| * Remove obsolete field for system lang from site admin page.Harald Eilertsen2024-03-031-2/+0
| | | | | | | | | | | | | | | | The field was commented out in the module, but still remained in the template. This patch also removes some processing to discover available languages whose result were not used. This should fix https://framagit.org/hubzilla/core/-/issues/1840
* | basic AS2 support for thingsMario2024-03-041-1/+1
|/
* do away with deprecated activity typesMario2024-02-283-86/+0
|
* introduce get_actor() force flag to omit cache, rework contact refresh, ↵Mario2024-02-151-1/+0
| | | | special handling for announce by group, and revert change regarding friendica addressing anomality
* minor css adjustmentMario2024-02-141-6/+6
|
* fix round buttons not being roundMario2024-02-132-3/+16
|
* scss: show current color and add some help textMario2024-02-132-9/+9
|
* add sample scss fileMario2024-02-121-0/+10
|
* scss: more options and some fixesMario2024-02-126-38/+86
|
* use primary colorMario2024-02-101-1/+1
|
* custom sass bootstrap builds for channels and siteMario2024-02-108-209/+131
|
* fix some whitespace issues after recent changesMario2024-02-091-1/+1
|
* fix conv_list templateMario2024-02-011-11/+11
|
* start using uuid for internal reference instead of base64 encoded midMario2024-02-012-6/+6
|
* native repeats continuedMario2024-01-192-8/+8
|
* Merge branch 'cherry-pick-96ae46c5' into 'dev'Mario2024-01-111-17/+17
|\ | | | | | | | | Update lostpass_eml.tpl See merge request hubzilla/core!2086