- 09 Mar, 2017 2 commits
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 04 Mar, 2017 1 commit
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 03 Mar, 2017 1 commit
-
-
Lukas Fleischer authored
Instead of making all tests fail, error out during initialization if the SQLite schema has not been generated. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 02 Mar, 2017 1 commit
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 01 Mar, 2017 4 commits
-
-
Sqlite3 does not support the MD5 function like MySQL does, instead of the database program hash the passwords, have Python's hashlib module do it instead. Signed-off-by:
Mark Weiman <mark.weiman@markzz.com> Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Signed-off-by:
Mark Weiman <mark.weiman@markzz.com> Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Allow for automatically converting the schema into a schema that works with SQLite by running `make` from the schema/ subdirectory. Use the new Makefile in the test suite. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Modify the schema such that it only creates the necessary tables, indices and predefined data. This makes it easier to import the schema into a database with a name other than "AUR". Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 28 Feb, 2017 3 commits
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 27 Feb, 2017 12 commits
-
-
Lukas Fleischer authored
Do not trigger a PHP warning if there are no votes to be added or removed. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Only show the comment paragraph if the package base is actually flagged out-of-date. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
The variable $action is always undefined in pkgbase_delete() which makes the if-statement always true and triggers a warning whenever a package base is removed. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
In commit e171f6f3 (Migrate all DB code to use PDO, 2012-08-08), PDOStatement::fetchAll() was introduced as a drop-in replacement for mysql_fetch_array(). However, PDOStatement::fetchAll() returns a list of all results while mysql_fetch_array() returns a single result only. Instead of adding the missing indirection, simplify the code by using PDO::fetchColumn(). Also add some safeguards to prevent warnings if the result set returned by the query is empty. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
The SQL query retrieving the time zone from the database may return an empty result set if the session timeout was reached. Handle such cases gracefully by leaving the timezone variable unset. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Drop the fragment part of the redirection code which is an artifact of the original code copy-pasted in commit ca954fe9 (Do not redirect when showing errors during flagging, 2015-10-21). Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
The $salt variable is no longer needed as of 29a48708 (Use bcrypt to hash passwords, 2017-02-24). Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
The pkgbuild_uri option was replaced by source_file_uri in 9df1bd5f (Add direct links to each source file, 2017-02-12). Change one remaining reference to pkgbuild_uri accordingly. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Fixes a regression introduced in 608c4830 (Add user set timezones, 2017-01-20). Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 26 Feb, 2017 3 commits
-
-
Lukas Fleischer authored
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 25 Feb, 2017 2 commits
-
-
Lukas Fleischer authored
-
Lukas Fleischer authored
Display a message that no requests matched the filter criteria instead of showing an empty package requests table. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 24 Feb, 2017 2 commits
-
-
Lukas Fleischer authored
Replace the default hash function used for storing passwords by password_hash() which internally uses bcrypt. Legacy MD5 hashes are still supported and are immediately converted to the new format when a user logs in. Since big parts of the authentication system needed to be rewritten in this context, this patch also includes some simplification and refactoring of all code related to password checking and resetting. Fixes FS#52297. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Do not overwrite the $uid variable when updating co-maintainers. Fixes FS#52225. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 23 Feb, 2017 2 commits
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Signed-off-by:
Morten Linderud <morten@linderud.pw> Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 15 Feb, 2017 4 commits
-
-
Lukas Fleischer authored
Use "<?=" instead of "<?" for printing. Fixes a regression introduced in a9048bb0 (Dedupe translatable strings, 2015-11-25). Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Instead of triggering a PHP warning and using an empty title if no package base is specified, use a default title. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Only show package requests created less than 6 months ago on the dashboard. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Allow for hiding requests which were opened before a given time stamp. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 14 Feb, 2017 1 commit
-
-
All error messages in aurjson except two end with a period. Add the missing periods to make the messages consistent. Signed-off-by:
Michael Straube <straubem@gmx.de> Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 12 Feb, 2017 2 commits
-
-
Currently, each source file which is an external link (http://, https://, ...) is a clickable link. This commit extends the behaviour by making files from the repository clickable as well. The link brings the user to the corresponding cgit page. Also, the link to the PKGBUILD is altered to make the configuration more consistent. Signed-off-by:
Janne Heß <jannehess@gmail.com> Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Move the package search links below the section headings. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-