summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgreqfuncs.inc.php
AgeCommit message (Expand)AuthorFilesLines
2019-07-30pkgreqfuncs: Don't leave out non-default ClosureComment columnJohannes Löthberg1-2/+2
2019-05-24Ignore merge target for non-merge requestsLukas Fleischer1-0/+5
2017-02-15Add a parameter to skip old requests to pkgreq_list()Lukas Fleischer1-5/+12
2017-02-08Add an option to filter by user to pkgreq_list()Lukas Fleischer1-1/+8
2017-01-20Add user set timezonesMark Weiman1-1/+1
2016-11-10Remove all usage of UNIX_TIMESTAMP in web interfaceMark Weiman1-1/+1
2016-06-30Distinguish auto-accepted requestsLukas Fleischer1-1/+1
2015-12-13notify: Do not pass notification texts via pipesLukas Fleischer1-2/+2
2015-12-13Save comment when closing requestsLukas Fleischer1-1/+2
2015-08-08Port notification routines to PythonLukas Fleischer1-107/+8
2015-05-21Make the type parameter of pkgreq_by_pkgbase() optionalLukas Fleischer1-3/+6
2015-03-04Automatically close requestsLukas Fleischer1-0/+21
2015-03-04Allow users to delete their own packagesLukas Fleischer1-0/+14
2014-12-13Avoid double slashes in notification email bodyLukas Fleischer1-6/+6
2014-10-24Use an INI-style configuration fileLukas Fleischer1-25/+16
2014-10-03Include proper timestamp in auto-accept emailsLukas Fleischer1-1/+1
2014-10-03Fix permission check in pkgreq_close()Lukas Fleischer1-1/+1
2014-08-08Add permission checks to the request featureLukas Fleischer1-0/+4
2014-08-06Add PCRE_DOLLAR_ENDONLY to preg_match()Lukas Fleischer1-1/+1
2014-07-29Close requests before acceptingLukas Fleischer1-3/+9
2014-07-29Remove duplicate recipients from CcLukas Fleischer1-0/+2
2014-07-23Prevent merging a package base with itselfLukas Fleischer1-0/+4
2014-07-23Verify that the target of merge operations existsLukas Fleischer1-0/+4
2014-07-17Automatically accept orphan requests for old packagesLukas Fleischer1-12/+37
2014-07-16Mention the target of merge requests in emailsLukas Fleischer1-5/+15
2014-07-16Use Cc instead of Bcc in request notificationsLukas Fleischer1-6/+6
2014-07-16Bcc notification emails to the request creatorLukas Fleischer1-14/+27
2014-07-15Rework permission handlingLukas Fleischer1-1/+1
2014-07-04Sanitize merge base name in pkgreq_file()Lukas Fleischer1-0/+4
2014-07-04Remember whether a request has been acceptedLukas Fleischer1-4/+12
2014-07-04Include reason for closing a request in the subjectLukas Fleischer1-2/+2
2014-07-04Allow for adding a comment when closing a requestLukas Fleischer1-3/+9
2014-07-04Allow for selecting a reason when closing a requestLukas Fleischer1-4/+23
2014-07-02Fix pagination in the package request listLukas Fleischer1-2/+17
2014-07-01Set Message-ID when sending package request emailsLukas Fleischer1-2/+1
2014-07-01Remove Reply-To header from package request emailsLukas Fleischer1-4/+2
2014-07-01Be explicit about accepted requests in emailsLukas Fleischer1-2/+5
2014-07-01Fix documentation of pkgreq_*() return typesLukas Fleischer1-2/+2
2014-06-30Rename package request functions to pkgreq_*()Lukas Fleischer1-3/+3
2014-06-30Split out package request functionsLukas Fleischer1-0/+188