This project is mirrored from https://:*****@gitlab.archlinux.org/archlinux/aurweb.git.
Pull mirroring updated .
- 10 Nov, 2010 1 commit
-
-
Lukas Fleischer authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com> - resolve conflict and omit i18n changes.
-
- 17 Apr, 2010 1 commit
-
-
Denis authored
To upgrade existing databases: ALTER TABLE Users ADD Salt CHAR(32) NOT NULL DEFAULT ''; Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 29 Nov, 2009 1 commit
-
-
Loui Chang authored
To upgrade existing databases: ALTER TABLE Users MODIFY LangPreference CHAR(5) NOT NULL DEFAULT 'en'; Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 13 Nov, 2009 1 commit
-
-
Evangelos Foutras authored
This works by adding a new field to the 'Users' table called 'ResetKey', which is a 32 characters long, random string. When the user requests a password reset, a new 'reset key' is generated and sent to the user's e-mail address in the form of a link in the following format: http://aur.archlinux.org/passreset.php?resetkey=<reset key> When the above link is followed, the user is presented with a form to verify his/her e-mail address and specify the new desired password. If the e-mail address matches the reset key in the database, the new password is assigned to the account. If there is an error, a relevant message is displayed and the user is prompted to re-enter the required information. Upon successful completion of this procedure, the ResetKey field in the database is blanked and the specific key cannot be reused. One SQL query is needed to add the ResetKey field to the 'Users' table: ALTER TABLE `Users` ADD `ResetKey` CHAR(32) NOT NULL DEFAULT ''; Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 18 Jun, 2009 1 commit
-
-
Dan McGee authored
To put a long story short, when we do joins on these tables in our pkg_search_page() function, we always join on both the user ID and package ID columns. By creating multicolumn indices, we can always get the exact row we are looking for in the table. The benefits of adding a unique index should also speak for themselves, as we previously did not have this on either of these tables. This is part one of a two-part series to address the fact that this query was often showing up in our slow query logs. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 27 Mar, 2008 1 commit
-
-
Callan Barrett authored
This (should) get rid of anything to do with the unused column AURMaintainerUID in the scripts and schema files Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Simo Leone <simo@archlinux.org>
-
- 23 Mar, 2008 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com> Signed-off-by:
Simo Leone <simo@archlinux.org>
-
- 20 Jan, 2008 6 commits
-
-
Callan Barrett authored
This fixes a bug where TUs and devs couldn't upload packages because the query would have an extra column in it to mark the pkgbuild safe automatically, guessing it got missed when the safe flags were removed. Also fixes a screw up I made with the schema file when I added the tables for the voting app. Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
Added support for TU voting through AUR Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
eliott authored
-
eliott authored
Simo's original commit text: The idea of safe flagging is unclear, poorly named, misunderstood, and not even used. At the time this patch was created, less than a third of the packages in unsupported were flagged safe, and less than a tenth of users knew how to interpret it. The safe flag has been replaced by a disclaimer on the main page.
-
eliott authored
Added a JSON interface to the aur. This should make it easier for developers to integrate command line utilities and poll against the AUR itself.
-
- 17 Sep, 2007 1 commit
-
-
pjmattal authored
-
- 16 Aug, 2007 1 commit
-
-
pjmattal authored
-
- 01 Feb, 2007 1 commit
-
-
dsa authored
-
- 22 Aug, 2006 1 commit
-
-
swiergot authored
-
- 10 Aug, 2006 1 commit
-
-
pjmattal authored
-
- 03 Aug, 2006 1 commit
-
-
pjmattal authored
as per discussions with simo and dsa
-
- 29 Jul, 2005 1 commit
-
-
pjmattal authored
-
- 08 Jun, 2005 1 commit
-
-
simo authored
PkgID UserID This implements emailing comment notifications, including a user option to enable/disable it on the package page. It uses php's mail() function to do it and sends to everyone on the notify list as BCC. This needs some more testing before public consumption.
-
- 08 May, 2005 1 commit
-
-
simo authored
Implemented ModifiedTS such that: -ModifiedTS changed ONLY when package updated -SubmittedTS changed ONLY when new package Also made DummyPkg fixups in tupkgupdate
-
- 09 Apr, 2005 1 commit
-
-
pjmattal authored
moved db config for webapp into the config file
-
- 06 Apr, 2005 1 commit
-
-
pjmattal authored
new doc page added changed AUR to community lower-cased unsupported fixed half of the bug with changing categories: categories now can't be changed for packages in community however they can still be changed out from under maintainers by joe users for unsupported packages debugged problem with package details not found when unsupported uploads were with Category 0 (changed default to 19)
-
- 20 Mar, 2005 1 commit
-
-
eric authored
-
- 06 Mar, 2005 1 commit
-
-
eric authored
-
- 05 Mar, 2005 1 commit
-
-
eric authored
-
- 24 Jan, 2005 1 commit
-
-
eric authored
-
- 15 Dec, 2004 5 commits
- 06 Dec, 2004 1 commit
-
-
pjmattal authored
re-find the db after drop and cr-create
-
- 20 Sep, 2004 1 commit
-
-
eric authored
-
- 01 Jul, 2004 1 commit
-
-
eric authored
-
- 29 Jun, 2004 1 commit
-
-
eric authored
-
- 28 Jun, 2004 1 commit
-
-
eric authored
-
- 23 Jun, 2004 2 commits