- 14 Jul, 2021 4 commits
-
-
Leonidas Spyropoulos authored
Co-author: Kevin Morris <kevr@0cost.org> Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com> Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
- 10 Jul, 2021 3 commits
-
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 02 Jul, 2021 1 commit
-
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 01 Jul, 2021 4 commits
-
-
Kevin Morris authored
There are slight differences in that, with `python-feedgen`, an empty description field completely omits the description, but includes the description when there is one. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Slight markup changes, same style overall and same form parameters as the PHP implementation. In addition, we've disabled the "left" and "right" navigation buttons when we're at the border of the table. CSS Changes: - Added similar styling to submit `<buttons>` that submit `<input>` had. - Added .results tr td[align="{left,right}"] styling to align the result table's `More -->` button to the right of the table. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Another part of the "Trusted User" collection of routes. This allows a Trusted User to create a proposal. New Routes: - get `/addvote/` - post `/addvote/` Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 30 Jun, 2021 8 commits
-
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
Awesome! Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
-
Kevin Morris authored
In addition, remove some unneeded dependencies on tests. Though, in the future we _should_ craft tests that use these. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
This script purely removes any existing sqlite and is used before tests are run. This causes the test flow to run `aurweb.initdb` again (if ever). Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Now, we have `docker/scripts/install-deps.sh`, a script used by both Docker and .gitlab-ci.yml. We can now focus on changing deps in this script along as well as documentation going forward. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 29 Jun, 2021 7 commits
-
-
Kevin Morris authored
This was previously causing a PHP warning due to returning a missing key. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
This makes logging look a little better for development purposes. Now, `docker-compose logs php-fpm` will only show details about PHP accesses, while `docker-compose logs nginx` will show accesses regarding PHP assets. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Log toward stdout/stderr which is accessible via `docker-compose logs <service>`. Examples: - `docker-compose logs nginx` - `docker-compose logs php-fpm` Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
- 28 Jun, 2021 7 commits
-
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
A PackageBase can have more than one package associated with it. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 27 Jun, 2021 6 commits
-
-
Kevin Morris authored
-
Jelle van der Waa authored
The context gives backup_email and not backup for the backup email field. Fixes: #91
-
Jelle van der Waa authored
Setting the input type gives the use a hint that the field should be an email and also shows an error when a non-email is filled into the email field.
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Jelle van der Waa authored
Port the main home page content to fastapi.
-
Kevin Morris authored
This was completely bugged out. This commit fixes git, provides two separate cgit servers for the different URL bases and also supplies a smartgit service for $AURWEB_URL/repo.git interaction. Docker image needs to be rebuilt with this change: $ docker build -t aurweb:latest . Signed-off-by:
Kevin Morris <kevr@0cost.org>
-