aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * since position sticky has no effect if overflow is hidden and the ↵Mario Vavti2021-07-031-0/+1
| | | | | | | | workarounds also have issues, we will automatically scroll to top when left aside is brought in
| * implement a very simple swipe mechanism for bringing in left asideMario Vavti2021-07-031-11/+53
| |
| * work around the fact that sticky does not stick if a parent element has set ↵Mario Vavti2021-07-021-2/+2
| | | | | | | | overflow to hidden
| * redbasic: bump version limitsMario2021-07-011-2/+2
| |
| * theme: slightly more transparency for the backdropMario2021-06-211-1/+1
| |
* | upgrade to bootstrap 5.0.1 and first batch of fixesMario2021-06-071-11/+10
|/
* register: minor fixes and template cleanupMario2021-04-151-1/+1
|
* register: change some strings and add new templateMario2021-04-131-1/+10
|
* get devHilmar R2021-03-012-35/+55
|
* merge branch files_ng into devMario2020-12-141-8/+12
|
* remove unmaintained and deprecated schemasMario2020-10-316-1230/+0
|
* highlight events for today in notifications and remove some redundant cssMario2020-10-191-2/+0
|
* css fixes due to bootstrap updateMario2020-06-131-4/+5
|
* cssMario2020-05-061-1/+1
|
* allow to set different values for left and right aside width in $theme.phpMario2020-05-062-13/+17
|
* implement poll UI in jotMario2020-02-261-0/+4
|
* remove option which should never have slipped into dev branchMario Vavti2019-05-081-2/+1
|
* calendar merge: d&d support and some minor cleanup and fixesMario Vavti2019-04-291-1/+2
|
* calendar merge initial commitMario Vavti2019-04-191-5/+6
|
* revert padding for text highlight. It is messing with indent punctuation and ↵Mario Vavti2018-12-221-2/+1
| | | | decreases legibility of the highlighted text.
* remove color from style.css (default) but add a little padding; add color & ↵phani002018-12-182-1/+7
| | | | border radius to dark.css.
* change hl text color to the default text color in non-dark schema. looks ↵phani002018-12-181-1/+1
| | | | good, except in dark, where i can change it in dark.css.