summaryrefslogtreecommitdiffstats
path: root/roles/pagure/frontend/templates
Commit message (Collapse)AuthorAgeFilesLines
* Looks like pagure01 uses the IPv6 address when making API calls to itself, ↵Pierre-Yves Chibon2017-08-291-1/+1
| | | | so add it to the list of allowed IP addresses
* Blacklist 'group' as group namePierre-Yves Chibon2017-08-091-0/+2
|
* Allow project-less API tokens to create or comment on ticketsPierre-Yves Chibon2017-07-121-0/+8
|
* disable indexing of pagure-staging - converted robots.txt to templateBrandon Gray2017-07-011-0/+9
|
* Sync the blacklist list with upstream'sPierre-Yves Chibon2017-06-071-3/+4
| | | | Got acked on IRC from Patrick and Peter
* pagure: up wsgi threads/processes to 6 from 4 and see if it makes things ↵Kevin Fenzi2017-06-021-1/+1
| | | | more stable
* Create Pagure attachments folderPatrick Uiterwijk2017-05-241-0/+3
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* More precise configuration for pagure loggingPierre-Yves Chibon2017-05-161-0/+10
|
* Add robots.txt for PagurePatrick Uiterwijk2017-05-161-0/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Add logging config to pagure's configuration filePierre-Yves Chibon2017-05-161-0/+42
|
* Drop sqlalchemy.url from alembic.ini now we use what is in pagure.cfgPierre-Yves Chibon2017-05-161-1/+0
|
* Drop the FPCA requirement for pagure.ioPierre-Yves Chibon2017-03-291-1/+1
| | | | | Legal has waived this requirement: https://lists.fedoraproject.org/archives/list/legal%40lists.fedoraproject.org/message/UWE4JIXEV76ZB54D33WEOSQGZR4Q25L5/
* Update Pagure, anitya and piwik to use the secure cipher setPatrick Uiterwijk2017-03-171-3/+6
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* set serveradmin for pagure so it does not say root@localhost anymore on errorsKevin Fenzi2017-03-171-0/+2
|
* Point stg.pagure.io to releases.stg.pagure.orgPierre-Yves Chibon2017-01-191-0/+4
|
* pagure: Fix SHA256 hashes for pagure.io and stg.pagure.ioTodd Zullinger2016-12-261-2/+2
| | | | | | | | | | | | | | | | | | | | | In 4812bc39e (Add the SHA256 of the ssh key, 2016-05-28) the SHA256 fingerprints were added to the wrong section. The stg.pagure.io fingerprint is in the pagure.io section and vice versa. The MD5 fingerprints are correct. This can be confirmed by checking the output of ssh-keygen with the SSH pubkey values for each host: $ for i in {stg.,}pagure.io.pub; do echo $i; cat $i; for hash in sha256 md5; do ssh-keygen -l -E $hash -f $i; done; echo; done stg.pagure.io.pub ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJNu490Rp305zGCJLvhVIrKjL7Xngew3NxgRYeopHBDvj+EFQUqULXtgrI5nUBMSB94RrsuHynFAXYy2m0snHjWzWjbIxM4ZVD2sX4GiKX6qu7WyxcGmGcL08MF919r+JSPL9oWWSq/CvvBF0M1eeqkIpjMZHpVKgR3uTMD5yW994NBLAQi9i1UdwGYNQc1KqWvlvW1XhFFtiIGscIFGRKsUOMvnJvWdU6T+djmzMy4hcahxnsPCZxCjbQpuH1JjihNNVWYOq7Ztjs1gxpTTV19ATp4Z2F95uyyQ3Y+Em9KeXcKXYxwVzYVho5SSB1ZYBL+xAH1osK23PvGD39UYp9 2048 SHA256:x4xld/tPdeOhbyJcTOxd+IbSZ4OpnBzh/IskocyrOME stg.pagure.io.pub (RSA) 2048 MD5:69:50:46:24:c7:94:44:f8:8d:83:05:5c:eb:73:fb:c4 stg.pagure.io.pub (RSA) pagure.io.pub ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC198DWs0SQ3DX0ptu+8Wq6wnZMrXUCufN+wdSCtlyhHUeQ3q5B4Hgto1n2FMj752vToCfNTn9mWO7l2rNTrKeBsELpubl2jECHu4LqxkRVihu5UEzejfjiWNDN2jdXbYFY27GW9zymD7Gq3u+T/Mkp4lIcQKRoJaLobBmcVxrLPEEJMKI4AJY31jgxMTnxi7KcR+U5udQrZ3dzCn2BqUdiN5dMgckr4yNPjhl3emJeVJ/uhAJrEsgjzqxAb60smMO5/1By+yF85Wih4TnFtF4LwYYuxgqiNv72Xy4D/MGxCqkO/nH5eRNfcJ+AJFE7727F7Tnbo4xmAjilvRria/+l 2048 SHA256:Gddkd5H7oQ1RaK8WgXSKl7JZP+FgLyidmxbLercJ/JY pagure.io.pub (RSA) 2048 MD5:90:8e:7f:a3:f7:f1:70:cb:56:77:96:17:44:c4:fc:82 pagure.io.pub (RSA)
* The pagure cert is named .cert not .crtPierre-Yves Chibon2016-12-161-2/+2
|
* Move releases.pagure.org to the pagure.io certPierre-Yves Chibon2016-12-151-3/+3
|
* Drop the redirect to https for now on releases.pagure.orgPierre-Yves Chibon2016-12-151-2/+11
|
* Bump the upload limit for pagure to 60MBPierre-Yves Chibon2016-12-141-1/+1
| | | | Fixes https://pagure.io/fedora-infrastructure/issue/5631
* Clean up and make the apache config working for pagurePierre-Yves Chibon2016-12-051-15/+2
|
* Typi typo... againPierre-Yves Chibon2016-12-051-1/+1
|
* Fix forgotten variablePierre-Yves Chibon2016-12-051-1/+1
|
* Typi typoPierre-Yves Chibon2016-12-051-2/+2
|
* Fix the namewidth option and add redirectPierre-Yves Chibon2016-12-051-1/+5
|
* Try moving the releases to pagure.orgPierre-Yves Chibon2016-12-052-18/+40
|
* Bump the maximum upload size to 50MB instead of 4MBPierre-Yves Chibon2016-11-151-1/+1
| | | | | This should please the design team and tbh, also help uploading tarballs of pagure to pagure.io
* Typi typo, fix pagurePierre-Yves Chibon2016-10-191-1/+1
|
* Enable the stats port for the SSE serverPierre-Yves Chibon2016-10-181-0/+2
|
* Increase the number of blacklisted project namesPierre-Yves Chibon2016-09-091-1/+3
|
* Make the CSRF token not time limitedPierre-Yves Chibon2016-09-081-0/+4
|
* Adjust pagure's config to add CI integration w/ jenkinsPierre-Yves Chibon2016-08-311-0/+2
|
* Make the short hash 7 characters, not 6Pierre-Yves Chibon2016-07-291-1/+1
|
* Add the SHA256 of the ssh keyPierre-Yves Chibon2016-05-281-2/+4
| | | | Fixes https://pagure.io/pagure/issue/698
* Adjust pagure's config to allow backward-compatible URLsPierre-Yves Chibon2016-04-221-0/+6
|
* Make pagure link upon login be httpsPierre-Yves Chibon2016-02-031-0/+3
|
* Let's use the proper configuration key to send email...Pierre-Yves Chibon2016-01-301-1/+1
|
* Prevent a project from being createdPierre-Yves Chibon2016-01-291-1/+1
|
* Pagure should be able to send emailPierre-Yves Chibon2016-01-281-0/+2
|
* Blacklist projects as project name on pagure, it's an existing URLPierre-Yves Chibon2015-12-071-1/+1
|
* Install and configure the webhook server for pagurePierre-Yves Chibon2015-11-301-0/+2
|
* Add the datagrepper information to pagure configPierre-Yves Chibon2015-11-201-0/+8
|
* Move the folder storing the local clone of remote repo one level upPierre-Yves Chibon2015-11-131-1/+1
| | | | | This fixes ``gitolite trigger POST_COMPILE`` that barfed on this otherwise, but I am not sure why.
* Make pagure.io be before pagure.org so that we always server that SSL cert ↵Pierre-Yves Chibon2015-08-141-21/+24
| | | | by default
* Fix the GIT_URL for the new pagure versionPierre-Yves Chibon2015-08-051-2/+2
|
* Move pagure.io above pagure.org to server pagure.io SSL ceret by defaultPierre-Yves Chibon2015-08-051-35/+36
|
* Add the trailing slash to fix the links in the new version of pagurePierre-Yves Chibon2015-08-051-2/+2
|
* docs in stg now has its own certificatePierre-Yves Chibon2015-08-051-1/+1
|
* Create the remotes folder for the remote PRPierre-Yves Chibon2015-07-311-0/+3
|
* Make a pagure.org -> pagure.io redirectPatrick Uiterwijk2015-07-291-0/+22
|