Kitaiti Makoto
|
9bd8f5272f
|
Define From<PreferredUsernameError> for Error
|
2023-01-15 08:57:08 +09:00 |
|
Kitaiti Makoto
|
ba00e36884
|
use Fqn::make_local() instead of make_fqn()
|
2023-01-15 08:14:58 +09:00 |
|
Kitaiti Makoto
|
5ee84427bf
|
Add functions to make FQN to Fqn
|
2023-01-15 08:14:58 +09:00 |
|
Kitaiti Makoto
|
f203dddae5
|
Add heck to plume-models dependencies
|
2023-01-15 08:14:58 +09:00 |
|
Kitaiti Makoto
|
3dad83b179
|
Set up Rocket for testing environment
|
2023-01-15 06:58:01 +09:00 |
|
Kitaiti Makoto
|
4eab51b159
|
Make Config a argument for init_rocket()
|
2023-01-15 06:20:54 +09:00 |
|
Kitaiti Makoto
|
115b5b31a4
|
Follow Blog's API change
|
2023-01-14 03:40:25 +09:00 |
|
Kitaiti Makoto
|
5a03fd7340
|
Make Blog::fqn Fqn
|
2023-01-14 03:23:45 +09:00 |
|
Kitaiti Makoto
|
e75449410f
|
Add test for Fqn
|
2023-01-14 03:22:42 +09:00 |
|
Kitaiti Makoto
|
0c2eaf0f1b
|
Define Fqn struct
|
2023-01-14 03:22:18 +09:00 |
|
Kitaiti Makoto
|
3111fa0735
|
Run migration
|
2023-01-09 16:19:30 +09:00 |
|
Kitaiti Makoto
|
0714d2d010
|
Use User.fqn for user activity for consistency with blog
|
2023-01-09 15:39:58 +09:00 |
|
Kitaiti Makoto
|
5bd084eff7
|
Make test data follow blog test data change
|
2023-01-09 07:29:01 +09:00 |
|
Kitaiti Makoto
|
f369fa9b25
|
Fix blog title conversion for ActivityPub
|
2023-01-09 07:22:17 +09:00 |
|
Kitaiti Makoto
|
31e817385d
|
Percent-encode slug in Blog::slug()
|
2023-01-09 06:18:58 +09:00 |
|
Kitaiti Makoto
|
08b7d100fd
|
Change blog title specification
|
2023-01-09 06:15:23 +09:00 |
|
Kitaiti Makoto
|
0020242571
|
Format
|
2023-01-06 23:40:05 +09:00 |
|
Kitaiti Makoto
|
4f796e788c
|
Clippy
|
2023-01-06 23:38:38 +09:00 |
|
Kitaiti Makoto
|
3d192c1179
|
Merge remote-tracking branches 'github/dependabot/cargo/whatlang-0.16.2', 'github/dependabot/cargo/ldap3-0.11.1' and 'github/dependabot/cargo/futures-0.3.25' into update-crates
|
2023-01-06 23:12:47 +09:00 |
|
dependabot[bot]
|
19766662f1
|
Bump ldap3 from 0.10.6 to 0.11.1
Bumps [ldap3](https://github.com/inejge/ldap3) from 0.10.6 to 0.11.1.
- [Release notes](https://github.com/inejge/ldap3/releases)
- [Changelog](https://github.com/inejge/ldap3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/inejge/ldap3/compare/v0.10.6...v0.11.1)
---
updated-dependencies:
- dependency-name: ldap3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-05 19:06:52 +00:00 |
|
dependabot[bot]
|
301aad3f73
|
Bump whatlang from 0.16.0 to 0.16.2
Bumps [whatlang](https://github.com/greyblake/whatlang-rs) from 0.16.0 to 0.16.2.
- [Release notes](https://github.com/greyblake/whatlang-rs/releases)
- [Changelog](https://github.com/greyblake/whatlang-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/greyblake/whatlang-rs/compare/v0.16.0...v0.16.2)
---
updated-dependencies:
- dependency-name: whatlang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-05 19:06:39 +00:00 |
|
Kitaiti Makoto
|
c97361f5f4
|
Update crates
|
2023-01-06 00:04:45 +09:00 |
|
Kitaiti Makoto
|
1679315322
|
Clippy
|
2023-01-05 05:08:53 +09:00 |
|
Kitaiti Makoto
|
3580fb04fa
|
Format
|
2023-01-05 04:14:25 +09:00 |
|
Kitaiti Makoto
|
699fdc30d9
|
Make preferredUsername of blogs valid
|
2023-01-05 04:13:52 +09:00 |
|
Kitaiti Makoto
|
704e9aa47f
|
Make blogs.fqn valid
|
2023-01-05 04:13:40 +09:00 |
|
Kitaiti Makoto
|
e746a0b03f
|
Add error log for invalid preferredUsername
|
2023-01-05 02:25:58 +09:00 |
|
Kitaiti Makoto
|
85cacf4239
|
Format
|
2023-01-05 02:23:50 +09:00 |
|
Kitaiti Makoto
|
f138ae6ed9
|
Allow empty avatar for remote users
|
2023-01-05 02:20:57 +09:00 |
|
Kitaiti Makoto
|
399af4004a
|
Build CustomPerson from source string at once
|
2023-01-05 02:20:25 +09:00 |
|
KitaitiMakoto
|
4103e7513d
|
Merge pull request 'Fix #966: Don't retrieve user info from blocked instances' (#1120) from block-instance-user into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1120
|
2023-01-04 16:11:34 +00:00 |
|
Kitaiti Makoto
|
afa875366e
|
Percent encode to create ActivityPub URI
|
2023-01-04 18:54:38 +09:00 |
|
Kitaiti Makoto
|
40e1a1fc2c
|
Don't encode whole AP ID
|
2023-01-04 17:49:16 +09:00 |
|
Kitaiti Makoto
|
ee1e553460
|
Fix a but about blog title and AP URL
|
2023-01-03 22:09:43 +09:00 |
|
Kitaiti Makoto
|
832479a706
|
Extract EmailSingup::ensure_email_not_blocked()
|
2023-01-03 17:49:15 +09:00 |
|
Kitaiti Makoto
|
b38d55f486
|
Check email block list when email sign-up
|
2023-01-03 17:41:25 +09:00 |
|
Kitaiti Makoto
|
2804a490ed
|
Don't retrieve user info from blocked instances
|
2023-01-03 03:23:50 +09:00 |
|
Kitaiti Makoto
|
e10ddb50c0
|
Ignore sum doc tests
|
2023-01-03 03:22:05 +09:00 |
|
Kitaiti Makoto
|
4df2c3e6f6
|
Clippy
|
2023-01-03 02:53:12 +09:00 |
|
Kitaiti Makoto
|
263cf9e04f
|
Stick activitystreams for all packages
|
2023-01-01 08:52:08 +09:00 |
|
Kitaiti Makoto
|
22ebecba67
|
Stick serde for all packages
|
2023-01-01 08:11:14 +09:00 |
|
dependabot[bot]
|
a218b4ea4f
|
Bump reqwest from 0.11.10 to 0.11.11
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.10 to 0.11.11.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.10...v0.11.11)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-15 19:26:39 +00:00 |
|
Kitaiti Makoto
|
0f7b882749
|
Merge remote-tracking branch 'github/dependabot/cargo/tracing-0.1.35' into update-crates
|
2022-06-12 20:25:10 +09:00 |
|
dependabot[bot]
|
4cfb3e2494
|
Bump tracing from 0.1.34 to 0.1.35
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.34 to 0.1.35.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.34...tracing-0.1.35)
---
updated-dependencies:
- dependency-name: tracing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-08 19:30:58 +00:00 |
|
dependabot[bot]
|
340157f80d
|
Bump scheduled-thread-pool from 0.2.5 to 0.2.6
Bumps [scheduled-thread-pool](https://github.com/sfackler/scheduled-thread-pool) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/sfackler/scheduled-thread-pool/releases)
- [Commits](https://github.com/sfackler/scheduled-thread-pool/compare/v0.2.5...v0.2.6)
---
updated-dependencies:
- dependency-name: scheduled-thread-pool
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-30 19:35:18 +00:00 |
|
dependabot[bot]
|
eccfbd3fbc
|
Bump rocket from 0.4.10 to 0.4.11
Bumps [rocket](https://github.com/SergioBenitez/Rocket) from 0.4.10 to 0.4.11.
- [Release notes](https://github.com/SergioBenitez/Rocket/releases)
- [Changelog](https://github.com/SergioBenitez/Rocket/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SergioBenitez/Rocket/commits)
---
updated-dependencies:
- dependency-name: rocket
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-26 19:33:24 +00:00 |
|
dependabot[bot]
|
c47921bb25
|
Bump once_cell from 1.11.0 to 1.12.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.11.0...v1.12.0)
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-23 19:24:07 +00:00 |
|
dependabot[bot]
|
c302d842e0
|
Bump once_cell from 1.10.0 to 1.11.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.10.0...v1.11.0)
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-19 19:36:52 +00:00 |
|
Kitaiti Makoto
|
4dfe300ee3
|
Define Blog::slug()
|
2022-05-20 01:50:51 +09:00 |
|
dependabot[bot]
|
57ab7edf23
|
Bump ldap3 from 0.10.4 to 0.10.5
Bumps [ldap3](https://github.com/inejge/ldap3) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/inejge/ldap3/releases)
- [Changelog](https://github.com/inejge/ldap3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/inejge/ldap3/compare/v0.10.4...v0.10.5)
---
updated-dependencies:
- dependency-name: ldap3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-12 19:26:54 +00:00 |
|