Markus Holtermann
03e30846d8
Fix link to SO question in readme ( #258 )
2019-06-10 17:54:38 -05:00
Matthew Planchard
2ef26a87ee
REL: 1.3.0 ( #250 )
...
* Compose updates; doc updates; changelog for 1.3.0
* chore(ver): bump 1.2.7-->1.3.0
* update date in README
* rst is not markdown
* Add issue numbers to changelog
2019-05-05 16:47:06 -05:00
Matthew Planchard
0c5c6d5ac0
Remove pypiuploader instructions
...
Resolves #241
@willrogers points out that `pypiuploader` appears to be a dead project,
so we'll remove specific instructions for it in the docs, unless it
is confirmed to be otherwise.
2019-02-06 17:00:06 -06:00
Matthew Planchard
33b4e21017
chore(ver): bump 1.2.6-->1.2.7
2019-01-31 18:44:09 -06:00
Matthew Planchard
e6a8bc556c
chore(ver): bump 1.2.5-->1.2.6
2019-01-26 16:15:55 -06:00
Matthew Planchard
4ab0c77e30
Updated release dates
2018-11-11 11:43:32 -06:00
Matthew Planchard
9956dedd6e
Update README
2018-11-11 11:43:32 -06:00
Matthew Planchard
cf60c22d45
chore(ver): bump 1.2.5.dev0-->1.2.5
2018-11-11 11:43:32 -06:00
Jacob Hayes
57428d010f
Replace .htaccess references with .htpasswd
2018-09-06 10:27:25 -05:00
Matthew Planchard
34f2b1e109
chore(ver): bump 1.2.4-->1.2.5.dev0
2018-08-06 17:51:23 -05:00
Matthew Planchard
e3c44bf7c8
Updated date in README
2018-08-06 17:26:49 -05:00
Matthew Planchard
523c33007a
chore(ver): bump 1.2.3-->1.2.4
2018-08-06 17:25:46 -05:00
Matthew Planchard
ff4b049f97
Prep for 1.2.3
2018-08-04 12:31:31 -05:00
Matthew Planchard
e85ed3f5e6
Quick doc update
2018-07-17 20:45:17 -05:00
Matthew Planchard
47231ea5fb
Dockerfile & doc updates
2018-06-26 20:51:32 -05:00
Matthew Planchard
cd7707379a
Merge pull request #209 from hugovk/patch-1
...
Remove broken downloads badge
2018-06-19 20:03:47 -05:00
Hugo
2c9684b27e
Badges fit on one line
2018-06-14 08:50:01 +03:00
Hugo
9c2c44ca91
Remove broken downloads badge
...
See https://github.com/badges/shields/issues/716 .
2018-06-13 07:06:41 +03:00
Matthew Planchard
2499dac8ec
Merge branch 'rm-3.3' of git://github.com/hugovk/pypiserver into hugovk-rm-3.3
2018-06-12 20:26:31 -05:00
Matthew Planchard
17e7f9c1b6
chore(ver): bump 1.2.2.dev0-->1.2.2
2018-06-12 20:15:11 -05:00
Matthew Planchard
99d4f23ffb
REL: Prep for v1.2.2
2018-06-12 19:58:31 -05:00
Matthew Planchard
24905addc9
chore(ver): bump 1.2.2dev0-->1.2.2.dev0
2018-06-11 20:48:36 -05:00
Matthew Planchard
c791d12292
FIX: Fallback URL, remove calls to pip.main
...
Resolves #205 - pypi.python.org shutting down
* Updated the default fallback URL to `pypi.org/simple` rather than
`pypi.python.org/simple`
* Scrubbed references and links to `pypi.python.org`
* Fixed tests breaking due to the removal of `pip.main()` in pip 10.0 -
see pypa/pip#5080 for more info
2018-06-11 20:31:03 -05:00
Hugo
a8b7efc776
Drop support for EOL Python 3.3
2018-05-07 22:29:36 +03:00
Matthew Planchard
f7c665ccce
Updated Version to 1.2.2dev0
2017-11-29 19:24:42 -06:00
Matthew Planchard
420491a1c1
Prep for v1.2.1 release
2017-11-29 18:49:27 -06:00
Cristi Vîjdea
5241ded111
Add $scheme forwarding to example nginx configuration
...
Adding `X-Forwarded-Proto` makes bottle pick up on the original request's scheme (https/http), so that the URL on the welcome page is displayed correctly.
2017-11-25 01:26:43 +01:00
Matthew Planchard
ea92f16bf3
chore(ver): bump 1.2.1.dev0-->1.2.1rc0
2017-11-14 11:51:26 -06:00
Matthew Planchard
c0b93bdaef
Revert Matrix Auth
...
This reverts commits 29c1803 c79dd18 568f901 and 3d37c00. This has
resulted in bugs referenced in #175 , #179 , and #186 .
2017-11-14 08:43:49 -06:00
Matthew Planchard
05f5920c25
Updated Default Fallback URL to https
...
Resolves #179
Due to a pypi API change (reasoning
[here](https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html ),
thanks to @natefoo for the link), the redirect links that we were
generating for distributions not present in the package index were
failing with `403` errors.
@ankostis, I have not had time to look into why the standalone tests are
failing. Perhaps we should just ignore them in order to get a new
version out once this is merged to master?
2017-10-31 12:34:22 -05:00
Matthew Planchard
a60719f442
Merge pull request #172 from mplanchard/doc-update
...
Update Search Documentation
2017-03-19 15:25:22 -05:00
Matthew Planchard
8a65456239
Update Search Documentation
...
* Fixed endpoint for search example
* Noted the lack of a `/simple` endpoint for search
* Added `search` to the list of explicitly enumerated
functionality in `Known Limitations`
2017-03-19 15:10:01 -05:00
Kyle Hornberg
c79dd18ef6
Add multiple user auth to docs
2017-02-21 16:29:47 -06:00
Matthew Planchard
ff06fbf5d5
Merge pull request #161 from ITler/ITler-patch-2
...
Added receipe for reverse proxy configuration
2017-02-13 21:07:44 -06:00
Tristan Escalada
6b1d142096
fixing systemd file typo
...
replacing --P with -P
2017-01-08 00:49:35 -05:00
Youhei Sakurai
096ff074bf
Fix broken example of auther usage
2016-09-23 12:54:04 +09:00
ITler
c6135e4fa5
Update README.rst
2016-09-06 09:42:50 +02:00
Kostis Anagnostopoulos
117a61ed14
doc: Improve mod_wsgi
instructions for #155 .
2016-07-03 01:44:16 +02:00
Kostis Anagnostopoulos
5dc04cd47d
doc: Group recipies as new section, move --help at top.
...
+ Minor improve in `mod_wsgi` recipe.
t
2016-07-02 20:52:41 +02:00
Kostis Anagnostopoulos
916809ea7e
doc: restructure client-side, auth & upload sections.
2016-07-02 13:53:19 +02:00
Kostis Anagnostopoulos
8f386aaf99
build: update buildout
reqs - do we still use them??
2016-06-28 15:22:09 +02:00
Kostis Anagnostopoulos
62f60ccef7
docs: Add mplanchard into maintainers.
...
- ci: check standalone before anything else.
2016-06-28 13:18:03 +02:00
Kostis Anagnostopoulos
18e5a8dbcb
FIX #154 , docs: TC-script checking README RST-compliance for PyPi.
2016-06-28 13:05:11 +02:00
Kostis Anagnostopoulos
ea7ed979de
Bump v1.2.1.dev0.
2016-06-25 05:24:38 +02:00
Kostis Anagnostopoulos
792d4764f0
Bump v1.2.0(<--1.2.0b0)
...
+ doc: Reformat changes.
2016-06-25 04:33:00 +02:00
Kostis Anagnostopoulos
73c8cb704f
doc: promote API as new top-level section & reoder it.
2016-06-25 04:02:59 +02:00
Kostis Anagnostopoulos
3324ff9e21
doc: Improve pam
API-example.
2016-06-25 03:17:26 +02:00
Kostis Anagnostopoulos
508600bd07
Bump v1.2.0b2(<--b1).
2016-06-25 02:39:48 +02:00
Matthew Planchard
8b46f55d17
Updated documentation for python-pam
module.
2016-06-24 15:12:29 -05:00
Matthew Planchard
fa5d2ec609
Documented API usage of auther
2016-06-24 14:07:33 -05:00