Commit Graph

777 Commits

Author SHA1 Message Date
Vincent Breitmoser
ed624da4a4 cargo: cargo update 2023-06-10 16:16:04 +02:00
Vincent Breitmoser
831331fd2d about: add news entry about k.o.o governance 2023-06-10 16:04:06 +02:00
Vic Demuzere
7f92f1813b Fix links to renamed Gitlab project
Most of them redirected to the new location but the commit link at the
bottom of every page resulted in a 404.
2023-06-05 11:37:36 +02:00
Vincent Breitmoser
37d42e96d7 i18n: fix some issues with position arguments 2023-02-11 17:57:54 +01:00
Vincent Breitmoser
e96594ab26 remove some stray println statements 2023-02-11 17:39:37 +01:00
Vincent Breitmoser
55e54c8bab readme: add notice about maintenance 2023-02-11 17:39:37 +01:00
Vincent Breitmoser
04b4bc817a i18n: update some fuzzily misdetected strings 2022-12-10 17:42:56 +01:00
Vincent Breitmoser
5e08a7086e cargo: cargo update and fix for some deps 2022-12-10 17:42:50 +01:00
Vincent Breitmoser
875ab41c7d cargo: apply cargo fmt --all 2022-12-10 15:29:58 +01:00
Justus Winter
dc2d67d9eb Bump sequoia-openpgp to 1.11 and synchronize src/dump.rs. 2022-12-09 12:59:42 +01:00
Vincent Breitmoser
0a28c04f86 contrib: remove systemd service file 2022-06-29 10:57:13 +02:00
Vincent Breitmoser
aca0cdcdff version 1.2.1 v1.2.1 2022-04-09 13:37:51 +02:00
Vincent Breitmoser
aa6474fd29 cargo: cargo update 2022-04-09 13:36:33 +02:00
Vincent Breitmoser
55ec155b30 mail: update to lettre-0.10.0-rc.5 and adapt 2022-04-09 13:36:33 +02:00
Vincent Breitmoser
39fae28f53 version 1.2.0 v1.2.0 2022-03-12 15:30:51 +01:00
Vincent Breitmoser
427fe351d8 i18n: tx pull 2022-03-12 15:20:12 +01:00
Vincent Breitmoser
7e00c56a24 dist: small css fixes 2022-03-10 18:09:10 +01:00
Nora Widdecke
07bab9d11b hagridtcl: Allow clippy::needless_collect 2022-03-06 23:30:12 +00:00
Nora Widdecke
e00cae5a4e db,hagridctl: Autofix clippy issues 2022-03-06 23:30:12 +00:00
Nora Widdecke
1802cc6811 Run clippy on the whole workspace 2022-03-06 23:30:12 +00:00
Nora Widdecke
59c42c033d Apply clippy to the tests, too 2022-03-06 23:30:12 +00:00
Nora Widdecke
ed924f439b hkp: Cleanup pks/lookup route.
- Replace custom FromRequest implementation and query parsing with
    rocket builtin.

  - Remove Hkp::Invalid variant, replaced with Result
2022-02-28 17:47:41 +01:00
Nora Widdecke
3b2810dcf7 hkp: Fix pks/lookup with urlencoded parameter.
And test the pks/lookup route with a urlencoded parameter.

  Fixes #168.
2022-02-28 17:42:22 +01:00
Vincent Breitmoser
7b8f5e1462 i18n: commit translation files for rustfmt determined compilation order 2022-02-26 18:47:32 +01:00
Vincent Breitmoser
a9c4786d14 i18n: extract include_i18n macro use into method for consistent compilation order 2022-02-26 18:23:22 +01:00
Vincent Breitmoser
e4718d7598 ci: simplify ci pipeline, check formatting 2022-02-26 18:20:55 +01:00
Vincent Breitmoser
b29845b893 cargo: apply cargo fmt --all 2022-02-26 17:01:14 +01:00
Vincent Breitmoser
961559e154 cargo: remove rustfmt config 2022-02-26 17:01:14 +01:00
Percy
4d8bb36824 fix: the text in the search button is not displayed in the small screen 2022-02-26 15:44:33 +00:00
Percy
2ec10fc40a fix: link and image overflow 2022-02-26 15:44:33 +00:00
Nora Widdecke
c1a88f8840 web: handle wkd requests 2022-02-26 16:40:54 +01:00
Vincent Breitmoser
329a9c09b0 update gettext-macros to 0.6.1 2022-02-26 16:34:57 +01:00
Nora Widdecke
36b03ea608 ci: Run clippy 2022-02-25 10:25:26 +01:00
Nora Widdecke
b06c2c96bd lint: allow clippy::nonminimal_bool 2022-02-25 10:25:26 +01:00
Nora Widdecke
46646f1965 lint: raise too-many-arguments-threshold 2022-02-25 10:25:26 +01:00
Nora Widdecke
a329a1a89a lint: fix clippy::single_component_path_imports 2022-02-25 10:25:26 +01:00
Nora Widdecke
cd020cae40 lint: fix clippy::collapsible_if 2022-02-25 10:25:26 +01:00
Nora Widdecke
b2a7ca29b7 lint: fix clippy::clone_on_copy 2022-02-25 10:25:26 +01:00
Nora Widdecke
5a6d1a97fd lint: fix clippy::bind_instead_of_map 2022-02-25 10:25:26 +01:00
Nora Widdecke
d2f6d682ac lint: fix clippy::needless_lifetimes 2022-02-25 10:25:26 +01:00
Nora Widdecke
4d27f3f5b9 lint: fix clippy::single_match 2022-02-25 10:25:26 +01:00
Nora Widdecke
a46bd4ebee lint: fix clippy::redundant_closure 2022-02-25 10:25:26 +01:00
Nora Widdecke
3253f50127 lint: fix clippy::match_like_matches_macro 2022-02-25 10:25:26 +01:00
Nora Widdecke
a2ace61e71 lint: fix clippy::or_fun_call 2022-02-25 10:25:26 +01:00
Nora Widdecke
421f8a0908 lint: Apply clippy autofixes
clippy::needless_borrow

  clippy::single_char_pattern

  clippy::redundant_clone

  clippy::needless_return

  clippy::needless_question_mark

  clippy::useless_conversion

  clippy::to_string_in_format_args

  clippy::to_string_in_format_args

  clippy::useless_format

  clippy::useless_vec

  clippy::toplevel_ref_arg

  clippy::redundant_static_lifetimes

  clippy::try_err
2022-02-25 10:23:34 +01:00
Nora Widdecke
8eb3984560 cargo: use rocket_prometheus 0.10.0-rc.1
Fixes #167
2022-02-15 11:35:13 +01:00
Vincent Breitmoser
546e3b9452 readme: update for stable rust 2022-02-06 23:33:33 +01:00
Justus Winter
57efbe2937 hagridctl: drop backtrace from error messages 2022-02-06 22:58:29 +01:00
Justus Winter
81b5426544 hagridctl: drop feature and recursion_limit attribute 2022-02-06 22:58:29 +01:00
Justus Winter
f1078b3ccc hagridctl: adapt to rockets new profile names 2022-02-06 22:58:29 +01:00