Commit graph

3381 commits

Author SHA1 Message Date
Kevin Morris
faefb8e75c
Merge branch 'master' into live 2022-02-04 21:50:39 -08:00
Kevin Morris
6986d1bb1e
fix: update rpc documentation
- we no longer prefer the use of trailing slashes on the AUR
  website.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 21:27:01 -08:00
Kevin Morris
9336d92cf3
Merge branch 'master' into live 2022-02-04 20:27:47 -08:00
Kevin Morris
3cb106bc9d
upgrade: bump to v6.0.6
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 20:23:28 -08:00
Kevin Morris
b7bf83c5f0
fix: prioritize local db record in pkgname_link
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 20:13:24 -08:00
Kevin Morris
c783ce17be
fix: remove erroneous official pkg check
This causes an issue that should have been obvious from the get-go:
if a package request is up in the AUR, but the package has already
been picked up by an official repository, we would end up returning
a 404 here, leading a TU to not be able to perform an action for
a request's target.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 19:57:59 -08:00
Kevin Morris
8f2a2c74ce
Merge branch 'master' into live 2022-02-04 19:28:27 -08:00
Kevin Morris
101de8e7b1
temporarily support /rpc.php/?
We'll leave these routes in for one month. On 02/04, they'll be
removed. This gives some time for aur helpers to update their
method.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 19:26:36 -08:00
Kevin Morris
41f89ed723
Merge branch 'master' into live 2022-02-04 19:14:27 -08:00
Kevin Morris
0c1bd982ea
fix(rpc): remove trailing slash redirection
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 19:08:25 -08:00
Kevin Morris
2ccef3ac27
Merge branch 'master' into live 2022-02-04 18:49:10 -08:00
Kevin Morris
987f9eab3b
fix: link to user account in last votes by tu listing
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 18:36:29 -08:00
Kevin Morris
ab1479925b
fix: tu last votes listing vote id
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 18:02:33 -08:00
Kevin Morris
7932cd7934
Merge branch 'master' into live 2022-02-04 16:58:47 -08:00
Kevin Morris
2c08672f15
fix: participation display generation should check voteinfo.ActiveTUs
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 16:50:27 -08:00
Kevin Morris
8442a19ab8
Merge branch 'master' into live 2022-02-04 16:19:24 -08:00
Kevin Morris
2f8e2288ad
poetry: bump version to 6.0.5
... I need to stop missing this. We need to centralize version
setting into a single file and source it.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 16:18:44 -08:00
Kevin Morris
8141f3ddc0
Merge branch 'master' into live 2022-02-04 15:58:06 -08:00
Kevin Morris
164037da43
upgrade: bump to v6.0.5
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 15:55:33 -08:00
Kevin Morris
8310357029
fix: only display registration time when RegistrationTS is valid
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 15:49:45 -08:00
Kevin Morris
84c9b5518a
Merge branch 'master' into live 2022-02-04 14:35:23 -08:00
Kevin Morris
bfe48a7d76
fix: dashboard's My Packages should not have comaintained packages
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-04 14:24:30 -08:00
Kevin Morris
109938a978
Merge branch 'master' into live 2022-02-03 19:31:11 -08:00
Kevin Morris
c39a648bf2
pyproject.toml: set version to current (v6.0.4)
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-03 19:24:57 -08:00
Kevin Morris
9111f645b7
fix: require passreset's target user is unsuspended
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-03 19:05:01 -08:00
Kevin Morris
ef0285bc7c
upgrade: bump to v6.0.4
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-03 17:47:31 -08:00
Kevin Morris
4659b5f941
upgrade: bump to v6.0.3
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-03 17:43:39 -08:00
Kevin Morris
ad1d5a1217
fix: don't check email deliverability when verifying input
For tests, we only care about emails having a valid syntax.
I don't think we should verify this at all, as aurweb.scripts.notify
will timeout if it cant deliver via sendmail/smtp.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-03 17:13:48 -08:00
Kevin Morris
16bdbee520
poetry: lock email-validator to 1.1.3, update the rest
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-03 17:12:30 -08:00
Kevin Morris
85012bb100
feat: support language direction switching
changes can be found in 82972d28e2
contributed by Yaron Shahrabani.

- the 'hu' (hebrew) language toggles the `dir="rtl"` attr on
- the 'ar' (arabic) language toggles the `dir="rtl"` attr on
- other languages, including the default, omit the `dir="rtl"` attr

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-26 11:19:35 -08:00
Yaron Shahrabani
82972d28e2 All the RTL related changes 2022-01-26 17:19:39 +02:00
Kevin Morris
359a3e6467
Merge branch 'master' into live 2022-01-25 15:13:08 -08:00
Kevin Morris
ba6ba4c367
Merge branch 'cron-compose-fix' into pu 2022-01-25 14:36:01 -08:00
Kevin Morris
7bed532a8c
Merge branch 'master' into live 2022-01-24 15:50:55 -08:00
Kevin Morris
f7c81ce855
Revert "docker: simplify keyring update"
This reverts commit 2f294480a9.
2022-01-24 14:54:11 -08:00
Kevin Morris
3576030448
Merge branch 'master' into live 2022-01-24 11:48:17 -08:00
Kevin Morris
2f294480a9
docker: simplify keyring update
- this wasn't using .pkg-cache before; we should, in case we already
  have the updated package downloaded.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-23 15:47:31 -08:00
Kevin Morris
8cca03a3f6
gitlab-ci: add lint job (stage: .pre)
- directories to be linted can be configured in .gitlab-ci.yml's
  `REQUIRES_LINT` variable
- removed linting from the test job

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-23 15:47:26 -08:00
Hunter Wittenborn
34c2692193
Added missing immutable config flag to Compose file 2022-01-20 15:50:22 -06:00
Kevin Morris
399fb0eab8
Merge branch 'master' into live 2022-01-20 12:12:32 -08:00
Kevin Morris
01a0c286c9
upgrade: bump to v6.0.2
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-20 11:56:14 -08:00
Kevin Morris
05e3e4bda7
Merge branch 'fix-package-comaintainers' into pu 2022-01-20 11:04:09 -08:00
Kevin Morris
5fade479a3
fix(routers.html): show comaintained packages which have been flagged
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-20 10:57:48 -08:00
Kevin Morris
62388b4161
fix(package/pkgbase view): include comaintainers in Maintainer field
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-20 09:43:14 -08:00
Kevin Morris
2c4f4155d6
fix(templates): Maintainer field does not require auth
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-20 09:14:30 -08:00
Kevin Morris
fee7e41ae4
fix(routers.html): show comaintained packages which have been flagged
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-20 09:04:55 -08:00
Kevin Morris
7350ff957c
Merge branch 'master' into live 2022-01-19 08:19:42 -08:00
Kevin Morris
a2dfb97b6b
fix: add dependency step to docker.md
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-19 08:15:28 -08:00
Kevin Morris
5e52bafb5c
add doc/docker.md & update README.md
Changes to README.md:
- Added Documentation links to various documents in the repository.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-19 08:13:35 -08:00
Kevin Morris
ebd02c03fb
Merge branch 'master' into live 2022-01-18 12:07:44 -08:00