Commit Graph

5095 Commits

Author SHA1 Message Date
RD WebDesign
5b4f8d87d6 Improve pi-hole SVG icon
- keep using inline SVG to allow color change via CSS;
- Reuse the SVG icon in all instances, using SVG symbol;
- Simplify/reduce inline SVG code;

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-08-19 15:05:55 -03:00
Christian König
34daa633cc Change docker upgrade link in footer
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-19 15:53:11 +02:00
RD WebDesign
944ce3aa64 Tweak topbar and sidebar
- fix broken visual after initial changes;
- remove donate button from topmenu;
- re-add donate button to the sidebar and add hover color;
- remove "Ph" when collapsed;
- add icon and background to topmenu button;
- hide main menu headers (using lines as separators);
- reorder the main menu;
- adjust each theme to the new visual (CSS and HTML tweaks).
- new menu colors for LCARS theme

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-08-18 23:53:18 -03:00
Christian König
e32bc2d07a Remove email functionality
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-17 23:18:07 +02:00
yubiuser
c34c7d4d0e Merge pull request #2300 from pi-hole/codespell
Extend list of files to be ignored by codespell
2022-08-17 22:55:52 +02:00
Christian König
503fe267eb fix codespell complains
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-17 22:53:44 +02:00
Christian König
99767c7b13 Extend list of files to be ignored by codespell
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-17 22:48:49 +02:00
Christian König
4e76c43969 Remove unused $auth
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-13 14:20:50 +02:00
yubiuser
5c625f4a3e Merge pull request #2296 from pi-hole/dependabot/github_actions/devel/actions/cache-3.0.7
Bump actions/cache from 3.0.6 to 3.0.7
2022-08-13 12:41:56 +02:00
yubiuser
315019e427 Merge pull request #2295 from pi-hole/dependabot/npm_and_yarn/devel/postcss-8.4.16
Bump postcss from 8.4.14 to 8.4.16
2022-08-13 12:34:57 +02:00
Christian König
70dce5f500 Fix donate button on mobile
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-13 12:33:53 +02:00
dependabot[bot]
cdd5e02759 Bump actions/cache from 3.0.6 to 3.0.7
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.6...v3.0.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-13 10:18:52 +00:00
dependabot[bot]
dc6cfc6892 Bump postcss from 8.4.14 to 8.4.16
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.16.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.14...8.4.16)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-13 10:03:57 +00:00
Christian König
621f9c0b02 Add link to releases on discourse
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-13 11:24:08 +02:00
Christian König
1fdb5e7475 Remove session timer leftovers
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-13 11:16:56 +02:00
Christian König
17857841ab Change left hamburger menu icon to arrows
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-13 11:14:51 +02:00
RD WebDesign
836b7ab7be Fix logout link
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-08-13 02:07:14 -03:00
RD WebDesign
46874762d0 Different order
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-08-13 02:05:13 -03:00
RD WebDesign
f528829c67 Testing a shorter main menu + top menu
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-08-13 02:00:24 -03:00
RD WebDesign
7c8507ed06 Merge pull request #2294 from pi-hole/newloginpage3
Move login form to a new page
2022-08-12 19:45:44 -03:00
RD WebDesign
509113296c Move login form to a new page
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-08-12 18:04:57 -03:00
DL6ER
3daca13bd6 Merge pull request #2293 from pi-hole/tweak/no_yoda
To Yoda or Not to Yoda
2022-08-12 19:05:30 +02:00
DL6ER
6a39cc3b4a Disable Yoda style
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-08-12 18:55:27 +02:00
DL6ER
87d8e972eb Merge pull request #2288 from pi-hole/tweak/php-cs-fixer
Enforce Symfony PHP code style
2022-08-09 18:02:59 +02:00
DL6ER
bd7f3be267 Add setLineEnding(PHP_EOL)
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-08-08 21:20:18 +02:00
DL6ER
87cc78d024 Fix unecessary string concat added during the conversion from PhpCsFixer to Symfony
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-08-07 21:50:34 +02:00
DL6ER
91e7708c4f Switch to style Symfony
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-08-07 21:46:34 +02:00
DL6ER
97a76669a2 Explicitly set blank_line_before_statement to exclude include* and require*
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-08-07 20:55:02 +02:00
DL6ER
da8b3ce479 Update .github/workflows/php-cs-fixer.yml
Co-authored-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
2022-08-07 15:42:26 +02:00
DL6ER
26a74fb7fc Update .php-cs-fixer.dist.php
Co-authored-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
2022-08-07 15:42:19 +02:00
DL6ER
4e4f13b996 Fix remaining styling change
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-08-07 12:09:07 +02:00
DL6ER
6ec4b8a529 Run PHP-CS-Fixer on all files
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-08-07 12:04:03 +02:00
DL6ER
69e118ad45 Add PHP-CS-Fixer Workflow
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-08-07 10:51:10 +02:00
DL6ER
99c83c5269 Remove Content-Security-Policy meta tag. We're setting this now as HTTP header which is the preferred way.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-08-07 08:57:08 +02:00
Adam Warner
94bba3ef9d Merge pull request #2283 from pi-hole/dependabot/github_actions/devel/actions-ecosystem/action-add-labels-1.1.3
Bump actions-ecosystem/action-add-labels from 1.1.0 to 1.1.3
2022-08-06 11:24:09 +01:00
Adam Warner
cedb913167 Merge pull request #2284 from pi-hole/dependabot/github_actions/devel/actions/cache-3.0.6
Bump actions/cache from 3.0.5 to 3.0.6
2022-08-06 11:23:54 +01:00
Adam Warner
a9341426db Merge pull request #2282 from pi-hole/dependabot/github_actions/devel/actions/stale-5.1.1
Bump actions/stale from 5.1.0 to 5.1.1
2022-08-06 11:19:02 +01:00
dependabot[bot]
0de1c0a9d6 Bump actions/cache from 3.0.5 to 3.0.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.5...v3.0.6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 10:16:40 +00:00
dependabot[bot]
57923c89c6 Bump actions-ecosystem/action-add-labels from 1.1.0 to 1.1.3
Bumps [actions-ecosystem/action-add-labels](https://github.com/actions-ecosystem/action-add-labels) from 1.1.0 to 1.1.3.
- [Release notes](https://github.com/actions-ecosystem/action-add-labels/releases)
- [Commits](https://github.com/actions-ecosystem/action-add-labels/compare/v1.1.0...v1.1.3)

---
updated-dependencies:
- dependency-name: actions-ecosystem/action-add-labels
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 10:16:37 +00:00
dependabot[bot]
8ea6f9a49a Bump actions/stale from 5.1.0 to 5.1.1
Bumps [actions/stale](https://github.com/actions/stale) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/v5.1.1/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 10:16:34 +00:00
yubiuser
7f56e7e30f Merge pull request #2272 from pi-hole/fix_versions
Explicit set minor and patch version on used actions
2022-08-03 21:22:55 +02:00
Christian König
35c982b655 Set all actions to latest
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-02 21:29:06 +02:00
Christian König
76b81e5d43 Explicit set minor and patch version on used actions
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-02 21:28:57 +02:00
yubiuser
be23c0c91e Merge pull request #2280 from pi-hole/fix/php_indentation
Fix/php indentation and enable editorconfig-checker
2022-08-01 23:05:26 +02:00
Christian König
c6c787dfe1 Remove unnecessary indent_style options in .editorconfig
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-01 21:42:58 +02:00
Christian König
a1f22eb70b Enable check for default-darker after logo
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-01 08:56:17 +02:00
Christian König
9402171e7d Don't check vendor files
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-08-01 08:52:53 +02:00
RD WebDesign
6adf8e0132 Fixing lines without multiple of 4 spaces
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-08-01 01:57:13 -03:00
RD WebDesign
1bafd79aa2 Fixing/ignoring CSS comments
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-08-01 01:50:29 -03:00
RD WebDesign
a3234d1306 Replacing tabs with 4 spaces
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-08-01 01:28:30 -03:00