phab/src/applications/diffusion/controller/DiffusionServeController.phpstable
phab/src/applications/diffusion/controller/DiffusionServeController.php
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
6a62fca95093 | epriestley | Support slightly prettier repository URIs in Diffusion | Nov 13 2016 | |||
fde02c4b4edf | epriestley | Fix protocol serve detection for clustered repositories that terminate HTTPS | May 6 2016 | |||
29d1115037b8 | epriestley | Swap Repository Edit UI to new code | May 5 2016 | |||
dc75b4bd0602 | epriestley | Move all cluster locking logic to a separate class | Apr 25 2016 | |||
d87c500002d7 | epriestley | Synchronize (hosted, clustered, Git) repositories over Conduit + HTTP | Apr 19 2016 | |||
c0428b4d6dd0 | epriestley | Make Git prompt for passwords when the user provides a username but not a… | Apr 14 2016 | |||
37b93f426225 | epriestley | Don't require POST to download LFS files from main domain | Apr 7 2016 | |||
439821c7b2cd | epriestley | Don't require one-time tokens to view file resources | Apr 6 2016 | |||
76f07ec80bde | epriestley | Only require view permissions for read-only Git LFS requests | Mar 19 2016 | |||
a24f001b08ef | epriestley | Support pushing data into Git LFS | Mar 18 2016 | |||
f46686ff586d | epriestley | Implement a Git LFS link table and basic batch API | Mar 18 2016 | |||
08b1a33dc36a | epriestley | Implement a Git LFS server which supports no operations | Mar 17 2016 | |||
74a79aa634ef | epriestley | Make serving repositories work with alternate URIs | Feb 18 2016 | |||
5e3754828f7b | epriestley | Fix handling of gzip in VCS responses | Feb 12 2016 | |||
4c1140a3a789 | Aviv Eyal/avivey | unbreak exception handling | Feb 9 2016 | |||
9d125b459ea8 | epriestley | Use large text columns to store IP addresses | Feb 2 2016 | |||
e5947e08d389 | epriestley | Apply phutil_utf8ize() to stderr output from VCS commands prior to logging | Jan 31 2016 | |||
30473549acfb | epriestley | Add a basic pull event log for debugging repository cloning | Jan 28 2016 | |||
f9a5cd2bbd86 | epriestley | Fix all remaining weird Diffusion request processing | Jan 5 2016 | |||
32d4ae8cb2cc | Christopher Speck/epriestley | Added an intercept to Mercurial's `capabilities` command to remove bundle2. | Oct 10 2015 | |||
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
fb5e50e6cc1f | epriestley | Proxy VCS HTTP requests | Jan 27 2015 | |||
2d904dfddf44 | Bob Trahan | Diffusion - missed a "dont load diffusion request" in the code serving pathway | Jan 12 2015 | |||
a823654be095 | Bob Trahan | Diffusion - return 404 errors for bad URIs | Jan 9 2015 | |||
c34de8361984 | Joshua Spence | Rename policy capabilities | Jul 25 2014 | |||
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
627011476733 | Joshua Spence/epriestley | Various linter fixes. | Feb 26 2014 | |||
b96ab5aadf53 | epriestley | Modernize VCS password storage to use shared hash infrastructure | Feb 18 2014 | |||
c41b4cfac0a8 | epriestley | Allow Git and Mercurial repositories to be cloned with names in the URI | Jan 30 2014 | |||
e28b848ab2fb | epriestley | Store pusher remote address and push protocol in PushLog | Dec 5 2013 | |||
f93c6985ad84 | epriestley | Support Mercurial pretxnchangegroup hooks | Dec 3 2013 | |||
618b5cbbc4e8 | epriestley | Install pre-commit hooks in Git repositories | Dec 3 2013 | |||
476b27d9c8b2 | epriestley | Add "phd.user" with `sudo` hooks for SSH/HTTP writes | Nov 18 2013 | |||
7f11e8d7401e | epriestley | Improve handling of email verification and "activated" accounts | Nov 12 2013 | |||
d4eca257742a | epriestley | Don't implement SVN over HTTP | Nov 12 2013 | |||
8840f60218ef | epriestley | Enable Mercurial reads and writes over SSH | Nov 11 2013 | |||
ac7c73922696 | epriestley | Fix `--depth N` clones in Git | Nov 11 2013 | |||
632466974837 | epriestley | Allow Phabricator to serve Mercurial repositories over HTTP | Nov 7 2013 | |||
44a40eaf57b0 | epriestley | Split Diffusion VSC serve code into its own controller | Nov 7 2013 |
c4science · Help