aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
Commit message (Collapse)AuthorAgeFilesLines
* native dark theme initial checkinMario2023-01-2010-327/+277
|
* update theme requirementsMario2023-01-081-2/+2
|
* css fixesMario2022-12-111-5/+1
|
* css fixMario2022-11-241-1/+1
|
* redbasic: Dark theme fixesHarald Eilertsen2022-11-221-0/+4
| | | | - Make rows in admin tables readable while hovering over them.
* redbasic: Dark scheme fixesHarald Eilertsen2022-11-221-0/+13
| | | | | - Changed background of category tags to make them readable. - Changed background on "view source" dialog to make it readable.
* css variablesMario2022-10-312-6/+8
|
* fix php warningsMario Vavti2022-10-231-5/+7
|
* fix random php warningsMario2022-09-071-4/+2
|
* more css fixesMario2022-08-201-5/+1
|
* fix syntax errorMario2022-08-201-1/+0
|
* redbasic dark: fixesMario2022-08-201-4/+17
|
* redbasic dark schema major cleanupMario2022-08-201-498/+10
|
* redbasic: make use of css variables and implement link_hover_colourMario2022-08-205-28/+43
|
* more css fixesMario2022-08-191-9/+17
|
* more css fixesMario2022-08-192-47/+51
|
* time for a new screenshotMario2022-08-191-0/+0
|
* fix regression in dark schemaMario2022-07-271-0/+1
|
* HQ dashboard - initial checkinMario2022-07-152-31/+18
|
* fix vcard-card background for dark schemaMario2022-07-031-1/+7
|
* redbasic/dark: make category pills readable.Harald Eilertsen2022-06-211-13/+9
|
* rendering fixesMario2022-05-192-3/+8
|
* Merge branch 'security-fixes-lfi-xss-open-redirect' into 'dev'Mario2022-03-231-3/+2
|\ | | | | | | | | Security fixes See merge request hubzilla/core!2017
| * CVE-2022-27257: LFI in Redbasic theme.Harald Eilertsen2022-03-201-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit valid chars in schema names, and discard attempts at loading schemas with invalid names. This prevents a local file inclusion vulnerability where an unauthenticated attacker can include arbitrary php files readable by the server process and potentially obtain remote code execution. Valid schema names may consist of ascii letters, numbers, hyphens and underscores. Should be good enough for most cases, I think. Fixes https://framagit.org/hubzilla/core/-/issues/1665
* | redbasic/dark: Tune button colours a bit.Harald Eilertsen2022-03-131-5/+5
| | | | | | | | Makes buttons a bit less bright so they don't stick out quite as much.
* | redbasic/dark: Use schema colour for dropdown itemHarald Eilertsen2022-03-131-0/+4
| |
* | redbasic/dark: Use bootstrap-nightfall for dark schema.Harald Eilertsen2022-03-132-0/+1902
|/ | | | | | | This is a color only stylesheet, modifying the original Bootstrap colors to a dark variant. Insert this as base before the redbasic dark schema modifications, and any custom modifications to have a nicer base for the dark schema.
* fix duplicate ids in login form and move login/register buttons into the ↵Mario2022-03-031-1/+1
| | | | hamburger menu on small screens
* merge branch pdledit_gui into dev - many widgets still miss their ↵Mario2022-02-201-2/+13
| | | | description and requirements (this is work in progress)
* pwa improvements according to lighthouseMario2022-01-131-3/+5
|
* minor theme fixesMario2021-12-292-3/+2
|
* merge branch perms_ng into devMario2021-12-152-14/+27
|
* main_width in remMario Vavti2021-12-033-4/+4
|
* fix content width for dark schemaMario Vavti2021-12-032-4/+4
|
* profile cleanup and fixesMario2021-11-251-9/+0
|
* maximum width of content region is now calculated in remMario2021-11-241-6/+6
|
* more work on responsive asideMario2021-11-232-22/+15
|
* streamline profile vcard with xchan vcardMario2021-11-211-16/+8
|
* bootstrap update fixesMario2021-09-221-2/+1
|
* capitalize widget titlesMario2021-08-251-0/+6
|
* untangle the app template into separate templates and fix bbcode viewMario2021-08-231-1/+1
|
* streamline default link colorMario2021-08-151-1/+1
|
* Apps drag and drop featureMario2021-08-031-1/+1
|
* more work on bs5Mario2021-07-292-3/+3
|
* Merge branch 'dev' into bs5Mario2021-07-293-23/+67
|\
| * set touch_max to 1/10 of the screen width to prevent overlaping with cursor ↵Mario Vavti2021-07-081-2/+2
| | | | | | | | positioning
| * redbasic: close left aside if hq control button is clickedMario Vavti2021-07-051-0/+4
| |
| * remove redundant z-indexMario Vavti2021-07-041-1/+0
| |
| * ux fixesMario Vavti2021-07-042-21/+17
| |
| * do not call stickyScroll() on small screens - it is not functionalMario Vavti2021-07-031-2/+4
| |