transcaffeine transcaffeine
  • Joined on 2021-05-15
7cb5b87311 fix: set per-user instead of globally
transcaffeine pushed to main at finallycoffee/nextcloud-pride-flags 2024-08-05 18:52:14 +00:00
ea9a60558f fix: avoid using php start shorthand
35979fa743 meta: bump version to 1.0.0
b91a183626 fix: prevent rendering flag inside an element which already has one
32b9578bb5 docs: add screenshot to README and appinfo
dabd367369 feat: add {a,bi,pan}sexual, non-binary and lesbian pride flags
Compare 5 commits »
transcaffeine pushed tag 1.0.0 to finallycoffee/nextcloud-pride-flags 2024-08-05 18:49:33 +00:00
transcaffeine pushed tag 1.0.0-rc.1 to finallycoffee/nextcloud-pride-flags 2024-08-05 18:37:40 +00:00
ea9a60558f fix: avoid using php start shorthand
transcaffeine pushed tag 1.0.0-rc.0 to finallycoffee/nextcloud-pride-flags 2024-08-05 18:03:22 +00:00
35979fa743 meta: bump version to 1.0.0
b91a183626 fix: prevent rendering flag inside an element which already has one
32b9578bb5 docs: add screenshot to README and appinfo
Compare 3 commits »
79d37ccabd docs: add screenshot to README and appinfo
dabd367369 feat: add {a,bi,pan}sexual, non-binary and lesbian pride flags
transcaffeine pushed tag 0.1.0-rc.2 to finallycoffee/nextcloud-pride-flags 2024-08-05 15:04:02 +00:00
transcaffeine pushed to main at finallycoffee/nextcloud-pride-flags 2024-08-05 15:03:47 +00:00
f21cb97a1b initial commit
transcaffeine pushed tag 0.1.0-rc.1 to finallycoffee/nextcloud-pride-flags 2024-08-05 14:52:54 +00:00
transcaffeine pushed tag 0.1.0-rc.0 to finallycoffee/nextcloud-pride-flags 2024-08-05 14:37:16 +00:00
transcaffeine pushed to main at finallycoffee/nextcloud-pride-flags 2024-08-05 14:36:53 +00:00
470f4af991 initial commit
transcaffeine pushed to main at finallycoffee/nextcloud-pride-flags 2024-08-04 14:57:05 +00:00
9420f833da initial commit
transcaffeine commented on pull request finallycoffee/base#5 2024-08-01 19:29:33 +00:00
feat(roles/lego): Add support for LEGO_HTTP_PORT_FALLBACK

specify -w to avoid waiting for up to 30s. Also consider lego binds to 0.0.0.0, and a webserver might be bound only to an external IP (which would be not detected properly)

transcaffeine suggested changes for finallycoffee/base#5 2024-08-01 19:29:33 +00:00
feat(roles/lego): Add support for LEGO_HTTP_PORT_FALLBACK

Commit message scope should not include roles/, should be feat(lego): [...].

transcaffeine commented on pull request finallycoffee/base#5 2024-08-01 19:29:33 +00:00
feat(roles/lego): Add support for LEGO_HTTP_PORT_FALLBACK

Move L5 directly to before its corresponding if-statement