- 27 Feb, 2017 1 commit
-
-
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>
-
- 08 Feb, 2017 11 commits
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Add a new table which shows all package requests affecting the currently logged in user. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Introduce a new boolean flag that can be used to disable extended headers, pagination and forms. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Do not include the wrapper div container in the template. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
When a user is specified, the function only returns package requests which are either opened by the given user or affecting packages maintained by the given user. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Implement a table that shows all packages which are flagged out-of-date and either maintained or co-maintained by the currently logged in user. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
As a follow-up to commit 6cb8c041 (Implement co-maintainer search, 2017-01-26), add an option to search for both maintainers and co-maintainers at the same time. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Add a AUR_CONFIG environment variable that can be used to specify an alternative configuration file, similar to the feature introduced in ecbf32f0 (git-interface: Add AUR_CONFIG environment variable, 2016-08-03). Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
In addition to showing the 50 most recent maintained and co-maintained packages, add links to all packages one owns or co-maintains. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
The tables on the dashboard always show the 50 most recent packages, ordered by last update. Do not make the table headers of these tables clickable. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 04 Feb, 2017 1 commit
-
-
Lukas Fleischer authored
For logged in users, the home page is replaced with an overview of the packages the user maintains or co-maintains. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 03 Feb, 2017 3 commits
-
-
Lukas Fleischer authored
Do not print the wrapper div container when calling pkg_search_page(). Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
* Pass search parameters using an associative array instead of $_GET. * Add a boolean parameter to enable and disable headers/footers. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
This makes it easier to display search results without showing the search form. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 28 Jan, 2017 1 commit
-
-
Lukas Fleischer authored
Add an option to filter package search results by co-maintainer. Partly fixes FS#45591. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 25 Jan, 2017 5 commits
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Currently, IP address bans affect the web interface only. Make sure they are honored in the SSH interface as well. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Inspired by commit 32c8d0c3 (Store last login address as plain text, 2016-03-13). Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
In addition to logging the last login date and IP address on the web interface, store the time stamp and IP address of the last SSH login in the database. This simplifies user banning if one of the new SSH interface features, such as the voting mechanism implemented in 7ee2fddc (git-serve: Add support for (un-)voting, 2017-01-23), is abused. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
As of commit 37188603 (Make maintenance scripts installable, 2016-10-17), the notification script is installed as aurweb-notify. Update the sample configuration file accordingly. Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
- 23 Jan, 2017 2 commits
-
-
On package base pages, if a co-maintainer visits, only the read-only URL is displayed which is inconsistent with how the individual packages of a package base's pages displays them. This adds the SSH clone URL to the package base's page for co-maintainers to see. Implements FS#52675. Signed-off-by:
Mark Weiman <mark.weiman@markzz.com> Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
-