Sun, 01 Apr 2018 22:33:55 +0900 |
Yuya Nishihara |
hgweb: drop archivespecs from requestcontext
|
file |
diff |
annotate
|
Sun, 01 Apr 2018 22:32:34 +0900 |
Yuya Nishihara |
hgweb: move archivespecs to webutil
|
file |
diff |
annotate
|
Sun, 01 Apr 2018 22:14:36 +0900 |
Yuya Nishihara |
hgweb: wrap {pathdef} with mappinglist
|
file |
diff |
annotate
|
Sun, 18 Mar 2018 15:42:28 +0900 |
Yuya Nishihara |
templatefilters: declare input type as bytes where appropriate
|
file |
diff |
annotate
|
Mon, 19 Mar 2018 20:39:06 +0900 |
Yuya Nishihara |
hgweb: use registrar to declare "websub" template filter
|
file |
diff |
annotate
|
Fri, 23 Mar 2018 11:20:13 -0700 |
Gregory Szorc |
hgweb: don't responsd to api requests unless feature is enabled
|
file |
diff |
annotate
|
Tue, 13 Mar 2018 16:53:21 -0700 |
Gregory Szorc |
wireproto: support /api/* URL space for exposing APIs
|
file |
diff |
annotate
|
Sun, 03 Apr 2016 14:16:47 +0900 |
Yuya Nishihara |
hgweb: evaluate the "default" value as template
|
file |
diff |
annotate
|
Fri, 16 Mar 2018 21:39:32 +0900 |
Yuya Nishihara |
templater: use named function to expand template against mapping dict (API)
|
file |
diff |
annotate
|
Fri, 16 Mar 2018 21:24:12 +0900 |
Yuya Nishihara |
templater: factor out helper that renders named template as string
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 23:10:46 +0900 |
Yuya Nishihara |
templater: move stringify() to templateutil module
|
file |
diff |
annotate
|
Sun, 11 Mar 2018 16:29:54 -0700 |
Gregory Szorc |
hgweb: remove wsgirequest (API)
|
file |
diff |
annotate
|
Sun, 11 Mar 2018 16:19:20 -0700 |
Gregory Szorc |
hgweb: store the raw WSGI environment dict
|
file |
diff |
annotate
|
Sun, 11 Mar 2018 13:38:56 -0700 |
Gregory Szorc |
hgweb: change how dispatch path is reported
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 20:51:46 -0800 |
Gregory Szorc |
hgweb: stop passing req and tmpl into @webcommand functions (API)
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 19:41:18 -0800 |
Gregory Szorc |
hgweb: add a sendtemplate() helper function
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 19:08:58 -0800 |
Gregory Szorc |
hgweb: stop setting headers on wsgirequest
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 20:35:35 -0800 |
Gregory Szorc |
hgweb: always return iterable from @webcommand functions (API)
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 18:51:32 -0800 |
Gregory Szorc |
hgweb: send errors using new response API
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 18:42:00 -0800 |
Gregory Szorc |
hgweb: refactor 304 handling code
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 18:19:27 -0800 |
Gregory Szorc |
hgweb: transition permissions hooks to modern request type (API)
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 20:16:20 -0800 |
Gregory Szorc |
hgweb: port archive command to modern response API
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 15:37:29 -0800 |
Gregory Szorc |
hgweb: remove one-off routing for file?style=raw
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 20:36:34 -0800 |
Gregory Szorc |
hgweb: port most @webcommand to use modern response type
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 17:02:57 -0800 |
Gregory Szorc |
hgweb: support using new response object for web commands
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 14:19:27 -0800 |
Gregory Szorc |
hgweb: inline caching() and port to modern mechanisms
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 14:06:58 -0800 |
Gregory Szorc |
hgweb: expose repo name on parsedrequest
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 12:31:11 -0800 |
Gregory Szorc |
hgweb: remove wsgirequest.form (API)
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 12:36:36 -0800 |
Gregory Szorc |
hgweb: perform all parameter lookup via qsparams
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 12:11:26 -0800 |
Gregory Szorc |
hgweb: set variables in qsparams
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 11:46:52 -0800 |
Gregory Szorc |
hgweb: use our new request object for "style" parameter
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 11:23:05 -0800 |
Gregory Szorc |
hgweb: create dedicated type for WSGI responses
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 10:56:10 -0800 |
Gregory Szorc |
hgweb: make parsedrequest part of wsgirequest
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 16:22:25 -0800 |
Gregory Szorc |
hgweb: parse and store HTTP request headers
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 15:58:52 -0800 |
Gregory Szorc |
wireprotoserver: move all wire protocol handling logic out of hgweb
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 15:37:05 -0800 |
Gregory Szorc |
hgweb: use parsed request to construct query parameters
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 11:33:33 -0800 |
Gregory Szorc |
hgweb: only recognize wire protocol commands from query string (BC)
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 15:08:20 -0800 |
Gregory Szorc |
hgweb: use the parsed application path directly
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 12:59:25 -0800 |
Gregory Szorc |
hgweb: use computed base URL from parsed request
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 10:20:51 -0800 |
Gregory Szorc |
hgweb: parse WSGI request into a data structure
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 15:14:32 -0800 |
Gregory Szorc |
hgweb: always use "?" when writing session vars
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 15:15:59 -0800 |
Gregory Szorc |
hgweb: rename req to wsgireq
|
file |
diff |
annotate
|
Thu, 08 Mar 2018 09:26:51 -0800 |
Gregory Szorc |
hgweb: ensure all wsgi environment values are str
|
file |
diff |
annotate
|
Wed, 07 Mar 2018 16:18:52 -0800 |
Gregory Szorc |
wireproto: formalize permissions checking as part of protocol interface
|
file |
diff |
annotate
|
Wed, 07 Mar 2018 16:02:24 -0800 |
Gregory Szorc |
wireproto: declare permissions requirements in @wireprotocommand (API)
|
file |
diff |
annotate
|
Tue, 06 Mar 2018 15:08:33 -0800 |
Gregory Szorc |
wireprotoserver: check permissions in main dispatch function
|
file |
diff |
annotate
|
Tue, 06 Mar 2018 14:32:14 -0800 |
Gregory Szorc |
merge with stable
|
file |
diff |
annotate
|
Sun, 18 Feb 2018 17:20:38 -0800 |
Gregory Szorc |
hgweb: always perform permissions checks on protocol commands (BC) (SEC)
stable
|
file |
diff |
annotate
|
Tue, 20 Feb 2018 18:55:58 -0800 |
Gregory Szorc |
wireproto: check permissions when executing "batch" command (BC) (SEC)
stable
|
file |
diff |
annotate
|
Tue, 20 Feb 2018 18:53:39 -0800 |
Gregory Szorc |
wireproto: move command permissions dict out of hgweb_mod
stable
|
file |
diff |
annotate
|
Sun, 04 Mar 2018 13:03:22 -0500 |
Augie Fackler |
hgweb: convert req.form to bytes for all keys and values
|
file |
diff |
annotate
|
Fri, 22 Dec 2017 21:59:38 +0900 |
Yuya Nishihara |
hgweb: make templater mostly compatible with log templates
|
file |
diff |
annotate
|
Sat, 17 Feb 2018 22:52:24 -0500 |
Augie Fackler |
hgweb_mod: partially undo 8afc25e7effc to fix py3
|
file |
diff |
annotate
|
Sat, 17 Feb 2018 01:11:48 -0500 |
Augie Fackler |
py3: get bytes-repr of network errors portably
|
file |
diff |
annotate
|
Wed, 31 Jan 2018 17:34:45 -0800 |
Gregory Szorc |
wireprotoserver: move error response handling out of hgweb
|
file |
diff |
annotate
|
Wed, 31 Jan 2018 16:43:46 -0800 |
Gregory Szorc |
hgweb: move call to protocol handler outside of try..except
|
file |
diff |
annotate
|
Wed, 31 Jan 2018 16:21:43 -0800 |
Gregory Szorc |
wireprotoserver: move protocol parsing and dispatch out of hgweb
|
file |
diff |
annotate
|
Tue, 30 Jan 2018 18:41:44 -0800 |
Gregory Szorc |
wireproto: function for testing if wire protocol command is available
|
file |
diff |
annotate
|
Wed, 31 Jan 2018 10:41:27 -0800 |
Gregory Szorc |
wireprotoserver: rename call to callhttp
|
file |
diff |
annotate
|
Wed, 31 Jan 2018 11:09:07 -0800 |
Gregory Szorc |
wireprotoserver: rename hgweb.protocol to wireprotoserver (API)
|
file |
diff |
annotate
|
Thu, 19 Oct 2017 11:43:19 +0200 |
David Demelier |
config: rename allowpull to allow-pull
|
file |
diff |
annotate
|
Mon, 16 Oct 2017 22:43:19 -0400 |
Augie Fackler |
hgweb: correct an earlier error of mine - `start` should be bytes
|
file |
diff |
annotate
|
Sun, 15 Oct 2017 00:38:33 -0400 |
Augie Fackler |
hgweb: more "http headers are native strs" cleanup
|
file |
diff |
annotate
|
Sat, 14 Oct 2017 15:42:38 -0400 |
Augie Fackler |
hgweb: rewrite most obviously-native-strings to be native strings
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 14:48:52 -0400 |
Augie Fackler |
hgweb: use native strings consistently for querystring parsing
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 14:48:31 -0400 |
Augie Fackler |
hgweb: rewrite two X or Y and Z ad-hoc ternaries with Y if X else Z
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 04:16:17 +0200 |
Boris Feld |
configitems: register the 'web.logourl' config
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 04:16:05 +0200 |
Boris Feld |
configitems: register the 'web.logoimg' config
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 04:14:33 +0200 |
Boris Feld |
configitems: register the 'web.cache' config
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 04:12:50 +0200 |
Boris Feld |
configitems: register the 'web.allowpull' config
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 03:41:48 +0200 |
Boris Feld |
configitems: register the 'web.maxchanges' config
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 03:41:01 +0200 |
Boris Feld |
configitems: register the 'web.maxfiles' config
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 03:39:21 +0200 |
Boris Feld |
configitems: register the 'web.maxshortchanges' config
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 03:36:44 +0200 |
Boris Feld |
configitems: register the 'web.motd' config
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 03:32:59 +0200 |
Boris Feld |
configitems: register the 'web.name' config
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 03:18:04 +0200 |
Boris Feld |
configitems: register the 'web.view' config
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 14:29:13 -0400 |
Augie Fackler |
hgweb: extract function for loading style from request context
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:51 +0200 |
Boris Feld |
configitems: register the 'web.stripes' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:44 +0200 |
Boris Feld |
configitems: register the 'web.encoding' config
|
file |
diff |
annotate
|
Mon, 03 Jul 2017 13:04:35 +0200 |
David Demelier |
hgweb: use ui._unset to prevent a warning in configitems
|
file |
diff |
annotate
|
Fri, 09 Jun 2017 12:29:29 +0100 |
Pierre-Yves David |
profile: drop maybeprofile
|
file |
diff |
annotate
|
Fri, 31 Mar 2017 23:00:41 -0400 |
Matt Harbison |
hgwebdir: allow a repository to be hosted at "/"
|
file |
diff |
annotate
|
Tue, 10 Jan 2017 23:37:08 -0800 |
Gregory Szorc |
hgweb: support Content Security Policy
|
file |
diff |
annotate
|
Tue, 10 Jan 2017 23:41:58 +0800 |
Anton Shestakov |
hgweb: use archivespecs for links on repo index page too
|
file |
diff |
annotate
|
Tue, 10 Jan 2017 23:34:39 +0800 |
Anton Shestakov |
hgweb: use util.sortdict for archivespecs
|
file |
diff |
annotate
|
Sun, 08 Jan 2017 00:52:54 +0800 |
Anton Shestakov |
hgweb: generate archive links in order
|
file |
diff |
annotate
|
Sun, 18 Dec 2016 01:54:36 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 3 of 5)
|
file |
diff |
annotate
|
Sat, 22 Oct 2016 14:35:10 +0900 |
Yuya Nishihara |
ui: factor out ui.load() to create a ui without loading configs (API)
|
file |
diff |
annotate
|
Sun, 14 Aug 2016 18:37:24 -0700 |
Gregory Szorc |
hgweb: profile HTTP requests
|
file |
diff |
annotate
|
Sun, 03 Apr 2016 23:26:48 +0900 |
Yuya Nishihara |
templater: separate function to create templater from map file (API)
|
file |
diff |
annotate
|
Sat, 31 Oct 2015 22:07:40 +0900 |
Yuya Nishihara |
hgweb: use absolute_import
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 15:09:35 +0900 |
Yuya Nishihara |
hgweb: import wsgicgi at top level
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 14:00:14 +0900 |
Yuya Nishihara |
hgweb: do not import templatefilters.revescape and websub as symbol
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 13:58:32 +0900 |
Yuya Nishihara |
hgweb: alias ui module as uimod
|
file |
diff |
annotate
|
Mon, 02 Nov 2015 23:37:49 +0800 |
Anton Shestakov |
hgweb: replace some str.split() calls by str.partition() or str.rpartition()
|
file |
diff |
annotate
|
Wed, 30 Sep 2015 15:43:49 -0500 |
Matt Mackall |
urls: bulk-change primary website URLs
|
file |
diff |
annotate
|
Sun, 20 Sep 2015 20:11:31 +0900 |
Yuya Nishihara |
hgweb: overwrite cwd to resolve file patterns relative to repo (issue4568)
|
file |
diff |
annotate
|
Sat, 12 Sep 2015 12:16:39 -0700 |
Gregory Szorc |
hgweb: consume generator inside context manager (issue4756)
|
file |
diff |
annotate
|
Sat, 12 Sep 2015 11:31:56 -0700 |
Gregory Szorc |
hg: always create new localrepository instance
|
file |
diff |
annotate
|
Fri, 11 Sep 2015 12:48:09 -0700 |
Matt Mackall |
hgweb: drop unused import
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 18:43:24 -0700 |
Gregory Szorc |
hgweb: use separate repo instances per thread
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 18:54:34 -0700 |
Gregory Szorc |
hg: establish a cache for localrepository instances
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 18:15:42 -0700 |
Gregory Szorc |
hgweb: create function to perform actions on new repo
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 17:50:28 -0700 |
Gregory Szorc |
hgweb: remove proxy to hgweb instance
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 17:08:37 -0700 |
Gregory Szorc |
hgweb: assign ctype to requestcontext
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 17:04:24 -0700 |
Gregory Szorc |
hgweb: add reponame to requestcontext
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 16:54:52 -0700 |
Gregory Szorc |
hgweb: don't access self.repo during request processing
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 16:44:36 -0700 |
Gregory Szorc |
hgweb: extract _getview to own function
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 16:41:02 -0700 |
Gregory Szorc |
hgweb: regenerate web substitutions when repo is refreshed
|
file |
diff |
annotate
|
Wed, 09 Sep 2015 12:40:57 -0700 |
Matt Mackall |
hgweb: drop unused import
|
file |
diff |
annotate
|
Tue, 08 Sep 2015 14:56:29 -0400 |
timeless |
hgweb: remove ErrorResponse.message
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 16:38:51 -0700 |
Gregory Szorc |
hgweb: move templater instantiation to requestcontext
|
file |
diff |
annotate
|
Thu, 03 Sep 2015 18:32:17 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 16:39:29 -0700 |
Gregory Szorc |
hgweb: create websubtable on requestcontext
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 16:28:22 -0700 |
Gregory Szorc |
hgweb: move templatepath to requestcontext
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 15:40:33 -0700 |
Gregory Szorc |
hgweb: extract web substitutions table generation to own function
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 15:32:16 -0700 |
Gregory Szorc |
hgweb: remove hgweb.configbool
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 15:30:39 -0700 |
Gregory Szorc |
hgweb: move additional state setting outside of refresh
|
file |
diff |
annotate
|
Thu, 03 Sep 2015 12:19:43 -0500 |
Matt Mackall |
hgweb: use latest mtime for caching tag (issue4814)
stable
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 15:21:45 -0700 |
Gregory Szorc |
hgweb: initialize repostate to None
|
file |
diff |
annotate
|